XSpegpwrlw¶
-
class
sherpa.astro.xspec.XSpegpwrlw(name='pegpwrlw')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe 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.
See also
References
[1] https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelPegpwrlw.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()¶
-