OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / src / Tools / mrcImage / mrcImageSeriesNormalizing / src / test / Makefile
index 36d799f..a052bd8 100755 (executable)
@@ -22,8 +22,10 @@ help:
 
 exec:
        @echo "----- Execution Check -----"
-       ../$(OSTYPE)/$(OBJECTNAME) -i data/test.in.lst -o data/test.out.lst -H 0.9 -L 0.1  -High 0.95 -Low 0.7 -param data/test.param -m 0 -LowExp 0.32 5 0  -HighExp 32 5 0 -maxIter 100
+       ../$(OSTYPE)/$(OBJECTNAME) -i data/test.in.lst -o data/test.out.lst -H 0.9 -L 0.1  -High 0.95 -Low 0.7 -param data/test.param  -m 0 -LowExp 0.32 5 0  -HighExp 32 5 0 -maxIter 100 -UseLH 1 1
+       ../$(OSTYPE)/$(OBJECTNAME) -i data/test.in.lst -o data/test.out.lst -H 0.9 -L 0.1  -High 0.95 -Low 0.7 -param data/test2.param -m 0 -LowExp 0.32 5 0  -HighExp 32 5 0 -maxIter 100 -UseLH 1 0
        cat data/test.param
+       cat data/test2.param
        @echo "----- Calc check -----"          
 
 clean: