Class: BidsHedTsvValidator

BidsHedTsvValidator(tsvFile, hedSchemas)

Validator for HED data in BIDS TSV files.

Constructor

new BidsHedTsvValidator(tsvFile, hedSchemas)

Constructor.
Parameters:
Name Type Description
tsvFile BidsTsvFile The BIDS TSV file being validated.
hedSchemas Schemas The HED schemas used to validate the tsv file.
Source:

Classes

BidsHedTsvValidator

Members

reserved :ReservedChecker

The singleton instance of the checker for reserved requirements.
Type:
Source:

tsvFile :BidsTsvFile

The BIDS TSV file being validated.
Type:
Source:

Methods

_checkNoTime(elements)

Verify that this non-temporal file does not contain any temporal tags.
Parameters:
Name Type Description
elements Array.<BidsTsvElement> The elements representing a tsv file (with HED string parsed).
Source:

validate()

Validate a BIDS TSV file. This method returns the complete issue list for convenience.
Source:

validateDataset()

Validate the HED data in a combined event TSV file/sidecar BIDS data collection.
Source: