Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/gstdn.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Sun Apr 10 19:45:28 2016
Кодировка:
Python: module gstdn
 
 
gstdn (version 15.10.14)
index
gstdn.py

PURPOSE --
A module for generating the pass tdrs schedules
 
DEVELOPER --
Greg Wenzel
 
MODIFICATION HISTORY --
o  initial implementation  GWW   04/17/02
o  modified for new pickle format. GWW 10/29/03
o  updated comment; code cleanup drc 4/8/15
o  fix bug when verbose is used. drc 10/14/15

 
Modules
       
configure_util
copy
os
pass_util
sched_util
shutil
spss_sys_util
spst_getopt
sys
time_util

 
Functions
       
get_linesumm_path(batch=False)
Get the latest Line Summary file.
run(*args)
Ground Station schedule generation tool.
 
Usage:
do gstdn        [-software_version= <version>]
                [-batch]
                [-verbose]
 
-software_version= <version> defaults to 'ops' , others are 'old','new'
-batch          make all file and cms/pickle selections automatically.
-verbose        write debuging info to screen

 
Data
        __version__ = '15.10.14'