Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlo FERRIGNO
pysas
Commits
83b09d13
Commit
83b09d13
authored
Jun 22, 2020
by
Carlo Ferrigno
Browse files
Updated information
parent
3be44bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
README.md
README.md
+13
-4
No files found.
README.md
View file @
83b09d13
This is a module to wrap some functions of XMM SAS into python
and perform specialized spectral analysis
.
This is a module to wrap some functions of XMM SAS into python.
It is meant to extract spectra and light curves from a single point source in the field of view from the MOS cameras. No support for RGS is present.
It is meant to extract spectra and light curves from a single point source in the field of view from the MOS cameras. No support for RGS is present.
It works for PN in maging mode and MOS in both imaging (small and full window) and timing mode.
It works for PN in maging mode and MOS in both imaging (small and full window) and timing mode.
Esamples are wrapped into jupyter notebooks.
Esamples are wrapped into jupyter notebooks
and will be made available
.
It assumes sas is in
It contains also many functions to perform spectral fits through xspec using the pyxspec and bxa interfaces.
To perform actual SAS extraction on a local computer, it assumes sas is in
/opt/sas
/opt/sas
and CCF is in
and CCF is in
/opt/CalDB/ccf/
/opt/CalDB/ccf/
It assumes that you work in a location into which the ODF files are in a subfolder called 'odf'.
It assumes that you work in a location into which the ODF files are in a subfolder called 'odf'.
A docker container is under development to run the S/W.
The adaptive rebinning is not currently distributed.
This has been used for the paper:
This
module
has been used for the paper:
Ferrigno, Bozzo et al. (2020)
Ferrigno, Bozzo et al. (2020)
To install it:
pip install pyxmmsas (preferred)
or
python setup.py install (for development)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment