You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel/interface_specs.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ base class down to subclasses).:
148
148
149
149
``SlicerCommandLineInputSpec``: Defines inputs common to all Slicer classes (``module``)
150
150
151
-
Most developers will only need to code at the the interface-level (i.e. implementing custom class inheriting from one of the above classes).
151
+
Most developers will only need to code at the interface-level (i.e. implementing custom class inheriting from one of the above classes).
152
152
153
153
Output Specs
154
154
^^^^^^^^^^^^
@@ -519,7 +519,7 @@ SPM
519
519
520
520
For SPM-mediated interfaces:
521
521
522
-
* ``_jobtype`` and ``_jobname``: special names used used by the SPM job manager. You can find them by saving your batch job as an .m file and looking up the code.
522
+
* ``_jobtype`` and ``_jobname``: special names used by the SPM job manager. You can find them by saving your batch job as an .m file and looking up the code.
Copy file name to clipboardExpand all lines: nipype/interfaces/semtools/diffusion/gtract.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1119,7 +1119,7 @@ class gtractCoRegAnatomyInputSpec(CommandLineInputSpec):
1119
1119
argstr="--inputVolume %s",
1120
1120
)
1121
1121
inputAnatomicalVolume=File(
1122
-
desc="Required: input anatomical image file name. It is recommended that that the input anatomical image has been skull stripped and has the same orientation as the DWI scan.",
1122
+
desc="Required: input anatomical image file name. It is recommended that the input anatomical image has been skull stripped and has the same orientation as the DWI scan.",
0 commit comments