Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/return_snaps.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 02:09:32 2016
Кодировка:

Поисковые слова: annular solar eclipse
Python: module return_snaps
 
 
return_snaps
index
return_snaps.py

Returns the reserved SUs to the 'pool' from which they came.
 
#************************************************************************
# TITLE:       return_snaps.py
# DEVELOPER:   Merle Reinhart, 7-Mar-2000
#
# PURPOSE:     This tool will scan wistat_sunit for various pool and snap SUs 
#              on the given ccl and return those that are reserved and 
#              unscheduled to the useable pool.
#
#              If, on the other hand, GLOBAL is passed as the ccl, then the 
#              GLOBAL baseline is scanned and all useable SU that appear are 
#              set to a status of scheduled and the week_id updated.
#
# USAGE:       do return_snaps <ccl>
#                where: <ccl> is either the cclist name or GLOBAL
#
# MOD HISTORY:
#    9/23/04 dc Remove hard-code 'planinst'.
#
#************************************************************************

 
Functions
       
run(ccl=None)