@@ -821,7 +821,7 @@ class AutoTLRCInputSpec(CommandLineInputSpec):
821821
822822
823823class AutoTLRC (AFNICommand ):
824- """A minmal wrapper for the AutoTLRC script
824+ """A minimal wrapper for the AutoTLRC script
825825 The only option currently supported is no_ss.
826826 For complete details, see the `3dQwarp Documentation.
827827 <https://afni.nimh.nih.gov/pub/dist/doc/program_help/@auto_tlrc.html>`_
@@ -1327,7 +1327,7 @@ class ECMInputSpec(CentralityInputSpec):
13271327 )
13281328 fecm = traits .Bool (
13291329 desc = "Fast centrality method; substantial speed increase but cannot "
1330- "accomodate thresholding; automatically selected if -thresh or "
1330+ "accommodate thresholding; automatically selected if -thresh or "
13311331 "-sparsity are not set" ,
13321332 argstr = "-fecm" ,
13331333 )
@@ -2933,7 +2933,7 @@ class TProjectInputSpec(AFNICommandInputSpec):
29332933the output dataset:
29342934
29352935* mode = ZERO -- put zero values in their place;
2936- output datset is same length as input
2936+ output dataset is same length as input
29372937* mode = KILL -- remove those time points;
29382938 output dataset is shorter than input
29392939* mode = NTRP -- censored values are replaced by interpolated
@@ -3073,7 +3073,7 @@ class TProject(AFNICommand):
30733073 as ``-passband``. In this way, you can bandpass time-censored data, and at
30743074 the same time, remove other time series of no interest
30753075 (e.g., physiological estimates, motion parameters).
3076- Shifts voxel time series from input so that seperate slices are aligned to
3076+ Shifts voxel time series from input so that separate slices are aligned to
30773077 the same temporal origin.
30783078
30793079 Examples
@@ -3188,7 +3188,7 @@ class TShiftOutputSpec(AFNICommandOutputSpec):
31883188
31893189
31903190class TShift (AFNICommand ):
3191- """Shifts voxel time series from input so that seperate slices are aligned
3191+ """Shifts voxel time series from input so that separate slices are aligned
31923192 to the same temporal origin.
31933193
31943194 For complete details, see the `3dTshift Documentation.
@@ -3658,7 +3658,7 @@ class QwarpInputSpec(AFNICommandInputSpec):
36583658 with 3dNwarpApply and 3dNwarpCat, for example.
36593659* To be clear, this is the warp from source dataset
36603660 coordinates to base dataset coordinates, where the
3661- values at each base grid point are the xyz displacments
3661+ values at each base grid point are the xyz displacements
36623662 needed to move that grid point's xyz values to the
36633663 corresponding xyz values in the source dataset:
36643664 base( (x,y,z) + WARP(x,y,z) ) matches source(x,y,z)
@@ -4034,7 +4034,7 @@ class QwarpInputSpec(AFNICommandInputSpec):
40344034 The goal is greater speed, and it seems to help this"
40354035 positively piggish program to be more expeditious."
40364036* However, accuracy is somewhat lower with '-duplo',"
4037- for reasons that currenly elude Zhark; for this reason,"
4037+ for reasons that currently elude Zhark; for this reason,"
40384038 the Emperor does not usually use '-duplo'.
40394039
40404040""" ,
@@ -4225,21 +4225,21 @@ class QwarpInputSpec(AFNICommandInputSpec):
42254225 )
42264226 hel = traits .Bool (
42274227 desc = "Hellinger distance: a matching function for the adventurous"
4228- "This option has NOT be extensively tested for usefullness "
4228+ "This option has NOT be extensively tested for usefulness "
42294229 "and should be considered experimental at this infundibulum." ,
42304230 argstr = "-hel" ,
42314231 xor = ["nmi" , "mi" , "lpc" , "lpa" , "pear" ],
42324232 )
42334233 mi = traits .Bool (
42344234 desc = "Mutual Information: a matching function for the adventurous"
4235- "This option has NOT be extensively tested for usefullness "
4235+ "This option has NOT be extensively tested for usefulness "
42364236 "and should be considered experimental at this infundibulum." ,
42374237 argstr = "-mi" ,
42384238 xor = ["mi" , "hel" , "lpc" , "lpa" , "pear" ],
42394239 )
42404240 nmi = traits .Bool (
42414241 desc = "Normalized Mutual Information: a matching function for the adventurous"
4242- "This option has NOT been extensively tested for usefullness "
4242+ "This option has NOT been extensively tested for usefulness "
42434243 "and should be considered experimental at this infundibulum." ,
42444244 argstr = "-nmi" ,
42454245 xor = ["nmi" , "hel" , "lpc" , "lpa" , "pear" ],
0 commit comments