read_ccsds¶
- hermes_eea.io.file_tools.read_ccsds(filename: Path, pkt_def: FixedLength)[source]¶
Read a ccsds packet file.
- Parameters:
filename (
pathlib.Path) – A file to read.pkt_def (
ccsdspy.FixedLength) – CCSDS packet definition
- Returns:
OrderedDictmapping field names to NumPy arrays.