Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/main.html
Дата изменения: Fri Apr 8 12:46:14 2016 Дата индексирования: Sun Apr 10 19:32:54 2016 Кодировка: |
main (version 5/15/12) | index main.py |
PURPOSE --
The LRP 'main' report.
DEVELOPER --
Don Chance
MODIFICATION HISTORY --
Date Who What
==== === ====
4-15-05 Chance Initial implementation
6-14-05 Chance add break between reports
6-21-05 Chance sort by latest plan window end in
new_dated_report
8-17-05 Chance modified hash-bang for move to python 2.4.1
4-30-07 Chance add STIS into config map
6-06-07 Chance adjust reports to keep within 132 columns
1-07-08 Chance add processing error column to bad pw report
7-27-08 Chance add new config_map option
11-17-08 Chance add -quiet option
5-15-12 Chance change zero second PW report to small PW
Modules | ||||||
|
Functions | ||
|
Data | ||
CONFIG_MAP_FORMAT_DEFAULT = 'full' REPORTS_LIST = [{'filename_fmt': 'small_pw_%s.rpt', 'menu_text': 'Small plan windows (small_pw_%s.rpt).', 'other_args': {'pw_limit': 1}, 'report': <function small_pw_report>, 'text_fmt': 'Generating small plan windows report'}, {'filename_fmt': 'bad_pw_status_%s.rpt', 'menu_text': 'SUs with plan window status = constraint or drop...taining processing errors (bad_pw_status_%s.rpt).', 'other_args': {}, 'report': <function bad_pw_status_report>, 'text_fmt': 'Generating bad plan window report'}, {'filename_fmt': 'lrp_ready_nopws_%s.rpt', 'menu_text': 'SUs with LRP state = ready, but no plan windows (lrp_ready_nopws_%s.rpt).', 'other_args': {}, 'report': <function lrp_ready_nopws_report>, 'text_fmt': 'Generating for SUs with LRP state of ready, but no plan windows'}, {'filename_fmt': 'new_dated_%s.rpt', 'menu_text': 'SUs with plan windows that end before %s (new_dated_%s.rpt).', 'other_args': {'endtime': None}, 'report': <function new_dated_report>, 'text_fmt': 'Generating report for SUs whose plan windows end before '}] __version__ = '5/15/12' |