| # | 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: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |