9 lines
276 B
Python
9 lines
276 B
Python
detectors = [pixel, pixel.image_filename, image.intensity,image.corrected_intensity, image.matrix]
|
|
|
|
pixel.set_path("tmp", "gobbo")
|
|
pixel.set_threshold(40, 500, 8000, 100000)
|
|
pixel.show()
|
|
pixel.assert_ready()
|
|
|
|
tscan (detectors, 100, 0.5 , before_read=trigger_pilatus)
|
|
|