nmrglue.fileio.sparky.read_lowmem

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

Read a Sparky file using minimal memory.

Parameters
filenamestr

Filename of Sparky file to read.

Returns
dicdict

Dictionary of Sparky parameters.

dataarray_like

Low memory object which can access NMR data on demand.

See also

read

Read a Sparky file.

write_lowmem

Write a Sparky file using mimimal memory.