DavidT3 / XGA

X-ray: Generate and Analyse is a module designed to make the analysis of XMM observations simple and efficient. It provides an interface with SAS for the creation of XMM data products, as well as a way to easily perform fits (scalable for multiple observations) and retrieve information about an object, all within a Python package.
BSD 3-Clause "New" or "Revised" License
31 stars 3 forks source link

Notes on the small issues discovered during review of the merge #1237

Open DavidT3 opened 3 weeks ago

DavidT3 commented 3 weeks ago

This is for any small issues that I find when running tests on the multi-mission merge. Little things missed during conflict resolution, unintended behaviours etc.

Nothing major though.

DavidT3 commented 3 weeks ago

First unintended behaviour was that the extended and point sources no longer auto generate combined images/exposure maps on declaration. Changed that back - also made sure that the combine_phot_product for eROSITA was imported in the generate.esass init file.