Changeset 3291 for production
- Timestamp:
- Jul 7, 2006, 4:06:12 PM (19 years ago)
- Location:
- production/pt_hedland_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/pt_hedland_2006/export_results.py
r3289 r3291 22 22 23 23 #used to catch screen output to file 24 #sys.stdout = Screen_Catcher(screen_output_name)25 #sys.stderr = Screen_Catcher(screen_error_name)24 sys.stdout = Screen_Catcher(screen_output_name) 25 sys.stderr = Screen_Catcher(screen_error_name) 26 26 27 27 print 'output dir:', name -
production/pt_hedland_2006/project.py
r3289 r3291 99 99 100 100 # region to export (used from export_results.py) 101 e_min_area = 6 38000102 e_max_area = 6 85000101 e_min_area = 648000 102 e_max_area = 675000 103 103 n_min_area = 7745000 104 104 n_max_area = 7761000
Note: See TracChangeset
for help on using the changeset viewer.