X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 07 Nov 2013 01:13 PM by  anon
Logic calculations in Band Math?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:16
New Member


--
07 Nov 2013 01:13 PM
    Is it possible to do a simple logic calculation using Band Math to get an output band that satisfies the criteria?, such as: If Band 2 > Band 1 and Band 2 > Band 3 then 1 Else 0 Thank you

    Deleted User



    New Member


    Posts:
    New Member


    --
    07 Nov 2013 01:48 PM
    The following should work: [b2 gt b1] and [b2 gt b3] True returns 1, false returns 0.
    You are not authorized to post a reply.