Hello all,
I am interested in retrieving the ratio VH/VV from Sentinel1 in decibels using FIS. I have tried different ways to get these values but I didn´t succeed.
In the first place, I tried to get them straightaway using this code return[10*Math.log(VH/VV)]; but I got a bunch of NA values.
Later on, I tried to make it in two steps. First, I get the linear ratio using return [(VH/VV)]; and then I apply locally the conversion formula 𝜎0(𝑑𝐵)=10∗𝑙𝑜𝑔10𝜎0. However the values I get doesn´t make sense.
Please, can anybody help me with this?
Cheers.
Note: I am using IW acquisition mode and DV polarization.
