DetectorAttributes#
- pydantic model lsst.images.cameras.DetectorAttributes#
Struct holding the plain-old-data attributes of a detector.
- Parameters:
data (
Any)- Fields:
- field bbox: Box [Required]#
Bounding box of the detector’s science data region after amplifier assembly.
- field id: int [Required]#
ID of the detector.
- field name: str [Required]#
Name of the detector.
- field orientation: Orientation [Required]#
Nominal position and rotation of the detector.
- field physical_type: str [Required]#
Vendor name or technology type for this detector (may have a different interpretation for different cameras).
- field pixel_size: float [Required]#
Nominal size of a pixel (assumed square) in focal plane coordinate units.
- field serial: str [Required]#
Serial number for the detector.
- field type: DetectorType [Required]#
Enumerated type of the detector.