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

This tool performs a calendar check that the appropriately tagged ACS
Coronagraphy SUs contained within Timing Linksets contain no other ACS
SUs scheduled withing the gaps of the ACS/COR linkset.
 
TITLE:      acs_cor_sched_check.py
DEVELOPER:  Merle Reinhart, 31-Jan-2003
 
PURPOSE:    Verify the correct lack of ACS SUs between ACS Coronagraphy
            SUs within the same Timing Linkset.
            
USAGE:      do acs_cor_sched_check <cclist>
 
             where <cclist> is the name of the saved calendar that you
                            wish to check.  NOTE: this tool will
                            overwrite the current map files when run
                            in standalone mode.
                            
RETURNS:    Nothing when run in standalone mode.
            pf_status when run as part of the calendar checklist.
            
MOD HISTORY:
9/28/09 drc  modified for candlist -disp output issue with spss build 49.9
1/04/10 drc  modified for candlist -disp output issue with spss build 50.0

 
Modules
       
file_util
get_linkset_gap_nosched_windows
os
spss_sys_util
spss_tk_util
time_util

 
Classes
       
abstract_check.abstract_check
acs_cor_sched_check

 
class acs_cor_sched_check(abstract_check.abstract_check)
    Verify correct scheduling of ACS SUs around the scheduled ACS/COR SUs.
 
  Methods defined here:
run(self)

Methods inherited from abstract_check.abstract_check:
__getstate__(self)
Special method used when pickling this object.
 
Copies __dict__, but excludes all unpicklable values.
__init__(self, my_checklist)
__setattr__(self, name, value)
__str__(self)
gui_run(self)
gui_set_pf_status(self)
kill_result_box_gui(self)
pack(self, my_frame, check_no)
review_check_gui(self)

 
Functions
       
run(calendar)
Run the check stand alone.

 
Data
        BOTH = 'both'
BOTTOM = 'bottom'
DISABLED = 'disabled'
E = 'e'
FAIL = -1
LEFT = 'left'
NORMAL = 'normal'
PASS = 1
RAISED = 'raised'
RIGHT = 'right'
TOP = 'top'
UNKNOWN = 0
W = 'w'
X = 'x'
Y = 'y'
YES = 1
__version__ = '1/4/10'