nmrglue.fileio.pipe.read_table

nmrglue.fileio.pipe.read_table(filename)[source]

Read a NMRPipe database table (.tab) file.

Parameters
filenamestr

Filename of NMRPipe table file to read.

Returns
pcommentslist

List of NMRPipe comment lines

pformat: list

List of NMRPipe table column format strings.

recrecarray

Records array with named fields.

See also

write_table

Write a NMRPipe table file.