Skip to content

Commit

Permalink
Fix t2smap optcom
Browse files Browse the repository at this point in the history
Introduced when I changed make_optcom’s arg from mask to adaptive mask
in ME-ICA#358.
  • Loading branch information
tsalo committed May 5, 2020
1 parent bc55c2d commit 51b2012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/workflows/t2smap.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def t2smap_workflow(data, tes, out_dir='.', mask=None,

LGR.info('Computing optimal combination')
# optimally combine data
OCcatd = combine.make_optcom(catd, tes, mask, t2s=t2s_full,
OCcatd = combine.make_optcom(catd, tes, masksum, t2s=t2s_full,
combmode=combmode)

# clean up numerical errors
Expand Down

0 comments on commit 51b2012

Please sign in to comment.