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 -------------------------------------------------------------------------- 2016.0.1 Fix function name to be OpticalSurfaceProperties --------------------------------------------------------------------------
Common: Time/Date2JD CubeSat: AttitudeControl/InertiaTubeSat CubeSat: Simulation/RHSCubeSat CubeSat: Utilities/TubeSatFaces SC: Disturbances/OpticalSurfaceProperties SC: Environs/SolarFluxPrediction
Back to the CubeSat Module page