Skip to content

Commit 7aa0e45

Browse files
committed
Fix latency offset
1 parent 0d98bb8 commit 7aa0e45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DEVICE=dummy # EEG device
44
EPOCH=0.250 # Epoch length, in seconds
5-
LATENCY=-0.08 # If the signal has a constant latency, set it here
5+
LATENCY=0.08 # If the signal has a constant latency, set it here
66
PIPELINE=riemann # Classification pipeline (riemann, eegnet)
77
CALIBRATION_LAYOUT=single # Calibration layout (single, simple, grid, keyboard)
88
TASK_LAYOUT=simple # Task layout (simple, grid, keyboard)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Currently, only the `riemann` machine learning pipeline is available.
5454
|---------|--------------|---------|
5555
| DEVICE | EEG device | dummy |
5656
| EPOCH | Epoch length, in seconds, used for classification | 0.25 |
57-
| LATENCY | Signal latency, in seconds | -0.08 |
57+
| LATENCY | Signal latency, in seconds | 0.08 |
5858
| PIPELINE | Classification pipeline (riemann, eegnet) | riemann |
5959
| CALIBRATION_LAYOUT | The layout used for calibration (single, simple, grid, keyboard) | single |
6060
| TASK_LAYOUT | The layout used for the main task (simple, grid, keyboard) | simple |

0 commit comments

Comments
 (0)