Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/pcalopt.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Sun Apr 10 21:30:10 2016
Кодировка:
Python: module pcalopt
 
 
pcalopt (version 8/4/11)
index
pcalopt.py

PURPOSE --
Plot constraint window and USR data.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
Initial implemetation 7/6/11
only plot visits with usr output. drc 7/21/11
suppress printing bannner pages. drc 8/4/11

 
Modules
       
calendar_util
ccl_util
matplotlib
os
matplotlib.pyplot
spss_sys_util
time_util
visit_util

 
Functions
       
ceil(...)
ceil(x)
 
Return the ceiling of x as a float.
This is the smallest integral value >= x.
cmp_cands(cand1, cand2)
Sort by priority first, then SU id
get_usr_dict(calendar, usr_directory='.')
Turn USR info into a dictionary with sunit_id as key.
make_key(usr_directory='.')
Construct the key.
pcalopt_mpl(calendar, usr_directory='.')
Generate matplotlib color graphics for constaint windows and USR info.
print_plots(calendar, usr_directory='.', print_key=True, printer=None)

 
Data
        DEFAULT_PRINTER = 'hpc84'
STATUS_COLOR = {'': 'red', 'CVZ': 'green', 'PAC': 'blue', 'PSA': 'cyan', 'SAA': 'yellow', 'SAC': 'magenta'}
__version__ = '8/4/11'