calculate
- SpectralShapeGaussian.calculate(axis: numpy.ndarray) numpy.ndarray[source]
Calculate a normal Gaussian shape for a given
axis.The following equation is used for the calculation:
The parameters of the equation represent the following attributes of the shape:
:
axis:
amplitude:
location:
width
In this formalism,
represents the full width at half maximum (FWHM). Compared to the more common definition
we have
- Parameters
axis (np.ndarray) – The axis to calculate the shape for.
- Returns
An array representing a Gaussian shape.
- Return type
np.ndarray