-
Notifications
You must be signed in to change notification settings - Fork 35
Registering Landsat 8 to Sentinel-2 #50
Description
arosics version: v1.11.0
Python version: 3.11.9
Operating System: windows 11
Hello. I have been trying to coregister Landsat 8 bands (30m) to Sentinel-2 band (10m). So far, I have been using the default parameters and mostly changing the grid resolution and window size. I do not want to resample Landsat 8 to match Sentinel-2 resolution.
All the results show higher RMSE values after shift correction and many tie points were filtered out with SSIM. Inversely, i tried using Sentinel-2 as the reference (as per your example) and it shows similar rmse before and after shift correction, which I think is understandable due to the Global Reference Image.
What parameters should I use when registering Landsat 8 bands using Sentinel-2 band as the reference?