CTF software compensation data. More...
#include <fiff_ctf_comp.h>
Public Types | |
| using | SPtr = QSharedPointer<FiffCtfComp> |
| using | ConstSPtr = QSharedPointer<const FiffCtfComp> |
| using | UPtr = std::unique_ptr<FiffCtfComp> |
| using | ConstUPtr = std::unique_ptr<const FiffCtfComp> |
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 74 of file fiff_ctf_comp.h.
| using FIFFLIB::FiffCtfComp::ConstSPtr = QSharedPointer<const FiffCtfComp> |
Const shared pointer type for FiffCtfComp.
Definition at line 78 of file fiff_ctf_comp.h.
| using FIFFLIB::FiffCtfComp::ConstUPtr = std::unique_ptr<const FiffCtfComp> |
Const unique pointer type for FiffCtfComp.
Definition at line 80 of file fiff_ctf_comp.h.
| using FIFFLIB::FiffCtfComp::SPtr = QSharedPointer<FiffCtfComp> |
Shared pointer type for FiffCtfComp.
Definition at line 77 of file fiff_ctf_comp.h.
| using FIFFLIB::FiffCtfComp::UPtr = std::unique_ptr<FiffCtfComp> |
Unique pointer type for FiffCtfComp.
Definition at line 79 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 |
Column calibrations.
Definition at line 113 of file fiff_ctf_comp.h.
| fiff_int_t FIFFLIB::FiffCtfComp::ctfkind |
CTF kind.
Definition at line 109 of file fiff_ctf_comp.h.
| FiffNamedMatrix::SDPtr FIFFLIB::FiffCtfComp::data |
Compensation data.
Definition at line 114 of file fiff_ctf_comp.h.
| fiff_int_t FIFFLIB::FiffCtfComp::kind |
Fiff kind -> fiff_constants.h.
Definition at line 110 of file fiff_ctf_comp.h.
| Eigen::MatrixXd FIFFLIB::FiffCtfComp::rowcals |
Row calibrations.
Definition at line 112 of file fiff_ctf_comp.h.
| bool FIFFLIB::FiffCtfComp::save_calibrated |
If data should be saved calibrated.
Definition at line 111 of file fiff_ctf_comp.h.