MNE-CPP
beta 1.0
|
CTF software compensation data. More...
#include <fiff_ctf_comp.h>
Public Types | |
typedef QSharedPointer< FiffCtfComp > | SPtr |
typedef QSharedPointer< const FiffCtfComp > | ConstSPtr |
Public Member Functions | |
FiffCtfComp () | |
FiffCtfComp (const FiffCtfComp &p_FiffCtfComp) | |
~FiffCtfComp () | |
void | clear () |
Public Attributes | |
fiff_int_t | ctfkind |
fiff_int_t | kind |
bool | save_calibrated |
MatrixXd | rowcals |
MatrixXd | colcals |
FiffNamedMatrix::SDPtr | data |
CTF software compensation data.
CTF software compensation data
Definition at line 87 of file fiff_ctf_comp.h.
typedef QSharedPointer<const FiffCtfComp> FIFFLIB::FiffCtfComp::ConstSPtr |
Const shared pointer type for FiffCtfComp.
Definition at line 91 of file fiff_ctf_comp.h.
typedef QSharedPointer<FiffCtfComp> FIFFLIB::FiffCtfComp::SPtr |
Shared pointer type for FiffCtfComp.
Definition at line 90 of file fiff_ctf_comp.h.
FiffCtfComp::FiffCtfComp | ( | ) |
Constructs the CTF software compensation data
Definition at line 57 of file fiff_ctf_comp.cpp.
FiffCtfComp::FiffCtfComp | ( | const FiffCtfComp & | p_FiffCtfComp | ) |
Copy constructor.
[in] | p_FiffCtfComp | CTF software compensation data which should be copied |
Definition at line 68 of file fiff_ctf_comp.cpp.
FiffCtfComp::~FiffCtfComp | ( | ) |
Destroys the CTF software compensation data.
Definition at line 82 of file fiff_ctf_comp.cpp.
void FiffCtfComp::clear | ( | ) |
Initializes the CTF software compensation data.
Definition at line 90 of file fiff_ctf_comp.cpp.
MatrixXd FIFFLIB::FiffCtfComp::colcals |
Colum calibrations.
Definition at line 124 of file fiff_ctf_comp.h.
fiff_int_t FIFFLIB::FiffCtfComp::ctfkind |
CTF kind.
Definition at line 120 of file fiff_ctf_comp.h.
FiffNamedMatrix::SDPtr FIFFLIB::FiffCtfComp::data |
Compensation data.
Definition at line 125 of file fiff_ctf_comp.h.
fiff_int_t FIFFLIB::FiffCtfComp::kind |
Fiff kind -> fiff_constants.h
Definition at line 121 of file fiff_ctf_comp.h.
MatrixXd FIFFLIB::FiffCtfComp::rowcals |
Row calibrations.
Definition at line 123 of file fiff_ctf_comp.h.
bool FIFFLIB::FiffCtfComp::save_calibrated |
If data should be safed calibrated.
Definition at line 122 of file fiff_ctf_comp.h.