experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Process the lunar gravity model.
-------------------------------------------------------------------------------
   Form:
   gravityModel = ProcessLunarGravityModel( fileName )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   fileName        (1,:) fileName

   -------
   Outputs
   -------
   gravityModel    (1,1) Data structure
                         .name (1,:) Model name
                         .mu   (1,1) Gravitational constant (km^3/sec^2)
                         .a    (1,1) Model earth radius (km)
                         .c    (n,n) Cosine coefficients
                         .s    (n,n) Sine coefficients
                         .j    (1,n) Zonal harmonics
                         .nZ   (1,1) Number of Zonal harmonics
                         .nT   (1,n) Number of Tesseral harmonics

-------------------------------------------------------------------------------