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

Improve performance of HillasReconstructor #2025

Closed
maxnoe opened this issue Jul 18, 2022 · 2 comments
Closed

Improve performance of HillasReconstructor #2025

maxnoe opened this issue Jul 18, 2022 · 2 comments

Comments

@maxnoe
Copy link
Member

maxnoe commented Jul 18, 2022

Please describe the use case that requires this feature.

HillasReconstructor is dominating the runtime of processing simtel files up to DL2 training. A cursory glance at the code lets me think there is a lot of room for easy improvement.

Describe the solution you'd like

Refactor HillasReconstructor code to optimize performance.

@kosack
Copy link
Contributor

kosack commented Jul 22, 2022

most of the time is taken in the coordinate transforms and creating coordinates. It's likely that could be optimized

@maxnoe
Copy link
Member Author

maxnoe commented Jan 3, 2023

Most of this was done in #2036

@maxnoe maxnoe closed this as completed Jan 3, 2023
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

2 participants