nmrglue.fileio.pipe.read_table

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

Read a NMRPipe database table (.tab) file.

Parameters :

filename : str

Filename of NMRPipe table file to read.

Returns :

pcomments : list

List of NMRPipe comment lines

pformat: list :

List of NMRPipe table column format strings.

rec : recarray

Records array with named fields.

See also

write_table
Write a NMRPipe table file.

Previous topic

nmrglue.fileio.pipe.write_lowmem

Next topic

nmrglue.fileio.pipe.write_table

This Page