ME-ICA / tedana

TE-dependent analysis of multi-echo fMRI
https://tedana.readthedocs.io
GNU Lesser General Public License v2.1
158 stars 94 forks source link

Adaptive mask is generated using whole acquisition matrix, instead of brain mask #1059

Closed tsalo closed 2 months ago

tsalo commented 3 months ago

Summary

The adaptive mask identifies its exemplar voxel(s) from the 33rd percentile of the available data. Currently, the available data used include the whole acquisition matrix, but it should be limited just to the brain mask.

Additional Detail

Stems from https://github.com/ME-ICA/tedana/pull/1057#discussion_r1523611174.

Next Steps

  1. Test out current and proposed adaptive masking approaches on a range of datasets to see what effect it has.
tsalo commented 3 months ago

Here are results of the two approaches on some five-echo data I had on hand.

Original

This is after applying the brain mask after calculating the adaptive mask. I can plot the adaptive mask without applying the brain mask if folks want. Just let me know.

image

Limited to mask

image