Class: BidsEventFile

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

A BIDS events.tsv file.

Constructor

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

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

Classes

BidsEventFile