How to define a tmax with mne.EpochsArray

If you have a question or issue with MNE-Python, please include the following info:

  • MNE-Python version: ‘0.19.0’
  • operating system: Windows 10

Hello,
I have created epochs (recorded via MultiChannel System), using the “mne.EpochsArray” function but it seems that the tmax is automatically defined.
Does someone know how to change that value?

Thanks in advance!

tmax is defined automatically as you pass a fixed number of time points in the data array
and you provided the sfreq (sampling frequency) in info.

change the sfreq?

HTH
Alex

Thank you very much! I will try this.

S.P