-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
40 lines (27 loc) · 1.79 KB
/
Copy path.env
File metadata and controls
40 lines (27 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
############### DEVICES ###############
EEG_DEVICE=dummy # Electroencephalography headset
PPG_DEVICE=fake # Photoplethysmography sensor
#ECG= # BITalino serial port (leave empty to disable)
CAMERA_ENABLE=true # Enable facial expression detection via camera
######### TRAINING - BASELINE #########
BASELINE_ENABLE=false # Record a resting-state baseline before training
BASELINE_DURATION=45000 # Baseline duration in milliseconds
####### TRAINING - MOTOR IMAGERY #######
MOTOR_ENABLE=true # Enable motor imagery training paradigm
MOTOR_IMAGERY=generic # Type of motor imagery task
MOTOR_BLOCKS=20 # Number of blocks per session
MOTOR_TRIALS=10 # Number of trials per block
###### TRAINING - BLINK DETECTION ######
BLINK_ENABLE=true # Enable blink detection training
BLINK_TRIALS=12 # Total number of blink trials
############## OSC OUTPUT ##############
OSC_ENABLE=false # Stream data via Open Sound Control protocol
OSC_IP=127.0.0.1 # Target OSC server IP
OSC_PORT=5005 # Target OSC server port
############ PATHS & MODELS ############
#WARMUP_BLINK= # Path to warmup data for blink detection (optional)
#WARMUP_MOTOR= # Path to warmup data for motor imagery (optional)
#MODEL_BLINK= # Pre-computed blink model (skips training if set)
#MODEL_MOTOR= # Pre-computed motor model (skips training if set)
TIMEFLUX_LOG_FILE=./logs/%Y%m%d-%H%M%S.log# Log file path pattern
TIMEFLUX_DATA_PATH=./data # Directory for recorded data