XScomptb¶
-
class
sherpa.astro.xspec.XScomptb(name='comptb')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC comptb model: Thermal and bulk Comptonization of a seed blackbody-like spectrum.
The model is described at [1].
-
kTs¶ The temperature of the seed photons, in keV.
-
gamma¶ The index of the seed photon spectrum.
-
alpha¶ The energy index of the Comptonization spectrum.
-
delta¶ The bulk parameter, efficiency of bulk over thermal Comptonization.
-
kTe¶ The temperature of the electrons, in keV.
-
log_A¶ The log of the illuminating factor parameter (A).
-
norm¶ The normalization of the seed photon spectrum: it is the same definition as used for the
XSbbodymodel.
See also
References
[1] https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelComptb.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()¶
-