nmrglue.fileio.rnmrtk.read_sec

nmrglue.fileio.rnmrtk.read_sec(filename, dtype, shape, cplex)[source]

Read a RNMRTK parameter .par file.

Parameters :

filename : str

Filename of RNMRTK (.sec) file to read .

dtype : dtype

Type of data in file, typically ‘float32’.

shape : tuple

Shape of data.

cplex : bool

True if the last (fast) dimension is complex. False is real only.

Returns :

data : ndarray

Array of NMR data.

Previous topic

nmrglue.fileio.rnmrtk.read_lowmem

Next topic

nmrglue.fileio.rnmrtk.write_sec

This Page