|
MNE-CPP
0.1.9
A Framework for Electrophysiology
|
1 #ifndef _analyze_types_h
2 #define _analyze_types_h
4 #define SURF_UNKNOWN -1
6 #define SURF_LEFT_HEMI FIFFV_MNE_SURF_LEFT_HEMI
7 #define SURF_RIGHT_HEMI FIFFV_MNE_SURF_RIGHT_HEMI
9 #define SURF_BOTH_HEMIS 103
11 #define SURF_LEFT_MORPH_HEMI (1 << 16 | FIFFV_MNE_SURF_LEFT_HEMI)
12 #define SURF_RIGHT_MORPH_HEMI (1 << 16 | FIFFV_MNE_SURF_RIGHT_HEMI)
14 #define LABEL_TASK_NONE -1
15 #define LABEL_TASK_MAX 1
16 #define LABEL_TASK_AVE 2
17 #define LABEL_TASK_L2 3
18 #define LABEL_TASK_L1 4
19 #define LABEL_TASK_TIME_L2 5
21 #define SHOW_CURVATURE_NONE 0
22 #define SHOW_CURVATURE_OVERLAY 1
24 #define SHOW_OVERLAY_NONE 0
25 #define SHOW_OVERLAY_HEAT 1
26 #define SHOW_OVERLAY_NEGPOS 2
28 #define ESTIMATE_NONE 0
29 #define ESTIMATE_MNE 1
30 #define ESTIMATE_dSPM 2
31 #define ESTIMATE_sLORETA 3
32 #define ESTIMATE_fMRI 4
33 #define ESTIMATE_NOISE 5
34 #define ESTIMATE_OTHER 6
35 #define ESTIMATE_PSF 7
37 #define FIELD_MAP_UNKNOWN 0
38 #define FIELD_MAP_MEG 8
39 #define GRAD_MAP_MEG 9
40 #define FIELD_MAP_EEG 10
41 #define OVERLAY_MAP 11
43 #define MAIN_SURFACES 0
44 #define ALT_SURFACES 1
46 #define OVERLAY_CORTEX 1
47 #define OVERLAY_SCALP 2
49 #define TIMECOURSE_SOURCE_UNKNOWN -1
50 #define TIMECOURSE_SOURCE_DATA 1
51 #define TIMECOURSE_SOURCE_OVERLAY 2
53 #define MNEV_REG_NOISE 1
54 #define MNEV_REG_PEARSON 2
55 #define MNEV_REG_GCV 3
57 #define NOISE_NORMALIZED(e) ((e) == ESTIMATE_dSPM || (e) == ESTIMATE_sLORETA)
62 #include "../c/mne_meas_data.h"
83 float basemin,basemax;
100 int meg_mapping_grade;
101 int eeg_mapping_grade;
108 int meg_origin_frame;
110 int eeg_origin_frame;
111 int head_surface_meg_map;
112 float meg_contour_step;
113 float eeg_contour_step;
209 float **smooth_weights;
216 float **surface_dots;
278 float *timecourse_task;
302 char *mri_trans_file;
305 float raw_tmin,raw_tmax;
312 double abs_picked_time;
335 void *dipole_fit_setup;
336 mneUserFreeFunc dipole_fit_setup_free;
339 mneUserFreeFunc user_data_free;
460 typedef void (*colorEditorDoneFunc)(
float *color,
void *user);
FwdCoilSet class declaration.
FiffCoordTransSet class declaration.
Data associated with MNE computations for each mneMeasDataSet.
MneCovMatrix class declaration.
Coordinate transformation descriptor.
MNE Surface or Volume (MneSurfaceOrVolume) class declaration.
FiffDigitizerData class declaration.
Coordinate transformation descriptor.
The MneMshColorScaleDef class.
MneSurfacePatch class declaration.
Digitization point description.
easurement data representation in MNE calculations
MneMshColorScaleDef class declaration.
Digitization points container and description.
Definitions for describing the objects in a FIFF file.
Covariance matrix storage.
FiffCoordTransOld class declaration.