nmrglue.fileio.rnmrtk.get_data

nmrglue.fileio.rnmrtk.get_data(filename, dtype)[source]

Get spectral data from a RNMRTK file.

Parameters :

filename : str

Filename of RNMRTK file (.sec) to get data from.

dtype : dtype

Type of data in file, typically ‘float32’

Returns :

rdata : ndarray

Raw NMR data, unshaped and typically not complex.

Previous topic

nmrglue.fileio.rnmrtk.create_data

Next topic

nmrglue.fileio.rnmrtk.get_trace

This Page