Skip to content

Commit

Permalink
Merge pull request #18 from jasondet/main
Browse files Browse the repository at this point in the history
Skip status decoding temporarily
  • Loading branch information
jasondet authored Oct 24, 2023
2 parents 18eb650 + 761e802 commit cf62519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daq2lh5/orca/orca_flashcam.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ def get_decoded_values(self, key: int = None) -> dict[str, Any]:
def decode_packet(
self, packet: OrcaPacket, packet_id: int, rbl: RawBufferLibrary
) -> bool:
return False # FIXME: skip decoding until pyfcutils is updated
"""Decode the ORCA FlashCam Status packet."""
# aliases for brevity
if len(rbl) != 1:
Expand Down

0 comments on commit cf62519

Please sign in to comment.