source: GTP/trunk/Lib/Vis/Preprocessing/work/plots/plots_histo_jiri @ 2009

Revision 2009, 628 bytes checked in by bittner, 17 years ago (diff)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3
4#PREFIX=../scripts/tests/i3d/vsposp_typical
5#PREFIX=../scripts/tests/gi/room_with_sphere_tess-5
6PREFIX=./histogram
7PROGRAM=../../shared/EvalStats/Release/EvalStats.exe
8
9#PREFIX=../scripts/tests/egsr06/atlanta
10#COMMAND1=../cmxplot
11
12COMMAND2=./ps_histo_plot
13
14STYLE=lines
15
16SAMPLES=160000000
17
18#FILES="osp-1e5-i-mixed-b1-n4c.hlog osp-1e5-r-reference-global.hlog osp-1e5-r-reference.hlog"
19FILES="osp-1e5-i-mixed-b1-n4c.hlog"
20
21$COMMAND2 boxes Pvs VolumeDif $FILES
22./showplot $PREFIX-grad-h-$SAMPLES-pvs_volume
23
24$COMMAND2 boxes Pvs ViewCellsDif $FILES
25./showplot $PREFIX-grad-h-$SAMPLES-pvs_viewcells
26
27
28rm $PREFIX-*tmpplot*
Note: See TracBrowser for help on using the repository browser.