You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
There should be methods for how to handle various aquisition exit conditions:
on_success for completed scans: This is where, e.g. curves get set automattically as in autotune in PyCMDS on_failure on_interrupt
These and others like them will enable elegant handling of various exit conditions for an acquisition. (And prevent things like curves from being automatically applied, even when the scan was halted midway through)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There should be methods for how to handle various aquisition exit conditions:
on_success
for completed scans: This is where, e.g. curves get set automattically as inautotune
in PyCMDSon_failure
on_interrupt
These and others like them will enable elegant handling of various exit conditions for an acquisition. (And prevent things like curves from being automatically applied, even when the scan was halted midway through)
The text was updated successfully, but these errors were encountered: