Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pprz_geodetic_wmm2015.c File Reference

WMM2015 Geomagnetic field model. More...

#include "std.h"
#include "math/pprz_geodetic_wmm2015.h"
+ Include dependency graph for pprz_geodetic_wmm2015.c:

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]
 

Detailed Description

WMM2015 Geomagnetic field model.

Based on the WMM2015 model (http://www.ngdc.noaa.gov/geomag/WMM/DoDWMM.shtml)

Definition in file pprz_geodetic_wmm2015.c.