Emulate a ndarray objects without loading data into memory for low memory reading of single/two index 4D NMRPipe data files.
| 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. |