***************************** The sherpa.astro.xspec module ***************************** .. currentmodule:: sherpa.astro.xspec This document describes the base classes for XSPEC models, and the utility routines - such as querying and retrieving the abundance table information. The models provided by XSPEC are described in :doc:`astro_xspec`; also see :doc:`astro_xspec` for a general description of the ``sherpa.astro.xspec`` module. .. rubric:: Classes .. autosummary:: :toctree: api XSBaseParameter XSParameter XSModel XSAdditiveModel XSMultiplicativeModel XSConvolutionKernel XSConvolutionModel XSTableModel .. rubric:: Functions .. autosummary:: :toctree: api clear_xsxset eval_xspec_with_fixed_norm get_xsabund get_xsabund_doc get_xsabundances get_xsabundances_path get_xschatter get_xscosmo get_xspath_manager get_xspath_model get_xsstate get_xsversion get_xsxsect get_xsxset read_xstable_model set_xsabund set_xsabundances set_xschatter set_xscosmo set_xspath_manager set_xsstate set_xsxsect set_xsxset Class Inheritance Diagram ========================= .. inheritance-diagram:: XSBaseParameter XSParameter XSModel XSAdditiveModel XSMultiplicativeModel XSConvolutionKernel XSConvolutionModel XSTableModel :parts: 1