andreped commited on
Commit
5151a7d
·
1 Parent(s): c0d9a8c
DeepDeformationMapRegistration/main.py CHANGED
@@ -187,7 +187,7 @@ def main():
187
  parser.add_argument('-d', '--debug', action='store_true', help='Produce additional debug information', default=False)
188
  parser.add_argument('-c', '--clear-outputdir', action='store_true', help='Clear output folder if this has content', default=False)
189
  parser.add_argument('--original-resolution', action='store_true',
190
- help='Re-scale the displacement map to the originla resolution and apply it to the original moving image. WARNING: longer processing time.',
191
  default=False)
192
  parser.add_argument('--save-displacement-map', action='store_true', help='Save the displacement map. An NPZ file will be created.',
193
  default=False)
 
187
  parser.add_argument('-d', '--debug', action='store_true', help='Produce additional debug information', default=False)
188
  parser.add_argument('-c', '--clear-outputdir', action='store_true', help='Clear output folder if this has content', default=False)
189
  parser.add_argument('--original-resolution', action='store_true',
190
+ help='Re-scale the displacement map to the original resolution and apply it to the original moving image. WARNING: longer processing time.',
191
  default=False)
192
  parser.add_argument('--save-displacement-map', action='store_true', help='Save the displacement map. An NPZ file will be created.',
193
  default=False)