From b40cccc95f118380d189f7c8582d561d8b362931 Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Tue, 19 Mar 2019 17:06:19 +0100 Subject: [PATCH] Script execution --- script/daq/PumpProbeXES_W1_v4.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/daq/PumpProbeXES_W1_v4.py b/script/daq/PumpProbeXES_W1_v4.py index 8506baf..6dbd069 100644 --- a/script/daq/PumpProbeXES_W1_v4.py +++ b/script/daq/PumpProbeXES_W1_v4.py @@ -105,10 +105,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]) # 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,SAI02], enabled_plots = [ROI1_Diff, ROI2_Diff,SAI02]) finally: for det in detectors: det.close()