Functions | |
| double | L (double lat, double lon) |
| double | B (double lat, double lon) |
| double | geolat (double lat, double lon) |
| double | geolon (double lat, double lon) |
| double | L (std::pair<double,double>coords) |
| double | B (std::pair<double,double>coords) |
| double | geolat (std::pair<double,double>coords) |
| double | geolon (std::pair<double,double>coords) |
| double | geoInterp (double, double, const double *) |
Method: Linear interpolation in tables with a 5-degree grid. Latitude values between -30 and + 30 degrees. Data values obtained from the GSFC programs BILCAL and GEO_CGM.
Latitudes and longitudes are both expressed in degrees.
Patrick Nolan, Stanford University First written February 2000.
|
|
Definition at line 25 of file Geomag.cxx. |
|
|
Definition at line 9 of file Geomag.cxx. Referenced by B(). |
|
|
Definition at line 21 of file Geomag.cxx. |
|
|
Definition at line 5 of file Geomag.cxx. Referenced by L(). |
|
|
Definition at line 37 of file Geomag.cxx. |
|
|
Definition at line 29 of file Geomag.cxx. |
|
|
Definition at line 13 of file Geomag.cxx. Referenced by geolat(). |
|
|
Definition at line 33 of file Geomag.cxx. |
|
|
Definition at line 17 of file Geomag.cxx. Referenced by geolon(). |
1.2.3 written by Dimitri van Heesch,
© 1997-2000