Emulate a ndarray objects without loading data into memory for low memory reading of RNMRTK files.
| Parameters : | filename : str
fshape : tuple of ints
cplex : bool
big : bool
order : tuple
|
|---|
Methods
| __init__(filename, fshape, cplex, big[, order]) | Create and set up |
| swapaxes(axis1, axis2) | Return object with axis1 and axis2 interchanged. |
| transpose(*axes) | Return object with axes transposed. |