Spacecraft Definitions
ScA is the Baseline spacecraft with the following definition
Sc.CentralBody = Planet;
'//State information';
'Sc.Epoch = 21545.000000000;'
'//Physical Information';
'Sc.VehicleDryMass = 850;'
'Sc.Cd = 2.2;'
'Sc.Cr = 1.8;'
'Sc.DragArea = 15;'
'Sc.SRPArea = 1;'
'//Attitude';
'Sc.AttitudeRefFrame = ''MJ2000Eq'';'
'Sc.Q1 = 0;'
'Sc.Q2 = 0;'
'Sc.Q3 = 0;'
'Sc.Q4 = 1;'
ScB has drymass increased to 1000kg
ScC has a lower Cd value and should not change the script in any way because drag is not modeled
ScD has a lower Cr and should also not affect the output of the scripts due to not being modeled
ScE has a higher drag area and should not affect the output due to not being modeled
ScF has Sc.Q1 as the main direction of the attitude
ScG has Sc.Q2
ScH has Sc.Q3
ScI has higher SRP area and should never affect the outcome of the results