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):
1556
1556
>>> reg.inputs.moving_image = 'moving1.nii'
1557
1557
>>> reg.inputs.num_threads = 2
1558
1558
>>> 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'
1560
1560
>>> reg.run() # doctest: +SKIP
1561
1561
1562
1562
example for multiple images
@@ -1567,18 +1567,18 @@ class RegistrationSynQuick(ANTSCommand):
1567
1567
>>> reg.inputs.moving_image = ['moving1.nii', 'moving2.nii']
1568
1568
>>> reg.inputs.num_threads = 2
1569
1569
>>> 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'
1571
1571
>>> reg.run() # doctest: +SKIP
1572
1572
"""
1573
1573
1574
1574
1575
- _cmd = 'antsRegistrationSynQuick .sh'
1575
+ _cmd = 'antsRegistrationSyNQuick .sh'
1576
1576
input_spec = RegistrationSynQuickInputSpec
1577
1577
output_spec = RegistrationSynQuickOutputSpec
1578
1578
1579
1579
def _num_threads_update (self ):
1580
1580
"""
1581
- antsRegistrationSynQuick .sh ignores environment variables,
1581
+ antsRegistrationSyNQuick .sh ignores environment variables,
1582
1582
so override environment update frm ANTSCommand class
1583
1583
"""
1584
1584
pass
You can’t perform that action at this time.
0 commit comments