OnsetValidator¶
- class OnsetValidator[source]
Validates onset/offset pairs.
Methods
|
Returns an issue for every tag found from the banned list (for files without onset column). |
Validate onset/offset/inset tag relations |
Attributes
- static OnsetValidator.check_for_banned_tags(hed_string)[source]¶
Returns an issue for every tag found from the banned list (for files without onset column).
- Parameters:
hed_string (HedString) – The string to check.
- Returns:
The validation issues associated with the characters. Each issue is dictionary.
- Return type:
list