Skip to content

v1.4.0

Compare
Choose a tag to compare
@robertdstein robertdstein released this 27 Feb 20:03
· 5 commits to main since this release
5359417

This release renames some two core ToO API parameters:

  • t_exp is now total_exposure_time
  • n_exp is now n_repetitions

However, the old names are maintained as aliases, so the API will be backwards-compatible!

In addition: the release adds single_exposure_time, which is a calculated property equal to total_exposure_time/n_dithers. When ToOs are submitted, the calculated properties are ignored, but the user will see it if they e.g use print. We do pass singleExpTime in the .db files for convenience, but the scheduler will just ignore this.

The release also updates the default total exposure time to 960, and the default number of dithers to 8.

What's Changed

Full Changelog: v1.3.2...v1.4.0