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
74 stars 18 forks source link

Accept CCSDS header fields as converter inputs #118

Closed tloubrieu-jpl closed 4 months ago

tloubrieu-jpl commented 4 months ago

This is a small step toward adding converter which calculate and compare the CRC of the packets with the CRC transmitted at the end of the packets.

I wrote a prototype for it in the Europa-Clipper application which uses ccsdspy, but I am not happy with it yet to propose it in the CCSDSpy repository.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.11%. Comparing base (1522816) to head (8e09f86). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## ========================================== + Coverage 96.05% 96.11% +0.06% ========================================== Files 7 7 Lines 710 721 +11 ========================================== + Hits 682 693 +11 Misses 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ddasilva commented 4 months ago

Thanks @tloubrieu-jpl !