Skip to content

Commit

Permalink
Merge branch 'main' into complex-byte-order
Browse files Browse the repository at this point in the history
  • Loading branch information
ddasilva committed Feb 13, 2024
2 parents e7e5b3c + e0a28fd commit 31a24ca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ccsdspy/packet_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down Expand Up @@ -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
-------
Expand Down

0 comments on commit 31a24ca

Please sign in to comment.