Skip to content
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

(Optional?) support of HED tags in events descriptors? #8

Open
yarikoptic opened this issue Nov 29, 2022 · 6 comments
Open

(Optional?) support of HED tags in events descriptors? #8

yarikoptic opened this issue Nov 29, 2022 · 6 comments

Comments

@yarikoptic
Copy link
Contributor

See information on how supported by BIDS: https://bids-specification.readthedocs.io/en/stable/appendices/hed.html and how schemas are supported in https://bids-specification.readthedocs.io/en/stable/appendices/hed.html#using-hed-library-schemas .

@yarikoptic
Copy link
Contributor Author

currently being implemented to be supported as a part of the #9 , e.g. https://github.com/rly/ndx-events/pull/9/files#diff-f4a25f0ab72ddb9f88dcf8894186985ff7569d752a6060702aeb8655c768888fR74

@rly
Copy link
Owner

rly commented Aug 3, 2023

After discussion with HED folks, we are thinking of adding a new neurodata type called HedTags that extends VectorData -- i.e., it is a specialized column of a DynamicTable. Has string attribute with the HED version.

@VisLab
Copy link

VisLab commented Aug 3, 2023

The HedTags would be a list of HED strings containing the tags corresponding to the other entries.

The HED version just appears once in the dataset. In Bids this is something like "HEDVersion": ["8.2.0", "tst:score_1.0.0"] and appears in the dataset_description.json at the top level. This says that tags in the annotations in this dataset come from HED standard vocabulary version 8.2.0 and from HED library vocabulary SCORE version 1.0.0. The tags from SCORE are prefixed with the user chosen tst: prefix to distinguish them from the other vocabularies

@rly
Copy link
Owner

rly commented Aug 4, 2023

Thanks for the clarification @VisLab ! cc @oruebel

@oruebel
Copy link

oruebel commented Aug 4, 2023

The HedTags would be a list of HED strings containing the tags corresponding to the other entries.

@VisLab does HED usually expect a single string consisting of potentially multiple tags or is it common to have a list of strings of HED tags for a particular entry?

@VisLab
Copy link

VisLab commented Aug 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants