diff --git a/src/aare/gui/main_window.py b/src/aare/gui/main_window.py index 295585c3..1425e45f 100644 --- a/src/aare/gui/main_window.py +++ b/src/aare/gui/main_window.py @@ -677,6 +677,8 @@ class MainWindow(QMainWindow): self.beamline_state_panel.sample_exchange.connect(self.daq.sample_exchange) self.beamline_state_panel.sample_alignment.connect(self.daq.sample_alignment) self.beamline_state_panel.beam_location.connect(self.daq.beam_location) + self.beamline_state_panel.beamstop_alignment.connect(self.daq.beamstop_alignment) + self.beamline_state_panel.flux_measurement.connect(self.daq.flux_measurement) self.beamline_state_panel.data_collection.connect(self.daq.data_collection) self.beamline_state_panel.xtal_snapshot.connect(self.daq.xtal_snapshot) self.beamline_state_panel.xray_fluorescence.connect(self.daq.xray_fluorescence)