|
From: <kin...@us...> - 2003-11-29 08:17:45
|
Update of /cvsroot/teem/teem/src/ten/test In directory sc8-pr-cvs1:/tmp/cvs-serv5937/ten/test Modified Files: didthis2.txt Log Message: changes needed for VisSym04 submission Index: didthis2.txt =================================================================== RCS file: /cvsroot/teem/teem/src/ten/test/didthis2.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** didthis2.txt 30 Oct 2003 21:30:55 -0000 1.7 --- didthis2.txt 29 Nov 2003 08:17:42 -0000 1.8 *************** *** 20,25 **** | unu quantize -b 8 -min 0 -max 1 -o tri-cyl.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -g q -gsc 0.27 \ | unu crop -min 0 0 0 -max 2 M M \ ! | unu quantize -b 8 -min 0 -max 1 -o tri-sqd.png & --- 20,47 ---- | unu quantize -b 8 -min 0 -max 1 -o tri-cyl.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -g q -gsc 0.27 -ns 1 \ | unu crop -min 0 0 0 -max 2 M M \ ! | unu quantize -b 8 -min 0 -max 1 -o tri-sqd.png ! ! ! ! echo "1 1 1 1 0 0 -4" \ ! | emap -i - $CAM -amb 0 0 0 -o tmp0.nrrd ! unu 2op ^ tmp0.nrrd 2 | unu 2op - 1 - | unu 2op x - 3.14159 | unu 1op cos \ ! | unu 2op + - 1 | unu 2op / - 2 -o tmp1.nrrd ! unu 3op lerp 1.0 tmp0.nrrd tmp1.nrrd -o emap.nrrd ! rm -f tmp0.nrrd tmp1.nrrd ! ! ! alias DOIT tend glyph -rt -emap emap.nrrd -bg 1 1 1 -sat 0 $CAM \ ! -ur -1.2 1.2 -vr -0.9 0.9 -is 720 540 -or -atr 0 -ns 16 ! ! test/tt -n 7 -p -0.45 0.2 -0.35 -ca 0.6 \ ! | DOIT -g q -sh 4 -gsc 0.27 \ ! | unu crop -min 0 0 0 -max 2 M M \ ! | unu quantize -b 8 -min 0 -max 1 -o tri-sqd2.png ! ! unu pad -i tri-sqd2.png -min 0 0 -90 -max M M m+719 \ ! | unu gamma -g 1.4 -max 240 \ ! | unu quantize -b 8 -min 0 -max 240 -o tri-sqd2-pad.png |