Hi Francois,
Thank you for working on this, you are terrific!
I had a look at the updated brainstorm, and you can indeed load the extended events now and create related blocks. However, I am not sure this is what the students wanted here. I have a feeling they treat this data as normal triggers, considering only the event onset and not the event offset. In such case they create trials with baseline and post-stimulus period as all other events. However, I need to confirm this with them.
I thought to export these events and convert them to regular events by removing the event offset. However, the event exportation still does not work (File->Export all events), giving me this error:
??? Reference to non-existent field ‘raw’.
Error in ==> bst_events2track at 79
samples = samples -
double(sFile.header.raw.first_samp);
Error in ==> out_events_eve at 27
track = bst_events2track( sFile, 1 );
Error in ==> export_events at 119
out_events_eve(sFile, OutputFile);
Error in ==> panel_event>@(h,ev)export_events() at 95
gui_component(‘MenuItem’, jMenu, [], ‘Export all
events’, IconLoader.ICON_SAVE, [],
@(h,ev)export_events());
Any thoughts?
Also, I have noticed that when events are exported (from other data files), they do not maintain their name. For example, if you have 3 events: ‘FAC1’, ‘FAC2’, ‘FAC3’, then the exported event file will instead have numbers ‘1’, ‘2’, ‘3’. Is this a feature?
Thank you 
Dimitrios