-
Notifications
You must be signed in to change notification settings - Fork 9
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
Check consistency of settings at different steps of the pipeline #190
Comments
@jsitarek I see here different possibilities:
|
I like the second solution. The only problem is that once we do such a change it will not be backward compatible, and the old files will not be readable with the new code. But since we still did not produce any major production with ctapipe0.19-compatible branch I think it is fine. |
We can keep backward compatibility if we read the dictionary with the IDs only if it has been written to the file (e.g., an if clause on the MCP version or a try-except) |
Any news about that? What about using the MCP version and, if version>= xxx check as in option 2, else check as in 1? This should not cause any backward incompatibility (we add some info in the h5 since v xxx, but we retrieve it only if v xxx, so it should never fail, hopefully) |
Hi @Elisa-Visentin |
@jsitarek: unfortunately yes (we store it only in dl3), but at least it could be checked in case it is stored, independently of the version. For the files in which no Tel. configuration is stored, no checks can be performed and the user must take care of not changing the tel_ids during the analysis |
To keep track of what was discussed in #148
The text was updated successfully, but these errors were encountered: