XSredge¶
- 
class 
sherpa.astro.xspec.XSredge(name='redge')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC redge model: emission, recombination edge.
The model is described at [1].
- 
edge¶ The threshold energy, in keV.
- 
kT¶ The plasma temperature, in keV.
- 
norm¶ The flux in the line, in units of photon/cm^2/s.
References
[1] https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelRedge.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()¶ 
- 
reset()¶ 
- 
set_center(*args, **kwargs)¶ 
- 
startup()¶ 
- 
teardown()¶ 
-