Path: LunarMissions/LunarEnvironment
% Reads in the Clementine data.
   It will automatically read the file gltm2b.topo.
   If no output arguments are found it will create a file Topography.txt
   with the s and c coefficients.
--------------------------------------------------------------------------
   Form:
   [s,c] = LoadLunarTopography( nH )
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   nH            (1,1)  Highest harmonic 
   -------
   Outputs
   -------
   s             (:,:)  Normalized sine coefficients
   c             (:,:)  Normalized cosine coefficients
--------------------------------------------------------------------------
   Reference: Smith, D. E., Zuber, M. T., Neumann, G. A., "Topography of
              the Moon from the Clementine lidar", Journal of Geophysical
              Research, Vol. 102, No. E1, pp. 1591-1611, January 25, 1997.
--------------------------------------------------------------------------
LunarMissions: LunarData/gltm2b Math: Linear/Factorl
Back to the LunarMissions Module page