OnsetErrors

class OnsetErrors[source]

Methods

hed.errors.error_types.OnsetErrors.__init__()

Attributes

hed.errors.error_types.OnsetErrors.INSET_BEFORE_ONSET

hed.errors.error_types.OnsetErrors.OFFSET_BEFORE_ONSET

hed.errors.error_types.OnsetErrors.ONSET_DEF_UNMATCHED

hed.errors.error_types.OnsetErrors.ONSET_NO_DEF_TAG_FOUND

hed.errors.error_types.OnsetErrors.ONSET_PLACEHOLDER_WRONG

hed.errors.error_types.OnsetErrors.ONSET_SAME_DEFS_ONE_ROW

hed.errors.error_types.OnsetErrors.ONSET_TAG_OUTSIDE_OF_GROUP

hed.errors.error_types.OnsetErrors.ONSET_TOO_MANY_DEFS

hed.errors.error_types.OnsetErrors.ONSET_WRONG_NUMBER_GROUPS

OnsetErrors.__init__()
OnsetErrors.INSET_BEFORE_ONSET = 'INSET_BEFORE_ONSET'
OnsetErrors.OFFSET_BEFORE_ONSET = 'OFFSET_BEFORE_ONSET'
OnsetErrors.ONSET_DEF_UNMATCHED = 'ONSET_DEF_UNMATCHED'
OnsetErrors.ONSET_NO_DEF_TAG_FOUND = 'ONSET_NO_DEF_TAG_FOUND'
OnsetErrors.ONSET_PLACEHOLDER_WRONG = 'ONSET_PLACEHOLDER_WRONG'
OnsetErrors.ONSET_SAME_DEFS_ONE_ROW = 'ONSET_SAME_DEFS_ONE_ROW'
OnsetErrors.ONSET_TAG_OUTSIDE_OF_GROUP = 'ONSET_TAG_OUTSIDE_OF_GROUP'
OnsetErrors.ONSET_TOO_MANY_DEFS = 'ONSET_TOO_MANY_DEFS'
OnsetErrors.ONSET_WRONG_NUMBER_GROUPS = 'ONSET_WRONG_NUMBER_GROUPS'