cta-observatory/ctapipe repo issues [back to top]
Plate-Scale Calibrations #2985 [burmist-git]
From DPPS Level B Requirements Specification_stamped.pdf: 9.8.28 CTAO-B_DPPS-435 - Plate-Scale Calibrations. The...
Correction for non-active pixels for muon analysis #2987 [burmist-git]
From DPPS_LevelB_Requirements_Batch3_Calibration.xlsx: B-DPPS-37XX Correction for non-active pixels for muon...
Removal of non-active pixels from the signal predictor #2986 [burmist-git]
From DPPS_LevelB_Requirements_Batch3_Calibration.xlsx: B-DPPS-37XX Removal of non-active pixels from the signal...
Calibration of the Muon Analysis Using Simulations #2983 [burmist-git]
From DPPS Level B Requirements Specification_stamped.pdf: 9.8.23 CTAO-B_DPPS-439 - Calibration of the Muon Analysis...
Non-spherical reflectors for muon analysis. #2988 [burmist-git]
Polygonal description of the chord, including the possibility of having a mirror-by-mirror description. #2969
Finite camera focus for muon analysis #2989 [burmist-git]
Correct for the bias on the reconstructed Cherenkov angle due to the effect of finite camera focuses for the muon...
Geomagnetic field effects for muon analysis #2990 [burmist-git]
Include effect of bending of the muon trajectory due to geomagnetic field Eqs. 49-51 of [RD]...
Optimize the computation by using photon energy instead of wavelength. #2992 [burmist-git]
Optimize the computation by using photon energy instead of wavelength. This is related to the fact that Cherenkov...
Secondary mirror / camera shadow awareness for inclined muon analysis #2991 [burmist-git]
Impact distance reconstruction of the muon analysis depends from shadows from the camera and the central hole in the...
Reference metadata being checked before its is written in CrossValidator #2973 [kosack] bug
Describe the bug We get a warning like: ctapipe/core/provenance.py:280: MissingReferenceMetadata: Could not read...
Expose CORSIKA photons in the SimulatedEventContainer #2698 [vmharvey] enhancement
Please describe the use case that requires this feature. I'm doing some studies that use the CORSIKA photon bunches...
Add proper type annotations for containers / fields #2993 [maxnoe] enhancement
Please describe the use case that requires this feature. Currently, type checkers complain about the containers /...
Waveform Time of Maximum Calculation #2982 [Cormed-Mack] bug
Hi, I'm Cara Dignam I work at IRAP on NectarCam. The calculation of the peak time in /src/ctapipe/image/extractor.py...
Master issue on muons after the CERN meeting #2981 [burmist-git]
The points are presented in chronological order, as they were discussed. If a point is marked with the (closed)...
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 test for DataWriter with observed data #2998 [maxnoe] enhancement
Please describe the use case that requires this feature. During #2204, I noticed that it was passing tests, but...
cta-observatory/ctapipe repo pull_requests [back to top]
Add check in lts_linear_regression to prevent seg faults #2878 [Hckjs] bug
Passing less than 2 valid points into lts_linear_regression leads to segmentation faults. See #2877 #2876 #2875
Pass CameraMonitoringContainer to ImageCleaner in ImageProcessor #2875 [Hckjs] bug
fixes #2874
Changes for use in the event Processor of the NSB addition to waveforms #2980 [moralejo]
This allows to add NSB in waveforms before proceeding with the pulse integration and the rest of the processing.
add polygon_chord #2969 [burmist-git]
Polygonal description of the chord. 096_arbitrary_shaped_mirror_and_polygon_chord.pdf Uploading...
Fix incorrect warning in CrossValidator #2974 [kosack]
Add output file to provenance only after it is closed. Fixes #2973
Store original simtel event in ArrayEventContainer #2976 [vmharvey]
Closes #2698. Note that the telescope numbering scheme inside the simtel event is different to the final ArrayEvent.
Implement square pixels on a hexgrid #2932 [maxnoe]
Store new field in geometry files tests import numpy as np import matplotlib.pyplot as plt from ctapipe.instrument...
Build on windows #2156 [kosack] no-changelog-needed
Just a quick test to see what breaks if ctapipe is installed in windows... If it's not too much, I will try to fix...
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...
Make HTML reprs for Components recursive #2926 [kosack]
Minor cosmetic change that I found useful when debugging complex Components that contain other components: recurse...
Polar PSFModel #2945 [TjarkMiener]
Add proper typing support for Container fields #2994 [maxnoe]
With e.g. pyright installed in an IDE: Before: Now: And e.g. in CameraCalibrator: Before: Now: It cannot deduce...
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...
Implement service data loading #2942 [mexanick]
Add from_service_data() classmethod to construct SubarrayDescription from service data files using subarray...
EventViewer as part of ctapipe-process tool #2556 [maxnoe]
This adds a QT based GUI EventViewer that can be started and used to browse through event data using ctapipe-process...
Fix Map() repr to be more sane #2997 [kosack]
The old repr was basically unreadable, as it printed the reprs of all sub-containers. This just changes the repr to...
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...
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
maxnoe: Note that this kind of histogram monitoring is for example also needed for the cleaning...
maxnoe: please don't put the type in the name, e.g. just axis_definition or binning.
maxnoe: Could we not have the "kwargs" level? E.g. use something like this: kwargs =...
maxnoe: @burmist-git please see message in slack before opening more issues