-
Notifications
You must be signed in to change notification settings - Fork 135
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
Draft: Face13 updates #379
base: master
Are you sure you want to change the base?
Conversation
Marked as draft so it's obvious to reviewers. There's a "Ready for review" button you can press whenever you want to turn it green again. |
this is contributed for EEGNet discussions around HED tags, how derivatives are evolving, etc. |
@@ -12,6 +12,9 @@ | |||
"ReferencesAndLinks": [ | |||
"http://jov.arvojournals.org/article.aspx?articleid=2121634" | |||
], | |||
"HEDVersion" : "8.1.0", | |||
"DatasetDOI": "10.1167/13.5.22", |
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.
Does the Dataset DOI need to be updated with this PR? @Andesha
@@ -1,5 +1,5 @@ | |||
{ | |||
"Name": "faceFO", | |||
"Name": "Face13-FAC", |
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.
hyphens and underscores are reserved in BIDS so we should avoid using here I think.
The events.tsv files still have HED columns that duplicate what is in the JSON file at the top level. It should be one or the other. Also, I thought this dataset might have SCORE annotations, but I didn't see any in the example. Could you point me in the right direction on this? The tags I saw were all from the standard library, in which case the HEDVersion should just be "8.1.0" or better "8.2.0" since that is the latest. |
The validation seems to be failing because of large files. You will want to cutoff the number of events in the events.tsv file. If you remove the HED columns in the events.tsv and just keep the top-level JSON sidecar, you may be able to squeak by with full files. |
@VisLab just a note: it appears as though the BIDS validator is struggling to retrieve partnered schemas... |
This PR is currently a draft, however, the Face13 dataset has been updated to include HED tags!
There will be more commits to updating events files but this is the start.
Other minor fixes include updates to the coordsystem files, etc
cc @christinerogers