We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c778f70 commit 1ce0b28Copy full SHA for 1ce0b28
nipype/interfaces/ants/registration.py
@@ -1571,15 +1571,14 @@ class RegistrationSynQuick(ANTSCommand):
1571
>>> reg.run() # doctest: +SKIP
1572
"""
1573
1574
-
1575
_cmd = 'antsRegistrationSyNQuick.sh'
1576
input_spec = RegistrationSynQuickInputSpec
1577
output_spec = RegistrationSynQuickOutputSpec
1578
1579
def _num_threads_update(self):
1580
1581
antsRegistrationSyNQuick.sh ignores environment variables,
1582
- so override environment update frm ANTSCommand class
+ so override environment update from ANTSCommand class
1583
1584
pass
1585
0 commit comments