Path: Orbit/Visualization
% Draw attitude frames. You can add these to any 3D picture. Draws and labels the ECI, LVLH, and Body frames. Also draws a sun vector using SunV1 for ephemeris. -------------------------------------------------------------------------- Form: AttitudeFrames( r, v, qECIToBody, jD, len ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,1) Position vector v (3,1) Position vector qECIToBody (4,1) ECI to body quaternion jD (1,1) Julian date len (1,1) Length of the axes ------- Outputs ------- None --------------------------------------------------------------------------
AerospaceUtils: Coord/QLVLH SC: Ephem/SunV1 Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Quaternion/Mat2Q Common: Quaternion/Q2Mat Common: Quaternion/QPose Common: Quaternion/QRand Common: Quaternion/QUnit Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Math: Linear/Cross Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the Orbit Module page