Implementation of MNELIB::MNESssData. More...
#include "mne_sss_data.h"#include <fiff/fiff_file.h>#include <fiff/fiff_constants.h>#include <fiff/fiff_stream.h>#include <fiff/fiff_tag.h>#include <Eigen/Core>#include <QFile>#include <QTextStream>#include <QDebug>
Go to the source code of this file.
Classes | |
| struct | MNELIB::frameNameRec_1 |
| Lookup record mapping a FIFF coordinate frame integer code to its human-readable name. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Functions | |
| const char * | mne_coord_frame_name_1 (int frame) |
Implementation of MNELIB::MNESssData.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Implements FIFF read of the FIFFB_SSS_INFO sub-blocks, parsing the FIFF_SSS_FRAME, FIFF_SSS_JOB, FIFF_SSS_ORD_IN / _ORD_OUT tags into the in-memory descriptor.
Definition in file mne_sss_data.cpp.
| const char * mne_coord_frame_name_1 | ( | int | frame | ) |
Definition at line 196 of file mne_sss_data.cpp.