XSplcabs¶
-
class
sherpa.astro.xspec.XSplcabs(name='plcabs')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC plcabs model: powerlaw observed through dense, cold matter.
The model is described at [1].
-
nH¶ The column density, in units of 10^22 cm^-2.
-
nmax¶ The maximum number of scatterings. This parameter can not be thawed.
-
FeAbun¶ The iron abundance.
-
FeKedge¶ The energy of the Fe K edge, in keV.
-
PhoIndex¶ The power law photon index.
-
HighECut¶ The high-energy cut-off threshold energy, in keV.
-
foldE¶ The high-energy cut-off e-folding energy, in keV.
-
FAST¶ If set to a value above 1, use a mean energy shift instead of integration. This parameter can not be thawed.
-
redshift¶ The redshift of the source.
-
norm¶ The normalization of the model.
References
[1] (1, 2) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelPlcabs.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()¶
-