Last modified: December 2023

URL: https://cxc.cfa.harvard.edu/sherpa/ahelp/get_xschatter.html
Jump to: · Example · PARAMETERS · XSPEC version · Bugs · See Also


AHELP for CIAO 4.16 Sherpa

get_xschatter

Context: modeling

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