cta-observatory/ctapipe repo issues [back to top]
Tool.get_current_config() misses Components that are in lists #2850 [kosack] bug
Describe the bug e.g. in #2802 , there is a property of the Component/Tool that is a list of Components. These do...
Event IDs duplicated/mismatched between tables when writing simtel to HDF5 with ctapipe-processor #2839 [jbuces] bug
Describe the bug When writing an NSB simtel file to hdf5 format using the ctapipe-processor (v 0.23.2), the...
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...
Remove support for backseekable in SimTelEventSource #2858 [maxnoe]
This was always a hacky solution requiring modifying private members of SimTelFile. We should remove support for...
High level monitoring data interface class #2862 [maxnoe] enhancement
Please describe the use case that requires this feature. A clear and concise description of why this feature is...
Service Data Source API #2863 [mexanick] enhancement
Please describe the use case that requires this feature. ctapipe needs I/O capabilities to read DL0/Service data:...
optimize event selection - masked events in astropy tables #2861 [BastienLacave]
Hi, I am currently ptrying to produce the IRFs with ctapipe tools. Notably I use the...
Add tool to check data model adherence / consistency / integrity #2864 [maxnoe] enhancement
Please describe the use case that requires this feature. Other projects create files using ctapipe and their...
Shape mismatch for gain selected data in GlobalPeakWindowSum with new broken pixels from camera monitoring #2866 [burmist-git] bug
Describe the bug Caught unexpected exception: operands could not be broadcast together with remapped shapes...
burmist-git: processor_tool_muon_configuration_MuonIntensityFitter.yaml
burmist-git: My files "old" have same problem (muons as well).
burmist-git: Just in case this commit make it working just fine 722112b
TjarkMiener: I think the filling in the event source is the problem, i.e. see...
maxnoe: Before, this information was taken from another container, that was removed in your...
cta-observatory/ctapipe repo pull_requests [back to top]
Add support for list of components in get_current_config #2852 [maxnoe]
Fixes #2850
Waveform noise adder #2847 [moralejo]
First version of the component to add noise in MC waveforms, for adapting it to different observation conditions. It...
treat list[Component] in get_current_config() #2851 [kosack]
Fixes #2850 also supports tools containing tools, which is something that is being used by camera teams
Remove write_index_tables option of DataWriter, seems to corrupt files #2853 [maxnoe]
Fixes #2839
Fix sonar complaints about float comparisons #2854 [maxnoe] no-changelog-needed
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...
Prepare 0.27 #2856 [maxnoe] no-changelog-needed
Test with iter_all_events branch of pyeventio #2835 [maxnoe]
More tests what does and does not work in case we include all shower events Include more information than just...
Add CI with python 3.14, drop python 3.10 #2855 [maxnoe]
Tests are passing with numba beta version. No changes needed in ctapipe itself. I suggest to wait for the numba...
Fix PendingDeprecationWarning for docutils arg #2860 [maxnoe] no-changelog-needed
Fixes: src/ctapipe/core/tests/test_component.py::test_component_html_repr ...
Turn UnclosedFileWarning into error, fix #2859 [maxnoe] maintenance no-changelog-needed
Allow eventio 2.0 #2857 [maxnoe]
New start for updating to eventio 2.0, easier than resolving merge conflicts. I'll make the minimal changes here to...
Fix the normalization for muon analysis to account for different PixelShapes. #2845 [burmist-git]
issue : #2844 (comment) Parent issue : #2815 The goal is to improve the existing intensity fitter and prepare it for...
maxnoe: Please explain this change. Why do you change the order of this array?
Add averaging #2811 [burmist-git]
Phi dist averaging
Fix muon normalization pixel shapes #2865 [burmist-git]
related to : #2845
Fix gain selection of broken pixels, add tests for all extractors with CameraCalibrator #2867 [maxnoe]
Phi0 should be subtracted from phi not added. #2869 [burmist-git]
Phi0 gives us the azimuth of the impact point, whereas before it was giving us the complementary angle of the impact point.
Visualizing schematic representation of Hillas parameters #2868 [vuillaut]
This is an addition to the documentation to display as a schema what are the Hillas parameters:
Improve statistics aggregators #2848 [mexanick]
Relax requirements on the data shape (aggregate arbitrary arrays on axis 0) Add option to aggregate statistics by...
BastienLacave: In cuts.py in pyirf (lines 85 and after) the cut_table["cut"] is set but then calling it leads...
BastienLacave: For both files, I print np.asanyarray(fill_value, values.dtype) and it gives 1.0 (as expected),...
Hckjs: Hey Bastien, what DL2 data did you use as input for ctapipe-optimize-event-selection exactly?...
TjarkMiener: Might be related to #2839, i.e. corruption on DL1 files (rather than DL2, which was produced...
BastienLacave: The files (good* and bad*) can be found in /fefs/aswg/workspace/bastien.lacave/IRF_test and the...
maxnoe: @BastienLacave maximilian.linhoff@tcs01 ~ $ ll /fefs/aswg/workspace/bastien.lacave/IRF_test/ total 0
BastienLacave: Sorry, they are there now