hed_validator

This module contains the HedValidator class which is used to validate the tags in a HED string or a file. The file types include .tsv, .txt, and .xlsx. To get the validation issues after creating a HedValidator class call the get_validation_issues() function.

Classes

HedValidator(hed_schema[, def_dicts, ...])

Top level validation of HED strings.