v1.1.1
V1.1.1
Primary updates:
- Addition of a jerk component to the KinematicModel. While this is disabled by default in this release (infinite jerk), it allows the option of adding a finite jerk to the kinematic model for evaluation of this effect.
- Addition of documentation for the simulation archive code (which enables easier analysis of nightly simulations), and additional documentation for the rotator settings (please read, if creating your own FBS targets from the scheduler).
- Added the option for SchemaConverter to append to an existing sqlite database, if desired.
- Made it easier to run the ModelObservatory with subsets of 'ideal' conditions -- i.e. ideal cloud and no downtime, but not idealized seeing.
- Cross-platform and rounding issues addressed in a couple of locations, by extension of IntRounded into new methods.
- (optional) use of lsst.resources to load skybrightness files.
- Code reconfiguration so that the optimal path calculation for a series of visits is a utility, not part of (a specific) Survey class.
- An update to better support observing with a ComCam field of view.
Some other notable updates:
- Update to purest 8 and black 24.
- Fix code coverage tests in GitHub actions.
- No more ruff failures!
What's Changed
- tickets/PREOPS-4831: fix code coverage tests in github action by @ehneilsen in #36
- tickets/PREOPS-4775: Document the prototype sim archive by @ehneilsen in #33
- tickets/PREOPS-4736: Support loading of sky brightess with lsst.resources in rubin_scheduler by @ehneilsen in #34
- Tickets/opsim 1114 Add jerk to the telescope kinematic model by @yoachim in #32
- rotator documentation by @yoachim in #35
- tickets/PREOPS-4836: make conda package optional in rubin_scheduler by @ehneilsen in #37
- tickets/PREOPS-4846: update rubin_scheduler for pytest 8 and black 24 by @ehneilsen in #38
- IntRounded into TSP code by @yoachim in #40
- Fixing ruff issues by @yoachim in #41
- remove pytest-black dependency by @ehneilsen in #39
- Update ComCam by @yoachim in #42
- move path optimization out of survey object by @yoachim in #43
- easier to run model observatory with ideal conditions by @yoachim in #44
- let SchemaConverter append to an already existing sqlite file by @yoachim in #45
Full Changelog: v1.1.0...v1.1.1