Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
ef55ccfe
Commit
ef55ccfe
authored
Oct 07, 2020
by
Edward Andò
Browse files
spellcheck options parser
parent
2e8cdcc8
Pipeline
#50410
failed with stages
in 9 minutes and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tools/helpers/optionsParser.py
View file @
ef55ccfe
...
...
@@ -326,7 +326,7 @@ def ldicParser(parser):
# 2018-03-24 check for 2D without loading images
# try:
# except BaseException:
# print("DICregularGrid: Input TIF
Phi
files need to be writeable in order to guess their dimensionality")
# print("DICregularGrid: Input TIF
F
files need to be writeable in order to guess their dimensionality")
# exit()
# 2019-03-21 EA: better check for dimensions, doesn't depend on writability of files
import
tifffile
...
...
@@ -1537,7 +1537,7 @@ def moveGrainsParser(parser):
type
=
str
,
default
=
None
,
dest
=
'PREFIX'
,
help
=
'Prefix for output TIF
Phi
file (without extension). Default is basename of input file'
)
help
=
'Prefix for output TIF
F
file (without extension). Default is basename of input file'
)
parser
.
add_argument
(
'-com'
,
'--apply-phi-centre-of-mass'
,
...
...
@@ -1637,7 +1637,7 @@ def ITKwatershedParser(parser):
parser
.
add_argument
(
'inFile'
,
metavar
=
'inFile'
,
type
=
argparse
.
FileType
(
'r'
),
help
=
'Path to binary TIF
Phi
file to be watershedded'
)
help
=
'Path to binary TIF
F
file to be watershedded'
)
parser
.
add_argument
(
'-ld'
,
'--label-dilate'
,
...
...
@@ -1651,7 +1651,7 @@ def ITKwatershedParser(parser):
type
=
str
,
default
=
None
,
dest
=
'MARKER_FILE'
,
help
=
'Path to labelled TIF
Phi
file to use as markers'
)
help
=
'Path to labelled TIF
F
file to use as markers'
)
parser
.
add_argument
(
'-pre'
,
'--prefix'
,
...
...
@@ -1848,7 +1848,7 @@ def deformImageFromFieldParser(parser):
parser
.
add_argument
(
'inFile'
,
metavar
=
'inFile'
,
type
=
argparse
.
FileType
(
'r'
),
help
=
'Path to TIF
Phi
file containing the image to deform'
)
#
help='Path to TIF
F
file containing the image to deform')
parser
.
add_argument
(
'-a'
,
'-triangulation-alpha-value'
,
...
...
Write
Preview
Markdown
is supported
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