Public Member Functions | Static Public Attributes | List of all members
geomag.geomag.GeoMagTest Class Reference
Inheritance diagram for geomag.geomag.GeoMagTest:
Inheritance graph
[legend]

Public Member Functions

def test_declination (self)
 

Static Public Attributes

 d1 = date(2010,1,1)
 
 d2 = date(2012,7,1)
 
tuple test_values
 

Detailed Description

Definition at line 283 of file geomag.py.

Member Function Documentation

def geomag.geomag.GeoMagTest.test_declination (   self)

Definition at line 304 of file geomag.py.

Member Data Documentation

geomag.geomag.GeoMagTest.d1 = date(2010,1,1)
static

Definition at line 285 of file geomag.py.

geomag.geomag.GeoMagTest.d2 = date(2012,7,1)
static

Definition at line 286 of file geomag.py.

tuple geomag.geomag.GeoMagTest.test_values
static
Initial value:
1 = (
2  # date, alt, lat, lon, var
3  (d1, 0, 80, 0, -6.13),
4  (d1, 0, 0, 120, 0.97),
5  (d1, 0, -80, 240, 70.21),
6  (d1, 328083.99, 80, 0, -6.57),
7  (d1, 328083.99, 0, 120, 0.94),
8  (d1, 328083.99, -80, 240, 69.62),
9  (d2, 0, 80, 0, -5.21),
10  (d2, 0, 0, 120, 0.88),
11  (d2, 0, -80, 240, 70.04),
12  (d2, 328083.99, 80, 0, -5.63),
13  (d2, 328083.99, 0, 120, 0.86),
14  (d2, 328083.99, -80, 240, 69.45),
15  )

Definition at line 288 of file geomag.py.


The documentation for this class was generated from the following file:


declination
Author(s):
autogenerated on Sat May 23 2020 03:41:45