Skip to content

Commit

Permalink
Update Importing_Event_Epoch_Info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Feb 8, 2024
1 parent 575553a commit a9a4b50
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tutorials/04_Import/Importing_Event_Epoch_Info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down

0 comments on commit a9a4b50

Please sign in to comment.