Implementation of FiffProj: read / write of one FIFFB_PROJ_ITEM block and the projector-combination helpers. More...
#include "fiff_proj.h"#include "fiff_raw_data.h"#include "fiff_constants.h"#include "fiff_file.h"#include <stdio.h>#include <cmath>#include <math/linalg.h>#include <Eigen/SVD>#include <QDebug>#include <stdexcept>
Go to the source code of this file.
Implementation of FiffProj: read / write of one FIFFB_PROJ_ITEM block and the projector-combination helpers.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
Multiple FiffProj instances form info['projs'] and are combined into one projection operator by make_projector at raw / evoked load time.
Definition in file fiff_proj.cpp.