nmrglue.fileio.table.write

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

Write a nmrglue table to file.

Parameters :

filename : str

Filename of file to write table to.

comments : list

List of comments (strings terminated with newline).

rec : recarray

Records array to write to file.

overwrite : bool, optional

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

Previous topic

nmrglue.fileio.table.read

Next topic

nmrglue.fileio.table.insert_row

This Page