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

Hotfix and cosmic ray energy reconstruction parameterization for summit #682

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

sjoerd-bouma
Copy link
Collaborator

This PR adds the parameterization for Summit station for the cosmic ray energy to the cosmicRayEnergyReconstructor module. This parameterization was determined in a similar way as described in the original paper by @christophwelling; I used the cosmic ray simulations by @cg-laser (see MSc thesis by @lpyras for more details) and fit the parameterization to noiseless cosmic ray signals using a 4-LPDA layout. The fit was performed directly over all zeniths and energies, weighted by the simulation weights and using an $E^-2$ flux, and minimizing $\Delta \log E$.

In addition, I noticed a bug in the code - the third parameter of the scale_parameterization was never used, instead the first parameter was used twice. I fixed this, but I am actually not sure if the parameterizations are otherwise correct; also in the original paper, I'm worried the order of the parameters might occasionally be swapped, because e.g. numpy uses the convention p[0] + p[1] x + p[2] x**2 + ... (i.e. constant term first) rather than putting the highest-order term first. It would maybe be good if @christophwelling could double check this : )

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

Successfully merging this pull request may close these issues.

None yet

1 participant