-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] Define channel column for events and Delimiter field for column descriptions #1483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
a3e3d25
ab0e6a9
df07a15
8a88eaf
e64314b
d1056c1
2a12171
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -10,6 +10,11 @@ TaskEvents: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
response_time: optional | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HED: optional | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
stim_file: optional | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
channel: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
level: optional | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description_addendum: | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't completely understand why this is in the task.yaml file. Is task.yaml where it determines if tabular data applies to a particular modality? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
bids-specification/src/schema/rules/files/raw/task.yaml Lines 2 to 19 in 426de56
bids-specification/src/schema/rules/files/raw/task.yaml Lines 2 to 19 in 426de56
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Note that this column only applies to data types where | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
channels are specified, such as EEG, iEEG, MEG or NIRS. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
sappelhoff marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
additional_columns: allowed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
initial_columns: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- onset | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.