nmrglue.fileio.varian.write_fid

nmrglue.fileio.varian.write_fid(filename, dic, data, torder='flat', repack=False, overwrite=False)[source]

Write a Agilent/Varian binary (fid) file.

Parameters :

filename : str

Filename of Agilent/Varian binary file to write to.

dic : dict

Dictionary of Agilent/Varian file parameters.

data : ndarray

Array of NMR data.

torder : {‘f’, ‘r’, ‘o’}

Trace ordering. See read() for details.

repack : bool, optional

True to repack file and block headers. False leave as is.

overwrite : bool, optional

Set True to overwrite an existing file, False will raise a Warning if the file exists.

See also

write_fid_lowmem
Write a Agilent/Varian binary file using mimimal amounts of memory
write
Write Agilent/Varian files to a directory.

Previous topic

nmrglue.fileio.varian.read_fid

Next topic

nmrglue.fileio.varian.read_fid_lowmem

This Page