GFZ / arosics

AROSICS - Automated and Robust Open-Source Image Co-Registration Software
https://git.gfz-potsdam.de/danschef/arosics
Apache License 2.0
137 stars 26 forks source link

How to choose the band-by-band mode? #25

Closed rubikube2237 closed 1 year ago

rubikube2237 commented 1 year ago

In the paper, the author says in 2.2.2 as below.

If co-registration targets a multi-band data cube, the algorithm can be either applied band-by-band in a loop, or the co-registration results of a single band can be applied to the remaining bands. The computational expense of the former will be higher, while a better co-registration accuracy of the target image bands to the corresponding reference band may be achieved.

I want to know how to choose the band-by-band mode or a single band mode using Python API? Is there any parameter?

danschef commented 1 year ago

This might answer your question: https://github.com/GFZ/arosics/issues/13. If not, let me know.

rubikube2237 commented 1 year ago

Thank you! This is what I want.