Changeset 2046 for GTP/trunk/Lib/Vis/Preprocessing/src/run_test_arena
- Timestamp:
- 01/23/07 23:00:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/run_test_arena
r2045 r2046 8 8 VIEWCELLS=../data/Arena/viewcells-5000.xml.gz 9 9 10 PREFIX=../work/plots/osp-arena 1-1e510 PREFIX=../work/plots/osp-arena2-1e5 11 11 12 12 # $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ … … 19 19 20 20 $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 21 -total_samples=500000000000 -total_time=12208 \ 21 22 -preprocessor_visibility_file=$PREFIX-r-reference.xml \ 22 23 -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \ … … 24 25 25 26 $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 27 -total_samples=500000000000 -total_time=12208 \ 26 28 -rss_distributions=direction -view_cells_filter_max_size=1 \ 27 29 -preprocessor_visibility_file=$PREFIX-r-reference-global.xml \
Note: See TracChangeset
for help on using the changeset viewer.