- Timestamp:
- 01/23/07 20:26:02 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r2036 r2045 604 604 if (result) 605 605 { 606 606 // HACK 607 607 if (ADDITIONAL_GEOMETRY_HACK) 608 608 AddGeometry(mSceneGraph); -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test_arena
r2044 r2045 10 10 PREFIX=../work/plots/osp-arena1-1e5 11 11 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.hlog12 # $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 17 17 18 18 # # n - no origin mutation, q=2, reverse samples
Note: See TracChangeset
for help on using the changeset viewer.