XSmekal¶
-
class
sherpa.astro.xspec.XSmekal(name='mekal')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC mekal model: emission, hot diffuse gas (Mewe-Kaastra-Liedahl).
The model is described at [1].
-
kT¶ The temperature of the plasma, 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.
References
[1] (1, 2, 3) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelMekal.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()¶
-