Class: BidsTsvFile

BidsTsvFile(name, tsvData, file, potentialSidecars, mergedDictionary)

A BIDS TSV file.

Constructor

new BidsTsvFile(name, tsvData, file, potentialSidecars, mergedDictionary)

Constructor.
Parameters:
Name Type Description
name string The name of the TSV file.
tsvData Object | string This file's TSV data.
file object The file object representing this file.
potentialSidecars Array.<string> The list of potential JSON sidecars.
mergedDictionary object The merged sidecar data.
Source:
To Do:
  • This interface is provisional and subject to modification in version 4.0.0.

Classes

BidsTsvFile

Members

hedColumnHedStrings :Array.<string>

HED strings in the "HED" column of the TSV data.
Type:
  • Array.<string>
Source:

mergedSidecar :BidsSidecar

The pseudo-sidecar object representing the merged sidecar data.
Type:
Source:

parsedTsv :Object

This file's parsed TSV data.
Type:
  • Object
Source:

potentialSidecars :Array.<string>

The list of potential JSON sidecars.
Type:
  • Array.<string>
Source:

sidecarHedData :Map.<string, (string|Object.<string, string>)>

The extracted HED data for the merged pseudo-sidecar.
Type:
  • Map.<string, (string|Object.<string, string>)>
Source: