-
- Downloads
implemented support for cloud masks / bad data masks
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__
Showing
- __init__.py 1 addition, 1 deletion__init__.py
- components/CoReg.py 58 additions, 14 deletionscomponents/CoReg.py
- components/CoReg_local.py 19 additions, 1 deletioncomponents/CoReg_local.py
- components/Geom_Quality_Grid.py 37 additions, 14 deletionscomponents/Geom_Quality_Grid.py
- coreg_cmd.py 38 additions, 10 deletionscoreg_cmd.py
Loading
Please register or sign in to comment