Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
46469e88
Commit
46469e88
authored
Aug 10, 2020
by
Edward Andò
Browse files
rename non-rigid option
parent
69f8675e
Pipeline
#47833
failed with stages
in 11 minutes and 25 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
scripts/spam-ddic
View file @
46469e88
...
@@ -491,7 +491,7 @@ if mpiRank == boss or not mpi:
...
@@ -491,7 +491,7 @@ if mpiRank == boss or not mpi:
deltaPhiMin
=
args
.
LABEL_CORRELATE_MIN_PHI_CHANGE
,
deltaPhiMin
=
args
.
LABEL_CORRELATE_MIN_PHI_CHANGE
,
interpolationOrder
=
args
.
LABEL_CORRELATE_INTERPOLATION_ORDER
,
interpolationOrder
=
args
.
LABEL_CORRELATE_INTERPOLATION_ORDER
,
verbose
=
args
.
DEBUG
,
verbose
=
args
.
DEBUG
,
imShowProgress
=
'
Z
'
if
args
.
DEBUG
else
None
)
imShowProgress
=
'
X
'
if
args
.
DEBUG
else
None
)
writeReturns
=
True
writeReturns
=
True
elif
mpi
:
elif
mpi
:
...
...
tools/helpers/optionsParser.py
View file @
46469e88
...
@@ -588,7 +588,7 @@ def ddicParser(parser):
...
@@ -588,7 +588,7 @@ def ddicParser(parser):
dest
=
'LABEL_CORRELATE_INTERPOLATION_ORDER'
,
dest
=
'LABEL_CORRELATE_INTERPOLATION_ORDER'
,
help
=
"Interpolation order for grid-point registration. Default = 3"
)
help
=
"Interpolation order for grid-point registration. Default = 3"
)
parser
.
add_argument
(
'-lnr'
,
parser
.
add_argument
(
'-l
c
nr'
,
'--label-correlate-non-rigid'
,
'--label-correlate-non-rigid'
,
action
=
"store_false"
,
action
=
"store_false"
,
dest
=
'LABEL_CORRELATE_RIGID'
,
dest
=
'LABEL_CORRELATE_RIGID'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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