cta-observatory/ctapipe repo issues [back to top]
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...
HillasIntersection with weighting = "hess" does not work #2805 [calispac] bug
Describe the bug The weighting method 'hess' of the HillasIntersection reconstructor is not implemented although it...
Add "column" mode to EventPreprocessor: keep but mark events that don't pass qualityquery #2954 [kosack] enhancement
Please describe the use case that requires this feature. Currently the EventPreprocessor, #2928 (and the older...
Cuts and X_max to EventPreprocessor #2953 [kosack] enhancement
Please describe the use case that requires this feature. Once #2928 is merged, the following features were requested...
R1/DL0 telescope event type is also stored in trigger. #2952 [maxnoe] bug
Describe the bug We store the R1/DL0 telescope event type in three containers, R1, DL0 and TelescopeTrigger. To...
cta-observatory/ctapipe repo pull_requests [back to top]
EarthLocation of the telescopes in subarray #2947 [mexanick]
add lazy property with telescope coordinates as EarthLocation
Improve developer setup instructions in Getting Started guide #2948 [yaochengchen]
Clean up the Getting Started developer guide by fixing typos, correcting incorrect Git commands, and aligning...
Test with numba 0.64rc1 #2940 [maxnoe]
Extend MonitoringSource interface #2933 [mexanick] new functionality module:IO
Prepare the interface part to add the DL0/Monitoring source plugin (will come in a separate repository). Therefore,...
Fix trigger check in HDF5EventSource.is_compatible #2949 [yaochengchen]
Fix trigger compatibility check has_trigger in HDF5EventSource.is_compatible() incorrectly...
Implement service data loading #2942 [mexanick]
Add from_service_data() classmethod to construct SubarrayDescription from service data files using subarray...
Feature: EventPreprocessor #2928 [kosack]
Introduces an EventPreprocessor class that can generically transform an event table by applying the following...
Voutsi: I think there is a typo here: true_fov_lon shouldn't be reco_fov_lon?
mdebony: Seems very usefull for DL3 production, I've added a small suggestion in the comments.
Minimal initial commit of FreePACT code #2920 [ParsonsRD]
This is a commit of a simple implementation of the FreePACT code. Updates to the ImPACT code are included from #2705
Fix a typo in README.md #2955 [yaochengchen]
Fix typos in hillas_reconstructor.py #2957 [yaochengchen] no-changelog-needed documentation-only
Fix typos in hillas_reconstructor.py
Typo hillas #2956 [yaochengchen] no-changelog-needed documentation-only
Fix typos in READ.rst and ctapipe.image.hillas.
feat: Implement true_disp calculation in ctapipe-process + test #2951 [koopatroopa787]
Description This PR implements the calculation and storage of true_disp parameters (norm and sign) in...
Polar PSFModel #2945 [TjarkMiener]
maxnoe: I believe the labels and plots are mixed, Yes, fixed now
maxnoe: Why remove the _cartesian_to_polar helper and put the same code inline?
maxnoe: I had a mistake when scaling the radial parameters for the plate scale, with the correct...
mexanick: but after your correction to rads, did you update correctly the inputs of the right...
mexanick: @maxnoe the "working example" is literally your code with one parameter renamed: import...
maxnoe: Actually no, we are not using any trig functions on the values.
Introduce new `needs_atmosphere_profile` property to reconstructors #2958 [Hckjs] fix maintenance
Adding also small test
maxnoe: If you just want to have a quick look at performance figures, the true disp is stored as part of...