Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/find_backup_contacts.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Mon Apr 11 05:55:25 2016
Кодировка:
Python: module find_backup_contacts
 
 
find_backup_contacts (version 3/03/03)
index
find_backup_contacts.py

PURPOSE --
Locate possible times for TDRS SSAR service on the backup transmitter.
 
DEVELOPER --
Gary Bower
 
MODIFICATION HISTORY --
 
o Initial implementation 11/12/02
o Minor modifications from code review. gab 12/09/02
o Use tdrs_util to get tdrs events. gab 3/03/03

 
Modules
       
os
re
spss_sys_util
spst_getopt
string
tdrs_util
time_util

 
Functions
       
run(ms_run_name=None, backup_transmitter=None, *args)
Locate possible times for I29 returns on the backup transmitter.
 
Usage:
do find_backup_contacts ms_run_name backup_transmitter [-tdrs_file=tdrs_file] [-output=file]
 
ms_run_name = Mission Scheduler run name (e.g., sa322m01_f).
 
backup_transmitter = 1 or 2
 
tdrs_file is the name of the tdrs.lis file. It must exist in the
directory $PASSOPS/ms/<ms_run_name>. If no file is specified, then tdrs_file
defaults to 'tdrs.lis'.
 
The output is written to the requested file or to backup_transmitter.rpt (default) in the
default directory.

 
Data
        __version__ = '3/03/03'