Added by Brendan DeTracey about 13 years ago
Hello,
I am struggling with constructing the "logical operators" required to replace all values greater than 100 with 100 and replace all values less than zero with zero in the same data set.
you could use the gtc or ltc operators to create a mask and multiply with it