Path: SpacecraftEstimation/StellarEphem
% Compute the barycentric position and velocity of the earth. Type EarthBc for a demo Since version 3. -------------------------------------------------------------------------- Form: [eB, eBDot] = EarthBc( jD ) -------------------------------------------------------------------------- ------ Inputs ------ jD (1,:) Julian date ------- Outputs ------- eB (3,:) Barycentric position (aU) eBDot (3,:) Barycentric rate (aU/y) --------------------------------------------------------------------------
Common: Graphics/Plot2D Common: Time/JD2000 Math: Trigonometry/CosD Math: Trigonometry/SinD
Back to the SpacecraftEstimation Module page