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

Filter on target type #107

Closed DavidT3 closed 1 year ago

DavidT3 commented 1 year ago

Could be in base mission, but just have to check whether a particular mission subclass has the relevant entry in its dataframe.

DavidT3 commented 1 year ago

For this to work, I will need to construct a DAXA-level set of object classes. I think at first I will go off of the NuSTAR set, because that's what inspired the idea, but eventually I will add to it and adapt it to encompass other missions.