Single FreeSurfer MGH/MGZ tag (key, length, opaque payload). More...


Go to the source code of this file.
Classes | |
| class | MNELIB::MNEMghTag |
| Single tag entry in a FreeSurfer MGH/MGZ file header. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Single FreeSurfer MGH/MGZ tag (key, length, opaque payload).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEMghTag mirrors the trailing tag stream of an MGH file (volume geometry, TR, FOV, command-line history, talairach transform and so on). Each tag is a 32-bit kind, a 64-bit length and an opaque byte payload that the consumer decodes on demand.
Definition in file mne_mgh_tag.h.