Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
WMM2020 Geomagnetic field model. More...
Go to the source code of this file.
Functions | |
int16_t | extrapsh (double date, double dte1, int16_t nmax1, int16_t nmax2, double *gh) |
int16_t | mag_calc (int16_t igdgc, double flat, double flon, double elev, int16_t nmax, double *gh, double *geo_mag_x, double *geo_mag_y, double *geo_mag_z, int16_t iext, double ext1, double ext2, double ext3) |
Variables | |
const double | gh1 [MAXCOEFF] |
const double | gh2 [MAXCOEFF] |
WMM2020 Geomagnetic field model.
Based on the WMM2020 model (http://www.ngdc.noaa.gov/geomag/WMM/DoDWMM.shtml)
Definition in file pprz_geodetic_wmm2020.c.