Summary
A new feature has been added to DAXA - the XMMPointed class will automatically fail over from accessing observation info, and downloading observations, through AstroQuery/XSA to accessing/downloading from HEASARC, in the case where AstroQuery cannot connect to the internet. We have observed this problem on some HPCs, with compute node proxy configurations not allowing the connection.
We have also fixed a small unintended behaviour - Chandra processing and archive assembly through DAXA will now keep the mask file, rather than deleting it.
What's Changed
* Adding the assemble_archive_from_position function into the docs by jessicapilling in https://github.com/DavidT3/DAXA/pull/380
* Tried specifying an exact version of Sphinx that I know works in the … by DavidT3 in https://github.com/DavidT3/DAXA/pull/398
* Bug/xmm pointed heasarc fail over by DavidT3 in https://github.com/DavidT3/DAXA/pull/399
* Bug/keep chandra mask files by DavidT3 in https://github.com/DavidT3/DAXA/pull/401
**Full Changelog**: https://github.com/DavidT3/DAXA/compare/v0.3.0...v0.3.1