nmrglue.fileio.rnmrtk.write_lowmem

nmrglue.fileio.rnmrtk.write_lowmem(filename, dic, data, par_file=None, overwrite=False)[source]

Write RNMRTK files using minimal amounts of memory (trace by trace).

Parameters :

filename : str

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

dic : dict

Dictionary of RNMRTK parameters.

data : array_like

Array of NMR data.

par_file : str or None, optional

Filename of RNMRTK parameter file. If None (default) a the last four characters of file are changed to .par.

overwrite : bool, optional

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

See also

write
Write RNMRTK files using minimal amounts of memory.
read_lowmem
Read RNMRTK files using minimal amounts of memory.

Previous topic

nmrglue.fileio.rnmrtk.write

Next topic

nmrglue.fileio.rnmrtk.read_lowmem

This Page