XSpegpwrlw

class sherpa.astro.xspec.XSpegpwrlw(name='pegpwrlw')[source]

Bases: sherpa.astro.xspec.XSAdditiveModel

The XSPEC pegpwrlw model: power law, pegged normalization.

The model is described at [1].

PhoIndex

The power law photon index.

eMin

The lower peg for the normalization, in keV.

eMax

The upper peg for the normalization, in keV.

norm

The flux, in units of 10^-12 erg/cm^2/s, over the range eMin to eMax. If eMin=eMax then it is the flux in micro-Jy at eMin.

References

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