diff --git a/ccsdspy/packet_types.py b/ccsdspy/packet_types.py index 1cd13cf..4d09f4c 100644 --- a/ccsdspy/packet_types.py +++ b/ccsdspy/packet_types.py @@ -149,7 +149,10 @@ def load(self, file, include_primary_header=False): file : str Path to file on the local file system, or file-like object include_primary_header : bool - If True, provides the primary header in the output + If True, provides the primary header in the output. The names of the + fields are: `CCSDS_VERSION_NUMBER`, `CCSDS_PACKET_TYPE`, + `CCSDS_SECONDARY_FLAG`, `CCSDS_SEQUENCE_FLAG`, `CCSDS_APID`, + `CCSDS_SEQUENCE_COUNT`, and `CCSDS_PACKET_LENGTH` Returns ------- @@ -267,7 +270,10 @@ def load(self, file, include_primary_header=False): file : str Path to file on the local file system, or file-like object include_primary_header : bool - If True, provides the primary header in the output + If True, provides the primary header in the output. The names of the + fields are: `CCSDS_VERSION_NUMBER`, `CCSDS_PACKET_TYPE`, + `CCSDS_SECONDARY_FLAG`, `CCSDS_SEQUENCE_FLAG`, `CCSDS_APID`, + `CCSDS_SEQUENCE_COUNT`, and `CCSDS_PACKET_LENGTH` Returns -------