-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] Add stimulus and annotation entities #1814
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 all commits
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 |
---|---|---|
|
@@ -422,3 +422,22 @@ tracksys: | |
may be longer and more human readable. | ||
type: string | ||
format: label | ||
stimulus: | ||
name: stim | ||
display_name: Stimulus | ||
description: | | ||
The `stim-<label>` entity can be used to distinguish stimulus files stored in the `stimuli/` directory. | ||
|
||
This entity is only applicable to stimulus files. | ||
type: string | ||
format: label | ||
annotation: | ||
name: annot | ||
display_name: Annotation | ||
description: | | ||
The `annot-<label>` entity can be used to distinguish different annotations | ||
of the stimulus data. | ||
|
||
This entity is only applicable to stimulus files. | ||
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. A parallel to investigate here is But with that it somewhat begs me to think about some possible alternative name/concept but I find none and there be none ;) 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. Since we already ran into discussion either |
||
type: string | ||
format: label |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,5 @@ | |
- density | ||
- label | ||
- description | ||
- stimulus | ||
- annotation |
Uh oh!
There was an error while loading. Please reload this page.