LunarProfile:

Path: SC/Ephem

% Draw a lunar profile given lambda and theta.
   Lambda and theta are 1-dimensional arrays.

   Type LunarProfile for a demo.
--------------------------------------------------------------------------
   Form:
   r =  LunarProfile( nH, lambda, theta, s, c )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nH            (1,1)  Highest harmonic 
   lambda        (1,:)  Equatorial angles
   theta         (1,:)  Angles from pole
   s             (:,:)  Normalized sine coefficients
   c             (:,:)  Normalized cosine coefficients

Children:

Common: Graphics/Plot2D
Math: Analysis/PAL
Math: Analysis/SCHarm
Math: Linear/DupVect
SC: Ephem/LoadLunarTopography

Back to the SC Module page