nmrglue.fileio.table.read

nmrglue.fileio.table.read(filename)[source]

Read a nmrglue table file.

Parameters :

filename : str

Filename of nmrglue table file to read.

Returns :

comments : list

List of comments (strings terminated with newline)

rec : recarray

Records array with named fields.

Previous topic

nmrglue.fileio.table.guess_pformat

Next topic

nmrglue.fileio.table.write

This Page