-
Notifications
You must be signed in to change notification settings - Fork 77
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
Change unit of log_e_reco/log_mc_energy from GeV to TeV #325
Conversation
Codecov Report
@@ Coverage Diff @@
## master #325 +/- ##
==========================================
+ Coverage 41.73% 42.67% +0.94%
==========================================
Files 69 68 -1
Lines 4771 4691 -80
==========================================
+ Hits 1991 2002 +11
+ Misses 2780 2689 -91
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rlopezcoto
Thanks for addressing this issue.
I think the changes should be done at DL1 level, meaning, in the description of the DL1Parameters container and when log_mc_energy
is computed. Then the prediction will be in log(E/TeV) already and mc
and reco
will be consistent.
that is going to make a bit messy with the models already produced when applied with newer lstchain versions, right? My proposal was to change only the |
Yes it will, but models should not be used between two main releases of lstchain anyway. |
ok, thanks @vuillaut! |
Yes, I think it should - we have introduced major changes recently, no? I think there are more places where changes should be introduced concerning this PR, for example (but not exhaustive):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems all the changes have been addressed.
Thanks.
@vuillaut @rlopezcoto there were no new commits since I reviewed, did you forget to push? |
I saw that @rlopezcoto said "done" to each comment and assumed (too quickly) they have been addressed. |
sorry, weird... I was left with no space on my computer and files were modified but commit/push did not work... |
Solves #320