--- ray/test/px/Makefile 2020/07/17 23:02:10 1.6 +++ ray/test/px/Makefile 2020/08/18 19:33:58 1.8 @@ -1,4 +1,4 @@ -# RCSid $Id: Makefile,v 1.6 2020/07/17 23:02:10 greg Exp $ +# RCSid $Id: Makefile,v 1.8 2020/08/18 19:33:58 greg Exp $ # # Unit tests for tools built in src/px # @@ -61,7 +61,7 @@ test-psign: rm -f psign.hdr test-falsecolor: test.hdr - perl ../../src/px/falsecolor.pl -s 2e5 -log 5 -i test.hdr > false.hdr + falsecolor -s 2e5 -log 5 -i test.hdr > false.hdr $(HDR_CMP) ref/false.hdr false.hdr rm -f false.hdr @@ -100,5 +100,5 @@ test24.hdr: test.hdr pvalue -g 2.2 -db test.hdr | pvalue -r -g 2.2 -db > test24.hdr test.hdr: ../renders/sunset.hdr - pfilt -x /2.5 -y /2.5 -r .6 ../renders/sunset.hdr \ + pfilt -x 544 -y 544 -r .6 ../renders/sunset.hdr \ | ra_xyze -r > test.hdr