|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
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 |
| Eigen::MatrixXd | rowcals |
| Eigen::MatrixXd | colcals |
| FiffNamedMatrix::SDPtr | data |
CTF software compensation data.
CTF software compensation data
Definition at line 73 of file fiff_ctf_comp.h.
| typedef QSharedPointer<const FiffCtfComp> FIFFLIB::FiffCtfComp::ConstSPtr |
Const shared pointer type for FiffCtfComp.
Definition at line 77 of file fiff_ctf_comp.h.
| typedef QSharedPointer<FiffCtfComp> FIFFLIB::FiffCtfComp::SPtr |
Shared pointer type for FiffCtfComp.
Definition at line 76 of file fiff_ctf_comp.h.
| FiffCtfComp::FiffCtfComp | ( | ) |
Constructs the CTF software compensation data
Definition at line 54 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 64 of file fiff_ctf_comp.cpp.
| FiffCtfComp::~FiffCtfComp | ( | ) |
Destroys the CTF software compensation data.
Definition at line 76 of file fiff_ctf_comp.cpp.
| void FiffCtfComp::clear | ( | ) |
Initializes the CTF software compensation data.
Definition at line 82 of file fiff_ctf_comp.cpp.
| Eigen::MatrixXd FIFFLIB::FiffCtfComp::colcals |
Colum calibrations.
Definition at line 110 of file fiff_ctf_comp.h.
| fiff_int_t FIFFLIB::FiffCtfComp::ctfkind |
CTF kind.
Definition at line 106 of file fiff_ctf_comp.h.
| FiffNamedMatrix::SDPtr FIFFLIB::FiffCtfComp::data |
Compensation data.
Definition at line 111 of file fiff_ctf_comp.h.
| fiff_int_t FIFFLIB::FiffCtfComp::kind |
Fiff kind -> fiff_constants.h.
Definition at line 107 of file fiff_ctf_comp.h.
| Eigen::MatrixXd FIFFLIB::FiffCtfComp::rowcals |
Row calibrations.
Definition at line 109 of file fiff_ctf_comp.h.
| bool FIFFLIB::FiffCtfComp::save_calibrated |
If data should be safed calibrated.
Definition at line 108 of file fiff_ctf_comp.h.
1.8.17