cta-observatory/ctapipe repo issues [back to top]
Pixel-wise aggregation of histograms #577 [calispac] enhancement
Hi all, I am wondering if there is any plan to have a class/function to create an histogram along a given axis (e.g....
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...
Update DL1 test dataset for machine learning tests #3031 [maxnoe]
We should update the dl1 test dataset used for the machine learning unit / integration tests. The current datasets...
Extend `EventSource.is_compatible` to return a reason #3043 [maxnoe] enhancement
Please describe the use case that requires this feature. In case EventSource unexpectedly cannot find a compatible...
Add `allowed_tels` option to `ApplyModels`-Tool #2978 [Hckjs] enhancement discussion
If you currently want to do e.g. some benchmark studies on different array configurations from preprocessed DL1 MC's...
Proper support for DVRed waveforms #3046 [maxnoe] enhancement
Please describe the use case that requires this feature. Currently, the waveform array always has shape (n_channels,...
cta-observatory/ctapipe repo pull_requests [back to top]
Make function to compute true disp public in ctapipe.reco #3014 [maxnoe]
from ctapipe.io import TableLoader from ctapipe.reco.disp import compute_true_disp with TableLoader(path) as...
Move new definition of telescope optics table to OpticsDescription #3027 [maxnoe]
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...
Add one more type annotation to Field overloads #2995 [maxnoe] no-changelog-needed
While going over the container definitions in #2204, I noticed one missing case where my IDE was complaining about...
Allow astropy 8.0 #3006 [maxnoe]
Remove fitshistogrram #3032 [maxnoe]
Closes #1594
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...
AstroQuantity.physical_type from default_value #3012 [LukasBeiske]
If an AstroQuantity is defined without a physical_type but including the default_value, the physical_type is now...
Do not use events outside fov bins for cut optimization #3013 [LukasBeiske]
Since we do not use fov bins in the cut optimization yet, events outside the fov bins used for the irfs were used in...
added HistogramsAggregator #2996 [TjarkMiener]
closes #577
maxnoe: It wasn't working because there was a configuration for the name but other places assumed...
TjarkMiener: I think it was the filling of the histogram here which takes the name as argument.
TjarkMiener: We could do something like: hist_object.fill(**{self.hist_axis.name: valid_values})
TjarkMiener: Yes worked in 3091a4b. Thanks for the comment! @maxnoe
kosack: Found the bug: do not use pop here, as it modifies the metadata for all rows! ...
kosack: This is the real bug you need to copy it, not modify it in place: axis_kwargs_meta =...
maxnoe: @TjarkMiener Let's merge this and do improvements in new contributions.
Add full cut opt #3035 [Hckjs]
bugfix HistoAgg with existing OutlierDetector #3033 [TjarkMiener] bug
make call() of ODs work with 3D and 4D
Prepare v0.31.0 #3036 [maxnoe] no-changelog-needed
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.
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...
DL3 Event List with EventPreprocessor #3004 [kosack]
This adds a FeatureSet to the EventPreprocessor for transforming DL2 to DL3 observed events. This is a...
fix zip for newer pytest version #3041 [TjarkMiener] maintenance
Fix pytest deprecation warnings #3039 [maxnoe] maintenance no-changelog-needed
Fixes the current CI failures after the pytest 9.1 release.
add group of star tracker in the hdf5 data format #3040 [TjarkMiener] hdf5 data format
add proper sections in hist aggregation tutorial #3042 [TjarkMiener] documentation-only
Fix url for doi badge #3037 [maxnoe] no-changelog-needed documentation-only
Move decision about time format into data model definition #3038 [maxnoe]
Use newer dl2 file for model training tests #3044 [maxnoe] no-changelog-needed
Fixes #3031 I'm not totally happy with how these tests are organized, this would very much benefit from a cleanup...
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...
Update ctapipe-display-dl1 to show bad pixels (nan) in gray #3047 [maxnoe] no-changelog-needed
STSpencer: @maxnoe is there anything I can do to help out with this? What exactly do you need? I guess we...
maxnoe: @STSpencer thanks for the offer! I think we actually have already the data needed on the grid, I...
maxnoe: I will come back to your offer for other test / reference datasets though.