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

Поисковые слова: arp 220
Python: module show_active_props
 
 
show_active_props (version 09/04/03)
index
show_active_props.py

Finds the active proposals of a particular type
 
TITLE:      show_active_props.py
DEVELOPER:  Alan Patterson, 28-Aug-2003
 
PURPOSE:    The tool finds the active proposals of the specified types
 
USAGE:      do show_active_props [-poms=pomsgroup] [-output=<filename>]
             where: -poms  requests active POMS proposals for the
                            specified poms group (primary,backup)
                    -output specifies the outpu filename
 
 RETURNS:   Nothing
 
 MOD HISTORY:

 
Modules
       
os
spss_sys_util
spst_getopt
string
sys

 
Functions
       
minmatch(arg1, arglist)
Finds the first entry in arglist that begins with arg1 or None if there
is no match
prop5digit(prop)
Prepends zeroes to create a 5 digit proposal id if prop contains
only digits i.e. it does not have alphanumeric characters
read_static_file(staticfile)
Gets data from the POMS static info file
run(*args)

 
Data
        POMS_GROUP = ['primary', 'backup']
__author__ = 'Alan Patterson'
__version__ = '09/04/03'

 
Author
        Alan Patterson