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

PURPOSE --
Check if the 227/3 MS errors must be carefully examined or are due to
the commanded maximum search radius being larger than the allocated-for
search radius
 
DEVELOPER --
Merle Reinhart
 
MODIFICATION HISTORY --
Initial implementation  10/07/15

 
Modules
       
spss_sys_util
sys

 
Functions
       
find_227_errors(debugfile)
Locate any 227/3 MS errors in the debug file and determine
if they require further investigation or not.
 
Note:  this algorithm only works with level 2 debug turned on
run(debugfile=None, error_file=None)
Check the MS 227/3 errors.
 
Usage:
    do check_227_errors <debugfile> [<error_file>]
    
This tool will determine the actual gs-to-cone distance,
if for a GSACQ compare that to the allocated search radius
and report if there is an issue that needs to be investigated
or not.

 
Data
        __version__ = '15.10.07'