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

Added variable length packet to test data #34

Closed ehsteve closed 1 year ago

ehsteve commented 1 year ago

Added a variable length packet for testing purposes. The README describes the contents of the packet and the python file which generated it is also included.

ddasilva commented 1 year ago

Thanks so much, this is just what I need to start on variable length packets. If you could fix the black complaint in the CI (I pointed out where) I can merge.

By the way, today I finished implementing array fields for fixed lengths. I'm going to write some tests and then open a pull request. When I do I'll ping you in the pull request encase you have any feedback.

ddasilva commented 1 year ago

Oh, it lets me edit your branch directly. I just made the change myself. Merging now.