CollDetectSim:

% Simulation for testing the collision monitoring algorithms.
 Computes the probability of collision between the two spacecraft for a 
 fixed prediction window at each step. Also outputs the probability of 
 collision for "now". Also simulates a fault in one of the spacecrafts 
 in Projected Line formation (so no measurements are received for a 
 fraction of an orbit) and plots the actual ("now") and predicted
 probability of collision over 2 orbits.

 This demo does not include maneuvers for any of the spacecraft.

   Since version 7.
  ------------------------------------------------------------------------
  See also Constant, Plot2D, Plot3D, TimeLabl, Mag, UnwrapPhase, 
  CollisionMonitor, Plot3DEllipsoids, ProjLine, RotateState, 
  Geometry_Structure, HillsEqns, FFEccLawdensEqns, Goals2Hills, OrbRate, 
  M2Nu, Period
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
   Copyright (c) 2004-2005 Princeton Satellite Systems, Inc. 
   All rights reserved.
-------------------------------------------------------------------------------

Children:

Common: Database/Constant
Common: General/DispWithTitle
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/TimeLabl
FormationFlying: Collision/CollisionMonitor
FormationFlying: Collision/Plot3DEllipsoids
FormationFlying: Coord/ProjLine
FormationFlying: Coord/RotateState
FormationFlying: DataStructures/Geometry_Structure
FormationFlying: Dynamics/HillsEqns
FormationFlying: EccDynamics/FFEccLawdensEqns
FormationFlying: Transformation/Goals2Hills
Math: Linear/Mag
Math: Trigonometry/UnwrapPhase
OrbitMiniToolbox: Support/M2Nu
SC: BasicOrbit/OrbRate
SC: BasicOrbit/Period