CalibrationService instead of bare use of Calibration in pipelines
We should utilise the service functionality instead of the static calibration routine (self.calibration
magic in modules when kp.calib.Calibration
is attached).
The self.calibration.apply()
should show a deprecation warning.