Hello,
Yes my images (single band greyscale) come from the Clementine mission and are
processed first with a) four corner points as gcps are inserted in the TIF file
and b) warped so that the image's upper raster is aligned west to east:
gdal_translate -q -of GTiff -gcp 1 1 $UL_LON $UL_LAT
Hi Jose,
I'm not sure if this is happening in your case, but I've seen something similar
with rotated rasters that used 0 or a negative value for the outside pixels. If
you're doing interpolation or reprojection, those values will be used in the
computation and affect neighboring pixels. But if