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

Revision 1965, 536 bytes checked in by bittner, 18 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=./vienna_cropped_gi-35MB
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
18FILES="$PREFIX-sequential-50000-true-00001-00060-histo-pvs.log \
19        $PREFIX-gradient-full-00001-00060-histo-pvs.log"
20
21$COMMAND2 boxes Pvs VolumeDif $FILES
22./showplot $PREFIX-grad-h-$SAMPLES-pvs_volume
23
24
25rm $PREFIX-*tmpplot*
Note: See TracBrowser for help on using the repository browser.