<div dir="ltr"><br>Dear Maria,<br><br>I&#39;m replying on mne_analysis so other people can join in or follow our conversation. Please join if you haven&#39;t already (<a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/MNE_Analysis">https://mail.nmr.mgh.harvard.edu/mailman/listinfo/MNE_Analysis</a>)<br>

<br><br>On Sun, Aug 3, 2014 at 10:21 AM, Hakonen Maria &lt;<a href="mailto:maria.hakonen@aalto.fi">maria.hakonen@aalto.fi</a>&gt; wrote:<br>&gt;<br>&gt; Hi Denis,<br>&gt;<br>&gt; I would yet need noise covariance matrixes for roi analysis. I have calculated them with EOG rejections using mne_process_raw as shown below. I wonder if it causes problems if the noise covariance matrixes are claculated with EOG rejections but averaged signals are calculated without EOG rejections (and ica is applied on epochs).<br>

<br><br>I would not see why that would be a problem, it&#39;s a good ideat to not estimate the covariance matrix on biological artefacts. Don&#39;t you use ICA for handling EOG/ECG? Should be fine then.<br>What I normally do is to compute the noise covariance after applying ICA. That makes things even more matching, e.g., also applying the same amount of rank reduction.<br>

 <br>&gt;<br>&gt; I can&#39;t use rejections because in the sustained field analysis long epochs cause too many rejections. For transient analysis whit shorter epochs EOG rejections worked well. Should I calculate new covariance matrixes for sustained field analysis using data where EOG rejections are not used but ica is applied instead? Any advice would help a lot!<br>

&gt;<br><br>Would it make sense to compute your noise cov from preceeding baseline segments?<br>Then you couls simplify things a bit.<br>Apply ICA to your epochs and then use `mne.compute_covariance` on your epochs.<br>FYI in there&#39;s also  `mne.compute_raw_data_covariance` for raw data.<br>

 <br>&gt;<br>&gt; This is how I have calculated covariance matrixes:  <br>&gt;<br>&gt; foreach file ( ah_sentences1b ah_sentences16b ah_sentences1b2 )<br>&gt;         mne_process_raw --raw &quot;$file&quot;_raw.fif \<br>
&gt;         --digtrig &quot;STI 014&quot; --grad 0 --projon --events &quot;$file&quot;_merged.eve \<br>
&gt;         --cov /scratch/braindata/mhhakone/intell/scripts/cov_desc_merged.cov --savecovtag &quot;-merged.cov&quot;<br>&gt; end<br>&gt;<br>&gt; where cov_desc_merged.cov:<br>&gt;<br>&gt; cov {<br>&gt;         name            &quot;intell&quot;<br>

&gt;<br>&gt;         gradReject      3000e-13<br>&gt;         magReject       4e-12<br>&gt;         eogReject       150e-6<br>&gt;         logfile         log_averaging<br>&gt;<br>&gt;         def {<br>&gt;                 name    &quot;all&quot;<br>

&gt;                 event   1<br>&gt;                 tmin    -0.1<br>&gt;                 tmax    0<br>&gt;                 bmin    -0.1<br>&gt;                 bmax    0<br>&gt;         }<br>&gt;<br>&gt; }<br>&gt;<br>
&gt; Thanks,<br>
&gt; Maria<br>&gt;<br><div><br></div><div>Hope this helps,</div><div>Denis</div></div>