Project

General

Profile

Capping maximum and minimum values

Added by Brendan DeTracey over 11 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.


Replies (1)

RE: Capping maximum and minimum values - Added by Ralf Mueller over 11 years ago

you could use the gtc or ltc operators to create a mask and multiply with it

    (1-1/1)