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.6 by greg, Mon Jun 29 21:03:45 2015 UTC vs.
Revision 3.7 by greg, Fri Aug 21 05:48:28 2015 UTC

# Line 19 | Line 19 | endif
19   set Lmin=`total -if -l $tf | rcalc -e 'L=$1*179;$1=if(L-1e-7,log10(L)-.01,-7)'`
20   set Lmax=`total -if -u $tf | rcalc -e '$1=log10($1*179)+.01'`
21   rcalc -if -e 'L=$1*179;cond=L-1e-7;$1=log10(L)' $tf \
22 <        | histo $Lmin $Lmax 100
22 >        | histo $Lmin $Lmax 777
23   quit:
24   rm -f $tf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines