nmrglue.fileio.table.pipe2glue

nmrglue.fileio.table.pipe2glue(pcomments, pformat, rec)[source]

Convert a NMRPipe table to a nmrglue table

Parameters :

pcomments : list

List of NMRPipe comment lines.

pformats : list

List of NMRPipe table column formats strings.

rec : recarray

Records array with named fields.

Returns :

comments : list

List of comments

rec : recarray

Records array with named fields.

Previous topic

nmrglue.fileio.table.reorder_columns

Next topic

nmrglue.fileio.table.glue2pipe

This Page