Closed neuromechanist closed 3 months ago
The problem is the syntax: (Def/left-target, Duration/1600 ms)
isn't correct. The stuff inside the Duration
group needs parentheses:
((Def/left-target), Duration/1600 ms)
See: Using Duration.
Interesting, I did not realize the single tags would need parentheses. I guess that Def/
actually expands later on, so the tag indeed needs to be in parentheses. Thanks 🙏
Currently, the
Duration
andDelay
can't be grouped withDef/
tags. This is the error I get from the validator:This means that the full description should be included, which might be very long and hard to follow, especially for untrained eyes. Here is an example from HBN's Contrast Change Detection:
However, if using
Def/
is allowed, the long descriptions can be moved to the Definition section, and the event description becomes much more readable. Now the reader can easily follow that there is temporal context that is being followed one after another without getting stuck in the huge amount of (necessary) HED tags:Then the HED Definitions can be at the end of the sidecar: