v2.0.0
Loading...
Searching...
No Matches
fiff_evoked.h File Reference

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>
Include dependency graph for fiff_evoked.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Florian Schlembach fschl.nosp@m.emba.nosp@m.ch@we.nosp@m.b.de; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du
Since
0.1.0
Date
March 2013

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.

Macro Definition Documentation

◆ metatype_fiffevoked

#define metatype_fiffevoked

Definition at line 266 of file fiff_evoked.h.

◆ metatype_fiffevokedsptr

#define metatype_fiffevokedsptr

Definition at line 271 of file fiff_evoked.h.

Function Documentation

◆ Q_DECLARE_METATYPE() [1/2]

Q_DECLARE_METATYPE ( FIFFLIB::FiffEvoked )

Provides QT META type declaration of the FIFFLIB::FiffEvoked type. For signal/slot and QVariant usage.

◆ Q_DECLARE_METATYPE() [2/2]

Q_DECLARE_METATYPE ( FIFFLIB::FiffEvoked::SPtr )

Provides QT META type declaration of the FIFFLIB::FiffEvoked type. For signal/slot and QVariant usage.