OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
hktgen_pace Namespace Reference

Functions

def main ()
 

Variables

list ignored_apids
 
int max_SC_packet = 2048
 
int max_OCI_packet = 1618
 
int max_HARP2_packet = 40
 
int max_SPEXone_packet = 298
 

Function Documentation

◆ main()

def hktgen_pace.main ( )

Definition at line 29 of file hktgen_pace.py.

Variable Documentation

◆ ignored_apids

list ignored_apids
Initial value:
1 = [
2  636, # OCI Ancillary packet
3  700, # OCI science packet with spin number but no time field
4  720, # OCI SWIR science packet
5  751, # HARP science packet
6  848, # SPEX science packet
7 ]

Definition at line 16 of file hktgen_pace.py.

◆ max_HARP2_packet

int max_HARP2_packet = 40

Definition at line 26 of file hktgen_pace.py.

◆ max_OCI_packet

int max_OCI_packet = 1618

Definition at line 25 of file hktgen_pace.py.

◆ max_SC_packet

int max_SC_packet = 2048

Definition at line 24 of file hktgen_pace.py.

◆ max_SPEXone_packet

int max_SPEXone_packet = 298

Definition at line 27 of file hktgen_pace.py.