Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions brainsets/taxonomy/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ class Task(StringIntEnum):
# Full sentence speaking
CONTINUOUS_SPEAKING_SENTENCE = 7

# Motor imagery tasks
MOTOR_IMAGERY = 8

# P300 event-related potential tasks
P300 = 9


class Stimulus(StringIntEnum):
"""Stimuli can variously act like inputs (for conditioning) or like outputs."""
Expand Down
Loading