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

Examines the specified TDRS LIS file for cases where the H04 forward
services extend outside the MAR service for the event
 
   TITLE:      tdrs_lis_check.py
   DEVELOPER:  Alan Patterson, 30-Sep-2002
   
   PURPOSE:    The tool will examine the specified TDRS LIS file for cases
               where the H04 forward service extends beyond the MAR service
               for the event
 
   USAGE:      do tdrs_lis_check <tdrs_lis_file>
 
                where: <tdrs_lis_file> is filename of the TDRS LIS file to be
                                       examined
 
    RETURNS:   Nothing
 
    MOD HISTORY:
        Check for events without an MAR service.  drc 12/2/02
        Use tdrs_util utility                     app 02/25/03
        Allow (coho) H04 to start early (30 sec)  app 03/10/10

 
Modules
       
spss_sys_util
string
sys
tdrs_util
time_util

 
Functions
       
do_header(num)
print header if num == 1
run(tdrslisfile)
Examines TDRS LIS file for cases where the H04 forward
services extend outside the MAR service for the event.
 
do tdrs_lis_check <tdrslisfile>
 
     where tdrslisfile is the full file specification of the TDRS LIS
                              file to be checked

 
Data
        __author__ = 'Alan Patterson'
__version__ = '03/10/10'

 
Author
        Alan Patterson