<div dir="ltr"><div>Hello All,</div><div><br></div><div>My name is Peter Lyons, and I am a researcher at the University of Delaware.  Currently, I am conducting resting state EEG research with the intention of using Fieldtrip to calculate the power of different frequency bands as well as phase lag index between various sensors.</div><div><br></div><div>I have come across a problem when I attempt to call ft_rejectcomponent following an ICA of my data.  The ICA was performed using ft_componentanalysis, and the data was viewed using ft_databrowser to determine unwanted components.  Following these steps I ran this code:</div><div><br></div><div>cfg = []</div><div>cfg.component = [3 5]</div><div>data_clean = ft_rejectcomponent(cfg,data_ica)</div><div><br></div><div>which returned the following message:</div><div><br></div><div>"not applying the backprojection matrix to the sensor description"</div><div><br></div><div>My question is how do I proceed to allow the application of the backprojection matrix?</div><div>I assume I am leaving some vital piece of code out?</div><div><br></div><div>Prior to calling ft_componentanalysis my continuous data was bandpass filtered using ft_preprocessing, and the reference was removed using the code:</div><div><br></div><div>cfg = []</div><div>cfg.channel = {'all','-E65'}</div><div>data_64 = ft_preprocessing(cfg,data_filt)</div><div><br></div><div><br></div><div>I am using an EGI Hydrocel 64 electrode Sensor Net and sampling at 1000 hz.</div><div><br></div><div>Any advice would be greatly appreciated!</div><div><br></div><div>Thanks,</div><div>Peter</div><div><br></div><div><br></div></div>