ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/px/Makefile
(Generate patch)

Comparing ray/test/px/Makefile (file contents):
Revision 1.6 by greg, Fri Jul 17 23:02:10 2020 UTC vs.
Revision 1.8 by greg, Tue Aug 18 19:33:58 2020 UTC

# Line 61 | Line 61 | test-psign:
61          rm -f psign.hdr
62  
63   test-falsecolor:        test.hdr
64 <        perl ../../src/px/falsecolor.pl -s 2e5 -log 5 -i test.hdr > false.hdr
64 >        falsecolor -s 2e5 -log 5 -i test.hdr > false.hdr
65          $(HDR_CMP) ref/false.hdr false.hdr
66          rm -f false.hdr
67  
# Line 100 | Line 100 | test24.hdr:    test.hdr
100          pvalue -g 2.2 -db test.hdr | pvalue -r -g 2.2 -db > test24.hdr
101  
102   test.hdr:       ../renders/sunset.hdr
103 <        pfilt -x /2.5 -y /2.5 -r .6 ../renders/sunset.hdr \
103 >        pfilt -x 544 -y 544 -r .6 ../renders/sunset.hdr \
104   | ra_xyze -r > test.hdr

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines