diff --git a/script/daq/PumpProbeXES_W1_v4.py b/script/daq/PumpProbeXES_W1_v4.py index cb2be2d..8506baf 100644 --- a/script/daq/PumpProbeXES_W1_v4.py +++ b/script/daq/PumpProbeXES_W1_v4.py @@ -106,7 +106,9 @@ def before_sample(): try: tscan(detectors + [ROI1_Off, ROI2_Off, ROI1_Diff, ROI2_Diff], 30, 0, before_read = before_sample, \ - line_plots = [ROI1_Diff, ROI2_Diff], enabled_plots = [ROI1_Diff, ROI2_Diff]) + line_plots = [ROI1_Diff, ROI2_Diff]) + # tscan(detectors + [ROI1_Off, ROI2_Off, ROI1_Diff, ROI2_Diff], 30, 0, before_read = before_sample, \ + # line_plots = [ROI1_Diff, ROI2_Diff], enabled_plots = [ROI1_Diff, ROI2_Diff]) finally: for det in detectors: det.close()