Hi
I am trying to export selected events using process1. I can do it by clicking on file -> export selected events for each file manually but is there a way to use process? When I try to open the files in Matlab (e.g. data_0raw_P01_b1.mat) to do it via scripting the Events object is empty.
Thanks
Laura
Hi Laura,
For the moment there isn't a process to export the events.
When opening the .mat
file associated to the raw data, the event information should be in the F.events
structure.
Best,
Raymundo
The events structure is documented in the introduction tutorials, together with examples on how to manipulate them from a script.