Skip to content

Commit

Permalink
Update tedana/combine.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Elizabeth DuPre <emd222@cornell.edu>
  • Loading branch information
tsalo and emdupre authored Apr 18, 2020
1 parent e544bb3 commit 1b19c76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tedana/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ def make_optcom(data, tes, adaptive_mask, t2s=None, combmode='t2s', verbose=True
tes : (E,) :obj:`numpy.ndarray`
Array of TEs, in seconds.
adaptive_mask : (S,) :obj:`numpy.ndarray`
Adaptive mask of the data indicating the number of echos with signal at each voxel
three echos are available. If this is less than the total number of
collected echos, we assume that later echos do not provided
meaningful signal.
Adaptive mask of the data indicating the number of echos with signal at each voxel
t2s : (S [x T]) :obj:`numpy.ndarray` or None, optional
Estimated T2* values. Only required if combmode = 't2s'.
Default is None.
Expand Down

0 comments on commit 1b19c76

Please sign in to comment.