Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/bwd.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Sun Apr 10 19:17:24 2016
Кодировка:

Поисковые слова: http astrokuban.info astrokuban
Python: module bwd
 
 
bwd (version 08/19/15)
index
bwd.py

PURPOSE -- 
Produces a report of BWD windows (database relation QBWINDOWS)  
 
DEVELOPER -
Alan Patterson
 
MODIFICATION HISTORY --
Initial implementation 8/10/05
Use proposal_util and obset_util where applicable; update header DPJ 8/19/15
 
USAGE --
do bwd  <prop>  [<obset>] [-outfile=<filename>]
                                [-type=<window_type>]
                                [-page=<number of lines per page>]
 
       where: prop          is the proposal id
              obset         is an obset id
              type          is a window type  e.g. MT, DO
              outfile       indicates an output file
              page          creates new page every n lines
                              [default is no paging]

 
Modules
       
obset_util
proposal_util
spss_sys_util
spst_getopt
stpydb
string
sys
time_util

 
Functions
       
run(*args)
The tool generates a report of BWD windows (QBWINDOWS relation)
 
do bwd  <prop>  [<obset>] [-outfile=<filename>]  [-type=<window_type>]
                [-page=<number of lines per page>]
            
            where: prop          is the proposal id
                   obset         is an obset id
                   type          is a window type  e.g. MT, DO
                   outfile       indicates an output file
                   page          creates new page every n lines
                                   [default is nopage]

 
Data
        __version__ = '08/19/15'