nmrglue.analysis.linesh.s_NDregion

nmrglue.analysis.linesh.s_NDregion(p, shape, ls_classes, n_peaks)[source]

Simulate an N-dimensional region with one or more peaks.

Parameters :

p : list

List of parameters, must be a list, modified by function.

shape : tuple of ints

Shape of region.

ls_classes : list

List of lineshape classes.

n_peaks : int

Number of peaks in region.

Returns :

r : ndarray

Simulated region.

Previous topic

nmrglue.analysis.linesh.calc_errors

Next topic

nmrglue.analysis.linesh.s_single_NDregion

This Page