Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.15 KB

index_camera.rst

File metadata and controls

48 lines (31 loc) · 1.15 KB

Camera Calibration

ctapipe.calib.camera

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_reducers)
  • DL0 -> DL1 (image_charge_extractors)

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


ctapipe.calib.camera.calibrator

ctapipe.calib.camera.gainselection