cta-observatory/ctapipe repo issues [back to top]
Generalise DL2 tables loading and filtering #2790 [Voutsi] enhancement
Please describe the use case that requires this feature. Telescope cross-calibration. Describe the solution you'd...
IRF outputs for protons + electron A_eff need better HDUCLAS headers #2792 [kosack] bug
Describe the bug The proton and electron effective areas in the IRF output have the same format as the gamma-ray...
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...
`ctapipe-quickstart` prints many warnings #2793 [Tobychev] bug
Describe the bug ctapipe-quickstart prints many warnings To Reproduce Steps to reproduce the behavior: >...
position_to_pix_index wrong behaviour for x,y outside camera #2795 [moralejo]
ctapipe/src/ctapipe/instrument/camera/geometry.py Line 941 in 2bf1942 ...
ctapipe-quickstart prints many warnings #2794 [Tobychev] bug
Describe the bug ctapipe-quickstart prints many warnings To Reproduce Run ctapipe-quickstart. Expected behavior That...
templates for ctapipe-quickstart should not be the files used for testing #2796 [kosack] bug
Describe the bug ctapipe-quickstart is meant to give the user a nice starting point to do an analysis, but right now...
cta-observatory/ctapipe repo pull_requests [back to top]
Remove references to ctapipe_resources and fix wrong log message #2782 [kosack]
incorrect log message: download_file always logged (as DEBUG) "File {name} is not available in cache, downloading",...
Raise clear error in case of non-altaz fixed pointing in disp reconstructor #2785 [maxnoe]
Update pyirf to 0.13 #2788 [maxnoe] no-changelog-needed
Add possibility to produce DL3 with ctapipe #2727 [mdebony]
The purpose of this PR is to add support for the creation of DL3 file in ctapipe. The current output format is the...
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...
Add a component to reduce waveform readout window #2780 [maxnoe]
The question is now where to best apply this. I see a couple of options: Add directly to ctapipe-process, this...
Fix warnings about missing meta in quickstart tool, fixes #2794 #2797 [maxnoe] no-changelog-needed
Add full cut optimization as introduced in pyirf 0.13 #2789 [LukasBeiske]
This changes the PointSourceSensitivityOptimizer to use the full cut optimization introduced in pyirf 0.13. The...
Modify camera monitoring data format #2787 [TjarkMiener] data model change
This PR implements the camera monitoring data format, which we will be proposing next week at the DPPS workshop....
Generalise table preprocessing #2791 [Voutsi] module:irf
Closes #2790 Refactoring the DL2 processing for producing IRFs. The motivation is to use the same code for more...
mexanick: Overall looks good, however I'm wondering if this preprocessing module should go under...
LukasBeiske: Besides that, looks good to me! Kind of related #2789
maxnoe: You added two changelog snippets here that contain text that is not really fitting for a...
maxnoe: What is the purpose of this option? From the help it's not clear to me.
maxnoe: There is no mechanism in GADF to do this, so for now I would propose to strip the GADF related...