[Eeglablist] Combining Experiments with different Electrode numbers

Marc Rosenkranz marc.rosenkranz at hotmail.de
Thu Jun 4 04:46:11 PDT 2020


Hi Andreas,

thank you for the answer. So you would remove the channels from the 96 cap, to fit the 64 cap. I hoped there would be a way or function, to fit the two cap sizes without loosing too much of the 96 caps‘ data.

Best,
Marc

Von: Andreas Widmann<mailto:widmann at uni-leipzig.de>
Gesendet: Donnerstag, 4. Juni 2020 12:16
An: Marc Rosenkranz<mailto:marc.rosenkranz at hotmail.de>
Cc: eeglablist at sccn.ucsd.edu<mailto:eeglablist at sccn.ucsd.edu>
Betreff: Re: [Eeglablist] Combining Experiments with different Electrode numbers

Hi Marc,

> I would like to combine datasets of two experiments that used caps with different numbers of electrodes (96 and 64). I want to reduce the number of electrodes from the sets with 96 electrodes to 64. What do you think is the best way to do so? Is there are an eeglab function which can do this?
EEG = pop_select( EEG, 'channel', channel list )
where channel list is a vector of channel indices or a cell array of channel names to retain in the new dataset.

or

EEG = pop_select( EEG, 'nochannel', channel list )
where channel list is a vector of channel indices or a  cell array of channel names to exclude from the new dataset.

or

„Select data“ in the GUI.

Best,
Andreas

>
> Thanks,
> Marc
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu
>




More information about the eeglablist mailing list