Changeset 3270 for production/onslow_2006/make_report.py
- Timestamp:
- Jul 3, 2006, 5:22:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r3268 r3270 79 79 80 80 # WA DLI data 81 production_dirs = {'20060 630_065348': 'MSL',82 '20060 630_070124': 'HAT',83 '20060 630_070359': 'LAT'}81 production_dirs = {'20060703_062900': 'MSL', 82 '20060703_062936': 'HAT', 83 '20060703_062753': 'LAT'} 84 84 85 85 max_maps = {'MSL': 'MSL_map', … … 215 215 s = '\\begin{table} \\begin{center} \n' 216 216 fid.write(s) 217 s = '\caption{Defined point locations for %s study area.}' % report_title217 s = '\caption{Defined point locations for %s study area.}' %scenario 218 218 fid.write(s) 219 219 s = """
Note: See TracChangeset
for help on using the changeset viewer.