cta-observatory/ctapipe repo issues
numpy._core._exceptions._UFuncOutputCastingError in simteleventsource.py:974: in _generate_events #2683 [GernotMaier] bug
Describe the bug This is the error message: ests/unit_tests/simtel/test_simulator_light_emission.py:316: _ _ _ _ _...
Provenance config missing info for AstroQuantity values #2685 [kosack] bug
Describe the bug The provenance log contains a config section with the results of tool.get_curent_config(). ...
Store provenance in the actual output file #1610 [maxnoe] good first issue IO provenance
I think we should not use an extra "provenance log file". If applicable (e.g. for all tools that produce a single...
`SubarrayDescrption` missing telescopes in case of non-unique telescope description string #2672 [maxnoe] bug
E.g. with the LSTs having different specs in Prod6: subarray.info() Subarray : LaPalma-prod6 Num Tels :...
cta-observatory/ctapipe repo pull_requests
Add sphinx conf.py to RTD config #2681 [maxnoe] documentation maintenance no-changelog-needed documentation-only
Seems to be required now
Add explicit cast necessary in numpy >=2.1 #2682 [maxnoe] maintenance
Prepare 0.23.2 #2684 [maxnoe] no-changelog-needed documentation-only
Prepare compatibility release for numpy 2.1 / 2.2
Fill `containers.SimulatedCameraContainer.true_image_sum` in HDF5eventsource #2680 [Hckjs] bug no-changelog-needed
Make sonar coverage badge link point to coverage #2686 [maxnoe] maintenance no-changelog-needed documentation-only
Clicking on the badge would open the badge itself in a new tab.
Muon parameters update #2670 [jstvdk] calibration
I added new functionality to the muon analysis as described in the Issue #2665 , specifically new fields to the...
Perform changelog check only for pull requsts targeting main #2690 [maxnoe] maintenance no-changelog-needed
Raise error to test what cannot be stored in json config #2688 [maxnoe]
Add CI job testing on python 3.13 #2687 [maxnoe] maintenance no-changelog-needed
Newest numba 0.61 is out and supports 3.13 According to the changelog, it also finally supports coverage reporting!
Hillas psi uncertainty ruo #2629 [ruoyushang]
Adding estimation of image psi uncertainty and uncertainty of image cog along the rotated y-axis in hillas.py. Also...
Add CI run running on oldest supported versions of core dependencies #2619 [maxnoe] no-changelog-needed
Stats calc tool #2628 [TjarkMiener] calibration
This PR adds a generic stats-calculation tool utilizing the PixelStatisticsCalculator. Related #2542
Chunk interpolation to select calibration data #2634 [ctoennis] calibration new functionality
I will need a method to select calibration data for the strar tracker. I made some slides to decribe how it is...
Fix SubarrayDescription.info for non-unique telescope description strings #2673 [maxnoe]
Fixes #2672
Add tutorial for mono dl1b to dl2 and update docs #2691 [LukasBeiske]
This adds a tutorial for using the tools to process dl1b files to dl2 for monoscopic analysis (based on...
Make PSF work with nd-input #2689 [maxnoe]
Trying to make #2643 work with ND input. Using this script to plot: import astropy.units as u import numpy as...
PSF model #2643 [ctoennis] enhancement calibration new functionality
I am adding PSF models to ctapipe.image.psf_model. I made a parent class called PSFModel and a PSF model based on...
Irf maker and cut optimiser #2473 [Tobychev]
As we are planning to produce IRFs on events that were not used to select the GH cut, it makes sense to split the...
maxnoe: @GernotMaier yes, and already fixed here #2682 You can pin to numpy ~= 2.1.0 for now