From 72ffa240708e2e8f29cdb00cfc4f7ae1abf4e5a4 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 31 Oct 2018 08:28:50 +0100 Subject: [PATCH] Script execution --- script/daq/daq1.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 script/daq/daq1.py diff --git a/script/daq/daq1.py b/script/daq/daq1.py new file mode 100644 index 0000000..fd1b772 --- /dev/null +++ b/script/daq/daq1.py @@ -0,0 +1,8 @@ + +set_count_time(1.0) + + + +detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix] + +tscan (detectors, 10, 0.1, before_read=trigger_detectors, after_read=save_metadata) \ No newline at end of file