Synopsis
Return the chatter level used by X-Spec.
Syntax
get_xschatter()
Example
>>> get_xschatter() 10
PARAMETERS
This function has no parameters
Return value
The return value from this function is:
chatter -- The chatter setting used by the X-Spec routines.
XSPEC version
CIAO 4.16 comes with support for version 12.13.1e of the XSPEC models. This can be checked with the following:
% python -c 'from sherpa.astro import xspec; print(xspec.get_xsversion())' 12.13.1e
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- modeling
- set_xschatter