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. |
Classes
Members
hedColumnHedStrings :Array.<string>
HED strings in the "HED" column of the TSV data.
Type:
- Array.<string>
mergedSidecar :BidsSidecar
The pseudo-sidecar object representing the merged sidecar data.
Type:
parsedTsv :Object
This file's parsed TSV data.
Type:
- Object
potentialSidecars :Array.<string>
The list of potential JSON sidecars.
Type:
- Array.<string>
sidecarHedData :Map.<string, (string|Object.<string, string>)>
The extracted HED data for the merged pseudo-sidecar.
Type:
- Map.<string, (string|Object.<string, string>)>