High-level digitization data: dig points plus the device→head transform and fitting metadata that together define a coregistration source. More...
#include "fiff_global.h"#include "fiff_types.h"#include "fiff_dig_point.h"#include <Eigen/Core>#include <QSharedPointer>#include <memory>#include <QDebug>

Go to the source code of this file.
Classes | |
| class | FIFFLIB::FiffDigitizerData |
| Registration-ready digitization data: dig points, device→head transform and HPI fit metadata. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
High-level digitization data: dig points plus the device→head transform and fitting metadata that together define a coregistration source.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Where FiffDigPointSet is a flat point list, FiffDigitizerData is the registration-ready view: the dig points themselves, the device→head FiffCoordTrans recovered from HPI fits, the per-coil goodness of fit, and any comments that travelled with the block. It is the structure the coregistration tooling persists into -dig.fif / -fiducials.fif files and the structure that the forward / inverse pipeline consumes when registering a subject's MRI to the MEG sensor frame.
Definition in file fiff_digitizer_data.h.