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 --------------------------------------------------------------------------
Common: Database/Constant Common: General/Watermark Common: Graphics/NewFig Orbit: Interplanetary/PlanetHelioPhase SC: BasicOrbit/Period SC: Ephem/Planets
Back to the Orbit Module page