Class: BidsTsvFile

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

A BIDS TSV file.

Constructor

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

Constructor.
Parameters:
Name Type Description
name string The name of the TSV file.
file Object The file object representing this file.
tsvData Object | Map | string This file's TSV data.
mergedDictionary Object The merged sidecar data.
defManager DefinitionManager The definition manager for this file.
Source:

Classes

BidsTsvFile

Members

hasHedData

Determine whether this file has any HED data.
Source:

hedColumnHedStrings :Array.<string>

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

isTimelineFile

Whether this TSV file is a timeline file.
Source:

mergedSidecar :BidsSidecar

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

parsedTsv :Map.<string, Array.<string>>

This file's parsed TSV data.
Type:
  • Map.<string, Array.<string>>
Source: