You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Files with no dl1 information are now compatible if there is dl2
information in the file. This matters for the case of
--no-write-images and no-write-parameters or if they are skipped during
the merge step
- Adds dl2 only file to conftest and checks compatibility
…servatory#2058 (cta-observatory#2059)
* Report HDF5EventSource as compatible for dl2 only files, fixescta-observatory#2058
- Files with no dl1 information are now compatible if there is dl2
information in the file. This matters for the case of
--no-write-images and no-write-parameters or if they are skipped during
the merge step
- Adds dl2 only file to conftest and checks compatibility
* Split is_compatible test
Describe the bug
If no dl1 information is written in the file (neither images nor parameters), the hdf5eventsource will claim to not be compatible.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dl2 information should be filled.
Supporting information
ctapipe/ctapipe/io/hdf5eventsource.py
Lines 218 to 219 in 0214776
The text was updated successfully, but these errors were encountered: