Single averaged evoked response: time axis, samples, baseline, channel info and processing history. More...
#include "fiff_global.h"#include "fiff_info.h"#include "fiff_types.h"#include "fiff_file.h"#include <Eigen/Core>#include <QString>#include <QVariant>#include <QPair>#include <QSharedPointer>#include <memory>

Go to the source code of this file.
Classes | |
| class | FIFFLIB::FiffEvoked |
| Single averaged evoked response: time axis, data, baseline, channel info and averaging metadata. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
Macros | |
| #define | metatype_fiffevoked |
| #define | metatype_fiffevokedsptr |
Functions | |
| Q_DECLARE_METATYPE (FIFFLIB::FiffEvoked) | |
| Q_DECLARE_METATYPE (FIFFLIB::FiffEvoked::SPtr) | |
Single averaged evoked response: time axis, samples, baseline, channel info and processing history.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2013-2026 MNE-CPP Authors
FiffEvoked is one averaged response as written under a FIFFB_EVOKED block: the time axis (times, first, last), the (nchan × nsamples) data matrix, the baseline interval, the averaging kind (FIFFV_ASPECT_AVERAGE, FIFFV_ASPECT_STD_ERR, ...), the trigger comment, the number of averaged epochs (nave) and the associated FiffInfo. Multiple FiffEvoked objects belonging to the same recording (one per condition) make up a FiffEvokedSet.
Drop-in counterpart of mne.Evoked in MNE-Python: the same kind / nave / comment / baseline semantics and the same channel-picking, projector-application and SSP behaviour.
Definition in file fiff_evoked.h.
| #define metatype_fiffevoked |
Definition at line 266 of file fiff_evoked.h.
| #define metatype_fiffevokedsptr |
Definition at line 271 of file fiff_evoked.h.
| Q_DECLARE_METATYPE | ( | FIFFLIB::FiffEvoked | ) |
Provides QT META type declaration of the FIFFLIB::FiffEvoked type. For signal/slot and QVariant usage.
| Q_DECLARE_METATYPE | ( | FIFFLIB::FiffEvoked::SPtr | ) |
Provides QT META type declaration of the FIFFLIB::FiffEvoked type. For signal/slot and QVariant usage.