Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
715c2d3b
Commit
715c2d3b
authored
Nov 04, 2021
by
Daniel Scheffler
Browse files
Resolved inconsistency in documenting boolean default values.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
780de84b
Pipeline
#29971
passed with stages
in 10 minutes and 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
HISTORY.rst
View file @
715c2d3b
...
...
@@ -6,6 +6,7 @@ History
-------------------
* Listed dill in package requirements.
* Resolved inconsistency in documenting boolean default values.
1.7.1 (2021-10-13)
...
...
arosics/CoReg.py
View file @
715c2d3b
...
...
@@ -276,10 +276,10 @@ class COREG(object):
:param calc_corners:
calculate true positions of the dataset corners in order to get a useful matching window position within
the actual image overlap (default:
1
; deactivated if '-cor0' and '-cor1' are given
the actual image overlap (default:
True
; deactivated if '-cor0' and '-cor1' are given
:param binary_ws:
use binary X/Y dimensions for the matching window (default:
1
)
use binary X/Y dimensions for the matching window (default:
True
)
:param mask_baddata_ref:
path to a 2D boolean mask file (or an instance of GeoArray) for the reference image where all bad data
...
...
@@ -297,7 +297,7 @@ class COREG(object):
number of CPUs to use during pixel grid equalization (default: None, which means 'all CPUs available')
:param force_quadratic_win:
force a quadratic matching window (default:
1
)
force a quadratic matching window (default:
True
)
:param progress:
show progress bars (default: True)
...
...
arosics/CoReg_local.py
View file @
715c2d3b
...
...
@@ -233,7 +233,7 @@ class COREG_LOCAL(object):
use binary X/Y dimensions for the matching window (default: True)
:param force_quadratic_win:
force a quadratic matching window (default:
1
)
force a quadratic matching window (default:
True
)
:param mask_baddata_ref:
path to a 2D boolean mask file (or an instance of BadDataMask) for the reference image where all bad data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment