Документ взят из кэша поисковой машины. Адрес
оригинального документа
: 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 Кодировка: |
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 | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
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' |