File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1255,7 +1255,7 @@ class FUGUE(FSLCommand):
1255
1255
--------
1256
1256
1257
1257
1258
- Unwarping an input image (shift map is known) : :
1258
+ Unwarping an input image (shift map is known):
1259
1259
1260
1260
>>> from nipype.interfaces.fsl.preprocess import FUGUE
1261
1261
>>> fugue = FUGUE()
@@ -1269,7 +1269,7 @@ class FUGUE(FSLCommand):
1269
1269
>>> fugue.run() #doctest: +SKIP
1270
1270
1271
1271
1272
- Warping an input image (shift map is known) : :
1272
+ Warping an input image (shift map is known):
1273
1273
1274
1274
>>> from nipype.interfaces.fsl.preprocess import FUGUE
1275
1275
>>> fugue = FUGUE()
@@ -1284,7 +1284,7 @@ class FUGUE(FSLCommand):
1284
1284
>>> fugue.run() #doctest: +SKIP
1285
1285
1286
1286
1287
- Computing the vsm (unwrapped phase map is known) : :
1287
+ Computing the vsm (unwrapped phase map is known):
1288
1288
1289
1289
>>> from nipype.interfaces.fsl.preprocess import FUGUE
1290
1290
>>> fugue = FUGUE()
You can’t perform that action at this time.
0 commit comments