118 static bool read(
const QString &t_sEventName,
119 const QString &t_fileRawName,
166 float sfreq = 0.0f)
const;
183 const QString &triggerCh = QString(
"STI 014"),
184 unsigned int triggerMask = 0xFFFFFFFF,
185 bool leadingEdge =
true);
213 const Eigen::MatrixXi &
events,
227 return static_cast<int>(
events.rows());
234 return events.rows() == 0;
Fiff library export/import macros.
#define FIFFSHARED_EXPORT
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
bool write_to_ascii(QIODevice &p_IODevice, float sfreq=0.0f) const
static bool read_from_fif(QIODevice &p_IODevice, FiffEvents &p_Events)
bool write_to_fif(QIODevice &p_IODevice) const
static bool read_from_ascii(QIODevice &p_IODevice, FiffEvents &p_Events)
static bool detect_from_raw(const FiffRawData &raw, FiffEvents &p_Events, const QString &triggerCh=QString("STI 014"), unsigned int triggerMask=0xFFFFFFFF, bool leadingEdge=true)
static bool matchEvent(const AverageCategory &cat, const Eigen::MatrixXi &events, int eventIdx)
static bool read(const QString &t_sEventName, const QString &t_fileRawName, FiffEvents &p_Events)
FIFF raw measurement data.