From a9a4b504153f17411cc6f4a202d1e99edcff9848 Mon Sep 17 00:00:00 2001 From: Arnaud Delorme Date: Wed, 7 Feb 2024 16:17:49 -0800 Subject: [PATCH] Update Importing_Event_Epoch_Info.md --- .../04_Import/Importing_Event_Epoch_Info.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tutorials/04_Import/Importing_Event_Epoch_Info.md b/tutorials/04_Import/Importing_Event_Epoch_Info.md index c5a20bb..0fca310 100644 --- a/tutorials/04_Import/Importing_Event_Epoch_Info.md +++ b/tutorials/04_Import/Importing_Event_Epoch_Info.md @@ -196,20 +196,20 @@ event type and which column contains the event latency. The default value is fine for this specific file, so simply press *Ok*. MATLAB then returns: ```matlab -Replacing field 'Event Type' by 'type' for EEGLAB compatibility -Replacing field 'Time' by 'latency' for EEGLAB compatibility -Renaming second 'Uncertainty' field -Reading file (lines): 6 -Check alignment between pre-existing (old) and loaded event latencies: -Old event latencies (10 first): 10789 21315 31375 41902 51962 62489 … -New event latencies (10 first): 10789 21315 31376 41902 51963 62489 … -Best sampling rate ratio found is 0.9999895. Below latencies after adjustment -Old event latencies (10 first): 10789 21315 31376 41902 51963 62488 … -New event latencies (10 first): 10789 21315 31375 41902 51962 62489 … -Pop_importevent warning: 0/6 have no latency and were removed -eeg_checkset: value format of event field 'Duration' made uniform -eeg_checkset: value format of event field 'Uncertainty2' made uniform -eeg_checkset note: creating the original event table (EEG.urevent) +Replacing field 'Event Type' by 'type' for EEGLAB compatibility +Replacing field 'Time' by 'latency' for EEGLAB compatibility +Renaming second 'Uncertainty' field +Reading file (lines): 6 +Check alignment between pre-existing (old) and loaded event latencies: +Old event latencies (10 first): 10789 21315 31375 41902 51962 62489 … +New event latencies (10 first): 10789 21315 31376 41902 51963 62489 … +Best sampling rate ratio found is 0.9999895. Below latencies after adjustment +Old event latencies (10 first): 10789 21315 31376 41902 51963 62488 … +New event latencies (10 first): 10789 21315 31375 41902 51962 62489 … +Pop_importevent warning: 0/6 have no latency and were removed +eeg_checkset: value format of event field 'Duration' made uniform +eeg_checkset: value format of event field 'Uncertainty2' made uniform +eeg_checkset note: creating the original event table (EEG.urevent) Done. ```