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

Unit tests/mission classes #277

Closed jessicapilling closed 6 months ago

jessicapilling commented 7 months ago

The majority of the unit tests are in testerosita.py. Other test{telescope}.py files are all just making sure properties are returning the correct values.

I found some small bugs while testing that are also fixed in this branch.