NASA Logo
Ocean Color Science Software

ocssw V2022
hktgen_pace Namespace Reference

Functions

def main ()
 

Variables

list ignored_apids
 
int att = 108
 
int orb = 128
 
int tilt = 198
 
list good_apids = [att, orb, tilt]
 
dictionary pktypes = {}
 
float MAX_SECONDS_OF_DAY = 172800.0
 

Function Documentation

◆ main()

def hktgen_pace.main ( )

Definition at line 45 of file hktgen_pace.py.

Variable Documentation

◆ att

int att = 108

Definition at line 28 of file hktgen_pace.py.

◆ good_apids

list good_apids = [att, orb, tilt]

Definition at line 31 of file hktgen_pace.py.

◆ 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 19 of file hktgen_pace.py.

◆ MAX_SECONDS_OF_DAY

float MAX_SECONDS_OF_DAY = 172800.0

Definition at line 42 of file hktgen_pace.py.

◆ orb

int orb = 128

Definition at line 29 of file hktgen_pace.py.

◆ pktypes

dictionary pktypes = {}

Definition at line 35 of file hktgen_pace.py.

◆ tilt

int tilt = 198

Definition at line 30 of file hktgen_pace.py.