nmrglue.fileio.pipe.get_trace

nmrglue.fileio.pipe.get_trace(fhandle, ntrace, pts, bswap, cplex)[source]

Get a single trace from a NMRPipe file

Parameters :

fhandle : file object

File object of open NMRPipe file.

ntrace : int

Trace numbers (starting from 0).

pts : int

Number of points in trace, R|I.

bswap : bool

True to perform byteswap on trace.

cplex : bool

True to unappend imaginary data.

Previous topic

nmrglue.fileio.pipe.get_fdata_data

Next topic

nmrglue.fileio.pipe.pipe_2d

This Page