[Mne_analysis] stc_to_label src

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Thu Feb 27 02:45:00 EST 2014
Search archives:

hi,

what you need to provide is the source space available in
fsaverage-ico-5-src.fif
assuming your morphed to ico5. Do something like this:

src = mne.read_source_spaces('fsaverage-ico-5-src.fif')
mne.stc_to_label(stc, src, smooth, connected)

HTH
A



On Thu, Feb 27, 2014 at 3:31 AM, Matt Erhart <mattjerhart at gmail.com> wrote:
> How do I create what stc_to_label is expecting from src to have
> connected=True when I'm loading in an stc file of a group average? I'm
> trying to make some functional ROIs using group data that's been morphed to
> fsaverage.
>
> thanks,
> Matt
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> 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
> http://www.partners.org/complianceline . 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.
>



More information about the Mne_analysis mailing list