Script execution

This commit is contained in:
gac-x04sa
2019-07-04 11:22:27 +02:00
parent 496aca4ed3
commit d53e7d26b5
+3 -5
View File
@@ -2,17 +2,15 @@ set_count_time(1.0)
detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix]
#pixel.set_path("tmp", "gobbo")
pixel.set_path("../../expdata/bml_20190211a/pixel/", "images")
pixel.set_path("../../expdata/bml_20190703/pixel/", "images")
set_roi(173,88,285,136)
pixel.set_threshold(40, 500, 8000, 100000)
pixel.show()
pixel.assert_ready()
#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)
lscan (omegaV, detectors, -0.02, 0.02, 40, relative=True, before_read=before_sample, after_read=after_sample)