Go to the source code of this file.
◆ calculateMagneticFieldStrengthGauss()
void calculateMagneticFieldStrengthGauss |
( |
const double |
lat, |
|
|
const double |
lon, |
|
|
const double |
alt, |
|
|
double & |
mag_east_gauss, |
|
|
double & |
mag_north_gauss, |
|
|
double & |
mag_up_gauss |
|
) |
| |
- Parameters
-
[in] | lat | - degree withing [-90; +90] |
[in] | lon | - degree withing [-180; +180] |
[in] | alt | - meters (actually it is unused) |
[out] | mag_east_gauss,mag_north_gauss,mag_up_gauss | - Gauses |
- Note
- The magnetic field strength is withing [0.2226, 0.6691] Gauss
Definition at line 126 of file wmm.cpp.