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

Files with unexpected EOF cannot be processed. #98

Closed gfireman closed 11 months ago

gfireman commented 11 months ago

The "assert" statement causes the process to fail. Desired behavior is to process all complete packets.

ddasilva commented 11 months ago

Addressed in PR #99