Closedown

This commit is contained in:
gac-x04sa
2018-10-31 09:30:08 +01:00
parent 24955292e2
commit 7bc1404fc4
4 changed files with 17 additions and 5 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
set_count_time(1.0)
transm.write(1e-10)
detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix]
#detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix]
detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename]
#pixel.set_image_root_folder("/sls/X04SA/data/x04sa/ES3/pixel/images/")
pixel.set_path("tmp", "gobbo")
pixel.set_threshold(40, 500, 8000, 100000)
pixel.show()
pixel.assert_ready()