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

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>
Include dependency graph for fiff_digitizer_data.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
February 2026

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.