ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/phisto.csh
(Generate patch)

Comparing ray/src/px/phisto.csh (file contents):
Revision 3.7 by greg, Fri Aug 21 05:48:28 2015 UTC vs.
Revision 3.8 by greg, Fri Feb 4 20:11:49 2022 UTC

# Line 7 | Line 7 | set tf=`mktemp /tmp/phdat.XXXXX`
7   onintr quit
8   if ( $#argv == 0 ) then
9          pfilt -1 -x 128 -y 128 -p 1 \
10 <                        | pvalue -o -h -H -df -b > $tf
10 >                        | pvalue -O -h -H -df -b > $tf
11   else
12          rm -f $tf
13          foreach i ( $* )
14                  pfilt -1 -x 128 -y 128 -p 1 $i \
15 <                                | pvalue -o -h -H -df -b >> $tf
15 >                                | pvalue -O -h -H -df -b >> $tf
16                  if ( $status ) exit 1
17          end
18   endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines