cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
65 stars 269 forks source link

Handling and applying calibration parameters #2635

Open ctoennis opened 3 weeks ago

ctoennis commented 3 weeks ago

Hello all,

I have a special case for applying calibration: In the case of variance images that will be needed for anything related to star tracking the calibration parameters need to be applied differently to other types of images. As a solution to this i sugest i change the CameraCalibrator component from ctapipe.calib.camera.calibrator to have a new parameter for the method by which the calibration parameters are to be applied and the methods for regular charge images and variance images.

Furthermore EventSource and TableLoader should use the interpolator from PR #2634 to provide the calibration parameters.