57struct AverageCategory;
101 static bool read(
const QString &t_sEventName,
102 const QString &t_fileRawName,
149 float sfreq = 0.0f)
const;
166 const QString &triggerCh = QString(
"STI 014"),
167 unsigned int triggerMask = 0xFFFFFFFF,
168 bool leadingEdge =
true);
196 const Eigen::MatrixXi &
events,
210 return static_cast<int>(
events.rows());
217 return events.rows() == 0;
Export/import macros and build-info accessors for the FIFFLIB shared library.
#define FIFFSHARED_EXPORT
FIFF file I/O, in-memory data structures and high-level readers/writers.
bool write_to_ascii(QIODevice &p_IODevice, float sfreq=0.0f) const
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)
static bool read_from_fif(QIODevice &p_IODevice, FiffEvents &p_Events)
FiffEvents(QIODevice &p_IODevice)
bool write_to_fif(QIODevice &p_IODevice) const
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 read_from_ascii(QIODevice &p_IODevice, FiffEvents &p_Events)
One averaging category in an MNE-C ave-description file: trigger logic, timing window,...