cta-observatory/ctapipe repo issues [back to top]
pyirf >=0.12.0 needs to be required, otherwise ctapipe-optimize-event-selection breaks #2723 [simonleeADL] bug
Describe the bug When I installed the latest ctapipe, I had pyirf 0.11.0 already cached. This however caused an...
Make some dependencies optional #2638 [maxnoe]
To enable some more minimal installations of ctapipe, e.g. for ACADA SAG, we should make at least the following...
Add tool to export astropy cache to specific location #2748 [maxnoe] enhancement
Please describe the use case that requires this feature. For working offline and on clusters, we should have a tool...
cta-observatory/ctapipe repo pull_requests [back to top]
Add a StereoDispCombiner #2731 [Hckjs]
This is basically the StereoCombiner already implemented here in magic-cta-pipe. It combines the mono DISP...
Remove one level of indirection from DVR classes #2750 [maxnoe]
Use actual muon PDF for toy model ring #2751 [maxnoe]
@burmist-git This implements the expected muon intensity distribution for the asymmetry of the toy model.
Muon fit improvement #2736 [burmist-git]
The muon ring fitter needs to be improved. The existing toy tests for muons are overly simplified. Realistic...
mexanick: Please use numpydoc convention and detail the parameters. For example: ...
maxnoe: As I wrote before, this is a changelog entry. It describes what has already happened.
maxnoe: This will fail for the default argument, as it is still 0 not 0 * u.deg
mexanick: Suggested change max_var =...
mexanick: I think the default should be False (correct error calculation) Suggested...
mexanick: asymmetry_orientation_angle_deg=0 * u.rad, looks weird semantically. ...
maxnoe: Why wouldn't we use 1.1 * u.deg if the input unit happens to be radians?
maxnoe: Why simplified? What would it take to make it properly?
mexanick: lines 153-156 can be simplified to this: Suggested change ...
maxnoe: Looks mostly good, some remaining questions and style comments
maxnoe: The new uncertainties here are just ignored. They should also be tested.
burmist-git: only if var is nan and in case of inverse function method usage for more complex pdf...
maxnoe: But why would you fit the toy model to real muon rings?
maxnoe: I opened #2751 targeting this PR with the last option
burmist-git: :-) still think it was doing the reasonable job the linear_pdf.
mexanick: @maxnoe @burmist-git this is the relevant portion of the log: FAILED...
GernotMaier: Stumbled over it while checking the size of a docker container with ctapipe installed: numba...