|
ocssw
V2022
|
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
◆ ignored_apids
| list ignored_apids |
Initial value:
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.


