We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c37cd commit 1f61c66Copy full SHA for 1f61c66
src/pytribeam/GUI/config_ui/App.py
@@ -461,9 +461,10 @@ def update_laser_from_scope(self):
461
if laser_state[key] is None:
462
laser_state[key] = ""
463
464
+ #TODO clear out only necessary sections, not the whole thing
465
# Empty the current laser db
- for key in self.CONFIG[self.STEP_INDEX].keys():
466
- self.CONFIG[self.STEP_INDEX][key] = ""
+ # for key in self.CONFIG[self.STEP_INDEX].keys():
467
+ # self.CONFIG[self.STEP_INDEX][key] = ""
468
469
# Pass the laser state values to the config file
470
self.CONFIG[self.STEP_INDEX]["pulse/wavelength_nm"] = laser_state[
0 commit comments