-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
co-registration of two images with different band counts? #29
Comments
Sure, it is possible. For AROSICS, it does not matter how many bands the reference and target images have, the tie points used for co-registration are always computed from a single band of each image and then applied to the entire target image (including all bands). The above error is caused by unplausible metadata in of your input images. In particular, the |
Thanks for your prompt response. I did Also, do I have to set nodata? If I do not, there is an error:
Thanks again. |
Ok, would be interesting to know why there was an alpha band which was not represented in the image metadata. Regarding nodata value: Looks like one of the input datasets has unsigned integer 8bit as data type AND has a nodata value of 256 already set in the metadata, which makes no sense since uint8 only covers values between 0 and 255. By explicitly providing a nodata value, the nodata value set in the dataset is ignored. That´s why it works this way. |
You can use This fixed the the issue for me. |
Description
To perform co-registration of two images with different band counts using AROSICS.
ref image is 3 bands geotiff, while another is 4 bands geotiff.
What I Did
got error:
Is it possible to use AROSICS to perform co-registration of two images with different band counts?
How may I do that?
The text was updated successfully, but these errors were encountered: