help="Half correlation window size, measured each side of the node pixel (assumed equal in all 3 directions -- see -hws3 for different setting). Default = 10px")
help="Half correlation window size, measured each side of the node pixel (assumed equal in all 3 directions -- see -hws3 for different setting). Default = 10px")
# Possible: node spacing different in all three directions
# Possible: node spacing different in all three directions
parser.add_argument('-hws3',
parser.add_argument('-hws3',
...
@@ -197,7 +197,7 @@ def ldicParser(parser):
...
@@ -197,7 +197,7 @@ def ldicParser(parser):
type=int,
type=int,
default=[3],
default=[3],
dest='GRID_POINT_MARGIN',
dest='GRID_POINT_MARGIN',
help="Margin in pixels for grid-point registration. Default = 3px")
help="Margin in pixels for grid-point registration. Default = 3px")
parser.add_argument('-gpm3',
parser.add_argument('-gpm3',
'--grid-point-margin3',
'--grid-point-margin3',
...
@@ -205,7 +205,7 @@ def ldicParser(parser):
...
@@ -205,7 +205,7 @@ def ldicParser(parser):
type=int,
type=int,
default=None,
default=None,
dest='GRID_POINT_MARGIN',
dest='GRID_POINT_MARGIN',
help="Subpixel margin for grid-point registration. Default = 3px")