Update muon calibrator to compatible version with ctapipe 0.18
Summary
The optical throughput calibration through muon rings is not compatible with ctapipe 0.18
due to modified MuonRingContainer
data structure. Therefore, the algorithm in DPPS should be refactored to account for this change.
Relevant logs and/or screenshots
FAILED calibpipe/tests/unittests/throughput/test_muon_calibrator.py::test_muon_calibrator - AttributeError: 'MuonRingContainer' object has no attribute 'center_x'
FAILED calibpipe/tests/unittests/throughput/test_throughput_calibrator.py::test_tool - AttributeError: 'MuonRingContainer' object has no attribute 'center_x'
Environment
- ctapipe version used: 0.18
Remove dependencies on {x,y} coordinates in the muon ring calibration and change it to {fov_lon,fov_lat}