[Mne_analysis] Selecting a subset of epochs

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Sun Oct 5 11:54:00 EDT 2014
Search archives:

hi Maria,

to balance the number of epochs in each condition you can use the
equalize_event_counts method.

epochs.equalize_event_counts(...)

otherwise you can index epochs with integers.

epochs[[1, 4, 5]] will return a new set of 3 epochs.

HTH
Alex


On Sun, Oct 5, 2014 at 5:47 PM, Maria Hakonen <maria.hakonen at gmail.com> wrote:
> Hi all,
>
> I have raw MEG data that contains responses to four different conditions,
> 120 responses to each condition. The epochs of certain condition can be
> extracted by giving event_id as an argument to mne.Epochs. However, I would
> need a file containing a subset of 40 epochs per condition (i.e. 160 epochs
> in total). The epochs should be selected randomly. I wonder if there is some
> way to do this with mne Python?
>
> Thank you very much,
> Maria
>
> _______________________________________________
> 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