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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user