04-18-2016
11:45 AM
- last edited on
05-02-2016
05:12 AM
by
crosenbe
Hi,
In the Spatial Workshop on the Smart M.App platform, what operator(s) are the equivalent of Expression or Criteria? I would like to write a statement in which I select all of the pixels except those with a subset of values.
In Imagine I have: $Input1 != 11 AND $Input1 != 90 AND $Input1 != 41 AND $Input1 != 43 which I can set up in the Expression operator or the Criteria operator.
Thank you for the assistance.
04-28-2016 07:53 AM
Hello,
On the Smart M.App platform, you have to use the Conditional operator in the Recipe editor in M.App Studio. You can't use expressions. You will need to build up conditions using Relational & Boolean (logical) operators.