Incidence Angle Interpolation

Hi,

I am need to compute the incidence angle at each pixel location in the raster image, as part of my algorithm. I see that SNAP desktop does this when it shows “Pixel Info”. I am coding in Python, is there anyway I could extract that information using SNAP API?

Many Thanks!!

Anir

Using Band Maths, you can create an image of incident angle simply using the expression “incident_angle”. You’ll have an image of the incidence angle on each pixel location.

If you want to use the SNAP API, you can use gpt BandMaths.

Many Thanks!!