|
From: <kin...@us...> - 2003-10-30 21:30:58
|
Update of /cvsroot/teem/teem/src/ten/test In directory sc8-pr-cvs1:/tmp/cvs-serv25427/ten/test Modified Files: didthis2.txt Log Message: makes for a better demo of tend glyph Index: didthis2.txt =================================================================== RCS file: /cvsroot/teem/teem/src/ten/test/didthis2.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** didthis2.txt 29 Jul 2003 01:58:30 -0000 1.6 --- didthis2.txt 30 Oct 2003 21:30:55 -0000 1.7 *************** *** 4,24 **** | emap -i - $CAM -o emap.nrrd ! alias DOIT tend glyph -emap emap.nrrd -bg 0.1 0.2 0.3 -sat 0 $CAM \ ! -ur -1.2 1.2 -vr -0.9 0.9 -or -atr 0 test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -rt -g b -is 720 540 -gsc 0.23 \ | unu crop -min 0 0 0 -max 2 M M \ | unu quantize -b 8 -min 0 -max 1 -o tri-box.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -rt -g s -is 720 540 -gsc 0.29 \ | unu crop -min 0 0 0 -max 2 M M \ | unu quantize -b 8 -min 0 -max 1 -o tri-sph.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -rt -g c -is 720 540 -gsc 0.25 \ | unu crop -min 0 0 0 -max 2 M M \ | unu quantize -b 8 -min 0 -max 1 -o tri-cyl.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -rt -g q -is 720 540 -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 & --- 4,24 ---- | emap -i - $CAM -o emap.nrrd ! alias DOIT tend glyph -rt -emap emap.nrrd -bg 0 0 0.15 -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 \ ! | DOIT -g b -gsc 0.23 \ | unu crop -min 0 0 0 -max 2 M M \ | unu quantize -b 8 -min 0 -max 1 -o tri-box.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -g s -gsc 0.29 \ | unu crop -min 0 0 0 -max 2 M M \ | unu quantize -b 8 -min 0 -max 1 -o tri-sph.png & test/tt -n 7 -p -0.45 0.2 -0.35 \ ! | DOIT -g c -gsc 0.25 \ | unu crop -min 0 0 0 -max 2 M M \ | 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 & |