XSnsx¶
-
class
sherpa.astro.xspec.XSnsx(name='nsx')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC nsx model: neutron star with a non-magnetic atmosphere.
The model is described at [1].
-
LogTeff¶ The log of Teff, the unredshifted surface effective temperature.
-
M_ns¶ The neutron star gravitational mass, in units of the solar mass.
-
R_ns¶ The neutron star radius, in km.
-
dist¶ The distance to the neutron star, in kpc.
See also
References
[1] (1, 2, 3) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelNsx.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()¶
-