Changeset 2045


Ignore:
Timestamp:
01/23/07 20:26:02 (17 years ago)
Author:
bittner
Message:

arena updates

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp

    r2036 r2045  
    604604        if (result)  
    605605        {  
    606                 // HACK  
     606          // HACK  
    607607                if (ADDITIONAL_GEOMETRY_HACK) 
    608608                        AddGeometry(mSceneGraph); 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test_arena

    r2044 r2045  
    1010PREFIX=../work/plots/osp-arena1-1e5 
    1111 
    12 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
    13  -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
    14  -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 
    15  -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 
    16  -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog 
     12# $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
     13# -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
     14# -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 
     15# -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 
     16# -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog 
    1717 
    1818# # n - no origin mutation, q=2, reverse samples 
Note: See TracChangeset for help on using the changeset viewer.