Skip to content
Snippets Groups Projects
Select Git revision
  • multi-gitter-gfz-name-repl
  • main default protected
  • enhancement/move_test_out_of_tpg
  • enhancement/drop_OrderedDict
  • fix/max_tp
  • set-sast-config-3
  • feature/add_multi_projection_support
  • feature/add_pixel_to_pixel_shifts
  • feature/implement_sentry
  • feature/improve_projections_compatibility
  • set-sast-config-2
  • set-sast-config-1
  • import_majority_filter
  • import_dem
  • coreg_baseclass
  • archived/old_deshifting_funcs_within_coreg_global
  • dev
  • v0.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.2
  • v1.10.1
  • v1.10.0
  • v1.9.4
  • v1.9.3
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.1
  • v1.8.0
  • v1.7.9
  • v1.7.8
  • v1.7.7
  • v1.7.6
  • v1.7.5
  • v1.7.4
37 results

arosics

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Daniel Scheffler authored
    components.CoReg.imParams:
    - __init__():  added attribute mask_baddata
    - added add_mask_bad_data()
    
    components.CoReg.COREG:
    - __init__(): implemented new keywords 'mask_baddata_ref' and 'mask_baddata_tgt'
    - _get_opt_winpos_winsize(): now checks bad data mask if window position is within bad data area
    
    components.CoReg_local.COREG_LOCAL:
    - __init__(): implemented new keywords 'mask_baddata_ref' and 'mask_baddata_tgt'
    
    components.Geom_Quality_Grid.Geom_Quality_Grid:
    - get_CoRegPoints_table(): added vectorized filtering of points within bad data area
    - _flag_outliers(): added docstring, some minor revisions
    
    coreg_cmd:
    - renamed parameters path_im0 and path_im1 to path_ref and path_tgt
    - added parameters '-mask_ref' and '-mask_tgt' to global an local argument parser
    
    - updated __version__
    868d070e
    History