v2.0.0
Loading...
Searching...
No Matches
fiff_epochs.cpp File Reference

Implementation of the static epoch-cutting helpers declared in fiff_epochs.h. More...

#include "fiff_epochs.h"
#include "fiff_evoked.h"
#include <QDebug>
#include <cmath>
Include dependency graph for fiff_epochs.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the static epoch-cutting helpers declared in fiff_epochs.h.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.1
Date
May 2026

Slices a FiffRawData into fixed-length, event-aligned epochs respecting both annotation-driven bad segments and peak-to-peak / flatness rejection. Parity with mne.Epochs construction.

Definition in file fiff_epochs.cpp.