cta-observatory/ctapipe repo issues [back to top]
Implement loading of instrument configuration from service data given a subarray id #2946 [maxnoe] enhancement
Please describe the use case that requires this feature. We need to load the instrument configuration by subarray id...
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]
Force absences of units for skewness and excess_kurtosis #2732 [mexanick] fix
Explicitly convert (dimensionless) skewness and excess_kurtosis to values Closes #2730
Improve statistics aggregators #2848 [mexanick]
Relax requirements on the data shape (aggregate arbitrary arrays on axis 0) Add option to aggregate statistics by...
Only set coverage options in coverage job #2882 [mexanick] fix maintenance no-changelog-needed
coverage-7.11.1 changed the way how the measurement core setting is treated (changelog): Fix: if the measurement...
Add more calibration and monitoring groups to HDF data format #2881 [mexanick]
allow gain selection when skipping R1 calibration in SimTelEventSourve #2943 [TjarkMiener]
maxnoe: Instead of duplicating the code here, please just factor the gain selection out of the...
maxnoe: We have a caching _get_pixel_index helper (actually in two positions in the code to avoid...
TjarkMiener: I need to understand this change, so I marked the PR in draft mode.
TjarkMiener: gain selection should be done on the r0_waveform
Allow filtering by telescope event type in software trigger #2941 [maxnoe]
From a discussion with @mdpunch (cc @mdebony), the nectar cam people would like to analyze the mono performance of...
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...
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...
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...
maxnoe: I could imaging that we do something like this now in Tool.setup: self.source =...
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.
Polar PSFModel #2945 [TjarkMiener]
maxnoe: You made larger changes now that should be reflected in the changelog
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?
mexanick: @maxnoe shall we add simplified optics tables, that would be mostly placeholders now, but we can...