Next:
nozero
Up:
Command summary
Previous:
log
threshlo
,
threshhi
,
thresh
These are threshold functions:
threshlo 0
replaces negative values with 0s;
threshhi 1000
replaces values above 1000 with 1000;
thresh 0 1000
does both.
fmeyer 2005-09-03