74 printf(
"No projector specified for these data\n");
77 for (qint32 k = 0; k < raw.
info.
projs.size(); ++k) {
81 printf(
"%lld projection items activated\n",raw.
info.
projs.size());
87 printf(
"The projection vectors do not apply to these channels\n");
89 printf(
"Created an SSP operator (subspace dimension = %d)\n",nproj);
97 printf(
"Current compensation grade : %d\n",current_comp);
100 dest_comp = current_comp;
102 if (current_comp != dest_comp)
104 qDebug() <<
"This part needs to be debugged";
109 printf(
"Appropriate compensator added to change to grade %d.\n",dest_comp);
113 printf(
"Could not make the compensator\n");
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
MNE class declaration, which provides static wrapper functions to stay consistent with mne matlab too...
Core MNE data structures (source spaces, source estimates, hemispheres).
FIFF file I/O and data structures (raw, epochs, evoked, covariance, forward).
void set_current_comp(fiff_int_t value)
qint32 make_projector(Eigen::MatrixXd &proj) const
qint32 get_current_comp()
FIFF raw measurement data.
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)