v0.1.10
What's Changed
There are several new features in v0.1.10, including the introduction of the sorunlib configuration file and the wiregrid module. Several bug fixes for early commissioning bugs are also included, most importantly perhaps the handling of SMuRF operation errors.
New Features
- Pass client to check_response for error messages by @BrianJKoopman in #93
- Create sorunlib yaml config file by @BrianJKoopman in #103
- Add
set_biases
andzero_biases
to smurf module by @BrianJKoopman in #106 - Create wiregrid calibration module by @BrianJKoopman in #99
- Provide user feedback when wrapping up a scan by @BrianJKoopman in #112
Bug Fixes
- Check for test mode before passing to uxm_relock by @BrianJKoopman in #101
- Fix
settling_time=0
defaulting toCRYO_WAIT
duration bug by @BrianJKoopman in #105 - Handle SMuRF operation failures by @BrianJKoopman in #110
- Stop SMuRF streams before stopping telescope scan by @BrianJKoopman in #116
Version Updates
- Bump ocs from 0.10.2 to 0.10.3 by @dependabot in #102
- Bump actions/setup-python from 4 to 5 by @dependabot in #107
Misc.
- Add error handling to client instantiation by @BrianJKoopman in #104
- Refactor how SMuRF operations are called by @BrianJKoopman in #108 and #109
Full Changelog: v0.1.9...v0.1.10