-
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
Allow set number of modules #183
Allow set number of modules #183
Conversation
Hi @pawel21, I see a potential problem here. When we perform regular observations, the file used to produce a pedestal will likely have the same number of modules as the one used for data. As we are working right now, we may use a file to calculate the pedestal that has all the modules, but the data one has less modules. |
Dear @pawel21, |
Generally, my code to perform correction using number of pixels from current event @FrancaCassol Thank you for explanation. You are right. I see another problem in function
When the shape of |
@FrancaCassol I am using |
I found bug in code to create pedestal file, when not all the modules are on. |
I closed. |
Issue #182
I have modified code to allow set number of modules as parameter.
This will allow use low level corrections, when modules as missing (works least than 265 modules)
The parameter
n_module
must agree with number of module use to create pedestal file.