You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I'm trying to use the Definition tag provided by the HED schema, following an example from the following publication:
Robbins, K., Truong, D., Appelhoff, S., Delorme, A. and Makeig, S., 2021.
Capturing the nature of events and event context using hierarchical event descriptors (HED).
NeuroImage, 245, p.118766.
The example HED tag I'm working with is:
(Definition/Face-image, (Visual-presentation,(Foreground-view, ((Image, Face, Hair), Color/Grayscale), ((White, Cross),(Center-of, Computer-screen))), (Background-view, Black)))
Expected Behavior:
The HED string should validate successfully without errors.
Actual Behavior:
The following error is returned:
"Errors for HED string 0:
DEFINITION_INVALID: Tag 'Definition/Face-image' is found in a location it is not allowed to be."
Additional Information:
It seems like the Definition tag is not being accepted in its current location within the string structure. Any insights or guidance on structuring this tag correctly would be appreciated
Description:
I'm trying to use the Definition tag provided by the HED schema, following an example from the following publication:
Robbins, K., Truong, D., Appelhoff, S., Delorme, A. and Makeig, S., 2021.
Capturing the nature of events and event context using hierarchical event descriptors (HED).
NeuroImage, 245, p.118766.
Link to the publication:
https://www.sciencedirect.com/science/article/pii/S1053811921010387#tbl0007
The example HED tag I'm working with is:
(Definition/Face-image, (Visual-presentation,(Foreground-view, ((Image, Face, Hair), Color/Grayscale), ((White, Cross),(Center-of, Computer-screen))), (Background-view, Black)))
Steps to Reproduce:
Expected Behavior:
The HED string should validate successfully without errors.
Actual Behavior:
The following error is returned:
"Errors for HED string 0:
DEFINITION_INVALID: Tag 'Definition/Face-image' is found in a location it is not allowed to be."
Additional Information:
It seems like the Definition tag is not being accepted in its current location within the string structure. Any insights or guidance on structuring this tag correctly would be appreciated
@sappelhoff
The text was updated successfully, but these errors were encountered: