-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
18 lines (14 loc) · 1008 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configuration
DEVICE=dummy # EEG device
EPOCH=0.250 # Epoch length, in seconds
LATENCY=0.08 # If the signal has a constant latency, set it here
PIPELINE=riemann # Classification pipeline (riemann, eegnet)
CALIBRATION_LAYOUT=single # Calibration layout (single, simple, grid, keyboard)
TASK_LAYOUT=simple # Task layout (simple, grid, keyboard)
DYNAMIC_CODES=0 # 1 to generate random codes or 0 to use static codes
# SEED=42 # Optional random seed for reproducible dynamic codes
CHANNELS=PO7,O1,Oz,O2,PO8,PO3,POz,PO4 # List of EEG channels
# REFERENCE=POz # A valid EEG channel for rereferencing, comment this line for mean rereferencing
# Do not modify unless you know what you're doing :)
TIMEFLUX_HOOK_PRE=hooks.pre # Generate codes
TIMEFLUX_LOG_FILE=log/%Y%m%d-%H%I%S.log # Log path