[Mne_analysis] How to save the stcs computed from apply_lcmv_epochs ?

Alexandre Gramfort alexandre.gramfort at inria.fr
Thu Aug 2 04:28:35 EDT 2018
Search archives:

        External Email - Use Caution        

hi pooja,

stcs is a list of MNE objects. If you want to write them in a single
file try using

from mne.externals.h5io import write_hdf5
write_hdf5(stcs)

I guess it should work.

Alex




On Wed, Aug 1, 2018 at 6:35 PM pooja prabhu <prabhuppooja at gmail.com> wrote:
>
>         External Email - Use Caution
>
> Hai list,
> I was trying to save the 'stcs' computed using apply_lcmv_epochs.
>
> stcs = apply_lcmv_epochs(epochs, filters, max_ori_out='signed')
>
> I couldn't find any method to save it. Is there any way i can save this stcs as a single file(so that i can read in another code)?
>
> thanks
>
> --
> Thank You
> Pooja Prabhu
>
> _______________________________________________
> 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