-
Notifications
You must be signed in to change notification settings - Fork 177
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
[EEG] Task to property prefix for additional events table #8432
[EEG] Task to property prefix for additional events table #8432
Conversation
This could technically be normalized further since PropertyName is a column name in an events.tsv file (and in the json etc), right? |
@@ -3,8 +3,8 @@ | |||
CREATE TABLE `physiological_task_event_opt` ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name of the table should change too @regisoc @laemtl @jeffersoncasimir yes?
literally physiological_event_additional
would be more accurate I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am hesitant on that one since the original table name for event is physiological_task_event
(which started the confusion :))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See BIDS doc, where they also refer to task events
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree that is the source of the confusion :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeffersoncasimir let me know if i missed something in flagging these, thanks
This has been discussed and I think I agree that this would be a better approach for extensibility/future improvements. |
We discussed this and yes, this approach allows for any potential additional property. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with Laetitia and Jefferson's blessing. thanks @regisoc for being on top of this so quickly
Brief summary of changes
Rename the additional events' table attributes prefix from
Task
toProperty
to match BIDS naming.Linked to LORIS-MRI 900