Path: FormationFlying/Initialize
% Projected circle reconfiguration simulation data structure. Set up the data structure for a DFF simulation involving a reconfiguration to a projected circular formation. All inputs are optional. -------------------------------------------------------------------------- Form: sim = ProjCircSimStruct( 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 --------------------------------------------------------------------------