Read a Agilent/Varian binary (fid) file using mimimal amounts of memory.
filename : str
Filename of Agilent/Varian binary file (fid) to read.
shape : tuple of ints, optional
Shape of the binary data. If not provided data is returned as a 2D array. Required if more than one trace per block (non-standard).
torder : {‘f’, ‘n’, ‘o’}
Trace order. See read() for details.
read_blockhead : bool, optional
Not used, retained for compatibility with read_fid()
dic : dict
Dictionary of Agilent/Varian binary file parameters.
data : array_like
Low memory object which can access NMR data on demand.
See also
amounts
nmrglue.fileio.varian.write_fid
nmrglue.fileio.varian.write_fid_lowmem
Enter search terms or a module, class or function name.