Skip to content
  • Daniel Scheffler's avatar
    Major revision of CoReg object in order to facilitate the code and make it more understandable. · 65d2916c
    Daniel Scheffler authored and Daniel Scheffler's avatar Daniel Scheffler committed
    All attributes of CoReg related to imref or im2shift are now bundled within a separate class objects "ref" and "shift"
    
    CoReg:
    - major revision of __init__() -> much clearer version
    - added documentation to __init__()
    - added set_outpathes() to set path_out and verbose_out
    - added get_image_params(): sets separate class objects "CoReg.ref" and "CoReg.shift" that contain all image related metadata
    - CoReg.win_pos (Y/X) changed to self.win_pos_XY
    - added documentation to get_image_windows_to_match()
    - revision of get_image_windows_to_match() to a much simpler and more effective version
    
    GEO:
    - added / changed docstrings within boxObj
    65d2916c