nmrglue.fileio.rnmrtk.get_trace

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

Get a trace from an open RNMRTK file.

Parameters :

f : file object

Open file object to read from.

num_points : int

Number of points in trace (R+I)

big : bool

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

Returns :

trace : ndarray

Raw trace of NMR data.

Previous topic

nmrglue.fileio.rnmrtk.get_data

Next topic

nmrglue.fileio.rnmrtk.put_trace

This Page