eblur / pyxsis

Python code for manipulating high resolution X-ray spectra
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Modify pyxsis to handle XMM RGS data #29

Open eblur opened 2 years ago

eblur commented 2 years ago

This is a WIP. I have just created and tested the pyxsis.io.load_xmm_rgs function

XMM RGS data seems not to have a separate ARF file. (Effective area is included in the response matrix?) This is fine for the apply_response functions, as we programmed this in. However the plot_unfold function assumes that an ARF exists. So that needs to be adjusted before I can deploy this addition to the code.