imap_processing.ccsds.ccsds_data.CcsdsData#

class imap_processing.ccsds.ccsds_data.CcsdsData(packet_header: dict)#

Data class for CCSDS header.

Parameters:

packet_header (dict) – Dictionary of packet headers.

VERSION#

CCSDS Packet Version Number.

Type:

int

TYPE#

CCSDS Packet Type Indicator.

Type:

int

SEC_HDR_FLG#

CCSDS Packet Secondary Header Flag.

Type:

int

PKT_APID#

CCSDS Packet Application Process ID.

Type:

int

SEQ_FLGS#

CCSDS Packet Grouping Flags.

Type:

int

SRC_SEQ_CTR#

CCSDS Packet Sequence Count.

Type:

int

PKT_LEN#

CCSDS Packet Length.

Type:

int

__init__(packet_header: dict)#

Methods

__init__(packet_header)

Attributes