XSdiskir¶
-
class
sherpa.astro.xspec.XSdiskir(name='diskir')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC diskir model: Irradiated inner and outer disk.
The model is described at [1].
Note
Deprecated in Sherpa 4.10.0
The
LcLdparameter has been renamedLcovrLdto match the XSPEC definition. The nameLcLdcan still be used to access the parameter, but this name will be removed in a future release.-
kT_disk¶ The temperature of the innermost part of the unilluminated disk, in keV.
-
Gamma¶ The asymptotic power-law photon index.
-
kT_e¶ The electron temperature (high-energy rollover) in keV.
-
LcovrLd¶ The ratio of the luminosity in the Compton tail to that of the unilluminated disk.
-
fin¶ The fraction of luminosity in the Compton tail which is thermalized in the inner disk. Generally fix at 0.1 as appropriate for an albedo of 0.3 and solid angle of 0.3.
-
rirr¶ The radius of the Compton illuminated disk in terms of the inner disk radius.
-
fout¶ The fraction of bolometric flux which is thermalized in the outer disk.
-
logrout¶ The log (base 10) of the outer disk radius in terms of the inner disk radius.
-
norm¶ The model normalization: it is the same definition as used for the
XSdiskbbmodel.
See also
References
[1] https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelDiskir.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()¶
-