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 :

dic : dict

Dictionary of NMRPipe parameters.

data : array_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.

Previous topic

nmrglue.fileio.pipe.write

Next topic

nmrglue.fileio.pipe.write_lowmem

This Page