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

Single SSP projection vector with kind/active flag and channel labels. More...

#include "mne_global.h"
#include "mne_named_matrix.h"
#include <memory>
#include <Eigen/Core>
#include <QSharedPointer>
Include dependency graph for mne_proj_item.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MNELIB::MNEProjItem
 A single SSP (Signal-Space Projection) item. More...

Namespaces

namespace  MNELIB
 Core MNE data structures (source spaces, source estimates, hemispheres).

Detailed Description

Single SSP projection vector with kind/active flag and channel labels.

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::MNEProjItem corresponds to one FIFFB_PROJ_ITEM block: the labelled vector that gets removed from the data when the projection is active. Used both by FIFFLIB::FiffInfo's SSP list and by MNEProjOp when assembling the full projector.

Definition in file mne_proj_item.h.