Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.65 KB

sherpa.rst

File metadata and controls

69 lines (45 loc) · 1.65 KB

Helpers for X-ray spectral modeling with the Sherpa packge (:mod:`pwkit.sherpa`)

.. automodule:: pwkit.sherpa
   :synopsis: helpers for X-ray spectral modeling with Sherpa

.. currentmodule:: pwkit.sherpa


This module includes a grab-bag of helpers in following broad topics:

Additional Spectral Models

The :mod:`pwkit.sherpa` module provides several tools for constructing models not provided in the standard Sherpa distribution.

.. autoclass:: PowerLawApecDemModel

.. autofunction:: make_fixed_temp_multi_apec


Tools for Plotting with Sherpa Data Objects

.. autosummary::
   get_source_qq_data
   get_bkg_qq_data
   make_qq_plot
   make_multi_qq_plots
   make_spectrum_plot
   make_multi_spectrum_plots


.. autofunction:: get_source_qq_data
.. autofunction:: get_bkg_qq_data
.. autofunction:: make_qq_plot
.. autofunction:: make_multi_qq_plots
.. autofunction:: make_spectrum_plot
.. autofunction:: make_multi_spectrum_plots


Data Structure Utilities

.. autosummary::
   expand_rmf_matrix
   derive_identity_arf
   derive_identity_rmf


.. autofunction:: expand_rmf_matrix
.. autofunction:: derive_identity_arf
.. autofunction:: derive_identity_rmf