Skip to content

Commit

Permalink
Merge pull request #91 from handwerkerd/master
Browse files Browse the repository at this point in the history
[DOC] Better commenting for component selection algorithm in selcomps
  • Loading branch information
emdupre authored Jul 21, 2018
2 parents 712e0bb + 37a5431 commit bfaec06
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 24 deletions.
3 changes: 2 additions & 1 deletion tedana/model/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ def spatclust(img, min_cluster_size, threshold=None, index=None, mask=None):
Returns
-------
clustered : :obj:`numpy.ndarray`
Boolean array of clustered (and thresholded) `img` data
Binarized array (values are 0 or 1) of clustered (and thresholded)
`img` data
"""

# we need a 4D image for `niimg.iter_img`, below
Expand Down
Loading

0 comments on commit bfaec06

Please sign in to comment.