|
From: <kin...@us...> - 2024-07-11 18:38:13
|
Revision: 7199
http://sourceforge.net/p/teem/code/7199
Author: kindlmann
Date: 2024-07-11 18:38:10 +0000 (Thu, 11 Jul 2024)
Log Message:
-----------
test script tweaks
Modified Paths:
--------------
teem/trunk/src/limn/test/00-data.sh
teem/trunk/src/limn/test/04-multi.sh
Modified: teem/trunk/src/limn/test/00-data.sh
===================================================================
--- teem/trunk/src/limn/test/00-data.sh 2024-07-11 12:46:50 UTC (rev 7198)
+++ teem/trunk/src/limn/test/00-data.sh 2024-07-11 18:38:10 UTC (rev 7199)
@@ -32,7 +32,7 @@
# https://devmanual.gentoo.org/tools-reference/bash/
unset UNRRDU_QUIET_QUIT
-N=300
+N=160
echo 0 1 |
unu reshape -s 2 |
Modified: teem/trunk/src/limn/test/04-multi.sh
===================================================================
--- teem/trunk/src/limn/test/04-multi.sh 2024-07-11 12:46:50 UTC (rev 7198)
+++ teem/trunk/src/limn/test/04-multi.sh 2024-07-11 18:38:10 UTC (rev 7199)
@@ -59,11 +59,12 @@
junk {0,1}.txt xy-inn.txt
# IN=xy-inn.txt
-IN=pointy.txt
+#IN=pointy.txt
+IN=circ.txt
# TODO: figure out why this is generating NON-geometrically continuous segments
-CMD="./lpu cbfit -i $IN -loop -scl 0 -fm 0 -1 -v 1 -scl 0.5 -eps 0.08"
+CMD="./lpu cbfit -i $IN -scl 0 -fm 0 -1 -v 2 -psi 3 -eps 0.01"
echo "====== $CMD"
eval $CMD > log.txt
cat log.txt # ; junk log.txt
@@ -72,12 +73,13 @@
echo "====== RESULTS: --> $OUT"
grep "^ " log.txt | xargs -n 10 echo | cut -d' ' -f 1,2,3,4,5,6,7,8
grep "^ " log.txt | xargs -n 10 echo | cut -d' ' -f 1,2,3,4,5,6,7,8 |
- ./lpu cbfit -i - -synthn $((2*N)) -sup 1 -syntho $OUT
+ ./lpu cbfit -i - -synthn $((5*N)) -sup 1 -syntho $OUT
junk $OUT
-BIN=500
-unu jhisto -i $IN -min -1.1 1.1 -max 1.1 -1.1 -b $BIN $BIN | unu quantize -b 8 -max 1 -o xy-inn.png
-unu jhisto -i $OUT -min -1.1 1.1 -max 1.1 -1.1 -b $BIN $BIN | unu quantize -b 8 -max 1 -o xy-out.png
+BIN=900
+MM="-min -1.1 1.1 -max 1.1 -1.1"
+unu jhisto -i $IN $MM -b $BIN $BIN | unu quantize -b 8 -max 1 -o xy-inn.png
+unu jhisto -i $OUT $MM -b $BIN $BIN | unu quantize -b 8 -max 1 -o xy-out.png
unu join -i xy-{out,inn,out}.png -a 0 -incr |
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|