hed-standard / hed-python

Python validation, summary, and analysis tools for HED (Hierarchical Event Descriptors).
https://hed-python.readthedocs.io/en/latest/
MIT License
10 stars 10 forks source link

Detection of onset column in resolution of HED in .tsv files #821

Closed VisLab closed 6 months ago

VisLab commented 10 months ago

There is a new requirement for detection of HED in .tsv files. The requirement was added to distinguish between the handling in HED of BIDS time-related .tsv files such as .events.tsv files and non-time-related .tsv files such as .participants.tsv. Tags such as Onset, Offset, and Inset are meaningless in this case and dataset level validation should not be used.

This is now described in 3.2.10.2. Tabular annotations of the HED specification.

VisLab commented 6 months ago

If there is no onset column --- validator does not make an OnsetValidator.