Single digitization point (FIFF_DIG_POINT) with kind (cardinal/HPI/EEG/extra), identifier and 3D coordinates. More...
#include "fiff_global.h"#include "fiff_types.h"#include <QSharedPointer>#include <QDebug>#include <memory>

Go to the source code of this file.
Classes | |
| class | FIFFLIB::FiffDigPoint |
One digitizer point: kind (cardinal/HPI/EEG/extra), ident, 3D position in FIFFV_COORD_HEAD. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
Single digitization point (FIFF_DIG_POINT) with kind (cardinal/HPI/EEG/extra), identifier and 3D coordinates.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
The Polhemus / optical digitizer used for MEG/EEG coregistration writes one FIFF_DIG_POINT tag per landmark into the FIFFB_ISOTRAK block. Each tag carries a kind (FIFFV_POINT_CARDINAL for nasion / LPA / RPA, FIFFV_POINT_HPI for head-position-indicator coils, FIFFV_POINT_EEG for electrode positions, FIFFV_POINT_EXTRA for additional head-shape samples), a per-kind index, and the (x, y, z) position in metres in the FIFFV_COORD_HEAD frame.
FiffDigPoint wraps that record. The point cloud assembled from all dig points drives head-shape based coregistration and the iterative closest-point fit in mne_analyze, mirroring the info['dig'] list consumed by mne.io.Info in MNE-Python.
Definition in file fiff_dig_point.h.