XSgadem¶
-
class
sherpa.astro.xspec.XSgadem(name='gadem')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC gadem model: plasma emission, multi-temperature with gaussian distribution of emission measure.
The model is described at [1]. The
set_xsabundandget_xsabundfunctions change and return the current settings for the relative abundances of the metals. See theXSapecdocumentation for settings relevant to the APEC model (i.e. whenswitch=2).-
Tmean¶ The mean temperature for the gaussian emission measure distribution, in keV.
-
Tsigma¶ The sigma of the temperature distribution for the gaussian emission measure, in keV.
-
nH¶ H density, in cm^-3.
-
abundanc¶ The metal abundance of the plasma, as defined by the
set_xsabundfunction.
-
Redshift¶ The redshift of the plasma.
-
switch¶ If 0, the mekal code is run to evaluate the model; if 1 then interpolation of the mekal data is used; if 2 then interpolation of APEC data is used. See [1] for more details. This parameter can not be thawed.
-
norm¶ The normalization of the model.
References
[1] (1, 2) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelGadem.html Attributes Summary
thawedparhardmaxesthawedparhardminsthawedparmaxesthawedparminsthawedparsversion_enabledMethods Summary
apply(outer, \*otherargs, \*\*otherkwargs)calc(pars, xlo, \*args, \*\*kwargs)get_center()guess(dep, \*args, \*\*kwargs)reset()set_center(\*args, \*\*kwargs)startup()teardown()Attributes Documentation
-
thawedparhardmaxes¶
-
thawedparhardmins¶
-
thawedparmaxes¶
-
thawedparmins¶
-
thawedpars¶
-
version_enabled= True¶
Methods Documentation
-
apply(outer, *otherargs, **otherkwargs)¶
-
calc(pars, xlo, *args, **kwargs)¶
-
get_center()¶
-
guess(dep, *args, **kwargs)¶
-
reset()¶
-
set_center(*args, **kwargs)¶
-
startup()¶
-
teardown()¶
-