This commit is contained in:
gac-x04sa
2019-07-03 13:16:54 +02:00
parent 0478e82275
commit 24c34859b0
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#Wed Jul 03 10:57:27 CEST 2019
#Wed Jul 03 13:16:50 CEST 2019
count_time=0.1
geometry=fourcv
roi=190 45 290 125
+18
View File
@@ -0,0 +1,18 @@
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_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)