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

PURPOSE --
This module contains a class that checks that there is no usage of
COS G140L with a central wavelength setting of 1280 A.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
o Initial implementation drc 6/22/10

 
Modules
       
alignment_util
calendar_util
os
spss_tk_util

 
Classes
       
abstract_check.abstract_check
cos_g140l_1280_check

 
class cos_g140l_1280_check(abstract_check.abstract_check)
    Check for usage of COS G140L central wavelength 1280 A
 
  Methods defined here:
get_cos_g140l_1280(self)
Find all the COS G140L 1280 Ang alignments scheduled on the calendar.
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__ = '6/22/10'