cta-observatory/ctapipe repo issues
CameraFrame to TelescopeFrame #2704 [zhipzhang]
I am quite curious about the conversion of cameraframe and TelescopeFrame. From the AltAz to telescopeframe...
Unable to create IRF from LST mono observations #2706 [rcervinoucm] bug
Hello, I have trained and produced the DL2 files from an LST mono approach with CTLearn, and I and trying to produce...
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...
Support writing high-precision timestamps to hdf5 #2428 [maxnoe] enhancement
Please describe the use case that requires this feature. Currently, we write out all timestamps as TAI MJD. That is...
Implement a standard analysis #977 [maxnoe] enhancement help wanted use case
As discussed in Dortmund A Tool for DL0 → DL1 A Tool for splitting data into training / test sets A Tool for...
Make simulated shower distribution an interface for simulation event sources #1689 [maxnoe] good first issue module:IO
Issue from a TODO in the dl1writer TODO: this needs to be fixed, since it currently requires access to...
Remove defaultdict-like behavior from container map #2708 [maxnoe]
This leads to confusing results from time to time as containers are happily created with the nan/default values in...
StereoMeanCombiner.predict_table() returns invalid table #2711 [TjarkMiener] bug
Describe the bug The column "prefix_telescopes" is returned here with a list of tel ids which participated in the...
Do not use astropy sky coordinates for ground and tilted ground frame #1278 [maxnoe] bug design problem
These are not sky coordinates in any sense, so they shouldn't be using astropy frames and SkyCoords
Absolute timestamps are not absolute, but relative to tilted plane (pointing direction) #2712 [mdpunch] bug
Describe the bug The timestamps produced by SimTelEventSource are actually corrected for the pointing direction...
cta-observatory/ctapipe repo pull_requests
Hillas psi uncertainty ruo #2629 [ruoyushang]
Adding estimation of image psi uncertainty and uncertainty of image cog along the rotated y-axis in hillas.py. Also...
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...
Fix show config #2703 [maxnoe]
Store event times using CTAO high resolution timestamps #2707 [maxnoe]
Fixes #2428
Muon parameters update #2670 [jstvdk] module:calib
I added new functionality to the muon analysis as described in the Issue #2665 , specifically new fields to the...
Fix sonar for PRs from forks #2710 [maxnoe] no-changelog-needed
Was failing as the PR information is not included in the github data, but we already included it before in the...
Fix checkout cleaning up coverage report in sonar ci #2713 [maxnoe] maintenance no-changelog-needed
The checkout action by default removes all untracked files, which in this case removed the coverage report
Add a method to read scheduling information with TableLoader #2709 [mdebony]
In the class TableLoader, a method called read_scheduling_information was added to read scheduling block information...
zhipzhang: The implementation here should be correct! I misunderstood the implementation of this process.