-
Notifications
You must be signed in to change notification settings - Fork 268
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
Proposals for charge calibration flow #1147
Comments
At the moment my preferred option is Approach 3 |
Let's separate calibration calculation from calibration application. Let's start with a simple 2-pass method:
Where is data?
|
Hi @watsonjj
if I understand correctly this is what is do proposed now for the calibration at R1 level. |
Hi @kosack,
yes, let call it the R0 calibration level, this is what we are already doing in LST
In the requirements, the calibration frequency is 100 Hz, so in order to have enough statistics we will have calibration events each 10-100 s (depending also on how fast the values are supposed to change)
As a first approach, one can probably simply take the calibration event closer in time to the shower event. It will be interesting to test if the interpolation makes a big difference statistically speaking (it will depend on how smooth are the changes in the calibration coefficients)
In the first approach (without interpolation), the event values are just pointing to the corresponding monitoring values |
No, this thread is specifically concerned with the DL1 calibration. Yes I can assume the camera do something in their R1 calibration that puts the waveform in some units proportional to p.e. (or photons) per sample. This is necessary for the online analysis. But the calibration I am concerned with is the DL1 calibration into absolute p.e. or photons. This calibration is dependant on the charge extraction used. Similar processes will occur for the calibration of the charge in the R1 and DL1 calibrations, and they can potentially use similar methods. But R1 is intended to be an approximate calibration. An additional calibration of the charge is required for the DL1 level. We need to be clear and careful about what we are discussing here.... |
R1 calibration is already provided to the waveforms from simtelarray (stored in the simtel file and applied in the SimtelEventSource). What ctapipe is missing at the moment is the DL1 calibration. In #1160 I added the functionality to apply the charge calibration in the DL1 calibration step. The calibration coefficients are retrieved from |
I have prepared some proposals for the flow of charge calibration. I am mainly concerned with the charge calibration at the DL1 level.
Certain aspects of the charge calibration are common in all of these proposals, and I think they are mostly agreed upon:
Connected previous discussions: #1037 #1041 #1026
I will post the proposals I currently have below, so they can be discussed.
The text was updated successfully, but these errors were encountered: