source: GTP/trunk/Lib/Vis/Preprocessing/src/run_test2 @ 2147

Revision 2147, 1.8 KB checked in by bittner, 17 years ago (diff)

merge

  • Property svn:executable set to *
Line 
1#!sh
2
3
4#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
5COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter- -samples_per_evaluation=5000000 -samples_per_pass=1000000 -total_samples=100000000"
6
7
8#SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
9#VIEWCELLS=../data/vienna/vienna-viewcells-5000.xml
10
11
12#SCENE=../data/soda/soda.obj
13#VIEWCELLS=../data/soda/soda5-viewcells-1000.xml
14#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
15
16#SCENE=../data/PowerPlant/selection.plb
17#VIEWCELLS=../data/PowerPlant/power_plant_viewcells1.xml
18
19#SCENE=../data/soda/soda5.dat
20#VIEWCELLS=../data/soda/soda-viewcells-5000.xml
21#VIEWCELLS=../data/soda/soda5-viewcells.xml
22#VIEWCELLS=../data/soda/soda5-viewcells-single.xml
23
24#SCENE=../data/artificial/city.x3d
25#VIEWCELLS=../data/soda/soda5-viewcells2.xml
26#VIEWCELLS=../data/artificial/city-viewcells-1000.xml
27
28#SCENE=../data/test1/test2.x3d
29#VIEWCELLS=../data/test1/test-viewcells.xml
30
31
32SCENE=../data/vienna/vienna_cropped.obj
33VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz
34#VIEWCELLS=../data/vienna/vienna-seq-viewcells-20000.xml.gz
35
36
37# SCENE=../data/Pompeii/PompeiiTen.obj
38# VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
39
40PREFIX=../work/plots/osp-TEST
41
42#SCENE=../data/atlanta/atlanta2.x3d
43#PREFIX=../work/plots/atlanta2-rss9
44
45
46$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
47-rss_distributions=mutation+object_direction+spatial \
48-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \
49-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
50-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
51-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog
52
Note: See TracBrowser for help on using the repository browser.