nmrglue.analysis.linesh.sim_NDregion

nmrglue.analysis.linesh.sim_NDregion(shape, lineshapes, params, amps)[source]

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

Parameters :

shape : tuple of ints

Shape of region.

lineshapes : list

List of lineshapes by label (str) or a lineshape class. See fit_NDregion() for additional documentation.

params : list

P-length list (P is the number of peaks in region) of N-length lists of tuples where each each tuple is lineshape parameters for a given peak and dimension.

amps : list

P-length of peak amplitudes.

Returns :

sim : ndarray with shape, shape.

Simulated region.

Previous topic

nmrglue.analysis.linesh.fit_NDregion

Next topic

nmrglue.analysis.linesh.add_to_table

This Page