Camera Calibration¶
Introduction¶
This module contains all the methods and classes that are used to calibrate the CTA Cameras (MC, prototypes and final camera calibration algorithms).
CameraCalibrator¶
The primary class in this module is the CameraCalibrator
. This class handles
two data level transition stages for the event:
R1 -> DL0 (Image volume reduction)
DL0 -> DL1 (Image Extraction (waveform cube to image))
The class takes a ctapipe event container, and fills the next data level containers with the calibrated information.
See the CTA High-Level Data Model Definitions SYS-QA/160517 document (CTA internal) for information about the different data levels.
Reference/API¶
ctapipe.calib.camera Package¶
Camera calibration module.
Classes¶
|
Calibrator to handle the full camera calibration chain, in order to fill the DL1 data level in the event container. |
|
Base class for algorithms that decide on the gain channel to use |
Class Inheritance Diagram¶

ctapipe.calib.camera.calibrator Module¶
Definition of the CameraCalibrator
class, providing all steps needed to apply
calibration and image extraction, as well as supporting algorithms.
Classes¶
|
Calibrator to handle the full camera calibration chain, in order to fill the DL1 data level in the event container. |
ctapipe.calib.camera.gainselection Module¶
Algorithms to select correct gain channel
Classes¶
|
Possible gain channels |
|
Base class for algorithms that decide on the gain channel to use |
|
Manually choose a gain channel. |
|
Select gain channel according to a maximum threshold value. |