60 qInfo(
"No projector specified for these data\n");
63 for (qint32 k = 0; k < raw.
info.
projs.size(); ++k) {
67 qInfo(
"%lld projection items activated\n",raw.
info.
projs.size());
73 qInfo(
"The projection vectors do not apply to these channels\n");
75 qInfo(
"Created an SSP operator (subspace dimension = %d)\n",nproj);
83 qInfo(
"Current compensation grade : %d\n",current_comp);
86 dest_comp = current_comp;
88 if (current_comp != dest_comp)
90 qDebug() <<
"This part needs to be debugged";
95 qInfo(
"Appropriate compensator added to change to grade %d.\n",dest_comp);
99 qCritical(
"Could not make the compensator\n");
Static MNE facade providing matlab-toolbox-compatible high-level helpers across MNELIB.
Static MATLAB-style FIFF facade: thin wrapper functions kept for parity with the historical mne-matla...
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O, in-memory data structures and high-level readers/writers.
void set_current_comp(fiff_int_t value)
qint32 make_projector(Eigen::MatrixXd &proj) const
qint32 get_current_comp()
static bool make_compensator(const FIFFLIB::FiffInfo &info, FIFFLIB::fiff_int_t from, FIFFLIB::fiff_int_t to, FIFFLIB::FiffCtfComp &ctf_comp, bool exclude_comp_chs=false)
static void setup_compensators(FIFFLIB::FiffRawData &raw, FIFFLIB::fiff_int_t dest_comp, bool keep_comp)