<div dir="ltr"><div><div>Dear MNE-Users,<br><br></div>I created epochs without specifiying any &quot;reject&quot; parameters. By reading the documentation, this parameter is None by default. However, when I want to get my data, I use epochs.get_data() and some bad epochs are dropped. On which criterion are they dropped, given that any reject criterion was set? How can I get the data without rejecting any epochs?<br><br></div>My lines of code:<br><div>

<p style="margin:0px;text-indent:0px">epochs_s= mne.Epochs(raw, events, event_id, tmin, tmax, picks=picks, baseline=(tmin_bsl,0))</p><p style="margin:0px;text-indent:0px">epochs_s.get_data()</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Thanks a lot!</p><p style="margin:0px;text-indent:0px">Laetitia<br></p></div></div>