Changeset 3291 for production


Ignore:
Timestamp:
Jul 7, 2006, 4:06:12 PM (19 years ago)
Author:
sexton
Message:

update export bounding box - too big before

Location:
production/pt_hedland_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/pt_hedland_2006/export_results.py

    r3289 r3291  
    2222
    2323#used to catch screen output to file
    24 #sys.stdout = Screen_Catcher(screen_output_name)
    25 #sys.stderr = Screen_Catcher(screen_error_name)
     24sys.stdout = Screen_Catcher(screen_output_name)
     25sys.stderr = Screen_Catcher(screen_error_name)
    2626
    2727print 'output dir:', name
  • production/pt_hedland_2006/project.py

    r3289 r3291  
    9999
    100100# region to export (used from export_results.py)
    101 e_min_area = 638000
    102 e_max_area = 685000
     101e_min_area = 648000
     102e_max_area = 675000
    103103n_min_area = 7745000
    104104n_max_area = 7761000
Note: See TracChangeset for help on using the changeset viewer.