nmrglue.fileio.pipe.write_table

nmrglue.fileio.pipe.write_table(filename, pcomments, pformats, rec, overwrite=False)[source]

Write a NMRPipe database table (.tab) file.

Parameters
filenamestr

Filename of file to write to.

pcomments: list

List of NMRPipe comment lines.

pformats :

List of NMRPipe table column formats strings.

recrecarray

Records array of table.

overwrite: bool, optional

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

See also

read_table

Read a NMRPipe table file.