We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c08428c + ded6e63 commit e14e7d0Copy full SHA for e14e7d0
src/navigate/controller/sub_controllers/channels_tab.py
@@ -237,6 +237,13 @@ def populate_experiment_values(self):
237
# after initialization
238
self.in_initialization = False
239
self.channel_setting_controller.in_initialization = False
240
+ # update z and f position
241
+ self.z_origin = self.parent_controller.configuration["experiment"][
242
+ "StageParameters"
243
+ ]["z"]
244
+ self.focus_origin = self.parent_controller.configuration["experiment"][
245
246
+ ]["f"]
247
self.update_z_steps()
248
249
self.show_verbose_info("Channels tab has been set new values")
0 commit comments