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
* Update with new ToO model by robertdstein in https://github.com/winter-telescope/wintertoo/pull/66
**Full Changelog**: https://github.com/winter-telescope/wintertoo/compare/v1.3.2...v1.4.0