File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1556,7 +1556,7 @@ class RegistrationSynQuick(ANTSCommand):
15561556 >>> reg.inputs.moving_image = 'moving1.nii'
15571557 >>> reg.inputs.num_threads = 2
15581558 >>> reg.cmdline
1559- 'antsRegistrationSynQuick .sh -d 3 -f fixed1.nii -m moving1.nii -n 2 -o transform -p d -t s'
1559+ 'antsRegistrationSyNQuick .sh -d 3 -f fixed1.nii -m moving1.nii -n 2 -o transform -p d -t s'
15601560 >>> reg.run() # doctest: +SKIP
15611561
15621562 example for multiple images
@@ -1567,18 +1567,18 @@ class RegistrationSynQuick(ANTSCommand):
15671567 >>> reg.inputs.moving_image = ['moving1.nii', 'moving2.nii']
15681568 >>> reg.inputs.num_threads = 2
15691569 >>> reg.cmdline
1570- 'antsRegistrationSynQuick .sh -d 3 -f fixed1.nii -f fixed2.nii -m moving1.nii -m moving2.nii -n 2 -o transform -p d -t s'
1570+ 'antsRegistrationSyNQuick .sh -d 3 -f fixed1.nii -f fixed2.nii -m moving1.nii -m moving2.nii -n 2 -o transform -p d -t s'
15711571 >>> reg.run() # doctest: +SKIP
15721572 """
15731573
15741574
1575- _cmd = 'antsRegistrationSynQuick .sh'
1575+ _cmd = 'antsRegistrationSyNQuick .sh'
15761576 input_spec = RegistrationSynQuickInputSpec
15771577 output_spec = RegistrationSynQuickOutputSpec
15781578
15791579 def _num_threads_update (self ):
15801580 """
1581- antsRegistrationSynQuick .sh ignores environment variables,
1581+ antsRegistrationSyNQuick .sh ignores environment variables,
15821582 so override environment update frm ANTSCommand class
15831583 """
15841584 pass
You can’t perform that action at this time.
0 commit comments