Finding contiguous clusters in an STC

Hi all,

I'm trying to generate a functional ROI from averaged source activity. I
figured that the clustering functions in
mne.stats.cluster_test.cluster_level.py would help, but got lost in the
thickets of heavily nested private functions. Does anyone have a code
snippet that extracts clusters from an STC, either spatiotemporal ones or
just spatial ones (at an individual timepoint)?

Thanks,
Tal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20140313/c80db51b/attachment.html

hi Tal,

did you have a look at:

http://martinos.org/mne/stable/auto_examples/inverse/plot_label_from_stc.html

?

Alex

Thanks! This is almost exactly what I need.