v2.0.0
Loading...
Searching...
No Matches
fiff_proj.cpp File Reference

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>
Include dependency graph for fiff_proj.cpp:

Go to the source code of this file.

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org; Florian Schlembach fschl.nosp@m.emba.nosp@m.ch@we.nosp@m.b.de; Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Andreas Griesshammer ag@fi.nosp@m.eldl.nosp@m.inein.nosp@m.c.co.nosp@m.m; Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om
Since
0.1.0
Date
October 2012

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.