Files
x04sa-es3/script/test/TestPixScan.py
gac-x04sa 0478e82275 Closedown
2019-07-03 13:15:28 +02:00

15 lines
456 B
Python

set_count_time(0.1)
detectors = [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)
tscan (detectors, 20, 0.1, before_read=before_sample, after_read=after_sample)