nmrglue.fileio.pipe.read_lowmem

nmrglue.fileio.pipe.read_lowmem(filename)[source]

Read a NMRPipe file with minimal memory usage.

See read() for Parameters and information.

Returns
dicdict

Dictionary of NMRPipe parameters.

dataarray_like

Low memory object which can access NMR data on demand.

See also

read

Read NMRPipe files.

write_lowmem

Write NMRPipe files using minimal amounts of memory.