@@ -52,7 +52,6 @@ class CopyGeomOutputSpec(TraitedSpec):
52
52
53
53
54
54
class CopyGeom (FSLCommand ):
55
-
56
55
"""Use fslcpgeom to copy the header geometry information to another image.
57
56
Copy certain parts of the header information (image dimensions, voxel dimensions,
58
57
voxel dimensions units string, image orientation/origin or qform/sform info)
@@ -114,7 +113,6 @@ class ImageMeantsOutputSpec(TraitedSpec):
114
113
115
114
116
115
class ImageMeants (FSLCommand ):
117
-
118
116
""" Use fslmeants for printing the average timeseries (intensities) to
119
117
the screen (or saves to a file). The average is taken over all voxels in
120
118
the mask (or all voxels in the image if no mask is specified)
@@ -158,7 +156,6 @@ class SmoothOutputSpec(TraitedSpec):
158
156
159
157
160
158
class Smooth (FSLCommand ):
161
-
162
159
"""
163
160
Use fslmaths to smooth the image
164
161
@@ -223,7 +220,6 @@ class MergeOutputSpec(TraitedSpec):
223
220
224
221
225
222
class Merge (FSLCommand ):
226
-
227
223
"""Use fslmerge to concatenate images
228
224
229
225
Images can be concatenated across time, x, y, or z dimensions. Across the
@@ -291,7 +287,6 @@ class ExtractROIOutputSpec(TraitedSpec):
291
287
292
288
293
289
class ExtractROI (FSLCommand ):
294
-
295
290
"""Uses FSL Fslroi command to extract region of interest (ROI)
296
291
from an image.
297
292
@@ -372,7 +367,6 @@ class SplitOutputSpec(TraitedSpec):
372
367
373
368
374
369
class Split (FSLCommand ):
375
-
376
370
"""Uses FSL Fslsplit command to separate a volume into images in
377
371
time, x, y or z dimension.
378
372
"""
@@ -424,7 +418,6 @@ class ImageMathsOutputSpec(TraitedSpec):
424
418
425
419
426
420
class ImageMaths (FSLCommand ):
427
-
428
421
"""Use FSL fslmaths command to allow mathematical manipulation of images
429
422
`FSL info <http://www.fmrib.ox.ac.uk/fslcourse/lectures/practicals/intro/index.htm#fslutils>`_
430
423
@@ -499,7 +492,6 @@ class FilterRegressorOutputSpec(TraitedSpec):
499
492
500
493
501
494
class FilterRegressor (FSLCommand ):
502
-
503
495
"""Data de-noising by regressing out part of a design matrix
504
496
505
497
Uses simple OLS regression on 4D images
@@ -555,7 +547,6 @@ class ImageStatsOutputSpec(TraitedSpec):
555
547
556
548
557
549
class ImageStats (FSLCommand ):
558
-
559
550
"""Use FSL fslstats command to calculate stats from images
560
551
`FSL info
561
552
<http://www.fmrib.ox.ac.uk/fslcourse/lectures/practicals/intro/index.htm#fslutils>`_
@@ -633,7 +624,6 @@ class AvScaleOutputSpec(TraitedSpec):
633
624
634
625
635
626
class AvScale (FSLCommand ):
636
-
637
627
"""Use FSL avscale command to extract info from mat file output of FLIRT
638
628
639
629
Examples
@@ -728,7 +718,6 @@ class OverlayOutputSpec(TraitedSpec):
728
718
729
719
730
720
class Overlay (FSLCommand ):
731
-
732
721
""" Use FSL's overlay command to combine background and statistical images
733
722
into one volume
734
723
@@ -845,7 +834,6 @@ class SlicerOutputSpec(TraitedSpec):
845
834
846
835
847
836
class Slicer (FSLCommand ):
848
-
849
837
"""Use FSL's slicer command to output a png image from a volume.
850
838
851
839
@@ -937,7 +925,6 @@ class PlotTimeSeriesOutputSpec(TraitedSpec):
937
925
938
926
939
927
class PlotTimeSeries (FSLCommand ):
940
-
941
928
"""Use fsl_tsplot to create images of time course plots.
942
929
943
930
Examples
@@ -1021,7 +1008,6 @@ class PlotMotionParamsOutputSpec(TraitedSpec):
1021
1008
1022
1009
1023
1010
class PlotMotionParams (FSLCommand ):
1024
-
1025
1011
"""Use fsl_tsplot to plot the estimated motion parameters from a realignment
1026
1012
program.
1027
1013
@@ -1135,7 +1121,6 @@ class ConvertXFMOutputSpec(TraitedSpec):
1135
1121
1136
1122
1137
1123
class ConvertXFM (FSLCommand ):
1138
-
1139
1124
"""Use the FSL utility convert_xfm to modify FLIRT transformation matrices.
1140
1125
1141
1126
Examples
@@ -1207,7 +1192,6 @@ class SwapDimensionsOutputSpec(TraitedSpec):
1207
1192
1208
1193
1209
1194
class SwapDimensions (FSLCommand ):
1210
-
1211
1195
"""Use fslswapdim to alter the orientation of an image.
1212
1196
1213
1197
This interface accepts a three-tuple corresponding to the new
@@ -1250,7 +1234,6 @@ class PowerSpectrumOutputSpec(TraitedSpec):
1250
1234
1251
1235
1252
1236
class PowerSpectrum (FSLCommand ):
1253
-
1254
1237
"""Use FSL PowerSpectrum command for power spectrum estimation.
1255
1238
1256
1239
Examples
@@ -1311,7 +1294,6 @@ class SigLossOuputSpec(TraitedSpec):
1311
1294
1312
1295
1313
1296
class SigLoss (FSLCommand ):
1314
-
1315
1297
"""Estimates signal loss from a field map (in rad/s)
1316
1298
1317
1299
Examples
@@ -1353,7 +1335,6 @@ class Reorient2StdOutputSpec(TraitedSpec):
1353
1335
1354
1336
1355
1337
class Reorient2Std (FSLCommand ):
1356
-
1357
1338
"""fslreorient2std is a tool for reorienting the image to match the
1358
1339
approximate orientation of the standard template images (MNI152).
1359
1340
@@ -1442,7 +1423,6 @@ class InvWarpOutputSpec(TraitedSpec):
1442
1423
1443
1424
1444
1425
class InvWarp (FSLCommand ):
1445
-
1446
1426
"""
1447
1427
Use FSL Invwarp to invert a FNIRT warp
1448
1428
@@ -1529,7 +1509,6 @@ class ComplexOuputSpec(TraitedSpec):
1529
1509
1530
1510
1531
1511
class Complex (FSLCommand ):
1532
-
1533
1512
"""fslcomplex is a tool for converting complex data
1534
1513
1535
1514
Examples
@@ -1665,7 +1644,6 @@ class WarpUtilsOutputSpec(TraitedSpec):
1665
1644
1666
1645
1667
1646
class WarpUtils (FSLCommand ):
1668
-
1669
1647
"""Use FSL `fnirtfileutils <http://fsl.fmrib.ox.ac.uk/fsl/fsl-4.1.9/fnirt/warp_utils.html>`_
1670
1648
to convert field->coefficients, coefficients->field, coefficients->other_coefficients etc
1671
1649
@@ -1798,7 +1776,6 @@ class ConvertWarpOutputSpec(TraitedSpec):
1798
1776
1799
1777
1800
1778
class ConvertWarp (FSLCommand ):
1801
-
1802
1779
"""Use FSL `convertwarp <http://fsl.fmrib.ox.ac.uk/fsl/fsl-4.1.9/fnirt/warp_utils.html>`_
1803
1780
for combining multiple transforms into one.
1804
1781
@@ -1854,7 +1831,6 @@ class WarpPointsOutputSpec(TraitedSpec):
1854
1831
1855
1832
1856
1833
class WarpPoints (CommandLine ):
1857
-
1858
1834
"""Use FSL `img2imgcoord <http://fsl.fmrib.ox.ac.uk/fsl/fsl-4.1.9/flirt/overview.html>`_
1859
1835
to transform point sets. Accepts plain text files and vtk files.
1860
1836
@@ -2011,7 +1987,6 @@ class WarpPointsToStdInputSpec(WarpPointsBaseInputSpec):
2011
1987
2012
1988
2013
1989
class WarpPointsToStd (WarpPoints ):
2014
-
2015
1990
"""
2016
1991
Use FSL `img2stdcoord <http://fsl.fmrib.ox.ac.uk/fsl/fsl-4.1.9/flirt/overview.html>`_
2017
1992
to transform point sets to standard space coordinates. Accepts plain text files and
@@ -2073,7 +2048,6 @@ class MotionOutliersOutputSpec(TraitedSpec):
2073
2048
2074
2049
2075
2050
class MotionOutliers (FSLCommand ):
2076
-
2077
2051
"""
2078
2052
Use FSL fsl_motion_outliers`http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLMotionOutliers`_ to find outliers in timeseries (4d) data.
2079
2053
Examples
0 commit comments