|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
125 #include <QStringList>
134 #if defined(__cplusplus)
164 typedef void (*mneUserFreeFunc)(
void *);
206 #define MNE_SOURCE_SPACE_UNKNOWN -1
207 #define MNE_SOURCE_SPACE_SURFACE 1
208 #define MNE_SOURCE_SPACE_VOLUME 2
209 #define MNE_SOURCE_SPACE_DISCRETE 3
516 float xmin,xmax,ymin,ymax;
523 float xmin,xmax,ymin,ymax;
524 float cxmin,cxmax,cymin,cymax;
534 #define MNE_CH_SELECTION_UNKNOWN 0
535 #define MNE_CH_SELECTION_FILE 1
536 #define MNE_CH_SELECTION_USER 2
543 QStringList chspick_nospace;
581 float highpass_width;
585 float eog_highpass_width;
587 float eog_lowpass_width;
607 #define MNE_CTFV_NOGRAD 0
608 #define MNE_CTFV_GRAD1 1
609 #define MNE_CTFV_GRAD2 2
610 #define MNE_CTFV_GRAD3 3
614 #define MNE_4DV_COMP1 101
892 #define MNE_DEFAULT_TRIGGER_CH "STI 014"
893 #define MNE_ENV_TRIGGER_CH "MNE_TRIGGER_CH_NAME"
895 #define MNE_ENV_ROOT "MNE_ROOT"
897 #if defined(__cplusplus)
MneCTFCompData class declaration.
FiffSparseMatrix class declaration.
Data associated with MNE computations for each mneMeasDataSet.
MneCovMatrix class declaration.
MNE SSS Data (MneSssData) class declaration.
FiffStream class declaration.
MNE Derivation Set (MneDerivSet) class declaration.
MNEProjOp class declaration.
MNE Named Matrix (MneNamedMatrix) class declaration.
Definitions for describing the objects in a FIFF file.
MNEProjItem class declaration.
FiffCoordTransOld class declaration.
MneCTFCompDataSet class declaration.