nmrglue.fileio.table.write

nmrglue.fileio.table.write(filename, comments, rec, overwrite=False)[source]

Write a nmrglue table to file.

Parameters
filenamestr

Filename of file to write table to.

commentslist

List of comments (strings terminated with newline).

recrecarray

Records array to write to file.

overwritebool, optional

True to overwrite file if it exists. False will raise an Warning if the file exists.