Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/metric_snap_weekly.html
Дата изменения: Fri Apr 8 12:46:15 2016 Дата индексирования: Mon Apr 11 05:14:41 2016 Кодировка: Поисковые слова: comet tail |
metric_snap_weekly (version 09/02/10) | index metric_snap_weekly.py |
Checks for SNAP metric files, processes and publishes them
TITLE: metric_snap_weekly.py
DEVELOPER: Alan Patterson, 19-Mar-2008
PURPOSE: The tool checks for the existence of SNAP metric data,
retrieves and processes it into updated tables (text and
Excel) and plots
USAGE: do metric_snap_weekly [-verbose]
[-nodelete]
[-nocleanup]
where: -verbose causes informational messages to appear.
-nodelete prevents deletion of the input files
from the FTP input location
-nocleanup prevents deletion of the created output
files from the local area even when
the products are successfully FTPed
to the output location
RETURNS: Nothing
MOD HISTORY:
o force PDF backend app 041408
o add metric name app 060908
o updated bar_plot1 call app 061908
o add ACS/WFC3 instrument combo app 090210
o code cleanup drc 050115
Modules | ||||||
|
Functions | ||
|
Data | ||
ALERTADDR = ['jferrara@stsci.edu', 'workman@stsci.edu'] BASE_DIR = 'inside-access/metrics' FTPDICT = {'base_dir': 'inside-access/metrics', 'host': 'ftp.stsci.edu', 'nofilestring': 'No files in directory', 'user': 'anonymous', 'word': 'planinst@stsci.edu'} HOST = 'ftp.stsci.edu' METRIC_DICT = {'indir': 'SNAP_in', 'infiles': ['snap_comp.txt', 'snap_weekly.txt', 'snap_weeklycount.txt'], 'name': 'SNAP weekly', 'outdir': 'SNAP_out', 'outfiles': ['snap_execution.txt', 'snap_execution.xls', 'snap_weekly.txt', 'snap_comp.txt', 'snap_comp.xls', 'snap_comp.pdf', 'snap_count.pdf'], 'plotext': '.pdf', 'table': 'snap_execution.csv'} NOFILESTRING = 'No files in directory' TABLEDIR = '/data/scheduling/spss_flight_data/planinst/metrics/archive' USER = 'anonymous' WORD = 'planinst@stsci.edu' __author__ = 'Alan Patterson' __version__ = '09/02/10' |
Author | ||
Alan Patterson |