Skip to content
Snippets Groups Projects
Commit b75441f8 authored by ofplarsen's avatar ofplarsen
Browse files

Fixed delay (61ms) and a validity checker

parent c9c814f9
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ inlet = StreamInlet(streams_counter[0]) #LSL Eyetracker data ...@@ -189,7 +189,7 @@ inlet = StreamInlet(streams_counter[0]) #LSL Eyetracker data
inlet_2 = StreamInlet(streams_eeg[0])# LSL EEG data inlet_2 = StreamInlet(streams_eeg[0])# LSL EEG data
fs = 250 # Sampling frequency fs = 250 # Sampling frequency
delay = 0.060 #Occular delay delay = 0.061 #Occular delay
fragment_duration = 4+delay # Fragment duration in seconds fragment_duration = 4+delay # Fragment duration in seconds
fragment_samples = round(fs * fragment_duration) fragment_samples = round(fs * fragment_duration)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment