scan_settings_panel.py: added a note to make min and max dtx in GUI and DAQ beamline dependnet and taken from yaml file

This commit is contained in:
2026-06-02 10:28:19 +02:00
parent f05ab28240
commit ce93d1502b
+2 -1
View File
@@ -12,7 +12,8 @@ logger = setup_logger("aareGUI")
class ScanSettingsPanel(QWidget):
dtz_updated = Signal(float)
dtz_move = Signal(float)
MIN_DTZ = 108.0
#TODO min and max dtz is set by beamline add max
MIN_DTZ = 108.0 # this is beamline dependent
transmission_updated = Signal(float)
def __init__(self, diffraction: DiffractionGeometry,