MythenDetectorSpecifications¶
MythenDetectorSpecifications contains all detector specific parameters, such as the number of modules, internal detector parameters like the strip width.
- class angcal._angcal.MythenDetectorSpecifications¶
- Variables:
pitch (double) – Read-only static. Strip/channel width of Mythen detector [mm] (0.05 mm)
transverse_width (double) – Read-only static. Transverse width of Mythen detector [mm] (8.0 mm)
strips_per_module (int) – Read-only static. Strips per module for Mythen detector (1280)
max_modules (int) – Number of modules in detector. Default (48)
sample_detector_offset (double) – Offset between sample horizontal plane and detector [degrees] (default: 1.4715°)
offset (double) – Additional offset to sample detector offset (can change in experimental setup) [degrees] (default: 0.0°)
elastic_correction_factor (double) – Elastic correction factor for torsional compliance correction model (default: 0.0)
detector_vertical_axis_offset (double) – Offset of detector to vertical axis (used for elastic correction) [degrees] (default: 0.0°)
dead_time (double) – Measured dead-time [s] (default: 76.08e-9 s)
average_distance_sample_pixel (double) – average euclidean distance between sample and pixel [mm] (default: 2500.0 / pi mm)
unconnected_modules (list of int) – list of unconnected modules
- num_strips: int
total number of strips in Mythen detector
- Attributes:
- average_distance_sample_pixel
- dead_time
- detector_vertical_axis_offset
- elastic_correction_factor
- max_modules
- offset
- sample_detector_offset
- unconnected_modules