v0.14.0 – 2022-04-14
What's Changed since v0.13.0
This release fixes an important issue in the stereo reconstruction: the quality criteria for individual telescope events to enter into the stereo reconstruction were not applied correctly. Fixing this required an API change.
The quality criteria are now part of the Reconstructor
as StereoQualityQuery
, not part of the ShowerProcessor
any more. As part of this change, we also added back support for using the HillasIntersection
additionally to the HillasReconstructor
.
The second large change is the addition of support for two better formats for config files. Additionally to the json supported before, ctapipe now also supports yaml and toml configuration files and tools support giving multiple configuration files.
- Fix bug in ShowerProcessor / HillasReconstructor not using QualityQuery correctly, add support for HillasIntersection in ShowerProcessor (#1875) @maxnoe
- allow YAML and TOML config files and multiple configs (#1856) @kosack
- Remove parallel=True for neighbor_waveform_sum, fixes #1532 (#1878) @maxnoe
- Add switch to ImageProcessor to enable/disable ImageModifier (#1873) @maxnoe