[Mne_analysis] mne_average_estimates
Alexandre Gramfort
alexandre.gramfort at telecom-paristech.fr
Wed Sep 24 07:18:49 EDT 2014
> Thanks Stephen! Yes, I just want to get an average STC across different
> subjects' stcs in the common brain space 'fsaverage'.
> So I wander whether is it the same role as the MNE command
> 'mne_average_estimates'.
>
> stc_avg = reduce(add, stcs)
>
> Is 'add' a function like : stc1 + stc2+....?
yes exactly. Divide by len(stcs) to have the average stc.
A
More information about the Mne_analysis
mailing list