|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/checklist.html
Дата изменения: Fri Apr 8 12:46:14 2016 Дата индексирования: Sun Apr 10 23:45:34 2016 Кодировка: |
| checklist (version 15.07.02) | index checklist.py |
PURPOSE --
This module calls a series of tools used in calendar/SMS checklisting.
DEVELOPER --
Don Chance
MODIFICATION HISTORY --
o Initial implementation 3/17/00
o Modified for python 2.2 compatibility. dc 5/28/03
o Make -i=gui the default. dc 10/29/03
o Add an option to not load the pickle file. drc 10/14/09
o Updated for PASS checklist. drc 6/18/14
o fix pickle naming. drc 7/2/15
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| CAL_LEAD_TIME = 950400 EPHEM_DUR = 6048000 EPHEM_LEAD_TIME = 1209600 FAIL = -1 PASS = 1 UNKNOWN = 0 __version__ = '15.07.02' assist_db = 'assist' sogs_db = 'spss' | ||