-
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
Recover metadata in DL1 files #728
Conversation
Codecov Report
@@ Coverage Diff @@
## master #728 +/- ##
=======================================
Coverage 84.50% 84.50%
=======================================
Files 62 62
Lines 5074 5074
=======================================
Hits 4288 4288
Misses 786 786 Continue to review full report at Codecov.
|
Hi @Bultako, I was just trying lstchain_dl1ab.py on real data and there seems to be a problem. The output DL1 file is produced, but then the program gives these messages: Metadata SOURCE_FILENAMES does not exist in file ../orig/dl1_LST-1.Run02975.0080.h5 and never ends... It keeps "running" (doing nothing, the output file is not growing) until one kills it. Upon killing it, the output files are readable (could not check in detail of they are fully ok). Given the messages about metadata I guess this may have something to do with the changes in this PR. Can you please have a look? |
The lstchain_dl1ab script works on MC, by the way, I only found this issue with real data. |
Hi @moralejo
In the meantime, I will try to reproduce this issue with those input files. |
This PR recovers metadata added to DL1 files during the initial
r0_to_dl1
process, that were lost when applyinglstchain_dl1ab.py
script.