nmrglue.fileio.rnmrtk.write_sec

nmrglue.fileio.rnmrtk.write_sec(filename, data, dtype='f4', overwrite=False)[source]

Write a RNMRTK .sec file.

Parameters
filenamestr

Filename of RNMRTK file to write to (.sec).

dataarray_like

Array of NMR data.

dtypedtype

Data type to convert data to before writing to disk.

overwritebool, optional

True to overwrite existing files. False will raises a Warning if the file exists.

See also

write

Write RNMRTK files.