AutoDualPCSimStruct:

Path: FormationFlying/Initialize

% 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

--------------------------------------------------------------------------
   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

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