Path: SCPro/ProTools
% Computes the altitude over a spherical harmonic terrain map. Type AltitudeSH for a demo flying in a polar orbit over the moon. -------------------------------------------------------------------------- Form: h = AltitudeSH( r, s, c, nH ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,:) Position planet fixed (km) s (:,:) Normalized sine coefficients (m) c (:,:) Normalized cosine coefficients (m) nH (1,1) Number of harmonics to use ------- Outputs ------- h (1,:) Altitude (km) --------------------------------------------------------------------------
SC: Ephem/LoadLunarTopography SC: SCData/gltm2b Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Analysis/PAL Math: Analysis/SCHarm Math: Linear/DupVect Math: Linear/Factorl Math: Linear/Mag
Back to the SCPro Module page