We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
event.lst.tel[X].first_capacitor_id
Instead of storing the first_caps array in the LSTR0Corrections, we can just put the correct array of shape (N_GAIN, N_PIXELS) into the event.
first_caps
LSTR0Corrections
(N_GAIN, N_PIXELS)
This will make it accessible also to the scripts in lstchain that at the moment recalculate it.
The text was updated successfully, but these errors were encountered:
Hi @maxnoe, this implies a request to change the data model, for the moment only the "first cell id" is foreseen
Sorry, something went wrong.
No, it does not change anything about the R1 data model. It would be completely internal to the analysis software.
No branches or pull requests
Instead of storing the
first_caps
array in theLSTR0Corrections
, we can just put the correct array of shape(N_GAIN, N_PIXELS)
into the event.This will make it accessible also to the scripts in lstchain that at the moment recalculate it.
The text was updated successfully, but these errors were encountered: