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

Produces a brief list of useful spacecraft parameters
 
TITLE:      show_spacecraft_parameters.py
DEVELOPER:  Alan Patterson
 
PURPOSE:    The tool reports a few spacecraft parameters in the database
 
USAGE:      do show_spacecraft_paramters
                                             [-output=<outfile>]
                                             [-default]
 
 RETURNS:   Nothing
 
 MOD HISTORY:
     o update for DB49 that removes some fields            app  01/20/14
     o add DSN fields                                      app  08/07/14
     o updated for current fields & python 3               jef  02/04/2016

 
Modules
       
jwst_test_util
spss_sys_util
spst_getopt
stpydb
sys

 
Functions
       
get_params(db, db_version, prd, override, verbose)
get_scenario_data(db, scenario)
run(*args)
The tool extracts a few spacecraft parameters from the database
 
do check_spacecraft_parameters
                                       [-scenario=<scenario>]
                                       [-default]
                                       [-prd=<prd>]
                                       [-override=<override>]
 
       where: <scenario>       is a specific scenario.  (Cannot be specified if a prd
                                 is specified.)
               -file           is a flag indicating parameter is an file
               <prd>           is a prd name. (Cannot be specified if a scenario
                                 is specified.)
               <override>      is an override name

 
Data
        DEFAULT_SCENARIO = u'STS'
__author__ = u'Alan Patterson'
__version__ = u'02/04/16'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)
division = _Feature((2, 2, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 8192)
print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 65536)
unicode_literals = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 131072)

 
Author
        Alan Patterson