Path: Orbit/Interplanetary
% Compute and plot positions of planet1 and planet2 at the specified times. Since version 2014.1 -------------------------------------------------------------------------- Form: PlanetPhasing( planet1, planet2, jD0, wait, t1, r1, th1, t2, r2, th2, stay ) -------------------------------------------------------------------------- ------ Inputs ------ planet1 (1,:) First planet planet2 (1,:) Second planet jD0 (1,1) Reference Julian date wait (1,1) Wait time in days (from jD0) on planet1 t1 (1,:) Time vector for first transfer (sec, start at 0) r1 (1,:) Orbit radius vector for first transfer th1 (1,:) Orbit angle vector for first transfer t2 (1,:) Time vector for second transfer (sec, start at 0) r2 (1,:) Orbit radius vector for second transfer th2 (1,:) Orbit angle vector for second transfer stay (1,1) Stay time in days on planet2 be1 (1,:) Thrust angles be2 (1,:) Thrust angles ------- Outputs ------- None --------------------------------------------------------------------------
AC: ACData/ACTConstants Orbit: Interplanetary/PlanetHelioPhase SC: BasicOrbit/E2Nu SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Period SC: Ephem/CEcl2Eq SC: Ephem/InterpolateState SC: Ephem/PlanetPosJPL SC: Ephem/Planets SC: Ephem/SolarSys SC: SCData/bin2000 SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TextS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Math: Linear/DupVect
Back to the Orbit Module page