Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gms_preprocessing
gms_preprocessing
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • geomultisens
  • gms_preprocessinggms_preprocessing
  • Issues
  • #91

Closed
Open
Opened Mar 16, 2018 by Daniel Scheffler@danschefOwner

[L1B] AssertionError: Requested area is not completely within the input array for reference image.

2018/03/14 10:40:51 [27106292] INFO:   Querying database in order to find a suitable reference scene for co-registration.
2018/03/14 10:40:51 [27106292] INFO:   Query result: 54 reference scenes with matching metadata.
2018/03/14 10:40:52 [27106292] INFO:   Same ID filter:  Excluding scene with the same ID like the target scene.
2018/03/14 10:40:52 [27106292] INFO:   54 scenes => 54 scenes
2018/03/14 10:40:52 [27106292] INFO:   Overlap filter:  Excluding all scenes with less than 20 percent spatial overlap.
2018/03/14 10:40:52 [27106292] INFO:   54 scenes => 10 scenes
2018/03/14 10:40:52 [27106292] INFO:   Processing level filter:  Exclude all scenes that have not been processed before according to processing status (at least L1A is needed).
2018/03/14 10:40:52 [27106292] INFO:   10 scenes => 5 scenes
2018/03/14 10:40:52 [27106292] INFO:   Existance filter:  Excluding all scenes where no processed data have been found.
2018/03/14 10:40:52 [27106292] INFO:   5 scenes => 2 scenes
2018/03/14 10:40:52 [27106292] INFO:   DB validity filter:  Exclude all scenes where no proper entity ID can be found in the database (database errors).
2018/03/14 10:40:52 [27106292] INFO:   2 scenes => 2 scenes
2018/03/14 10:40:52 [27106292] INFO:   Projection filter:  Exclude all scenes that have a different projection than the target image.
2018/03/14 10:40:52 [27106292] INFO:   2 scenes => 1 scenes
2018/03/14 10:40:52 [27106292] INFO:   Found a suitable reference image for coregistration: scene ID 27208765 (entity ID S2A_OPER_MSI_L1C_TL_SGS__20160724T155325_A005682_T33UUU_N02.04).
2018/03/14 10:40:53 [27106292] INFO:   Target band for matching:    2 (561.03nm)
2018/03/14 10:40:53 [27106292] INFO:   Reference band for matching: 3 (560.01nm)
2018/03/14 10:40:53 [27106292] ERROR:   
Traceback (most recent call last):
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/misc/exception_handler.py", line 91, in wrapped_GMS_mapper
    self.GMS_objs = GMS_mapper(GMS_objs, **kwargs)
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/model/gms_object.py", line 2298, in wrapped_GMS_mapper
    GMS_objs = GMS_mapper(GMS_objs, **kwargs)
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/processing/pipeline.py", line 103, in L1B_map
    L1B_obj.compute_global_shifts()
  File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/algorithms/L1B_P.py", line 587, in compute_global_shifts
    COREG_obj.calculate_spatial_shifts()
  File "/home/gfz-fe/scheffler/python_deployed/arosics/arosics/CoReg.py", line 1236, in calculate_spatial_shifts
    self._get_image_windows_to_match()  # 45-90ms
  File "/home/gfz-fe/scheffler/python_deployed/arosics/arosics/CoReg.py", line 786, in _get_image_windows_to_match
    'Requested area is not completely within the input array for %s.' % other_fullGeoArr.imName
AssertionError: Requested area is not completely within the input array for reference image.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: geomultisens/gms_preprocessing#91