imap_processing.glows.l0.glows_l0_data.DirectEventL0#
- class imap_processing.glows.l0.glows_l0_data.DirectEventL0(ground_sw_version: str, packet_file_name: str, ccsds_header: CcsdsData, MET: int, SEC: int, LEN: int, SEQ: int, DE_DATA: bytearray)#
Data structure for storing GLOWS direct event packet data.
- within_same_sequence()#
Compare two DirectEventL0 objects and see if MET and LEN are equal (meaning they are in the same sequence)
- __init__(ground_sw_version: str, packet_file_name: str, ccsds_header: CcsdsData, MET: int, SEC: int, LEN: int, SEQ: int, DE_DATA: bytearray) None#
Methods
__init__(ground_sw_version, ...)within_same_sequence(other)Compare fields for L0 which should be the same for packets within one sequence.
Attributes