Nicolet events/annotations

Hello François,

I'm having an issue for Nicolet recordings > 1h. After taking a look at the code i noticed in in_events_nicolet.m at line 53:

tStart = vecStart(4)*1200+ vecStart(5)*60 + vecStart(6);

Instead of:

tStart = vecStart(4)*3600 + vecStart(5)*60 + vecStart(6);

On a side note for people reading this thread: if you're extracting events using a non-english version of the Natus tool you will have to translate into english the "Name Time Duration" line in the text file.

Regards.