79 static QList<BidsChannel>
readTsv(
const QString& sFilePath);
87 static bool writeTsv(
const QString& sFilePath,
88 const QList<BidsChannel>& channels);
bids library export/import macros.
#define BIDSSHARED_EXPORT
BIDS dataset reading, writing, path construction, and sidecar metadata handling for iEEG/EEG/MEG.
Channel metadata record corresponding to one row in *_channels.tsv.
static QList< BidsChannel > readTsv(const QString &sFilePath)
Read a BIDS *_channels.tsv file.
static bool writeTsv(const QString &sFilePath, const QList< BidsChannel > &channels)
Write a BIDS *_channels.tsv file.