Classes | |
| class | Cube3D |
| Class representing 3D datacube. More... | |
| class | Cube3DError |
Functions | |
| def | lower_resolution |
| def | cube2map |
| Extract a 2D map from a magnetic datacube. More... | |
| def module_cube3D.cube2map | ( | cube3D, | |
| varname, | |||
| dim, | |||
| n | |||
| ) |
Extract a 2D map from a magnetic datacube.
| [in] | varname,: | br or blat or blon |
| [in] | dim | : r or lat or lon |
| [in] | n | : index along dimension |
| [out] | Map2D | object |

| def module_cube3D.lower_resolution | ( | cube3D_in, | |
| N | |||
| ) |
Transform a cube3D into another cube3D with lower resolution. For each (i,j,k) point of cube3D_out, take the mean of a NxNxN cube3D_in sub-matrix.
1.8.5