Emulate a ndarray objects without loading data into memory for low memory reading of 3D NMRPipe files (multiple file data sets).
| Parameters : | filemask : str
order : tuple
fcheck : bool, optional.
|
|---|
Create and set up object, check that files exist if fcheck is True
Methods
| __init__(filemask[, order, fcheck]) | Create and set up object, check that files exist if fcheck is True |
| swapaxes(axis1, axis2) | Return object with axis1 and axis2 interchanged. |
| transpose(*axes) | Return object with axes transposed. |