AutoDualPCSimStruct:

--------------------------------------------------------------------------
   Define the simulation data structure for the following scenario.
     - 9 spacecraft start in leader-follower formation
     - Auto initialize into 2 teams (max # per team set to 5)
     - Cluster goals sent for dual-plane P.C. w/ ref on circle
     - Guidance law distributes cluster goals, finds optimal assignment
     - All relatives achieve target states

   Since version 7.
--------------------------------------------------------------------------
   Form:
   sim = AutoDualPCSimStruct( el, nOrbits, nSC, jD, ideal );
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   el         (n,:)    Initial element set for all spacecraft.
   nOrbits     (1)     Number of orbits simulation will last.
   nSC         (1)     Number of spacecraft to simulate.
   jD          (1)     Julian date at start of simulation.
   ideal       (1)     Flag indicating whether to use ideal actuation.

   -------
   Outputs
   -------
   sim          (.)    Simulation data structure to be input to DFFSimulation

--------------------------------------------------------------------------

Children:

Common: Time/JD2000
FormationFlying: Coord/InitializeFormation
FormationFlying: DataStructures/Geometry_Structure
Orbit: GravityModels/LoadGravityModel
Orbit: OrbitCoord/Alfriend2El
Orbit: OrbitCoord/El2Alfriend
OrbitMiniToolbox: Support/El2RV
SC: BasicOrbit/OrbRate