XSgadem¶
-
class
sherpa.astro.xspec.
XSgadem
(name='gadem')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModel
The XSPEC gadem model: plasma emission, multi-temperature with gaussian distribution of emission measure.
The model is described at [1]. The
set_xsabund
andget_xsabund
functions change and return the current settings for the relative abundances of the metals. See theXSapec
documentation 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_xsabund
function.
-
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
thawedparhardmaxes
thawedparhardmins
thawedparmaxes
thawedparmins
thawedpars
version_enabled
Methods 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
()¶
-