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

PURPOSE --
This command procedure queries the database for a given on-board
ephemeris beginning after the specified time and sends mail to the
OPUS and OPUSRT accounts notifying them of its existence.
 
DEVELOPER --
D. Jack MacConnell  (Sept. 2000)
 
MODIFICATION HISTORY --
Original ON_BOARD by E. V. Bell II (June 1991) with updates by 
Danny P. Jones 1994-95.

 
Modules
       
file_util
os
spss_sys_util
stpydb
string
time_util

 
Functions
       
run(start_time=None)
Send mail to opus notifying them of an on-board ephemeris.
 
Usage:
   do on_board <start_time>
 
   where start_time = start time of the on-board ephemeris
                      (yyyy.ddd:hh:mm:ss)
send_report(start_time)
Notify OPUS.
 
Takes as input an spss_time, returns nothing.