From 18fd14fafa67206bf8824787e9247f71dc94965a Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Sun, 24 Mar 2019 22:28:04 +0100 Subject: [PATCH] Script execution --- script/daq/PumpProbeXES_W1_v4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/daq/PumpProbeXES_W1_v4.py b/script/daq/PumpProbeXES_W1_v4.py index f790464..040fcb0 100644 --- a/script/daq/PumpProbeXES_W1_v4.py +++ b/script/daq/PumpProbeXES_W1_v4.py @@ -107,7 +107,7 @@ 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,SAI02], enabled_plots = [ROI1_Diff, ROI2_Diff,SAI02]) + tscan(detectors + [ROI1_Off, ROI2_Off, ROI1_Diff, ROI2_Diff], 30, 0, before_read = before_sample, line_plots = [ROI1_Off, ROI2_Off, ROI1_Diff, ROI2_Diff,SAI02], enabled_plots = [ROI1_Off, ROI2_Off, ROI1_Diff, ROI2_Diff,SAI02]) finally: for det in detectors: det.close()