'Epochs' object has no attribute 'ndim'

‘Epochs’ object has no attribute ‘ndim’

What is your question? What are you trying to do? If you want to get the number of channels and time points, you can use epochs.ch_names and epochs.times (and even more metadata is contained in epochs.info. If you want the data, you can access it as a NumPy array with epochs.get_data().

1 Like