Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better stereo combiner for disp predictions #2442

Open
maxnoe opened this issue Oct 31, 2023 · 0 comments
Open

Better stereo combiner for disp predictions #2442

maxnoe opened this issue Oct 31, 2023 · 0 comments

Comments

@maxnoe
Copy link
Member

maxnoe commented Oct 31, 2023

Please describe the use case that requires this feature.

Currently we just average the single telescope predictions on the sky.

This is not optimal, since it will happily average a telescope with wrongly reconstructed sign of disp with another with correctly reconstructed sign resulting in a very bad prediction.

There are multiple ways to combine disp predictions for multiple telescopes, e.g. taking the average of the closest positions taking both possibilities of sign into account.

Some where looked at in @LukasNickel Master's thesis.

Describe the solution you'd like

Implement improved combination of telescope-wise disp prediction into subarray prediction.

Additional context

This method seems to provide better performance for low multiplicities than HillasReconstructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant