Class representing 3D datacube.
More...
Class representing 3D datacube.
- nr : integer. Number of points along r axis.
- nlat : integer. Number of points along lat axis.
- nlon : integer. Number of points along lon axis.
- r : real(1..nr). Radial distance in km.
- lat : real(1..nlat). Latitude in degree. From -90 to 90.
- lon : real(1..nlon). Longitude in degree. From 0 to 360.
- br : real(nr,nlat,nlon). Radial magnetic field (T).
- blat : real(nr,nlat,nlon). Latitudinal magnetic field (T).
- blon : real(nr,nlat,nlon). Longitudinal magnetic field (T).
def common.module_cube3D.Cube3D.__init__ |
( |
|
self | ) |
|
def common.module_cube3D.Cube3D.allocate |
( |
|
self | ) |
|
common.module_cube3D.Cube3D.blat |
common.module_cube3D.Cube3D.blon |
common.module_cube3D.Cube3D.br |
common.module_cube3D.Cube3D.date |
common.module_cube3D.Cube3D.lat |
common.module_cube3D.Cube3D.lon |
common.module_cube3D.Cube3D.nlat |
common.module_cube3D.Cube3D.nlon |
common.module_cube3D.Cube3D.nr |
common.module_cube3D.Cube3D.r |
The documentation for this class was generated from the following file: