Commit d09f08c
committed
[fix] METEOR GUI: handle better incorrect z-stack parameters
Currently, if the user enters incorrect z-stack paramers (eg, a very
small zstep, causing > 500 steps), no indication is shown, until they
start an acquisition, and then the error is shown in the log, while the
GUI stays entirely disabled (because is_acquiring is still set to True).
Change so that:
* An error message is shown instead of the (incorrect) time estimation
* The acquire buttons cannot be pressed
* Even if somehow the user manages to start the acquisition, the GUI is
not disabled.1 parent 8ad878c commit d09f08c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
| |||
653 | 656 | | |
654 | 657 | | |
655 | 658 | | |
| 659 | + | |
656 | 660 | | |
657 | 661 | | |
658 | 662 | | |
| |||
0 commit comments