|
From: <kin...@us...> - 2024-07-08 18:10:01
|
Revision: 7180
http://sourceforge.net/p/teem/code/7180
Author: kindlmann
Date: 2024-07-08 18:09:58 +0000 (Mon, 08 Jul 2024)
Log Message:
-----------
testing in progress
Modified Paths:
--------------
teem/trunk/src/limn/test/01-test-tvt.sh
teem/trunk/src/limn/test/02-test-fs.sh
Modified: teem/trunk/src/limn/test/01-test-tvt.sh
===================================================================
--- teem/trunk/src/limn/test/01-test-tvt.sh 2024-07-08 17:44:32 UTC (rev 7179)
+++ teem/trunk/src/limn/test/01-test-tvt.sh 2024-07-08 18:09:58 UTC (rev 7180)
@@ -32,7 +32,8 @@
# https://devmanual.gentoo.org/tools-reference/bash/
unset UNRRDU_QUIET_QUIT
-IN=circ.txt
+#IN=circ.txt
+IN=pointy.txt
N=$(cat $IN | wc -l | xargs echo)
VVOUT=out-vv.txt
LTOUT=out-rt.txt
@@ -49,7 +50,7 @@
# * without -loop and with -loop
# * -scl 0 and >0
# * oneside (4th arg to -tvt) 0 and 1
- CMD="./lpu cbfit -i $IN -loop -scl 2 -tvt $LO $HI $I 1 -eps 1 -v 0"
+ CMD="./lpu cbfit -i $IN -loop -scl 1 -tvt $LO $HI $I 0 -eps 1 -v 0"
echo $CMD
rm -f log.txt
(eval $CMD 2>&1) > log.txt
Modified: teem/trunk/src/limn/test/02-test-fs.sh
===================================================================
--- teem/trunk/src/limn/test/02-test-fs.sh 2024-07-08 17:44:32 UTC (rev 7179)
+++ teem/trunk/src/limn/test/02-test-fs.sh 2024-07-08 18:09:58 UTC (rev 7180)
@@ -49,7 +49,7 @@
echo $LO
HI=$((LO+7))
LOO=$(printf %02d $LO)
- CMD="./lpu cbfit -i $IN -loop -scl 1 -psi 1000 -fs $LO $HI -v 0 -eps 0.03"
+ CMD="./lpu cbfit -i $IN -loop -scl 0 -psi 1000 -fs $LO $HI -v 0 -eps 0.01"
echo "==================== $LO $HI --> test-$LOO.png : $CMD"
eval $CMD 2>&1 > log-$LOO.txt
# cat log-$LOO.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|