Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/ccl_gsselect.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Mon Apr 11 02:08:34 2016
Кодировка:

Поисковые слова: внешние планеты
Python: module ccl_gsselect
 
 
ccl_gsselect (version 01/20/14)
index
ccl_gsselect.py

Determines what guide stars to select for the specified obsets on the
specified cclist
 
TITLE:      ccl_gsselect.py
DEVELOPER:  Merle Reinhart, 22-Jun-2000
 
PURPOSE:    Determine and select the guide stars for the specified obsets
            that are scheduled on the specified cclist.
 
USAGE:      do ccl_gsselect <cclist> <obset> <exec_gsselect> <exec_select> <confirm>
             where <cclist>        is the cclist to be submitted for guide
                                   star selection.  It may contain an
                                   optional version number.
                   <obset>         is either a comma separated list of 
                                   obsets in ppppp:oo:vv format, ALL to 
                                   process all obsets in the cclist or a 
                                   filename that contains a list of obsets 
                                   in ppppp:oo:vv format with one obset 
                                   per record.  To indicate a file input, 
                                   this parameter must start with either 
                                   a ~ (on VMS) or a % (on Unix).
                   <exec_gsselect> is either Y or N to indicate if the SPSS
                                   command GSSELECT should be run or not.
                   <exec_select>   is either Y or N to indicate if the
                                   database gs selection flags should be
                                   set or not.
                   <confirm>       is either Y or N to confirm the previous
                                   selections.
 
RETURNS:    Nothing
 
MOD HISTORY:
o Remove whitespace from around cclist in get_qbgsp_data function. Corrects
  a problem found in ASE 12.0.0.4.  dc  4/24/02
o Added another input parameter, so that the user input for confirmation can
  be avoided.  dc 9/25/02
o Mods to the gsselect verification queries to wgacquis to filter out non-FGS
  obsets.  mdr 12/31/02
o Modified for python 2.2 compatibility.  dc 5/27/03
o Mods for SPSS 49.1.  mdr 3/05/07
o Generate pdf from the dss html and display.  mdr 4/30/07
o Fix bug in generation of pdf.  mdr 7/30/07
o Remove the dss html/pdf since it is redundant to the cal check.  mdr 10/15/09
o Explicitly skip GYRO obsets IF ALL is not specified for the obset.  mdr 10/5/12
o Mods for clear filter guiding.  mdr 1/20/14

 
Functions
       
execute_gsselect(ccl=None, cclver=None, obsets=None)
Runs the SPSS command GSSELECT on the input obsets on the input cclist.
get_qbgsp_data(ccl=None, cclver=None, obsets=None, qbgsp_data_file=None)
Retrieve all the qbgsp_select data and format for the selection
routine.
run(cclist=None, obset=None, exec_gsselect=None, exec_select=None, answer=None)
Determines and selects the guide stars for the obsets on the cclist.
verify_gsselect(ccl=None, cclver=None, obsets=None)
This function verifies if GSSELECT successfully ran on all the obsets.
Returns a list of the obsets that failed verification.

 
Data
        FALSE = 0
False = 0
TRUE = 1
True = 1
__version__ = '01/20/14'
false = 0
true = 1