Path: SCPro/MannedVehicle
% Computes the coordinates in the ISS frame The ISS frame is defined as: +X Along the velocity vector (Forward) -X Opposite the velocity vector (Aft) +Y -Orbit Normal (Starboard) -Y +Orbit Normal (Port) +Z Zenith (Deck) -Z Nadir (Overhead) This is the same as LVLH. Julian date propagates the initial ISS coordinate set. If there are no outputs the function draws a 3D view of the scene using the CAD model in ISS.mat. Type ISSCoord for a demo for a position offset from the ISS by a few tens of meters. -------------------------------------------------------------------------- Form: rISS = ISSCoord(r,jD) -------------------------------------------------------------------------- ------ Inputs ------ r (3,:) ECI coordinates jD (1,1) Julian date ------- Outputs ------- rL (3,:) Position in ISS Coordinates -------------------------------------------------------------------------- References: https://www.nasa.gov/mission_pages/station/multimedia/ iss_labs_guide.html ------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: Coord/QLVLH AerospaceUtils: Coord/R2LatLon CubeSat: Visualization/GroundTrack Orbit: OrbitCoord/ConvertNORAD Orbit: OrbitCoord/SLR Orbit: OrbitMechanics/NORAD Orbit: OrbitMechanics/NORADToEl Orbit: OrbitMechanics/PropagateTLE Orbit: OrbitMechanics/RVOrbGen Orbit: Visualization/OrbTrack SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: BasicOrbit/Period SC: BasicOrbit/RV2El SC: BasicOrbit/RVFromKepler Demos: CAD/ISS SC: Ephem/ECIToPlanet SC: Ephem/EOfE SC: Ephem/EarthNut SC: Ephem/EarthPre SC: Ephem/EarthRot SC: Ephem/GMSTime SC: Ephem/MSidDay SC: Ephem/MoonRot SC: Ephem/Moons SC: Ephem/NutDelta SC: Ephem/ObOfE SC: Ephem/TruEarth SC: SCData/sCTConstants SC: SCMat/EarthMR SC: Visualization/PlotPlanet SCPro: MannedVehicle/ISSOrbit Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: ComponentModels/AggregateComponents Common: ComponentModels/Box Common: ComponentModels/Frustrum Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/DispWithTitle Common: General/MatToCell Common: General/Watermark Common: Graphics/Arrow3D Common: Graphics/Axis3D Common: Graphics/DrawVertices Common: Graphics/Ellipsd Common: Graphics/Map Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Quaternion/Mat2Q Common: Quaternion/Q2Mat Common: Quaternion/QForm Common: Quaternion/QTForm Common: Quaternion/U2Q Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Common: Time/JD2Array Common: Time/JD2T Common: Time/JDToMidnight Common: Time/T2JD Math: Geometry/Perpendicular Math: Linear/Cross Math: Linear/Dot Math: Linear/DupVect Math: Linear/Mag Math: Linear/Unit Math: MathUtils/R2P5 Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SCPro Module page