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 the ability of from_file to parse packet array fields #49

Closed ehsteve closed 1 year ago

ehsteve commented 1 year ago

Some things that still need to be done.

Addresses issue #48.

ehsteve commented 1 year ago

I wanted to get something in quickly without solving the entire problem because I have a pull request that relies on this functionality only for FixedLength. See this PR.

ehsteve commented 1 year ago

I'll admit that some of the string parsing code is not very elegant. I try to stay away from regex but I imagine that it could parse things more easily at the expense of readability.

ddasilva commented 1 year ago

Looks good to me