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 :

filename : str

Filename of file to write to.

pcomments: list :

List of NMRPipe comment lines.

pformats : :

List of NMRPipe table column formats strings.

rec : recarray

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.

Previous topic

nmrglue.fileio.pipe.read_table

Next topic

nmrglue.fileio.pipe.make_uc

This Page