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.1 by gwlarson, Thu Mar 12 15:46:53 1998 UTC vs.
Revision 3.2 by gwlarson, Thu Mar 12 16:17:17 1998 UTC

# Line 16 | Line 16 | else
16                  if ( $status ) exit 1
17          end
18   endif
19 < set Lmin=`total -l $tf.dat | rcalc -e 'L=$1*179;$1=if(L-1e-7,log10(L),-7)'`
20 < set Lmax=`total -u $tf.dat | rcalc -e '$1=log10($1*179)'`
19 > set Lmin=`total -l $tf.dat | rcalc -e 'L=$1*179;$1=if(L-1e-7,log10(L)-.01,-7)'`
20 > set Lmax=`total -u $tf.dat | rcalc -e '$1=log10($1*179)+.01'`
21   rcalc -e 'L=$1*179;cond=L-1e-7;$1=log10(L)' $tf.dat \
22          | histo $Lmin $Lmax 100
23   quit:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines