Skip to content

DAXA v0.2.0 - Now with updatable archives!

Compare
Choose a tag to compare
@DavidT3 DavidT3 released this 11 Sep 13:20
· 333 commits to master since this release

Summary

Some small bug fixes which impacted eROSITA missions, and an unintentional incorrect unit on the definition of the Swift BAT nominal FoV. The major change is that archives are now easily updatable with new observations (if they become available). They can simply be re-loaded in the usual DAXA way, and then the 'update()' method can be called - this will reapply the stored filtering operations used for each mission instance (with the same configuration, in the same order) and then run any processing steps that were applied, in the same order and with the same configuration.

What's Changed

  • Feat/update archive by @DavidT3 in #293
  • Changed the default BAT FoV from 50 arcmin to 50 degrees. Should sort… by @DavidT3 in #297

Full Changelog: v0.1.1...v0.2.0