Skip to content

v0.4.2

Compare
Choose a tag to compare
@scottstanie scottstanie released this 04 Oct 01:32
· 350 commits to main since this release

Added

  • use_evd option to force the use of eigenvalue decomposition instead of the EMI phase linking algorithm
  • Walkthrough tutorial notebook

Changed

  • Moved all OPERA_ variables to a new module dolphin.opera_utils.
    • Other OPERA-specific quirks have been moved to the separate disp-s1 repo,
      but the functions remaining are the ones that seem most broadly useful to sweets
      and other users working with burst SLCs.
    • Changed the burst regex to be able to match COMPASS and the official product name
  • Removed WorkflowName for separating stack vs single
    • The name didn't really provide benefit, as the real differences came from other configuration options
  • Internals for which functions are called in sequential.py
  • Docker image now has tophu installed

Full Changelog: v0.4.1...v0.4.2