Layer stackin in SNAP for Sentinel 2

Hello,
Thank you @marpet for this precisons but could you please clarify how the iteration works? is it based on distance or geographic coordinates? I don’t understand "tries to find the closest pixel in the slave product " . Thank you in advance for your answer!

How the pixels are “found” in the source is dependent on the source product. Which kind of Geocoding it uses. Since Sentinel-2 is reprojected a mathematical transformation can be applied.
The geo-location from the master is picked up and the transformation is applied to get the pixel location in the slave product.
Following pointer into the code, if you are interested:


1 Like

Thank you @marpet for your quick answer

Is it possible to set the components to have the name of the slave product as pattern, instead of the ID? I cannot find a list of possible “variables” except for ${SLAVE_NUMBER_ID}

At the moment the SLAVE_NUMBER_ID is the only variable you can use.