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

Implementation of FiffRawData: continuous-recording representation backed by a directory of FIFF_DATA_BUFFER tags. More...

#include "fiff_raw_data.h"
#include "fiff_events.h"
#include "fiff_tag.h"
#include "fiff_stream.h"
#include "cstdlib"
#include <stdexcept>
#include <QElapsedTimer>
#include <QDebug>
Include dependency graph for fiff_raw_data.cpp:

Go to the source code of this file.

Detailed Description

Implementation of FiffRawData: continuous-recording representation backed by a directory of FIFF_DATA_BUFFER tags.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-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; Ruben Doerfel doerf.nosp@m.elru.nosp@m.ben@a.nosp@m.ol.c.nosp@m.om
Since
0.1.0
Date
October 2012

FiffRawData::read_segment uses the FiffRawDir directory to seek straight to the buffers that cover a requested sample window, decode them through the channel cals and active projectors and return a contiguous Eigen matrix.

Definition in file fiff_raw_data.cpp.