property lima2.client.Detector.det_info : dict

A dict containing the detector static information such as make, model, serial number, detector and pixel dimensions…

Example

>>> det.det_info
{
    'plugin': 'Dectris',
    'model': 'Dectris EIGER2 CdTe 1M-W',
    'sn': 'E-02-0234',
    'pixel_size': {'x': 0.5, 'y': 0.5},
    'expo_time_range': [1, 10000000],
    'latency_time_range': [0, 1000000],
    'trigger_modes': ['internal', 'software'],
    'dimensions': {'x': 2048, 'y': 2048}
}