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+....?
Best wishes,
Qunxi Dong
2014-09-23 17:32 GMT+02:00 Stephen Politzer-Ahles <spa268 at nyu.edu>:
Hi Qunxi,
Are the following recent messages relevant for you?
In mne_python, is there any function to have the same role as the MNE
command 'mne_average_estimates'? Thanks
Best wishes,
Qunxi Dong
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page
The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at MyComplianceReport.com: Compliance and Ethics Reporting . If the e-mail was sent to you
in error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page
The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at MyComplianceReport.com: Compliance and Ethics Reporting . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.
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.