18#ifndef MNE_MEAS_DATA_SET_H
19#define MNE_MEAS_DATA_SET_H
37#include <QSharedPointer>
57 typedef QSharedPointer<MNEMeasDataSet>
SPtr;
58 typedef QSharedPointer<const MNEMeasDataSet>
ConstSPtr;
92 int getValuesAtTime(
float time,
float integ,
int nch,
bool use_abs,
float *value)
const;
114 float tmin,
float sfreq,
bool use_abs,
float *value);
MNELIB shared-library export/import macros and library build metadata.
Core MNE data structures (source spaces, source estimates, hemispheres).
Eigen::MatrixXf data_filt
QSharedPointer< const MNEMeasDataSet > ConstSPtr
Eigen::VectorXf baselines
static int getValuesFromChannelData(float time, float integ, float **data, int nsamp, int nch, float tmin, float sfreq, bool use_abs, float *value)
QSharedPointer< MNEMeasDataSet > SPtr
Eigen::MatrixXf data_white
MNEMeasDataSet()
Constructs an empty measurement data set.
int getValuesAtTime(float time, float integ, int nch, bool use_abs, float *value) const
Eigen::MatrixXf data_proj