Skip to content

Commit 1b19c76

Browse files
tsaloemdupre
andauthored
Update tedana/combine.py
Co-Authored-By: Elizabeth DuPre <[email protected]>
1 parent e544bb3 commit 1b19c76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tedana/combine.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,7 @@ def make_optcom(data, tes, adaptive_mask, t2s=None, combmode='t2s', verbose=True
111111
tes : (E,) :obj:`numpy.ndarray`
112112
Array of TEs, in seconds.
113113
adaptive_mask : (S,) :obj:`numpy.ndarray`
114-
Adaptive mask of the data indicating the number of echos with signal at each voxel
115-
three echos are available. If this is less than the total number of
116-
collected echos, we assume that later echos do not provided
117-
meaningful signal.
114+
Adaptive mask of the data indicating the number of echos with signal at each voxel
118115
t2s : (S [x T]) :obj:`numpy.ndarray` or None, optional
119116
Estimated T2* values. Only required if combmode = 't2s'.
120117
Default is None.

0 commit comments

Comments
 (0)