0.3.0
Loading...
Searching...
No Matches
EGM96.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  NAV
 

Macros

#define _361
 
#define _coeffs
 Size of correction and harmonic coefficients arrays (361*181)
 
#define _nmax
 Maximum degree and orders of harmonic coefficients.
 

Functions

void NAV::dscml (double rlon, double sinml[_361+1], double cosml[_361+1])
 
double NAV::egm96_compute_altitude_offset (double lat, double lon)
 Compute the geoid undulation from the EGM96 potential coefficient model to The WGS84 ellipsoid.
 
double NAV::hundu (double p[_coeffs+1], double sinml[_361+1], double cosml[_361+1], double gr, double re)
 
void NAV::legfdn (unsigned m, double theta, double rleg[_361+1])
 

Macro Definition Documentation

◆ _361

#define _361

Definition at line 67 of file EGM96.cpp.

◆ _coeffs

#define _coeffs

Size of correction and harmonic coefficients arrays (361*181)

Definition at line 65 of file EGM96.cpp.

◆ _nmax

#define _nmax

Maximum degree and orders of harmonic coefficients.

Definition at line 66 of file EGM96.cpp.