nmrglue.analysis.peakpick.guess_params_slice

nmrglue.analysis.peakpick.guess_params_slice(data, location, seg_slice, ls_classes)[source]

Guess the parameter of a peak in a segment.

Parameters
datandarray

NMR data.

locationtuple

Peak locations.

seg_slicelist of slices

List slices which slice data to give the desired segment.

lineshapeslist

List of lineshape classes.

Returns
locationlist

Peak locations.

scalelist

Peak scales (linewidths).

amplist

Peak amplitudes.