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

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>
Include dependency graph for mne_sss_data.cpp:

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)

Detailed Description

Implementation of MNELIB::MNESssData.

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

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.

Function Documentation

◆ mne_coord_frame_name_1()

const char * mne_coord_frame_name_1 ( int frame)

Definition at line 196 of file mne_sss_data.cpp.