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

PURPOSE --
This module contains a class that checks that gyro bias updates on a given
calendar are not too far apart.
 
DEVELOPER --
Gary Bower
 
MODIFICATION HISTORY --
 
o Initial implementation 10/27/10
o Fix to allow running on a calendar without final 02968 - mdr 10/28/10
o Mods to account for spatial scans - mdr 11/3/11
o Change the error delta time due to G4 issues, PR 82286 - mdr 10/5/15
o Change MIN_GUIDING_TIME from 20m to 5m, PR 82467 - mdr 10/19/15
o code cleanup - drc 12/7/15

 
Modules
       
time_util

 
Classes
       
abstract_check.abstract_check
gyro_bias_update_check

 
class gyro_bias_update_check(abstract_check.abstract_check)
    Verify separation of Gyro bias updates is not too long
 
  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
        FAIL = -1
MIN_GUIDING_TIME = 0:00:05:00.000
MIN_GYRO_BIAS_UPDATE_TIME = 0:08:50:00.000
PASS = 1
PREF_GYRO_BIAS_UPDATE_TIME = 0:08:00:00.000
UNKNOWN = 0
__version__ = '15.12.07'