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

Documentation for CSV File Packet Definition #64

Closed ddasilva closed 7 months ago

ddasilva commented 1 year ago

It would be good to have a section in the user guide explaining how to define packet definitions using CSV files. This ticket is to add that section to the user's guide.

jmbhughes commented 7 months ago

@ddasilva I was looking for this to see if I could remove some of our custom definition loading code in favor of using the built-in function. I'm happy to write up this documentation from what I can gleam from the code.

ddasilva commented 7 months ago

@jmbhughes That would be great! I think this could be a new page on the User's Guide, called "Loading Packet Definitions from a File" or similar.

Let me know if there's anything you need from me.