nmrglue.fileio.rnmrtk.get_trace

nmrglue.fileio.rnmrtk.get_trace(f, num_points, big)[source]

Get a trace from an open RNMRTK file.

Parameters
ffile object

Open file object to read from.

num_pointsint

Number of points in trace (R+I)

bigbool

True for data that is big-endian, False for little-endian.

Returns
tracendarray

Raw trace of NMR data.