Detector

This module describes X-ray detectors.

class xconf.detector.Detector(pixel_size, pixels)[source]

Detector base class. A detector is described by pixel_size (also called pitch in the case of 1D detectors) and the number of pixels.

class xconf.detector.Pilatus100K[source]

Model the DECTRIS Pilatus 100K detector. Pixel size is 172um, number of pixels is 487.

class xconf.detector.GreatEyes[source]

Model the GreatEyes GE 2035 256 BI DD detector. Pixel size is 26um, number of pixels is 1024.

class xconf.detector.PSIGotthard[source]

Model the PSI Gotthard detector. Pixel size is 50um, number of pixels is 1024.

class xconf.detector.PSIJungfrauModule[source]

Model the PSI Jungfrau 500K module detector. Pixel size is 75um, number of pixels is 1024.