nmrglue.fileio.bruker.read_binary_lowmem

nmrglue.fileio.bruker.read_binary_lowmem(filename, shape=1, cplex=True, big=True, isfloat=False)[source]

Read Bruker binary data from file using minimal memory.

Raises ValueError if shape does not agree with file size. See read_binary() for Parameters.

Returns
dicdict

Dictionary containing “FILE_SIZE” key and value.

dataarray_like

Low memory object which can access NMR data on demand.

See also

read_binary

Read Bruker binary file.