Script execution

This commit is contained in:
gac-x10da
2019-03-24 22:28:04 +01:00
parent 223843434e
commit 18fd14fafa

View File

@@ -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()