<p><span style="padding: 3px 10px; border-radius: 5px; color: #ffffff; font-weight: bold; display: inline-block; background-color: #ff0000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p></p><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi there,<div><br></div><div>I just had a doubt I wanted to resolve before I felt fully comfortable with an analysis I am doing. I record data at 1,000 Hz and then perform some preprocessing and then epoch the data. I can&#39;t downsample to 100 Hz straight away because a lot of my triggers are close together and MNE doesn&#39;t like that (throwing errors such as multiple time instances per sample and time indices not unique errors, even with shortest_event=0 and the like). </div><div><br></div><div>Anyway, after epoching I do some manipulations of the trigger values (just converting the incremental integer target values to class labels according to my experimental design) and then I want to downsample the epochs.</div><div><br></div><div>What I notice is that the events attribute of the epochs class doesn&#39;t change the time samples and I guess I would have expected that, perhaps. After copying the epochs and resampling it, I have the original and my resampled epoch data structure. If I run the following code, the following results are shown:</div><div><br></div><div><div>print(epochs_resampled.events[-1])</div><div>print(epochs.events[-1])</div></div><div><br></div><div><div>[1901947       0     504]</div><div>[1901947       0     504]</div></div><div><br></div><div>That is what confused me. Basically, if MNE just looks at the index of the third column when dealing with the epoch events from now on, I guess that&#39;s all fine. I basically lose access to the original data so I am hoping it&#39;s just the case that the time stamp in the first column doesn&#39;t matter anymore.</div><div><br></div><div>If I save the epochs data to a file and reload it, I just want the confirmation that absolutely no manipulation I would typically perform on epoched data will be using the first column. It is effectively meaningless after epoching, right?</div><div><br></div><div>Kind regards</div><div>Alex</div><div><br></div></div></div></div>