v0.24.0 – 2024-04-01
·
30 commits
to refs/heads/main
since this release
Summary
This is a release adding major, long-awaited new features to ctapipe, including the optimization of event selection "cuts" and
the computation of basic IRFs.
This task is by no means finished, rather a first working version to build from. Please test and give feedback in issues and discussions.
See the full changelog in the documentation and the list of merged pull requests and contributors below.
Contributors
@Hckjs, @LukasBeiske, @TjarkMiener, @Tobychev, @ctoennis, @dependabot[bot], @jstvdk, @kosack, @maxnoe, @mdebony, @mexanick
What has changed since v0.23.2
Pull-requests containing changes of multiple nature are repeated.
- Add tutorial for mono dl1b to dl2 and update docs (#2691) @LukasBeiske
- Add CI run running on oldest supported versions of core dependencies (#2619) @maxnoe
- Muon parameters update (#2670) @jstvdk
- Update DVR status bits (#2725) @maxnoe
- Store event times using CTAO high resolution timestamps (#2707) @maxnoe
- Fix show config (#2703) @maxnoe
- Adding
meta_convention
option toSubarrayDescription.to_table()
method (#2722) @Hckjs - Add a method to read scheduling information with TableLoader (#2709) @mdebony
- Fix sonar for PRs from forks (#2710) @maxnoe
- Use sysmon coverage (#2697) @maxnoe
- Store subarray description in the output file of the stats tool (#2696) @TjarkMiener
- Bump SonarSource/sonarqube-scan-action from 4 to 5 (#2701) @dependabot[bot]
- Fix name of cut-optimizer tool in example config (#2700) @Hckjs
- Fix telescope grouping for uint telescope id (#2692) @maxnoe
- Irf maker and cut optimiser (#2473) @Tobychev
- Make PSF work with nd-input (#2689) @maxnoe
- Fix SubarrayDescription.info for non-unique telescope description strings (#2673) @maxnoe
- Stats calc tool (#2628) @TjarkMiener
New features
Bug Fixes
- Make sure config is fully serialized to provenance json (#2688) @maxnoe
- Processing gain-selected dl1 data with the pixel stats tool (#2715) @TjarkMiener