EmissionVoigt¶
-
class
sherpa.astro.optical.
EmissionVoigt
(name='emissionvoigt')[source]¶ Bases:
sherpa.models.model.ArithmeticModel
Voigt function for modeling emission.
This model uses an
EmissionGaussian
component to model the core of the profile and anEmissionLorentz
component to model the wings of the emission feature. It is for use when the independent axis is in Angstroms.-
center
¶ The center of the profile, in Angstroms.
-
flux
¶ The flux the profile. This is the value used for each of the Gaussian and Lorentz sub-components.
-
fwhm
¶ The full-width half-maximum of the model in km/s.
-
lg
¶ The fwhm parameters of the Gaussian and Lorentz components are set based on the
fwhm
andlg
values: the Gaussian component has its fwhm parameter set equal tofwhm
, and the Lorentz component has its fwhm parameter set tolg * fwhm
.
See also
Notes
The Voigt function is approximated by the sum of a Gaussian and a Lorentzian profile ([1]), which works best when the ratio between the FWHM of the Gaussian and Lorentzian sub-components is near unity. The flux value is always kept evenly divided in between each sub-component. The FWHM of each sub-component is related to that of the other sub-component via the lg parameter.
References
[1] - Lang, Astrophysical Formulae, 1980, 2nd ed., page 220
Attributes Summary
thawedparhardmaxes
thawedparhardmins
thawedparmaxes
thawedparmins
thawedpars
Methods Summary
apply
(outer, \*otherargs, \*\*otherkwargs)calc
(p, x[, xhi])get_center
()guess
(dep, \*args, \*\*kwargs)Set an initial guess for the parameter values. reset
()set_center
(\*args, \*\*kwargs)startup
()teardown
()Attributes Documentation
-
thawedparhardmaxes
¶
-
thawedparhardmins
¶
-
thawedparmaxes
¶
-
thawedparmins
¶
-
thawedpars
¶
Methods Documentation
-
apply
(outer, *otherargs, **otherkwargs)¶
-
get_center
()¶
-
guess
(dep, *args, **kwargs)¶ Set an initial guess for the parameter values.
Attempt to set the parameter values, and ranges, for the model to match the data values. This is intended as a rough guess, so it is expected that the model is only evaluated a small number of times, if at all.
-
reset
()¶
-
set_center
(*args, **kwargs)¶
-
startup
()¶
-
teardown
()¶
-