DavidT3 / DAXA

Democratising Archival X-ray Astronomy (DAXA) is an easy-to-use Python module for downloading multi-mission X-ray telescope data and processing it into usable archives. Users can acquire entire archives, or filter observations based on ID/positions/time. Supports XMM; partial support eROSITA, Chandra, NuSTAR, Swift, Suzaku, ASCA, ROSAT, INTEGRAL
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

DAXA XMM processing might not be generating exposure maps correctly all the time #303

Open DavidT3 opened 1 month ago

DavidT3 commented 1 month ago

This is evident in a one LoVoCCS-selected observation (0653050201), where the PN 0.5-2.0 keV exposure map is just empty, but the 2.0-10.0 keV seems just fine.

There are also some failed images that lack the required WCS.

DavidT3 commented 1 month ago

Okay this is happening for images too

DavidT3 commented 4 weeks ago

As I'm using the XGA functions to do this, there is no proper logging - I should either re-implement the image and exposure map generation functions in DAXA, or implement permanent logging in XGA (https://github.com/DavidT3/XGA/issues/1233) and grab those files.

Maybe I should do both honestly