cta-observatory/ctapipe repo issues [back to top]
SimTelEventSource.skip_r1_calibration should still allow to select gain #2895 [maxnoe] enhancement
Please describe the use case that requires this feature. If skip_r1_calibration is set, also the gain selection is...
Incorrect intensity scaling in toymodel due to unit mismatch #2896 [shahjahanIqbal] bug
Describe the bug The toymodel.ImageModel.expected_signal multiplies the PDF (1 / self.unit^2) with the...
Add references to calibpipe for camera calibration to the docs #2899 [maxnoe] documentation
Should be added to the docs of the monitoring source to let people know how to produce camera calibration...
cta-observatory/ctapipe repo pull_requests [back to top]
CI with astropy 7.2rc1 #2884 [maxnoe] no-changelog-needed
Fixed bug #2896 #2897 [shahjahanIqbal]
Intensity scaling issue due to unit mismatch
Add possibility to produce DL3 with ctapipe #2727 [mdebony]
The purpose of this PR is to add support for the creation of DL3 file in ctapipe. The current output format is the...
Fix PendingDeprecationWarning for docutils arg #2860 [maxnoe] no-changelog-needed
Fixes: src/ctapipe/core/tests/test_component.py::test_component_html_repr ...
Support python 3.14, require python >= 3.12 #2855 [maxnoe]
Tests are passing with numba beta version. No changes needed in ctapipe itself. I suggest to wait for the numba...
More ImPACT code cleanup #2705 [gschwefer]
Hi everyone, I finally got around to clean up the ImPACT code a bit more. This PR has 3 major changes: The paths to...
Flatfielding factor instead of absolute & relative factor for amplitude correction #2433 [StFroese]
closes #1397
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...
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...
hstack the HDF5 monitoring files #2900 [TjarkMiener]
Currently in draft mode to gather some early feedback on API design on the merger components. Aiming to: closes...
Fixed bug #2896 #2898 [shahjahanIqbal]
Intensity scaling issue due to unit mismatch The toymodel.ImageModel.expected_signal multiplies the PDF (1 /...
maxnoe: Same as above. pdf should have units of per area or per solid angle.
maxnoe: @shahjahanIqbal Here, we should actually do: return u.Quantity(self.dist.pdf(X),...
kosack: Should just delete this commented-out code if it is no longer used. Otherwise, looks good!
maxnoe: Since you now made changes to the pdf functions, the correct fix is here is the alternate...
maxnoe: @shahjahanIqbal no need, the CI for the documentation already passed:...
attach monitoring data to hdf5 file #2901 [TjarkMiener]
This PR tweaks the merger component to add functionalities listed in #2900 (comment) closes #2890 closes #2862
maxnoe: Thanks for reporting this issue. The fix is pretty simple, replace the .value with...