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