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

Legacy MNE-C raw-recording container with per-file buffer descriptors. More...

#include "mne_global.h"
#include <fiff/fiff_dir_node.h>
#include <fiff/fiff_stream.h>
#include "mne_raw_info.h"
#include "mne_raw_buf_def.h"
#include "mne_proj_op.h"
#include "mne_sss_data.h"
#include "mne_ctf_comp_data_set.h"
#include "mne_deriv.h"
#include "mne_deriv_set.h"
#include "mne_types.h"
#include <memory>
#include <vector>
#include <Eigen/Core>
#include <QSharedPointer>
#include <QList>
#include <QFile>
Include dependency graph for mne_raw_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNERawData
 A comprehensive raw data structure. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Legacy MNE-C raw-recording container with per-file buffer descriptors.

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.0.0
Date
March 2026

MNELIB::MNERawData mirrors mneRawDataRec: it pairs an FIFFLIB::FiffInfo with the list of MNERawBufDef entries that describe the on-disk layout of FIFF_DATA_BUFFER blocks of a -raw.fif file. It is the data source used by the C-ported routines in mne_browse_raw / mne_make_movie. New code should prefer FIFFLIB::FiffRawData; this class exists for round-trip parity.

Definition in file mne_raw_data.h.