DL1CameraCalibrationContainer¶
-
class
ctapipe.containers.DL1CameraCalibrationContainer(prefix=None, **fields)[source]¶ Bases:
ctapipe.core.container.ContainerStorage of DL1 calibration parameters for the current event
- Attributes
- pedestal_offsetField(default=None)
Residual mean pedestal of the waveforms for each pixel. This value is subtracted from the waveforms of each pixel before the pulse extraction.
- absolute_factorField(default=1)
Multiplicative coefficients for the absolute calibration of extracted charge into physical units (e.g. photoelectrons or photons) for each pixel
- relative_factorField(default=1)
Multiplicative Coefficients for the relative correction between pixels to achieve a uniform charge response (post absolute calibration) from a uniform illumination.
- time_shiftField(default=None)
Additive coefficients for the timing correction before charge extraction for each pixel
- metadict
dict of attached metadata
- prefixstr
Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
-
absolute_factor¶
-
meta¶
-
pedestal_offset¶
-
prefix¶
-
relative_factor¶
-
time_shift¶