#1 test with beam

This commit is contained in:
gac-x04sa
2018-10-31 11:06:14 +01:00
parent e9d316b5a8
commit c35a38e63f
+2 -3
View File
@@ -1,11 +1,10 @@
set_geometry("fourcv")
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]
#detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename]
detectors = [mythen, mythen.acquire_time, pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix]
#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()