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

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

#include "mne_global.h"
#include <QByteArray>
#include <QSharedPointer>
Include dependency graph for mne_mgh_tag.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

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

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

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.