- MNE version: e.g. 0.24.0
- operating system:/ Windows 10 /
Hello,
Is there a way to merge several FIF files ?
I have files that each one contain data from 1 subject. and I want to everege epochs from all the files.
thanks
Hello,
Is there a way to merge several FIF files ?
I have files that each one contain data from 1 subject. and I want to everege epochs from all the files.
thanks
Hello @Noy and welcome to the forum!
You cannot average epochs across participants, but you can calculate the grand average of evoked data via the grand_average()
function.
So you need to load and process the data from all your participants separately until you have evoked data, and then you can calculate the grand average.
Best wishes,
Richard