cta-observatory/ctapipe repo issues [back to top]
New method to reconstruct muon impact point #2815 [burmist-git] enhancement
We need to implement a new method to reconstruct the impact point. With the current method, we achieve a 1.7 m...
cta-observatory/ctapipe repo pull_requests [back to top]
add impactpoint_intensity_fitter.py #2814 [burmist-git]
An important error has been found and fixed (in the Chord calculation). It shows an improvement in the resolution...
add MonitoringSource #2802 [TjarkMiener] API change Breaking change hdf5 data format
This PR prepares ctapipe to interface with camera calibration data products from calibpipe via a new MonitoringSource().
TjarkMiener: Should the DATA_MODEL_VERSION changed in the datawriter including the monitoring info?
maxnoe: mmh, something is going wrong with the coverage... Can you update with main?
maxnoe: docs build also fails with a circular import error: Extension error...
maxnoe: Use relative imports here, might fix the import error
mexanick: it is TableLoader that imports the PointingInterpolator, but that's not important. By...
maxnoe: HDF5EventSource also uses it: ctapipe/src/ctapipe/io/hdf5eventsource.py ...
maxnoe: Like I said, I think it makes semantical sense to keep the hdf5dataformat definitions in...
maxnoe: How can a data format be used beyond IO? I think it's rather a sign that the...
maxnoe: Since you have a close, you can call it here Suggested change ...
maxnoe: How do you compute the true value? I don't think we have code for that in ctapipe, but it would...
burmist-git: Actually, with this configuration, the simulated true core X and true core Y are the correct...
burmist-git: @maxnoe The initial implementation appears satisfactory. the next step is to estimate the...
burmist-git: This is without camera shadowing