We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0d15d8 + 0dc5131 commit ffbff42Copy full SHA for ffbff42
src/ctapipe_io_nectarcam/__init__.py
@@ -770,8 +770,10 @@ def is_compatible(file_path):
770
and (h["ZTABLE"] is True)
771
and (h["ORIGIN"] == "CTA")
772
and (
773
- h["PBFHEAD"] == "R1.CameraEvent" or h["PBFHEAD"] == "CTAR1.Event"
774
- ) # The latter is from EVBv6
+ h["PBFHEAD"] == "R1.CameraEvent"
+ or h["PBFHEAD"] == "CTAR1.Event"
775
+ or h["PBFHEAD"] == "R1v1.Event"
776
+ ) # The latter two are for EVBv6
777
)
778
779
is_nectarcam_file = "nectarcam_counters" in ttypes
0 commit comments