Class representing 2D magnetogram.
More...
Class representing 2D magnetogram.
- nphi
- nthe
- phi: float(1..nphi) longitude degrees [0,360] of the center of cells
- the: float(1..nthe) latitude degrees [90,-90] of the center of cells
- date: datetime object
- data: float(1..nphi x 1..nthe)
def common.module_map2D.Map2D.__init__ |
( |
|
self | ) |
|
def common.module_map2D.Map2D.__str__ |
( |
|
self | ) |
|
def common.module_map2D.Map2D.allocate |
( |
|
self | ) |
|
common.module_map2D.Map2D.data |
common.module_map2D.Map2D.date |
common.module_map2D.Map2D.nphi |
common.module_map2D.Map2D.nthe |
common.module_map2D.Map2D.phi |
common.module_map2D.Map2D.the |
The documentation for this class was generated from the following file: