82 static QList<BidsEvent>
readTsv(
const QString& sFilePath);
91 static bool writeTsv(
const QString& sFilePath,
92 const QList<BidsEvent>& events);
bids library export/import macros.
#define BIDSSHARED_EXPORT
BIDS dataset reading, writing, path construction, and sidecar metadata handling for iEEG/EEG/MEG.
Single event annotation, typically parsed from or written to *_events.tsv.
static QList< BidsEvent > readTsv(const QString &sFilePath)
Read a BIDS *_events.tsv file.
static bool writeTsv(const QString &sFilePath, const QList< BidsEvent > &events)
Write a BIDS *_events.tsv file.