Class: BidsData

BidsData()

Base class for BIDS data.

Constructor

new BidsData()

Deprecated:
  • Will be removed in v4.0.0.
Source:

Members

definitions :Map.<string, ParsedHedGroup>

A Mapping from definition names to their associated ParsedHedGroup objects.
Type:
  • Map.<string, ParsedHedGroup>
Deprecated:
  • Will be removed in v4.0.0.
Source:

hedIssues :Array.<Issue>

A list of HED validation issues. This will be converted to BidsIssue objects later on.
Type:
  • Array.<Issue>
Deprecated:
  • Will be removed in v4.0.0.
Source:

parsedStringMapping :Map.<string, ParsedHedString>

A mapping from unparsed HED strings to ParsedHedString objects.
Type:
  • Map.<string, ParsedHedString>
Deprecated:
  • Will be removed in v4.0.0.
Source: