cta-observatory/ctapipe repo issues [back to top]
Subarray pointing at DL2+ #3005 [kosack] enhancement
Please describe the use case that requires this feature. For DL3 output files, we want to have a subarray pointing...
Calculate true_disp when running ctapipe-process #2950 [STSpencer] enhancement good first issue
Please describe the use case that requires this feature. Currently (as far as I can tell), ctapipe-process does not...
cta-observatory/ctapipe repo pull_requests [back to top]
DL3 Event List with EventPreprocessor #3004 [kosack]
This adds a FeatureSet to the EventPreprocessor for transforming DL2 to DL3 observed events. This is a...
Test with astropy 8.0 beta #3006 [maxnoe]
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...
Pass project version to sonar #2831 [maxnoe] no-changelog-needed
Fixes the "Version: not provided" in sonarqube
Make HTML reprs for Components recursive #2926 [kosack]
Minor cosmetic change that I found useful when debugging complex Components that contain other components: recurse...
Add additional nitpick ignores for traitlets #3007 [maxnoe] no-changelog-needed
refactor to reduce cognitive complexity #3009 [mexanick]
Add wrappper to reconstruct Hist object from table row #3010 [TjarkMiener]
Added thin wrapper for reconstruct Hist object from table rows produced by the HistogramAggregator. I found it super...
reorganized stats/chunk containers #2999 [TjarkMiener] maintenance
We noticed in #2996 that containers dealing with chunks and stats needed some maintenance and docstring polishing.
Allow overriding obs_id by adding offset to run_number in SimTelEventSource #3008 [maxnoe]
This should make it easier to process the LSTProd2 simulations, where run numbers are only unique within a...
Add a StereoDispCombiner #2731 [Hckjs] enhancement algorithm module:reco
This is basically the StereoCombiner already implemented here in magic-cta-pipe. It combines the mono DISP...
maxnoe: This is not needed, we include traitlet help strings automatically.
maxnoe: If I read this correctly, we here silently ignore the case where a user asked the disp...
maxnoe: This check could be done before evaluating the quality query for performance
maxnoe: np.nan is an immutable float, it will always be copied, so no need to add COPY_IF_NEEDED.
maxnoe: This could be a separate issue, but I'm not sure that the code here would be correct for...
Add DL3 writer #2979 [mdebony]
Add a DL3 writer for the GADF format to catapipe. This PR is sub element of #2727 to simplify the review.
First step of implementing CEP-002: Change container structure #2204 [maxnoe]
Closes #1165 Closes #2170 Closes #2374 Closes #2952
added HistogramsAggregator #2996 [TjarkMiener]
closes #577
Adding a single documentation page with image parameters (features) #3011 [vuillaut]
This PR introduces a new entry in the user doc "analysis steps" (could be completed later) including a page with all...
maxnoe: Note that at the moment, while GADF allows a pointing table, Gammapy / SAT only support fixed...
mexanick: @kosack what is the the definition of the Subarray Pointing? Is it a target, or actual pointing?...
maxnoe: What is relevant to DL3 is that the subarray pointing is used to convert between FoV coordinates...
mexanick: so this should be the target coordinates then, and not the measured one? Of, if this should be...
maxnoe: I think we need to make a quality check on the agreement but then can use the observation block...