XSnthComp

class sherpa.astro.xspec.XSnthComp(name='nthcomp')[source]

Bases: sherpa.astro.xspec.XSAdditiveModel

The XSPEC nthComp model: Thermally comptonized continuum.

The model is described at [1].

Gamma

The asymptotic power-law photon index.

kT_e

The electron temperature (high-energy rollover) in keV.

kT_bb

The seed photon temperature (low-energy rollover) in keV.

inp_type

The seed photon source: when 0 use a blackbody, when 1 use a disk-blackbody.

redshift

The redshift.

norm

The normalization of the model: see [1] for more details.

References

[1](1, 2) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelNthcomp.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()