-
Notifications
You must be signed in to change notification settings - Fork 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
Use CameraEvent.trigger_time_s
and CameraEvent.trigger_time_qns
when info from UCTS in the raw files is reliable
#79
Comments
this issue is probably more for ctapipe_io_lst (and/or ctapipe_io_nectarcam), right? |
Oh, sorry, yes. transferring |
CameraEvent.trigger_time_s
and CameraEvent.trigger_time_qns
when UCTS is reliableCameraEvent.trigger_time_s
and CameraEvent.trigger_time_qns
when info from UCTS in the raw files is reliable
Let me stress that this does not blame on the UCTS the lack of reliability of the information. But the fact is that for much of the LST1 data taken so far, the information labeled as ucts inside the files (trigger type, timestamp) is not reliable. |
I don't want to put blame on anything or anyone. Fact is, that info currently does not reach the output files reliably. |
Related to these comments I think we should stress the point that @moralejo mentioned when we talk about these problems. Just quote here what Juan Abel Barrio told me:
Therefore, whenever a problem associated with the “UCTS” shows up in the data stream, he and @mdpunch propose to name it “UCTS time-stamp propagation to EVB not working or unrelieable”. I suggest changing the printed-out comments in the code accordingly. |
@moralejo , @morcuended , Juan Abel, Thanks for your understanding! Of course the UCTS-TiCkS may also sometimes give errors, but for hunting down the cause it is probably better to leave thing open so that all of the people involved in the chain can feel concerned. |
When and if UCTS is deemed reliable, the source should switch to just use these values from the
CameraEvent
protozfits structure rather then all this counter stuff.e.g.
The text was updated successfully, but these errors were encountered: