<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.hoenzb
        {mso-style-name:hoenzb;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Hello Experts,<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I am trying to come up with a pipeline of my own processing including using ICA to remove artifacts.  I am hoping people will be generous enough to share with me their knowledge on this topic.  <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>First, in using ICA, I have found many difficulties.  I have attempted to remove artifacts like lateral eye movements and eye blinks using ICA.  In some cases it has appears that certain components which match topographically the known presentation of eye movements, when removed, appear to be taking some of the cortical EEG with it.  This is consistent with Lindsen and Bhattacharya (2010).  In other cases, it appears that residue of the artifact still remains in the EEG after component removal.  This is consistent with Shackman, McMenamin, Maxwell, Greischar and Davidson (2010) and at least two other people reporting this to the email listserv only within the last week.  I have used various EEGLAB plugins to choose which components should be considered artifacts based on statistics and still found some components that were clearly artifacts not earmarked for removal as artifacts.   <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Second, I am working with Biosemi and another system with data that is unreferenced.  I am wondering if it would be easier to perform ICA on unreferenced data to avoid mixing the sources even further with a common average reference.  <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Third, should I include bipolar EOG channels in ICA.  It does not seem like a good idea as they are referenced differently than the EEG channels.  <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Fourth, I know that Arno has mentioned that ICA performs better on data that has been high-pass filtered at 0.5 or even1 Hz to remove skin conductance and other slow signals that are not of cortical origin.  Some others have suggested doing ICA on data filtered this way and then applying the ICA weighting to the unfiltered raw data.  I am not sure how this would work and if it can be justified.  <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Fifth, should I detrend the data (remove the mean) from the continuous data?  Or should I detrend at the epoch level or merely baseline correct (remove the baseline mean from only the baseline period)?  If I am doing spectral analysis, I believe detrending is necessary.  In such a case, should this be done on the continuous data or on the epoched data?<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Sixth, I feel confident using a thresholding technique to remove excursions greater than +/-60 microvolts as shown by Fu et al. (2001) as artifacts.  I can set this up in the automated artifact removal in EEGLAB.  If I were to use  the default options on the thresholding or any other statistical means of classifying artifacts, often all of my data is gone.  I thought using the automated and default settings might be good to preprocess the data BEFORE using ICA decomposition.  However, as there is often no data left, or very little, perhaps 20-40% of the epoched data if I am lucky, if I am unlucky none, this has not worked out well. <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I have been trying various combinations of all of these and still feel like I need some input from others as to the order of these things (it may not matter if these are linear processes).  <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>My feeling is all (or some) of these things may have an effect on the outcome of ICA decomposition and subsequently artifact removal.  As I am finding residual artifacts left after component removal and sometimes even what appears to be EEG cortical signal removed, I thought it might be a good idea to get input on these things for an optimal pipeline.  <b><u>Please let me know your thoughts on a pipepline you prefer, what steps I should use and perhaps even an order of steps.  <o:p></o:p></u></b></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Thanks in advance for your help!<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Dr. Modestino <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Edward Justin Modestino, Ph.D.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Postdoctoral Research Associate<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Ray Westphal Neuroimaging Laboratory<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Division of Perceptual Studies<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Department of Psychiatry and Neurobehavioral Sciences <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>University of Virginia<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Email: ejm9f@virginia.edu<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p></div></div></body></html>