-
Notifications
You must be signed in to change notification settings - Fork 18
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
Gain computation with SPE fit and Photo-statistic methods #38
Conversation
in HHV and nominal data
with previously fitted results from HHV run
SPE/PhotoStat
(preliminary)
is different from FF and Ped pixels id -change mask in plot correlation
-typo bugfix : in b equation (1-p**2) instead of (1-p)**2
-optimisation of multiprocessing (unshared variables)
Everything working fine, with photostatistics method or SPE fits for single runs or combined fits. To me, we're good to merge. |
Thank you @jlenain |
Does this have any connection to the |
Thanks, @kosack . First, I think nobody here had any idea of the existence of this Looking quickly at the description of |
Thanks, yeah, I was just wondering if every camera is doing this separately or if there is some coordination? I would guess the methods should be the same for everyone. I imagine there is little inter-telescope coordination in CTA though! |
SPE fit for run 3942 at 1400V
integration window length propagation
PhotoStat computation
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.
Ready to be merged, in my opinion!
Also fine for me. @vmarandon had one final comment for @guillaumegrolleron can you have a look? |
@guillaumegrolleron is on it! |
Thanks a lot for the hard work, @guillaumegrolleron ! I am merging this PR now. |
There are 2 modules in the NectarGain package :
Gain can be computed on ~1400V data, or nominal runs using results from 1400V fit (there are 2 method to perform the combined fit)
This package is based on the
container
module, input data used inSPEfit
andPhotStat
have to becontainer
.Note : This PR follows the PR #37