nmrglue.fileio.bruker.read_binary_lowmem

nmrglue.fileio.bruker.read_binary_lowmem(filename, shape=1, cplex=True, big=True)[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 :

dic : dict

Dictionary containing “FILE_SIZE” key and value.

data : array_like

Low memory object which can access NMR data on demand.

See also

read_binary
Read Bruker binary file.

Previous topic

nmrglue.fileio.bruker.read_pdata_binary

Next topic

nmrglue.fileio.bruker.write_binary_lowmem

This Page