Path: CubeSat/Simulation
% Default data structure for TubeSat model.
--------------------------------------------------------------------------
   Form:
   d = TubeSatDefaultDataStructure( l, jD )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   l          (1,1)   Either (1,2,3,4) for single, double, triple or quad
   jD         (1,1)   Julian date for solar data, optional
   ------
   Outputs
   ------
   d          (.)     Data structure
                      .jD0
                      .mass
                      .inertia
                      .power
                      .dipole
                      .surfData, optional; empty to skip drag calcs
                      .aeroModel
                      .opticalModel
                      .atm
                      .kWheels, empty if no wheels
                      .inertiaRWA, optional
                      .tRWA, optional
--------------------------------------------------------------------------
   See also InertiaTubeSat, TubeSatFaces, RHSCubeSat, SurfaceProperties
--------------------------------------------------------------------------
CubeSat: AttitudeControl/InertiaTubeSat CubeSat: Simulation/RHSCubeSat CubeSat: Utilities/TubeSatFaces SC: Disturbances/OpticalSurfaceProperties SC: Environs/SolarFluxPrediction Common: Time/Date2JD
Back to the CubeSat Module page