-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Deproject | ||
==================== | ||
|
||
``Deproject`` is a CIAO Sherpa extension package to facilitate | ||
deprojection of two-dimensional annular X-ray spectra to recover the | ||
three-dimensional source properties. For typical thermal models this would | ||
include the radial temperature and density profiles. This basic method | ||
has been used extensively for X-ray cluster analysis and is the basis for the | ||
XSPEC model ``projct``. The ``deproject`` module brings this | ||
functionality to *Sherpa* as a Python module that is straightforward to use and | ||
understand. | ||
|
||
The basic physical assumption of ``deproject`` is that the extended source | ||
emissivity is constant and optically thin within spherical shells whose radii | ||
correspond to the annuli used to extract the specta. Given this assumption one | ||
constructs a model for each annular spectrum that is a linear volume-weighted | ||
combination of shell models. |