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

Sets the guide star selection flag for the specified gs for the specified
obset.
 
TITLE:      set_gs_select.py
DEVELOPER:  Merle Reinhart, 16-Jun-2000
 
PURPOSE:    Set the guide star selection flag in the database for the
            specified guide star for the specified obset.
 
USAGE:      do set_gs_select <file> [<ques>]
             where <file>  is the input gs selection file that contains a
                           list of the gs selections records for the stars
                           that the tool will select.  The contents and
                           structure of the records is constructed by the
                           ccl_gsselect tool.  
                   <ques>  is an optional argument that can have a value
                           of Y or N.  Y means proceed and N means abort.
                           If the argument is not specified on the command
                           line, then the user is prompted.
 
RETURNS:    Nothing
 
MOD HISTORY:

 
Functions
       
run(input_file=None, cont='')
Sets the guide star selection flag based upon data in the input_file.