XSnsmaxg¶
- 
class 
sherpa.astro.xspec.XSnsmaxg(name='nsmaxg')[source]¶ Bases:
sherpa.astro.xspec.XSAdditiveModelThe XSPEC nsmaxg model: neutron star with a 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.
References
[1] (1, 2, 3) https://heasarc.gsfc.nasa.gov/xanadu/xspec/manual/XSmodelNsmaxg.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()¶ 
-