HED JavaScript Library
    Preparing search index...

    Class BidsTsvRow

    A row in a BIDS TSV file.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    file: any

    The file this row belongs to (usually just the path).

    fileName: any
    hedString: string

    The string representation of this row

    onset: number

    The onset represented by this row or a NaN.

    parsedHedString: ParsedHedString

    The ParsedHedString representation of this row

    rowCells: Map<string, string>

    The map of column name to value for this row.

    tsvLine: string

    The line number(s) (including the header) represented by this row.

    Methods