XScompPS¶
-
class
sherpa.astro.xspec.XScompPS(name='compps')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC compPS model: Comptonization, Poutanen & Svenson.
The model is described at [1].
Note
Deprecated in Sherpa 4.10.0
The
tauyandHRcylparameters have been renamed totau_yandHovR_cylrespectively to match the XSPEC definition. The namestauyandHRcylcan still be used to access the parameters, but they will be removed in a future release.-
kTe¶ The electron temperature in keV.
-
EleIndex¶ The electron power-law index.
-
Gmin¶ The minimum Lorentz factor gamma.
-
kTbb¶ The temperature of the soft photons, in keV.
-
HovR_cyl¶ The value of H/R, when a cylinder geometry is used (abs(geom) = 2).
-
cosIncl¶ The cosine of the inclination angle.
-
cov_frac¶ The covering fraction of the cold clouds (only used when abs(geom) < 4).
-
rel_refl¶ The amount of reflection (Omega / (2 pi))
-
Fe_ab_re¶ The iron abundance, in units of solar.
-
Me_ab¶ The abundance of heavy elements, in units of solar.
-
xi¶ The disk ionization parameter.
-
Tdisk¶ The disk temperature for reflection, in K.
-
Rin¶ The inner radius of the disk in Schwarzschild units.
-
Rout¶ The outer radius of the disk in Schwarzschild units.
-
redshift¶ The redshift of the source.
-
norm¶ The normalization of the model.
Notes
The precision of the numerical integration can be changed by using the
set_xsxsetfunction to set the value of the COMPPS_PRECISION keyword, which defines the fractional precision. The default is 0.01 (1%).References
[1] (1, 2, 3, 4, 5) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelCompps.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()¶
-