ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Classes | Functions
module_cube3D Namespace Reference

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...
 

Function Documentation

def module_cube3D.cube2map (   cube3D,
  varname,
  dim,
  n 
)

Extract a 2D map from a magnetic datacube.

Parameters
[in]varname,:br or blat or blon
[in]dim: r or lat or lon
[in]n: index along dimension
[out]Map2Dobject

Here is the caller graph for this function:

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.