cta-observatory/ctapipe repo issues [back to top]
Remove remaining `copy=False` statements for numpy compatibility #2764 [AkramAki] bug
Describe the bug There are still some copy=False statements in the codebase. Replace with copy = COPY_IF_NEEDED to...
Missing dl2 tables metadata #2761 [Hckjs] bug
Reading in data from the DL2_TELESCOPE_GROUP with the HDF5EventSource leads to default filled/empty dl2 telescope...
Telescope type definition inconsistency #2758 [mexanick]
Related to #2675 In the TelescopeDescription, the type is defined as "Size classification". Thus, I expect it to be...
Configuration system should be replaced/simplified #1197 [kosack] design problem refactoring
ctapipe.core.Tool and ctapipe.core.Component are based on traitlets.config.Configurable and...
Cut optimizer error #2765 [rcervinoucm] bug
Hello, I am trying to use the ctapipe-optimize-event-selection tool as a previous step to create IRFs, and I am...
Import fails under python 3.13.4 #2767 [maxnoe]
Numba compilation of heapq fails.
Migrate to scipy.sparse array API #2678 [kosack] refactoring module:instrument
Scipy 15+ recommends using the new sparse array functions instead of sparse matrices. (e.g. scipy.sparse.csr_array...
Support reading sim_telarray DST0 files #1777 [ParsonsRD] new functionality
Hi all, The reading of the DST0 files (essentially dl1 data level) produced by Konrad's sim_telarray is currently...
Move data volume reduction from image to own submodule #1394 [maxnoe]
This is it's own thing, it should either be it's own submodule or a part of calibration. I lean towards it being it...
remove support for calculating Hillas parameters in CameraFrame #2061 [kosack] refactoring
see older issue: #1983 Now that everything works consistently in the TelescopeFrame for reconstruction, we should...
Make QualityQuery a TelescopeComponent and list of checks a TelescopeParameter #2158 [maxnoe] enhancement
Please describe the use case that requires this feature. To support different cuts per telescope type. Describe the...
QualityQuery statistics are written to hdf5 file without the <kind> group #2177 [maxnoe] bug module:IO hdf5 data format
Describe the bug ❯ h5dump -n gamma-diffuse_with_images_00.dl2.h5 | grep statistics dataset ...
Tool Documentation needs updates #2255 [kosack] documentation
the tools page only lists a few of the existing tools and includes the old muon tool that no longer exists (may be...
Should we deprecate changed config options? #2521 [kosack]
In #2520, I changed a bunch of config option names, which will break existing config files. Maybe before release...
Add tool to export astropy cache to specific location #2748 [maxnoe] enhancement
Please describe the use case that requires this feature. For working offline and on clusters, we should have a tool...
Support for random mono trigger in ctapipe #2768 [mdpunch] enhancement
I have been using len(event.trigger.tels_with_trigger)==1 as a sign that I'm looking at a RANDOM_MONO_PROB event in...
Add optimize based on full cut optimization in pyrif.cuts.optimize_cuts #2771 [maxnoe] enhancement
Please describe the use case that requires this feature. The new pyirf release includes a full grid-search cut...
optimize cuts tool errors when setting fits.gz as output file #2693 [maxnoe] bug module:core
Describe the bug The tool currently raises an error that append is not supported for fits.gz files To Reproduce ❯...
applying models requires exact identity of telescope description #2775 [maxnoe] bug
Describe the bug The key for storing machine learning models is the telescope description instance, which in most...
cta-observatory/ctapipe repo pull_requests [back to top]
Rename 'classification' field from ReconstructedContainer to 'particle_type' #2763 [Hckjs]
Update DataModel Version to v7.2.0 (DataWriter writes dl2 'particle_type' group instead of...
Two small CameraDisplay fixes: subfigures and optional psi_uncertainty #2762 [maxnoe] bug
Our CameraDisplay didn't work when used in subfigures Added an option to disable / tweak the visualization of the...
Add option to skip R1 (cat-A) calibration for MCs #2753 [TjarkMiener] new functionality
For MC calib events we want to skip this pedestal subtraction.
Prepare release 0.26.0 #2766 [maxnoe] no-changelog-needed
@burmist-git Do you want to appear with a proper name / email combination in the AUTHORS? If yes, please let me know...
New 3D shower model #1996 [StFroese] new functionality module:reco
This is just a draft for now to review some ideas. This approach is based on this paper. The shower is basically a...
make qualityquery a telescopecomponent #2234 [nbiederbeck]
Fixes #2158. This is currently ugly, as we now yield from a list with single value. This would need a change to...
Drop camera frame #2396 [StFroese] API change refactoring
As you may remember, I already started this here #2141. A lot happened since the last time (i.e. moving the muon...
Unpin python 3.13 in ci #2772 [maxnoe] no-changelog-needed
python 3.13.5 was released fixing the regression that caused numba compilation failures in 3.13.4
Add DL0 telescope event type, add missing types #2769 [maxnoe]
Marking as draft for now, I will prepare a change request to the R1 model so that the additional types we define...
Rework ml model serialization #2773 [LukasBeiske]
This is a first rework of how we save our ml models. To move away from pickle completely some more changes are still...
Acada lst integration tests #2774 [maxnoe]
maxnoe: The unit tests are executed since quite some time on numpy 2.x. I did a quick grep and didn't...
AkramAki: @LukasBeiske told me to open the issue because we had problems on the StereoDispCombiner branch....