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
29 stars 3 forks source link

The _existing_xga_products method just needs to work fundamentally differently #1064

Closed DavidT3 closed 2 months ago

DavidT3 commented 1 year ago

Currently I seem to be checking whether specific instruments are in an inventory, rather than iterating through the inventory and loading things that way.

Also the method is confused and sometimes a bit buggy.

Frankly I need to replace the inventory file system, and then I can re-write this method

DavidT3 commented 2 months ago

@jessicapilling has actually improved the implementation of this in the multi-mission dev branch. We haven't replaced the inventory.csv system yet, but in the future we will.