File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
controller/sub_controllers Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,10 @@ def progress_bar(
160160 if microscope_state ["is_multiposition" ] is False :
161161 number_of_positions = 1
162162 else :
163+ # The first row is a header that describes stage axis designation.
163164 number_of_positions = len (
164165 self .parent_controller .configuration ["multi_positions" ]
165- )
166+ ) - 1
166167
167168 if mode == "single" :
168169 number_of_slices = 1
Original file line number Diff line number Diff line change @@ -371,12 +371,12 @@ def __init__(
371371 ],
372372 "z-stack" : [
373373 (
374+ {"name" : ZStackAcquisition },
375+ {"name" : StackPause },
374376 {
375377 "name" : LoopByCount ,
376378 "args" : ("experiment.MicroscopeState.timepoints" ,),
377379 },
378- {"name" : ZStackAcquisition },
379- {"name" : StackPause },
380380 )
381381 ],
382382 "customized" : [],
You can’t perform that action at this time.
0 commit comments