ocssw
V2022
|
Functions | |
def | compute_CRC_checksum (list data, int length) |
def | get_band_dims (apacket) |
def | anc_compare (apacket0, apacket) |
def | is_bad_apid (apid, fh) |
def | get_oci_data_type (fpacket) |
def | l0info_oci (args, fh, output, bDSB, crcSumCheck) |
Variables | |
list | CRC_TABLE |
int | |
int | science_oci_format_header = 0x2bc |
int | shift_bit = 0xffff |
Function Documentation
◆ anc_compare()
def l0info_oci.anc_compare | ( | apacket0, | |
apacket | |||
) |
Definition at line 179 of file l0info_oci.py.
◆ compute_CRC_checksum()
Definition at line 64 of file l0info_oci.py.
◆ get_band_dims()
def l0info_oci.get_band_dims | ( | apacket | ) |
Definition at line 89 of file l0info_oci.py.
◆ get_oci_data_type()
def l0info_oci.get_oci_data_type | ( | fpacket | ) |
Definition at line 222 of file l0info_oci.py.
◆ is_bad_apid()
def l0info_oci.is_bad_apid | ( | apid, | |
fh | |||
) |
Definition at line 213 of file l0info_oci.py.
◆ l0info_oci()
def l0info_oci.l0info_oci | ( | args, | |
fh, | |||
output, | |||
bDSB, | |||
crcSumCheck | |||
) |
Definition at line 241 of file l0info_oci.py.
Variable Documentation
◆ CRC_TABLE
list CRC_TABLE |
Definition at line 14 of file l0info_oci.py.
◆ int
int |
Definition at line 58 of file l0info_oci.py.
◆ science_oci_format_header
int science_oci_format_header = 0x2bc |
Definition at line 60 of file l0info_oci.py.
◆ shift_bit
int shift_bit = 0xffff |
Definition at line 61 of file l0info_oci.py.