CCSDSPy / ccsdspy

I/O interface and utilities for CCSDS binary spacecraft data in Python. Library used in flight missions at NASA, NOAA, and SWRI
https://ccsdspy.org
BSD 3-Clause "New" or "Revised" License
78 stars 19 forks source link

Fix bit_offset support for PacketAraay #37

Closed ddasilva closed 1 year ago

ddasilva commented 1 year ago

This bitoffset should be incremented each time when the array is expanded, but it is not. This causes it to be read incorrectly.