diff --git a/config/settings.properties b/config/settings.properties index e7a19d1..7f599e0 100644 --- a/config/settings.properties +++ b/config/settings.properties @@ -1,4 +1,4 @@ -#Wed Aug 21 14:47:18 CEST 2019 +#Wed Aug 21 14:54:45 CEST 2019 count_time=1 data_root=/sls/X04SA/data/x04sa/ES3/expdata detectors=mythen,mythen.acquire_time,pixel,pixel.image_filename,image.intensity,image.corrected_intensity,image.matrix diff --git a/script/daq/daq4.py b/script/daq/daq4.py index d491320..bace2ef 100644 --- a/script/daq/daq4.py +++ b/script/daq/daq4.py @@ -1,7 +1,7 @@ detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix] pixel.show() pixel.assert_ready() -tscan(detectors, 1, 1.0 , before_read=before_sample, after_read=after_sample) +#tscan(detectors, 1, 1.0 , before_read=before_sample, after_read=after_sample) lscan (l, detectors, 1.9, 2.1, 40 , before_read=before_sample, after_read=after_sample)