-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sleep when no change in spectrum is requested #126
Conversation
Untested on hardware, but imo this should be fine without testing. |
A slightly confusing part is that @raphaelpclt reported 0.19sec for a no-move |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with @ehpor, all good
b80a7d2
to
7421ec2
Compare
Lets the VARIA return early when there is no change in filters. Fixes #125
Also raises an error when negative bandwidths are requested. Fixes https://github.com/spacetelescope/hicat-package2/issues/291
This PR supersedes PR #104.