[Eeglablist] Re-referrence to average and add Cz back

Isaiah Innis isainnis at indiana.edu
Tue May 3 06:48:32 PDT 2016


>>not sure whether I fully understand the problem. May I rephrase: You
record data with Cz implicit/online reference. You want to recover the Cz
channel data during/after re-referencing. Correct?
Yes.

>>(a) Adding back the reference channel to the data is the to be preferred
option as it will reflect the data actually recorded at Cz electrode
location. This applies to any re-referencing operation, common or average
(except for Biosemi >>data import).
>>(b) pop_interp will only reconstruct/interpolate the Cz data from
adjacent electrode sites, thus it will be less accurate (and have a
decreased rank).
>>It is expected that (a) and (b) will result in slightly different data.
Both approaches are valid but in general (a) is more accurate and to be
preferred over (b).

Yes, this was exactly what I wanted to know - which option (a)/(b) is more
accurate to recover Cz. Your concise explanation clears things up.

Thank you!

2016-05-03 3:28 GMT-04:00 Andreas Widmann <widmann at uni-leipzig.de>:

> Dear Isaiah,
>
> not sure whether I fully understand the problem. May I rephrase: You
> record data with Cz implicit/online reference. You want to recover the Cz
> channel data during/after re-referencing. Correct?
>
> (a) Adding back the reference channel to the data is the to be preferred
> option as it will reflect the data actually recorded at Cz electrode
> location. This applies to any re-referencing operation, common or average
> (except for Biosemi data import).
> (b) pop_interp will only reconstruct/interpolate the Cz data from adjacent
> electrode sites, thus it will be less accurate (and have a decreased rank).
>
> It is expected that (a) and (b) will result in slightly different data.
> Both approaches are valid but in general (a) is more accurate and to be
> preferred over (b).
>
> Hope this helps,
> Andreas
>
> > Am 28.04.2016 um 15:18 schrieb Isaiah Innis <isainnis at indiana.edu>:
> >
> > Thank you all for your suggestions; I have used them to create a
> 'template' dataset for channel locations. By editing the channel locations
> either manually or using the code provided earlier I can properly put a
> 'Cz' channel in the dataset.
> >
> >  However, I am still running into the issue where Cz has a different
> waveform depending on whether pop_interp was used or the  "add ref channel
> back to data" option in pop_reref. This issue shows up even with datasets
> that have been preprocessed/cleaned with ICA, so I don't think it's a
> matter of bad channels.
> >
> > Therefore, I am still uncertain as to which option is valid. My current
> working assumption is that pop_reref includes 'Cz' in the average
> computation, thereby producing different results. The wrinkle in this
> hypothesis is that activity at all sites except 'Cz' is identical - only at
> 'Cz' is there a discrepancy. This can be seen in these images:
> >
> >
> https://onedrive.live.com/redir?resid=A1398B0A4C8F85DE!3143&authkey=!ADQdX1b8aLVm9Vo&v=3&ithint=photo%2cpng
> >
> https://onedrive.live.com/redir?resid=A1398B0A4C8F85DE!3144&authkey=!AFhRR52ewq1woDc&v=3&ithint=photo%2cpng
> >
> >
> > Here is a link containing a sample dataset and the code I use for each
> of the two options. I would greatly appreciate it if someone could confirm
> what I'm witnessing and advise on what is wrong here (perhaps I'm missing
> something obvious).
> >
> >
> >
> https://onedrive.live.com/redir?resid=A1398B0A4C8F85DE!3146&authkey=!ALCzmvm0xZVfAJk&ithint=folder%2cpng
> >
> > Thank you,
> >
> > 2016-04-20 23:04 GMT-04:00 Makoto Miyakoshi <mmiyakoshi at ucsd.edu>:
> > Dear Isaiah,
> >
> > > 1) There seem to be two options - interpolation using pop_interp and
> the checkbox to "add ref channel back to data" using pop_reref. They
> produce different results when used:
> >
> https://onedrive.live.com/redir?resid=A1398B0A4C8F85DE!2206&authkey=!AMJUTORsc9y3ao4&v=3&ithint=photo%2cpng
> > It seems from the discussion here that interpolation after rereferencing
> is the correct option - I assume because these functions differ in how they
> calculate Cz?
> >
> > I thought whichever works is fine...until I clicked the link. Wow. Why
> are they so different? Are you sure that you rejected all bad channels
> before the process?
> >
> > > 2) After interpolation I receive the following message: "Warning: some
> channels have the same label." Checking the chanlocs struct there are now
> two Cz entries, one marked as a data channel and one not. Is this a problem?
> >
> > I believe you can't have two channels with the same name.
> >
> > > Should I delete the non - data Cz?
> >
> > Yes, why not.
> >
> > > 3) When interpolating Cz, do I need to have a dataset with Cz from the
> same subject or can it be any dataset with Cz?
> >
> > I thought that's easier if you are using EEGLAB. Have one 'template
> subject' who has all the channels, and always refer to the one to
> interpolate whatever is 'missing' compared with it.
> >
> > > Do I have to manually edit pop_chanedit to get Cz in a dataset?
> >
> > Whichever more convenient for you (and works) is fine.
> >
> > Makoto
> >
> >
> >
> > On Mon, Apr 18, 2016 at 1:32 PM, Isaiah Innis <isainnis at umail.iu.edu>
> wrote:
> > ---------- Mensaje reenviado ----------
> > From: Makoto Miyakoshi <mmiyakoshi at ucsd.edu>
> > To: Fang-Yu Chang <hardheard101 at gmail.com>, EEGLAB List <
> eeglablist at sccn.ucsd.edu>
> > Cc:
> > Date: Wed, 13 Apr 2016 12:25:54 -0700
> > Subject: Re: [Eeglablist] Re-referrence to average and add Cz back
> > Dear Fang-Yu,
> >
> > > If I would like to add Cz back with computing average, should I
> operate " 're-reference'-> 'Compute average reference' with 'add current
> reference channel back to the data' ?"
> >
> > Compute average reference first and then interpolate Cz next.
> >
> > > I would like to ask more question. You mentioned one(any) channel need
> to be discarded after computing average. How do I discard one channel? I
> operated " 'Edit' -> 'Channel locations' -> 'delete channel' " by EEGLAB,
> but it didn't work. I'm not sure it is right to operate like this.
> >
> > Yes this is confusing. Sorry for that. What you need to do is to 'Select
> data' and not channel editing. Select a channel to discard from the list,
> check the box to perform rejection for the selected (otherwise it'll leave
> the selected).
> >
> > Makoto
> >
> > On Tue, Apr 12, 2016 at 11:44 PM, Fang-Yu Chang <hardheard101 at gmail.com>
> wrote:
> > Dear Makoto,
> >
> > Thanks for your reply. I think I just confused with adding Cz back and
> interpolating Cz, and Cz dose exist in my dataset.
> > If I would like to add Cz back with computing average, should I operate
> " 're-reference'-> 'Compute average reference' with 'add current reference
> channel back to the data' ?"
> >
> > I would like to ask more question. You mentioned one(any) channel need
> to be discarded after computing average. How do I discard one channel? I
> operated " 'Edit' -> 'Channel locations' -> 'delete channel' " by EEGLAB,
> but it didn't work. I'm not sure it is right to operate like this.
> > Thanks for your help in  advanced.
> >
> > Sincerely,
> > Fang-Yu Chang
> >
> >
> > Hello EEGLab list:
> >
> > I still have some confusion regarding Re-referrencing to average and
> adding Cz back for an EGI system.
> >
> > 1) There seem to be two options - interpolation using pop_interp and the
> checkbox to "add ref channel back to data" using pop_reref. They produce
> different results when used:
> >
> >
> https://onedrive.live.com/redir?resid=A1398B0A4C8F85DE!2206&authkey=!AMJUTORsc9y3ao4&v=3&ithint=photo%2cpng
> >
> > It seems from the discussion here that interpolation after rereferencing
> is the correct option - I assume because these functions differ in how they
> calculate Cz?
> >
> > 2) After interpolation I receive the following message: "Warning: some
> channels have the same label." Checking the chanlocs struct there are now
> two Cz entries, one marked as a data channel and one not. Is this a
> problem? Should I delete the non - data Cz? When importing channel
> locations for our 64 channel system, there are 68 values in chanlocs; after
> interpolation there are 69.
> >
> >
> > 3) When interpolating Cz, do I need to have a dataset with Cz from the
> same subject or can it be any dataset with Cz? Do I have to manually edit
> pop_chanedit to get Cz in a dataset?  I have been using datasets from the
> same subject, but this issue has made me question that.
> >
> >
> >
> > Thank you in advance,
> > --
> > Isaiah Innis
> > Indiana University '13
> > EEG Technician, IUB IRF
> >
> >
> > _______________________________________________
> > 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
> >
> >
> >
> > --
> > Makoto Miyakoshi
> > Swartz Center for Computational Neuroscience
> > Institute for Neural Computation, University of California San Diego
> >
> >
> >
> > --
> > Isaiah Innis
> > Indiana University '13
> > EEG Technician, IUB IRF
> >
> > _______________________________________________
> > 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
>
>


-- 
Isaiah Innis
Indiana University '13
EEG Technician, IUB IRF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20160503/95b7b0f6/attachment.html>


More information about the eeglablist mailing list