nmrglue.fileio.table.glue2pipe

nmrglue.fileio.table.glue2pipe(comments, rec)[source]

Convert a nmrglue table to a NMRPipe table.

Parameters :

comments : list

List of comments

rec : recarray

Records array with named fields.

Returns :

pcomments : list

List of NMRPipe comment lines.

pformats : list

List of NMRPipe table column formats strings. This list is guessed from the data types and precision in the reconrds array. This may not be the exact format desired, edit this to your liking.

rec : recarray

Records array with named fields.

Previous topic

nmrglue.fileio.table.pipe2glue

Next topic

nmrglue.fileio.table.guess_pformat

This Page