Skip to content

Commit 4ef8325

Browse files
committed
STY: Eliminate tabs in docstrings
1 parent 1e9b61c commit 4ef8325

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

nipype/algorithms/modelgen.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ def spm_hrf(RT, P=None, fMRI_T=16):
4040
% p - parameters of the response function (two gamma
4141
% functions)
4242
% defaults (seconds)
43-
% p(0) - delay of response (relative to onset) 6
44-
% p(1) - delay of undershoot (relative to onset) 16
45-
% p(2) - dispersion of response 1
46-
% p(3) - dispersion of undershoot 1
47-
% p(4) - ratio of response to undershoot 6
48-
% p(5) - onset (seconds) 0
49-
% p(6) - length of kernel (seconds) 32
43+
% p(0) - delay of response (relative to onset) 6
44+
% p(1) - delay of undershoot (relative to onset) 16
45+
% p(2) - dispersion of response 1
46+
% p(3) - dispersion of undershoot 1
47+
% p(4) - ratio of response to undershoot 6
48+
% p(5) - onset (seconds) 0
49+
% p(6) - length of kernel (seconds) 32
5050
%
5151
% hrf - hemodynamic response function
5252
% p - parameters of the response function

nipype/interfaces/minc/minc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ class BeastInputSpec(CommandLineInputSpec):
13271327
Generic options for all commands:
13281328
-help: Print summary of command-line options and abort
13291329
-version: Print version number of program and exit
1330-
Copyright (C) 2011 Simon Fristed Eskildsen, Vladimir Fonov,
1330+
Copyright (C) 2011 Simon Fristed Eskildsen, Vladimir Fonov,
13311331
Pierrick Coupe, Jose V. Manjon
13321332
13331333
This program comes with ABSOLUTELY NO WARRANTY; for details type 'cat COPYING'.

nipype/interfaces/mne/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class WatershedBEM(FSCommand):
9898
>>> bem.inputs.subjects_dir = '.'
9999
>>> bem.cmdline
100100
'mne watershed_bem --overwrite --subject subj1 --volume T1'
101-
>>> bem.run() # doctest: +SKIP
101+
>>> bem.run() # doctest: +SKIP
102102
103103
"""
104104

nipype/interfaces/mrtrix/tensors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class ConstrainedSphericalDeconvolution(CommandLine):
191191
First, the fact the signal attenuation profile is real implies that it has conjugate symmetry,
192192
i.e. Y(l,-m) = Y(l,m)* (where * denotes the complex conjugate). Second, the diffusion profile should be
193193
antipodally symmetric (i.e. S(x) = S(-x)), implying that all odd l components should be zero.
194-
Therefore, this program only computes the even elements. Note that the spherical harmonics equations used here
194+
Therefore, this program only computes the even elements. Note that the spherical harmonics equations used here
195195
differ slightly from those conventionally used, in that the (-1)^m factor has been omitted. This should be taken
196196
into account in all subsequent calculations. Each volume in the output image corresponds to a different spherical
197197
harmonic component, according to the following convention:

0 commit comments

Comments
 (0)