-
Notifications
You must be signed in to change notification settings - Fork 15
A23 4yr diffuse #17
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
base: master
Are you sure you want to change the base?
A23 4yr diffuse #17
Conversation
… for further work
…noise mode triggering too
Settings::SC_EFFICIENCY_ERROR_V, Settings::SC_EFFICIENCY_ERROR_H to switch on systematic uncertainty estimate from the signal chain measurements
USE_SIGNAL_CHAIN_LOWER_BOUND=1
Signal chain uncertainty estimate
…r and lower limits
…s incompatible with USE_ARA_ICEATTENU=0
Conflicts: Settings.cc log.txt Resolved conflicts
Compatibility issue #7
…stematics. Default:askaryan signal is not changed at all. =1 scale up the askaryan signal by 12%, =2 scale down the askaryan signal by 12%. The 12% comes from Eugene's thesis, Fg. 5.12.
DETECTOR_STATION_LIVETIME_CONFIG with default values, 2 & 0 respectively
…s bariable. The function was changed in the AraSim class so it takes a new argument
…ray begin and end functions
|
So, it looks like some conflicts need to be resolved? Also, can we switch the meaning of Latten upper/lower bound in AraSim so that "upper bound" means "longer attenuation length at a given depth"? Otherwise I think it will be confusing long term. |
|
One other thing: I believe in the a23_4yr_diffuse branch, we agreed to leave in place the bug in the antenna gain (the double counting of the transmission coefficient, I think?), but it is fixed in the master branch. The fix was master commit aa2b30f if I' not mistaken. So in the master branch, we want that bugfix to survive, so we should avoid merging the bug-fix back in. |
|
We can keep the bug-fix in place when resolving the conflicts. I'll change the meaning of Latten |
|
Thanks for changing the Latten definition! Otherwise, this seems okay to me. When you get a chance, any thoughts @mingyuanlu ? |
|
@mingyuanlu , I see that in
// Read 600MHz low-pass filter for uncertainty estimate if(in.good()){
The |
|
Wait why are we merging So merging the two branches here is not consistent with the above logic. The conflicts in |
|
Right, so I think I completely agree with leaving the bug in the gain files, that you fixed with PR #13 in the master, in the |
|
Okay makes sense. In principle I could make the signal chain related changes work in the master branch as well, and have them used when Probably should be noted that the |
|
I don't think this merge is particularly urgent, unless @toej93 disagrees for some reason. We should also make sure the n(z) and Latten systematics get pulled over too. And yes, I agree, we should not delete this branch, it needs to be preserved for reproducability. |
…section for systematic study
…ctions were not fractional
…bar model, but also update the number used for energy to formatting match
Updating main branch with AraSim master
I believe we can merge now. All the new changes were tested.