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

PURPOSE --
This procedure compares the exposures that appear on the SMS against those
in the PMDB and reports those that do not appear on the SMS and probably
should.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
 
o Initial implementation 9/28/00
o Fix bug introduced with revised sms_util. drc 3/12/03
o code cleanup 12/8/15 drc

 
Modules
       
stpydb

 
Classes
       
abstract_check.abstract_check
sms_exposure_check

 
class sms_exposure_check(abstract_check.abstract_check)
    Verify the planned exposures appear on the SMS
 
  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(smsname)
Run the check stand alone.

 
Data
        PASS = 1
UNKNOWN = 0
sogs_db = 'spss'