LunarProfile:

Path: LunarMissions/LunarEnvironment

% 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