79#define MNE_SOURCE_SPACE_UNKNOWN -1
80#define MNE_SOURCE_SPACE_SURFACE 1
81#define MNE_SOURCE_SPACE_VOLUME 2
82#define MNE_SOURCE_SPACE_DISCRETE 3
94#define MNE_CH_SELECTION_UNKNOWN 0
95#define MNE_CH_SELECTION_FILE 1
96#define MNE_CH_SELECTION_USER 2
108#define MNE_CTFV_NOGRAD 0
109#define MNE_CTFV_GRAD1 1
110#define MNE_CTFV_GRAD2 2
111#define MNE_CTFV_GRAD3 3
118#define MNE_4DV_COMP1 101
126#define MNE_DEFAULT_TRIGGER_CH "STI 014"
129#define MNE_ENV_TRIGGER_CH "MNE_TRIGGER_CH_NAME"
132#define MNE_ENV_ROOT "MNE_ROOT"
Collection of MNELIB::MNEDeriv objects forming a derivation montage.
Legacy MNE-C noise covariance container preserved for cross-toolchain compatibility.
Set of CTF compensation matrices plus the currently active grade.
Single recorded event (sample, previous and new trigger code).
Named one-dimensional counterpart of MNELIB::MNENamedMatrix.
Composite SSP projection operator P = I - U U^T assembled from a list of MNELIB::MNEProjItem.
Signal Space Separation (Maxwell filter) basis metadata stored alongside MEG raw data.
2D sensor layout (channel name -> [x,y,w,h]) used by topographic plots.
Single CTF reference-sensor compensation matrix labelled by kind.
Single SSP projection vector with kind/active flag and channel labels.
Row/column-labelled dense matrix used wherever FIFF stores per-channel data.
Lightweight filter specification (kind, cutoff frequencies, length).
Named subset of channels (e.g. "Left-temporal") loaded from an MNE .sel file.
Sparse variant of MNELIB::MNENamedMatrix backed by an Eigen SparseMatrix.
Ordered list of MNELIB::MNEEvent records.
Port-level companion structure to MNELIB::MNELayout for split-channel sensors.
FIFF sparse matrix: column / row-compressed sparse storage backed by Eigen::SparseMatrix.
FIFF binary tag-stream layer: wraps a QIODevice to read and write FIFF tags, directories,...
Primitive scalar typedefs and forward-compatible aliases backing the FIFF type system.
Core MNE data structures (source spaces, source estimates, hemispheres).
void(* mneUserFreeFunc)(void *)
Generic destructor callback for user-attached data.