Sentinel2 - B12

Hi, there is a problem with the Sentinel 2 satellite, when I increase the band 12 to the power of 2, it shows all the pixels of the image number 2. Why?

Can you please give an example?
How did you load the data into SNAP?



Sentinel 2 L2A

instead of
B12^2
please try
B12 * B12

Shouldn’t this be ^ → *?

For the record, definitions for the expression operators can be found in the Help page for “The Band Maths Expression Editor”. ^ is bitwise XOR, not a power operator as in some other language.

1 Like

yes, of course, thank you @gnwiii
I modified my answer.