nmrglue.fileio.bruker.read_lowmem

nmrglue.fileio.bruker.read_lowmem(dir='.', bin_file=None, acqus_files=None, pprog_file=None, shape=None, cplex=None, big=None, isfloat=None, read_pulseprogram=True, read_acqus=True, procs_files=None, read_procs=True)[source]

Read Bruker files from a directory using minimal amounts of memory.

See read() for Parameters.

Returns
dicdict

Dictionary of Bruker parameters.

dataarray_like

Low memory object which can access NMR data on demand.

See also

read

Read Bruker files.

write_lowmem

Write Bruker files using minimal amounts of memory.