HED JavaScript Library
    Preparing search index...

    Class BidsTsvElement

    An element 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

    tsvLine: string

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

    Methods

    • Create a string list of a list of BidsTsvElement objects.

      Parameters

      • elements: BidsTsvElement[]

        A list of elements to construct line numbers from.

      Returns string

      • A string with the list of line numbers for error messages.