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

Exception when matching image coverage gap is large #27

Closed yang162132 closed 7 months ago

yang162132 commented 1 year ago

When I use a world extent tif and arosics.COREG to co-registration a small extent tif, it seem

    CR = COREG( 
  File "D:\ProgramData\Anaconda3\envs\remoteSense\lib\site-packages\arosics\CoReg.py", line 441, in __init__
    self._get_clip_window_properties()  # sets self.matchBox, self.otherBox and much more
  File "D:\ProgramData\Anaconda3\envs\remoteSense\lib\site-packages\arosics\CoReg.py", line 958, in _get_clip_window_properties
    self._handle_error(
  File "D:\ProgramData\Anaconda3\envs\remoteSense\lib\site-packages\arosics\CoReg.py", line 473, in _handle_error
    raise error
RuntimeError: Matching window in target image is larger than overlap area but further shrinking the matching window is not possible. Check if the footprints of the input data have been computed correctly.