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?
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?