MNE-CPP  0.1.9
A Framework for Electrophysiology
Macros
fiff_file.h File Reference

Header file describing the numerical values used in fif files. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FIFFC_MAJOR_VERSION   1L
 
#define FIFFC_MINOR_VERSION   3L
 
#define FIFFC_VERSION   (FIFFC_MAJOR_VERSION<<16 | FIFFC_MINOR_VERSION)
 
#define FIFFT_VOID   0
 
#define FIFFT_BYTE   1
 
#define FIFFT_SHORT   2
 
#define FIFFT_INT   3
 
#define FIFFT_FLOAT   4
 
#define FIFFT_DOUBLE   5
 
#define FIFFT_JULIAN   6
 
#define FIFFT_USHORT   7
 
#define FIFFT_UINT   8
 
#define FIFFT_ULONG   9
 
#define FIFFT_STRING   10
 
#define FIFFT_ASCII   10
 
#define FIFFT_LONG   11
 
#define FIFFT_DAU_PACK13   13
 
#define FIFFT_DAU_PACK14   14
 
#define FIFFT_DAU_PACK16   16
 
#define FIFFT_COMPLEX_FLOAT   20
 
#define FIFFT_COMPLEX_DOUBLE   21
 
#define FIFFT_OLD_PACK   23
 
#define FIFFT_CH_INFO_STRUCT   30
 
#define FIFFT_ID_STRUCT   31
 
#define FIFFT_DIR_ENTRY_STRUCT   32
 
#define FIFFT_DIG_POINT_STRUCT   33
 
#define FIFFT_CH_POS_STRUCT   34
 
#define FIFFT_COORD_TRANS_STRUCT   35
 
#define FIFFT_DIG_STRING_STRUCT   36
 
#define FIFFT_STREAM_SEGMENT_STRUCT   37
 
#define FIFFT_DATA_REF_STRUCT   38
 
#define FIFFC_MATRIX_MAX_DIM   9
 
#define FIFFTS_FS_MASK   0xFF000000
 
#define FIFFTS_BASE_MASK   0x00000FFF
 
#define FIFFTS_MC_MASK   0x00FF0000
 
#define FIFFTS_FS_SCALAR   0x00000000
 
#define FIFFTS_FS_MATRIX   0x40000000
 
#define FIFFTS_MC_DENSE   0x00000000
 
#define FIFFTS_MC_CCS   0x00100000
 
#define FIFFTS_MC_RCS   0x00200000
 
#define FIFFT_MATRIX   (FIFFTS_FS_MATRIX | FIFFTS_MC_DENSE)
 
#define FIFFT_CCS_MATRIX   (FIFFTS_FS_MATRIX | FIFFTS_MC_CCS)
 
#define FIFFT_RCS_MATRIX   (FIFFTS_FS_MATRIX | FIFFTS_MC_RCS)
 
#define FIFFT_MATRIX_INT   (FIFFT_MATRIX | FIFFT_INT)
 
#define FIFFT_MATRIX_FLOAT   (FIFFT_MATRIX | FIFFT_FLOAT)
 
#define FIFFT_MATRIX_DOUBLE   (FIFFT_MATRIX | FIFFT_DOUBLE)
 
#define FIFFT_CCS_MATRIX_FLOAT   (FIFFT_CCS_MATRIX | FIFFT_FLOAT)
 
#define FIFFT_RCS_MATRIX_FLOAT   (FIFFT_RCS_MATRIX | FIFFT_FLOAT)
 
#define FIFFM_MESSAGE_GROUP(x)   ((x) / 100 == 0)
 
#define FIFF_NEW_FILE   1
 
#define FIFF_CLOSE_FILE   2
 
#define FIFF_DISCARD_FILE   3
 
#define FIFF_ERROR_MESSAGE   4
 
#define FIFF_SUSPEND_READING   5
 
#define FIFF_FATAL_ERROR_MESSAGE   6
 
#define FIFF_CONNECTION_CHECK   7
 
#define FIFF_SUSPEND_FILING   8
 
#define FIFF_RESUME_FILING   9
 
#define FIFF_RAW_PREBASE   10
 
#define FIFF_RAW_PICK_LIST   11
 
#define FIFF_ECHO   12
 
#define FIFF_RESUME_READING   13
 
#define FIFF_DACQ_SYSTEM_TYPE   14
 
#define FIFF_SELECT_RAW_CH   15
 
#define FIFF_PLAYBACK_MODE   16
 
#define FIFF_CONTINUE_FILE   17
 
#define FIFF_JITTER_MAX   18
 
#define FIFF_STREAM_SEGMENT   19
 
#define FIFFV_DACQ_SYSTEM_DAU   0
 
#define FIFFV_DACQ_SYSTEM_VXI   1
 
#define FIFFV_DACQ_SYSTEM_RPU   2
 
#define FIFFV_DACQ_SYSTEM_ORION   3
 
#define FIFF_FILE_ID   100
 
#define FIFF_DIR_POINTER   101
 
#define FIFF_DIR   102
 
#define FIFF_BLOCK_ID   103
 
#define FIFF_BLOCK_START   104
 
#define FIFF_BLOCK_END   105
 
#define FIFF_FREE_LIST   106
 
#define FIFF_FREE_BLOCK   107
 
#define FIFF_NOP   108
 
#define FIFF_PARENT_FILE_ID   109
 
#define FIFF_PARENT_BLOCK_ID   110
 
#define FIFF_BLOCK_NAME   111
 
#define FIFF_BLOCK_VERSION   112
 
#define FIFF_CREATOR   113
 
#define FIFF_MODIFIER   114
 
#define FIFF_REF_ROLE   115
 
#define FIFF_REF_FILE_ID   116
 
#define FIFF_REF_FILE_NUM   117
 
#define FIFF_REF_FILE_NAME   118
 
#define FIFF_REF_BLOCK_ID   120
 
#define FIFF_DACQ_PARS   150
 
#define FIFF_DACQ_STIM   151
 
#define FIFFB_ROOT   999
 
#define FIFFB_MEAS   100
 
#define FIFFB_MEAS_INFO   101
 
#define FIFFB_RAW_DATA   102
 
#define FIFFB_PROCESSED_DATA   103
 
#define FIFFB_EVOKED   104
 
#define FIFFB_MCG_AVE   FIFFB_EVOKED
 
#define FIFFB_ASPECT   105
 
#define FIFFB_SUBJECT   106
 
#define FIFFB_ISOTRAK   107
 
#define FIFFB_HPI_MEAS   108
 
#define FIFFB_HPI_RESULT   109
 
#define FIFFB_HPI_COIL   110
 
#define FIFFB_PROJECT   111
 
#define FIFFB_CONTINUOUS_DATA   112
 
#define FIFFB_VOID   114
 
#define FIFFB_EVENTS   115
 
#define FIFFB_INDEX   116
 
#define FIFFB_DACQ_PARS   117
 
#define FIFFB_REF   118
 
#define FIFFB_SMSH_RAW_DATA   119
 
#define FIFFB_SMSH_ASPECT   120
 
#define FIFFB_HPI_SUBSYSTEM   121
 
#define FIFFB_MRI   200
 
#define FIFFB_MRI_SET   201
 
#define FIFFB_MRI_SLICE   202
 
#define FIFFB_MRI_SCENERY   203
 
#define FIFFB_MRI_SCENE   204
 
#define FIFFB_MRI_SEG   205
 
#define FIFFB_MRI_SEG_REGION   206
 
#define FIFFB_SPHERE   300
 
#define FIFFB_BEM   310
 
#define FIFFB_BEM_SURF   311
 
#define FIFFB_CONDUCTOR_MODEL   312
 
#define FIFFB_XFIT_PROJ   313
 
#define FIFFB_XFIT_PROJ_ITEM   314
 
#define FIFFB_XFIT_AUX   315
 
#define FIFFB_PROJ   FIFFB_XFIT_PROJ
 
#define FIFFB_PROJ_ITEM   FIFFB_XFIT_PROJ_ITEM
 
#define FIFFB_BAD_CHANNELS   359
 
#define FIFFB_VOL_INFO   400
 
#define FIFFB_DATA_CORRECTION   500
 
#define FIFFB_CHANNEL_DECOUPLER   501
 
#define FIFFB_SSS_INFO   502
 
#define FIFFB_SSS_CAL_ADJUST   503
 
#define FIFFB_SSS_ST_INFO   504
 
#define FIFFB_SSS_BASES   505
 
#define FIFFB_SMARTSHIELD   510
 
#define FIFFV_ASPECT_AVERAGE   100
 
#define FIFFV_ASPECT_STD_ERR   101
 
#define FIFFV_ASPECT_SINGLE   102
 
#define FIFFV_ASPECT_SUBAVERAGE   103
 
#define FIFFV_ASPECT_ALTAVERAGE   104
 
#define FIFFV_ASPECT_SAMPLE   105
 
#define FIFFV_ASPECT_POWER_DENSITY   106
 
#define FIFFV_ASPECT_DIPOLE_WAVE   200
 
#define FIFF_UTC_OFFSET   159
 
#define FIFF_NCHAN   200
 
#define FIFF_SFREQ   201
 
#define FIFF_DATA_PACK   202
 
#define FIFF_CH_INFO   203
 
#define FIFF_MEAS_DATE   204
 
#define FIFF_SUBJECT   205
 
#define FIFF_COMMENT   206
 
#define FIFF_NAVE   207
 
#define FIFF_FIRST_SAMPLE   208
 
#define FIFF_LAST_SAMPLE   209
 
#define FIFF_ASPECT_KIND   210
 
#define FIFF_REF_EVENT   211
 
#define FIFF_EXPERIMENTER   212
 
#define FIFF_DIG_POINT   213
 
#define FIFF_CH_POS_VEC   214
 
#define FIFF_HPI_SLOPES   215
 
#define FIFF_HPI_NCOIL   216
 
#define FIFF_REQ_EVENT   217
 
#define FIFF_REQ_LIMIT   218
 
#define FIFF_LOWPASS   219
 
#define FIFF_BAD_CHS   220
 
#define FIFF_ARTEF_REMOVAL   221
 
#define FIFF_COORD_TRANS   222
 
#define FIFF_HIGHPASS   223
 
#define FIFF_CH_CALS_VEC   224
 
#define FIFF_HPI_BAD_CHS   225
 
#define FIFF_HPI_CORR_COEFF   226
 
#define FIFF_EVENT_COMMENT   227
 
#define FIFF_NO_SAMPLES   228
 
#define FIFF_FIRST_TIME   229
 
#define FIFF_SUBAVE_SIZE   230
 
#define FIFF_SUBAVE_FIRST   231
 
#define FIFF_NAME   233
 
#define FIFF_DESCRIPTION   FIFF_COMMENT
 
#define FIFF_DIG_STRING   234
 
#define FIFF_LINE_FREQ   235
 
#define FIFF_HPI_COIL_FREQ   236
 
#define FIFF_SIGNAL_CHANNEL   237
 
#define FIFFC_HPI_MAX_NCOIL   1000
 
#define FIFF_HPI_COIL_MOMENTS   240
 
#define FIFF_HPI_FIT_GOODNESS   241
 
#define FIFF_HPI_FIT_ACCEPT   242
 
#define FIFF_HPI_FIT_GOOD_LIMIT   243
 
#define FIFF_HPI_FIT_DIST_LIMIT   244
 
#define FIFF_HPI_COIL_NO   245
 
#define FIFF_HPI_COILS_USED   246
 
#define FIFF_HPI_DIGITIZATION_ORDER   247
 
#define FIFFV_HPI_ACCEPT_PROGRAM   (1<<0)
 
#define FIFFV_HPI_ACCEPT_USER   (1<<1)
 
#define FIFFV_HPI_ACCEPT_NONE   0
 
#define FIFF_CH_SCAN_NO   250
 
#define FIFF_CH_LOGICAL_NO   251
 
#define FIFF_CH_KIND   252
 
#define FIFF_CH_RANGE   253
 
#define FIFF_CH_CAL   254
 
#define FIFF_CH_POS   255
 
#define FIFF_CH_UNIT   256
 
#define FIFF_CH_UNIT_MUL   257
 
#define FIFF_CH_DACQ_NAME   258
 
#define FIFF_SSS_FRAME   263
 
#define FIFF_SSS_JOB   264
 
#define FIFF_SSS_ORIGIN   265
 
#define FIFF_SSS_ORD_IN   266
 
#define FIFF_SSS_ORD_OUT   267
 
#define FIFF_SSS_NMAG   268
 
#define FIFF_SSS_COMPONENTS   269
 
#define FIFF_SSS_CAL_CHANS   270
 
#define FIFF_SSS_CAL_CORRS   271
 
#define FIFF_SSS_ST_CORR   272
 
#define FIFFV_SSS_JOB_NOTHING   0
 
#define FIFFV_SSS_JOB_CTC   1
 
#define FIFFV_SSS_JOB_FILTER   2
 
#define FIFFV_SSS_JOB_VIRT   3
 
#define FIFFV_SSS_JOB_HEAD_POS   4
 
#define FIFFV_SSS_JOB_MOVEC_FIT   5
 
#define FIFFV_SSS_JOB_MOVEC_QUA   6
 
#define FIFFV_SSS_JOB_REC_ALL   7
 
#define FIFFV_SSS_JOB_REC_IN   8
 
#define FIFFV_SSS_JOB_REC_OUT   9
 
#define FIFFV_SSS_JOB_ST   10
 
#define FIFF_SSS_BASE_IN   273
 
#define FIFF_SSS_BASE_OUT   274
 
#define FIFF_SSS_BASE_VIRT   275
 
#define FIFF_SSS_NORM   276
 
#define FIFF_SSS_ITERATE   277
 
#define FIFF_GANTRY_ANGLE   282
 
#define FIFF_DATA_BUFFER   300
 
#define FIFF_DATA_SKIP   301
 
#define FIFF_EPOCH   302
 
#define FIFF_DATA_SKIP_SAMP   303
 
#define FIFF_DATA_BUFFER2   304
 
#define FIFF_TIME_STAMP   305
 
#define FIFF_SUBJ_ID   400
 
#define FIFF_SUBJ_FIRST_NAME   401
 
#define FIFF_SUBJ_MIDDLE_NAME   402
 
#define FIFF_SUBJ_LAST_NAME   403
 
#define FIFF_SUBJ_BIRTH_DAY   404
 
#define FIFF_SUBJ_SEX   405
 
#define FIFF_SUBJ_HAND   406
 
#define FIFF_SUBJ_WEIGHT   407
 
#define FIFF_SUBJ_HEIGHT   408
 
#define FIFF_SUBJ_COMMENT   409
 
#define FIFF_SUBJ_HIS_ID   410
 
#define FIFF_PROJ_ID   500
 
#define FIFF_PROJ_NAME   501
 
#define FIFF_PROJ_AIM   502
 
#define FIFF_PROJ_PERSONS   503
 
#define FIFF_PROJ_COMMENT   504
 
#define FIFFV_SEX_UNKNOWN   0
 
#define FIFFV_SEX_MALE   1
 
#define FIFFV_SEX_FEMALE   2
 
#define FIFFV_HAND_RIGHT   1
 
#define FIFFV_HAND_LEFT   2
 
#define FIFFV_HAND_AMBIDEXTROUS   3
 
#define FIFF_EVENT_CHANNELS   600
 
#define FIFF_EVENT_LIST   601
 
#define FIFF_EVENT_CHANNEL   602
 
#define FIFF_EVENT_BITS   603
 
#define FIFFC_EVENT_FROMMASK   0
 
#define FIFFC_EVENT_FROMBITS   1
 
#define FIFFC_EVENT_TOMASK   2
 
#define FIFFC_EVENT_TOBITS   3
 
#define FIFF_SQUID_BIAS   701
 
#define FIFF_SQUID_OFFSET   702
 
#define FIFF_SQUID_GATE   703
 
#define FIFF_DECOUPLER_MATRIX   800
 
#define FIFF_SPARSE_CH_NAME_LIST   FIFF_PROJ_ITEM_CH_NAME_LIST
 
#define FIFFB_PROCESSING_HISTORY   900
 
#define FIFFB_PROCESSING_RECORD   901
 
#define FIFFV_ASPECT_IFII_LOW   1100
 
#define FIFFV_ASPECT_IFII_HIGH   1101
 
#define FIFFV_ASPECT_GATE   1102
 
#define FIFF_REF_PATH   1101
 
#define FIFF_MRI_SOURCE_PATH   FIFF_REF_PATH
 
#define FIFF_MRI_SOURCE_FORMAT   2002
 
#define FIFF_MRI_PIXEL_ENCODING   2003
 
#define FIFF_MRI_PIXEL_DATA_OFFSET   2004
 
#define FIFF_MRI_PIXEL_SCALE   2005
 
#define FIFF_MRI_PIXEL_DATA   2006
 
#define FIFF_MRI_PIXEL_OVERLAY_ENCODING   2007
 
#define FIFF_MRI_PIXEL_OVERLAY_DATA   2008
 
#define FIFF_MRI_BOUNDING_BOX   2009
 
#define FIFF_MRI_WIDTH   2010
 
#define FIFF_MRI_WIDTH_M   2011
 
#define FIFF_MRI_HEIGHT   2012
 
#define FIFF_MRI_HEIGHT_M   2013
 
#define FIFF_MRI_DEPTH   2014
 
#define FIFF_MRI_DEPTH_M   2015
 
#define FIFF_MRI_THICKNESS   2016
 
#define FIFF_MRI_SCENE_AIM   2017
 
#define FIFF_MRI_ORIG_SOURCE_PATH   2020
 
#define FIFF_MRI_ORIG_SOURCE_FORMAT   2021
 
#define FIFF_MRI_ORIG_PIXEL_ENCODING   2022
 
#define FIFF_MRI_ORIG_PIXEL_DATA_OFFSET   2023
 
#define FIFF_MRI_VOXEL_DATA   2030
 
#define FIFF_MRI_VOXEL_ENCODING   2031
 
#define FIFF_MRI_MRILAB_SETUP   2100
 
#define FIFF_MRI_SEG_REGION_ID   2200
 
#define FIFFV_MRI_FORMAT_UNKNOWN   0
 
#define FIFFV_MRI_FORMAT_MAGNETOM_SHORT   1
 
#define FIFFV_MRI_FORMAT_MAGNETOM_LONG   2
 
#define FIFFV_MRI_FORMAT_MERIT   3
 
#define FIFFV_MRI_FORMAT_SIGNA   4
 
#define FIFFV_MRI_FORMAT_PIXEL_RAW   5
 
#define FIFFV_MRI_FORMAT_PIXEL_RAW_PACKED   6
 
#define FIFFV_MRI_FORMAT_MAGNETOM_NEW   7
 
#define FIFFV_MRI_FORMAT_FIFF   8
 
#define FIFFV_MRI_FORMAT_ACR_NEMA   9
 
#define FIFFV_MRI_FORMAT_DICOM_3   10
 
#define FIFFV_MRI_FORMAT_VISTA   11
 
#define FIFFV_MRI_PIXEL_UNKNOWN   0
 
#define FIFFV_MRI_PIXEL_BYTE   1
 
#define FIFFV_MRI_PIXEL_WORD   2
 
#define FIFFV_MRI_PIXEL_SWAP_WORD   3
 
#define FIFFV_MRI_PIXEL_FLOAT   4
 
#define FIFFV_MRI_PIXEL_BYTE_INDEXED_COLOR   5
 
#define FIFFV_MRI_PIXEL_BYTE_RGB_COLOR   6
 
#define FIFFV_MRI_PIXEL_BYTE_RLE_RGB_COLOR   7
 
#define FIFFV_MRI_PIXEL_BIT_RLE   8
 
#define FIFF_CONDUCTOR_MODEL_KIND   3000
 
#define FIFFV_COND_MODEL_UNKNOWN   0
 
#define FIFFV_COND_MODEL_SPHERE   1
 
#define FIFFV_COND_MODEL_BEM_HOMOG   2
 
#define FIFFV_COND_MODEL_BEM   3
 
#define FIFF_SPHERE_ORIGIN   3001
 
#define FIFF_SPHERE_COORD_FRAME   3002
 
#define FIFF_SPHERE_LAYERS   3003
 
#define FIFF_BEM_SURF_ID   3101
 
#define FIFF_BEM_SURF_NAME   3102
 
#define FIFF_BEM_SURF_NNODE   3103
 
#define FIFF_BEM_SURF_NTRI   3104
 
#define FIFF_BEM_SURF_NODES   3105
 
#define FIFF_BEM_SURF_TRIANGLES   3106
 
#define FIFF_BEM_SURF_NORMALS   3107
 
#define FIFF_BEM_SURF_CURVS   3108
 
#define FIFF_BEM_SURF_CURV_VALUES   3109
 
#define FIFF_BEM_POT_SOLUTION   3110
 
#define FIFF_BEM_APPROX   3111
 
#define FIFF_BEM_COORD_FRAME   3112
 
#define FIFF_BEM_SIGMA   3113
 
#define FIFFV_BEM_SURF_ID_UNKNOWN   -1
 
#define FIFFV_BEM_SURF_ID_BRAIN   1
 
#define FIFFV_BEM_SURF_ID_CSF   2
 
#define FIFFV_BEM_SURF_ID_SKULL   3
 
#define FIFFV_BEM_SURF_ID_HEAD   4
 
#define FIFFV_BEM_SURF_ID_BLOOD   11
 
#define FIFFV_BEM_SURF_ID_HEART   12
 
#define FIFFV_BEM_SURF_ID_LUNGS   13
 
#define FIFFV_BEM_SURF_ID_TORSO   14
 
#define FIFFV_BEM_SURF_ID_NM122   21
 
#define FIFFV_BEM_SURF_UNIT_SPHERE   22
 
#define FIFFV_BEM_SURF_ID_VV   23
 
#define FIFFV_SEG_REGION_ID_UNKNOWN   FIFF_BEM_SURF_ID_UNKNOWN
 
#define FIFFV_SEG_REGION_ID_BRAIN   FIFF_BEM_SURF_ID_BRAIN
 
#define FIFFV_SEG_REGION_ID_CSF   FIFF_BEM_SURF_ID_CSF
 
#define FIFFV_SEG_REGION_ID_SKULL   FIFF_BEM_SURF_ID_SKULL
 
#define FIFFV_SEG_REGION_ID_HEAD   FIFF_BEM_SURF_ID_HEAD
 
#define FIFFV_SEG_REGION_ID_BLOOD   FIFF_BEM_SURF_ID_BLOOD
 
#define FIFFV_SEG_REGION_ID_HEART   FIFF_BEM_SURF_ID_HEART
 
#define FIFFV_SEG_REGION_ID_LUNGS   FIFF_BEM_SURF_ID_LUNGS
 
#define FIFFV_SEG_REGION_ID_TORSO   FIFF_BEM_SURF_ID_TORSO
 
#define FIFFV_BEM_APPROX_CONST   1
 
#define FIFFV_BEM_APPROX_LINEAR   2
 
#define FIFF_SOURCE_DIPOLE   3201
 
#define FIFF_XFIT_LEAD_PRODUCTS   3401
 
#define FIFF_XFIT_MAP_PRODUCTS   3402
 
#define FIFF_XFIT_GRAD_MAP_PRODUCTS   3403
 
#define FIFF_XFIT_VOL_INTEGRATION   3404
 
#define FIFF_XFIT_INTEGRATION_RADIUS   3405
 
#define FIFF_XFIT_CONDUCTOR_MODEL_NAME   3406
 
#define FIFF_XFIT_CONDUCTOR_MODEL_TRANS_NAME   3407
 
#define FIFF_XFIT_CONT_SURF_TYPE   3408
 
#define FIFF_PROJ_ITEM_KIND   3411
 
#define FIFF_PROJ_ITEM_TIME   3412
 
#define FIFF_PROJ_ITEM_DIPOLE   FIFF_SOURCE_DIPOLE
 
#define FIFF_PROJ_ITEM_IGN_CHS   3413
 
#define FIFF_PROJ_ITEM_NVEC   3414
 
#define FIFF_PROJ_ITEM_VECTORS   3415
 
#define FIFF_PROJ_ITEM_COMMENT   FIFF_COMMENT
 
#define FIFF_PROJ_ITEM_DESCRIPTION   FIFF_DESCRIPTION
 
#define FIFF_PROJ_ITEM_DEFINITION   3416
 
#define FIFF_PROJ_ITEM_CH_NAME_LIST   3417
 
#define FIFF_XFIT_PROJ_ITEM_KIND   FIFF_PROJ_ITEM_KIND
 
#define FIFF_XFIT_PROJ_ITEM_TIME   FIFF_PROJ_ITEM_TIME
 
#define FIFF_XFIT_PROJ_ITEM_DIPOLE   FIFF_PROJ_ITEM_DIPOLE
 
#define FIFF_XFIT_PROJ_ITEM_IGN_CHS   FIFF_PROJ_ITEM_IGN_CHS
 
#define FIFF_XFIT_PROJ_ITEM_NVEC   FIFF_PROJ_ITEM_NVEC
 
#define FIFF_XFIT_PROJ_ITEM_VECTORS   FIFF_PROJ_ITEM_VECTORS
 
#define FIFF_XFIT_PROJ_ITEM_COMMENT   FIFF_PROJ_ITEM_COMMENT
 
#define FIFFV_PROJ_ITEM_NONE   0
 
#define FIFFV_PROJ_ITEM_FIELD   1
 
#define FIFFV_PROJ_ITEM_DIP_FIX   2
 
#define FIFFV_PROJ_ITEM_DIP_ROT   3
 
#define FIFFV_PROJ_ITEM_HOMOG_GRAD   4
 
#define FIFFV_PROJ_ITEM_HOMOG_FIELD   5
 
#define FIFFV_PROJ_ITEM_EEG_AVREF   10
 
#define FIFFV_XFIT_PROJ_ITEM_NONE   FIFFV_PROJ_ITEM_NONE
 
#define FIFFV_XFIT_PROJ_ITEM_FIELD   FIFFV_PROJ_ITEM_FIELD
 
#define FIFFV_XFIT_PROJ_ITEM_DIP_FIX   FIFFV_PROJ_ITEM_DIP_FIX
 
#define FIFFV_XFIT_PROJ_ITEM_DIP_ROT   FIFFV_PROJ_ITEM_DIP_ROT
 
#define FIFFV_XFIT_PROJ_ITEM_HOMOG_GRAD   FIFFV_PROJ_ITEM_HOMOG_GRAD
 
#define FIFFV_XFIT_PROJ_ITEM_HOMOG_FIELD   FIFFV_PROJ_ITEM_HOMOG_FIELD
 
#define FIFF_XPLOTTER_LAYOUT   3501
 
#define FIFF_CH_NAME_LIST   3507
 
#define FIFF_VOL_ID   4001
 
#define FIFF_VOL_NAME   4002
 
#define FIFF_VOL_OWNER_ID   4003
 
#define FIFF_VOL_OWNER_NAME   4004
 
#define FIFF_VOL_OWNER_REAL_NAME   4005
 
#define FIFF_VOL_TYPE   4006
 
#define FIFF_VOL_HOST   4007
 
#define FIFF_VOL_REAL_ROOT   4008
 
#define FIFF_VOL_SYMBOLIC_ROOT   4009
 
#define FIFF_VOL_MOUNT_POINT   4010
 
#define FIFF_VOL_BLOCKS   4011
 
#define FIFF_VOL_FREE_BLOCKS   4012
 
#define FIFF_VOL_AVAIL_BLOCKS   4013
 
#define FIFF_VOL_BLOCK_SIZE   4014
 
#define FIFF_VOL_DIRECTORY   4015
 
#define FIFF_INDEX_KIND   5001
 
#define FIFF_INDEX   5002
 
#define FIFFV_ROLE_PREV_FILE   1
 
#define FIFFV_ROLE_NEXT_FILE   2
 
#define FIFFV_PROJ_BY_COMPLEMENT   0
 
#define FIFFV_PROJ_BY_SPACE   1
 
#define FIFFV_VOL_TYPE_HD   1
 
#define FIFFV_VOL_TYPE_MOD   2
 
#define FIFFV_NATIVE_ENDIAN   0
 
#define FIFFV_LITTLE_ENDIAN   1
 
#define FIFFV_BIG_ENDIAN   2
 

Detailed Description

Header file describing the numerical values used in fif files.

Author
Lorenz Esch lesch.nosp@m.@mgh.nosp@m..harv.nosp@m.ard..nosp@m.edu; Matti Hamalainen msh@n.nosp@m.mr.m.nosp@m.gh.ha.nosp@m.rvar.nosp@m.d.edu; Christoph Dinh chdin.nosp@m.h@nm.nosp@m.r.mgh.nosp@m..har.nosp@m.vard..nosp@m.edu
Since
0.1.0
Date
December, 2016

LICENSE

Copyright (C) 2016, Lorenz Esch, Matti Hamalainen, Christoph Dinh. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file fiff_file.h.

Macro Definition Documentation

◆ FIFF_ARTEF_REMOVAL

#define FIFF_ARTEF_REMOVAL   221

Artifact removal.

Definition at line 474 of file fiff_file.h.

◆ FIFF_ASPECT_KIND

#define FIFF_ASPECT_KIND   210

Aspect label.

Definition at line 463 of file fiff_file.h.

◆ FIFF_BAD_CHS

#define FIFF_BAD_CHS   220

List of bad channels.

Definition at line 473 of file fiff_file.h.

◆ FIFF_BEM_APPROX

#define FIFF_BEM_APPROX   3111

int approximation method, see below.

Definition at line 742 of file fiff_file.h.

◆ FIFF_BEM_COORD_FRAME

#define FIFF_BEM_COORD_FRAME   3112

The coordinate frame of the model.

Definition at line 743 of file fiff_file.h.

◆ FIFF_BEM_POT_SOLUTION

#define FIFF_BEM_POT_SOLUTION   3110

float ** The solution matrix.

Definition at line 741 of file fiff_file.h.

◆ FIFF_BEM_SIGMA

#define FIFF_BEM_SIGMA   3113

Conductivity of a compartment.

Definition at line 744 of file fiff_file.h.

◆ FIFF_BEM_SURF_CURV_VALUES

#define FIFF_BEM_SURF_CURV_VALUES   3109

float the two curvature values (nnode,2).

Definition at line 739 of file fiff_file.h.

◆ FIFF_BEM_SURF_CURVS

#define FIFF_BEM_SURF_CURVS   3108

float surface node first principal curvature unit vectors (nnode,3).

Definition at line 738 of file fiff_file.h.

◆ FIFF_BEM_SURF_ID

#define FIFF_BEM_SURF_ID   3101

int surface number.

Definition at line 731 of file fiff_file.h.

◆ FIFF_BEM_SURF_NAME

#define FIFF_BEM_SURF_NAME   3102

string surface name.

Definition at line 732 of file fiff_file.h.

◆ FIFF_BEM_SURF_NNODE

#define FIFF_BEM_SURF_NNODE   3103

int # of nodes on a surface.

Definition at line 733 of file fiff_file.h.

◆ FIFF_BEM_SURF_NODES

#define FIFF_BEM_SURF_NODES   3105

float surface nodes (nnode,3).

Definition at line 735 of file fiff_file.h.

◆ FIFF_BEM_SURF_NORMALS

#define FIFF_BEM_SURF_NORMALS   3107

float surface node normal unit vectors (nnode,3).

Definition at line 737 of file fiff_file.h.

◆ FIFF_BEM_SURF_NTRI

#define FIFF_BEM_SURF_NTRI   3104

int # number of triangles on a surface.

Definition at line 734 of file fiff_file.h.

◆ FIFF_BEM_SURF_TRIANGLES

#define FIFF_BEM_SURF_TRIANGLES   3106

int surface triangles (ntri,3).

Definition at line 736 of file fiff_file.h.

◆ FIFF_CH_CAL

#define FIFF_CH_CAL   254

float "Calibration coefficients from output voltage to some real units".

Definition at line 521 of file fiff_file.h.

◆ FIFF_CH_CALS_VEC

#define FIFF_CH_CALS_VEC   224

This will not occur in new files.

Definition at line 477 of file fiff_file.h.

◆ FIFF_CH_DACQ_NAME

#define FIFF_CH_DACQ_NAME   258

string "Name of the channel in the data acquisition system. Same as fiffChInfoRec.name.".

Definition at line 525 of file fiff_file.h.

◆ FIFF_CH_INFO

#define FIFF_CH_INFO   203

Channel descriptor.

Definition at line 456 of file fiff_file.h.

◆ FIFF_CH_KIND

#define FIFF_CH_KIND   252

enum(ch_kind) "Channel type. Corresponds to fiffChInfoRec.kind field".

Definition at line 519 of file fiff_file.h.

◆ FIFF_CH_LOGICAL_NO

#define FIFF_CH_LOGICAL_NO   251

int32 "Channel logical number. Corresponds to fiffChInfoRec.logNo field".

Definition at line 518 of file fiff_file.h.

◆ FIFF_CH_NAME_LIST

#define FIFF_CH_NAME_LIST   3507

Alias of FIFF_MNE_CH_NAME_LIST.

Definition at line 843 of file fiff_file.h.

◆ FIFF_CH_POS

#define FIFF_CH_POS   255

ch_pos_rec "Channel position".

Definition at line 522 of file fiff_file.h.

◆ FIFF_CH_POS_VEC

#define FIFF_CH_POS_VEC   214

Channel positions.

Definition at line 467 of file fiff_file.h.

◆ FIFF_CH_RANGE

#define FIFF_CH_RANGE   253

float "Conversion from recorded number to (possibly virtual) voltage at the output".

Definition at line 520 of file fiff_file.h.

◆ FIFF_CH_SCAN_NO

#define FIFF_CH_SCAN_NO   250

int32 "Channel scan number. Corresponds to fiffChInfoRec.scanNo field".

Definition at line 517 of file fiff_file.h.

◆ FIFF_CH_UNIT

#define FIFF_CH_UNIT   256

enum(unit) "Unit of the data".

Definition at line 523 of file fiff_file.h.

◆ FIFF_CH_UNIT_MUL

#define FIFF_CH_UNIT_MUL   257

int "Unit multiplier exponent.

Definition at line 524 of file fiff_file.h.

◆ FIFF_COMMENT

#define FIFF_COMMENT   206

This is used in a questionable way...

Definition at line 459 of file fiff_file.h.

◆ FIFF_CONDUCTOR_MODEL_KIND

#define FIFF_CONDUCTOR_MODEL_KIND   3000

What kind of conductor model.

Definition at line 716 of file fiff_file.h.

◆ FIFF_CONTINUE_FILE

#define FIFF_CONTINUE_FILE   17

Used to inform that data is saved into a continuation file.

Definition at line 303 of file fiff_file.h.

◆ FIFF_COORD_TRANS

#define FIFF_COORD_TRANS   222

Coordinate transformation.

Definition at line 475 of file fiff_file.h.

◆ FIFF_CREATOR

#define FIFF_CREATOR   113

Program that created the file (string) .

Definition at line 336 of file fiff_file.h.

◆ FIFF_DATA_BUFFER

#define FIFF_DATA_BUFFER   300

Buffer containing measurement data.

Definition at line 556 of file fiff_file.h.

◆ FIFF_DATA_BUFFER2

#define FIFF_DATA_BUFFER2   304

Int_32 data buffer in dacq outgen.

Definition at line 560 of file fiff_file.h.

◆ FIFF_DATA_PACK

#define FIFF_DATA_PACK   202

How the raw data is packed.

Definition at line 455 of file fiff_file.h.

◆ FIFF_DATA_SKIP

#define FIFF_DATA_SKIP   301

Data skip in buffers.

Definition at line 557 of file fiff_file.h.

◆ FIFF_DATA_SKIP_SAMP

#define FIFF_DATA_SKIP_SAMP   303

Data skip in samples.

Definition at line 559 of file fiff_file.h.

◆ FIFF_DESCRIPTION

#define FIFF_DESCRIPTION   FIFF_COMMENT

(Textual) Description of an object.

Definition at line 486 of file fiff_file.h.

◆ FIFF_DIG_POINT

#define FIFF_DIG_POINT   213

Digitization point.

Definition at line 466 of file fiff_file.h.

◆ FIFF_DIG_STRING

#define FIFF_DIG_STRING   234

String of digitized points.

Definition at line 487 of file fiff_file.h.

◆ FIFF_EPOCH

#define FIFF_EPOCH   302

Buffer containing one epoch and channel.

Definition at line 558 of file fiff_file.h.

◆ FIFF_EVENT_BITS

#define FIFF_EVENT_BITS   603

Event bits array.

Definition at line 601 of file fiff_file.h.

◆ FIFF_EVENT_CHANNEL

#define FIFF_EVENT_CHANNEL   602

Event channel name.

Definition at line 600 of file fiff_file.h.

◆ FIFF_EVENT_CHANNELS

#define FIFF_EVENT_CHANNELS   600

Event channel numbers.

Definition at line 594 of file fiff_file.h.

◆ FIFF_EVENT_COMMENT

#define FIFF_EVENT_COMMENT   227

Comment about the events used in averaging.

Definition at line 480 of file fiff_file.h.

◆ FIFF_EVENT_LIST

#define FIFF_EVENT_LIST   601

List of events (integers: <sample before after>

Definition at line 595 of file fiff_file.h.

◆ FIFF_EXPERIMENTER

#define FIFF_EXPERIMENTER   212

Experimenter name.

Definition at line 465 of file fiff_file.h.

◆ FIFF_FIRST_SAMPLE

#define FIFF_FIRST_SAMPLE   208

The first sample of an epoch.

Definition at line 461 of file fiff_file.h.

◆ FIFF_FIRST_TIME

#define FIFF_FIRST_TIME   229

Time scale minimum.

Definition at line 482 of file fiff_file.h.

◆ FIFF_GANTRY_ANGLE

#define FIFF_GANTRY_ANGLE   282

Tilt angle of the dewar in degrees.

Definition at line 555 of file fiff_file.h.

◆ FIFF_HIGHPASS

#define FIFF_HIGHPASS   223

Analog highpass.

Definition at line 476 of file fiff_file.h.

◆ FIFF_HPI_BAD_CHS

#define FIFF_HPI_BAD_CHS   225

List of channels considered to be bad in hpi.

Definition at line 478 of file fiff_file.h.

◆ FIFF_HPI_COIL_FREQ

#define FIFF_HPI_COIL_FREQ   236

HPI coil excitation frequency.

Definition at line 490 of file fiff_file.h.

◆ FIFF_HPI_COIL_MOMENTS

#define FIFF_HPI_COIL_MOMENTS   240

Estimated moment vectors for the HPI coil magnetic dipoles.

Definition at line 500 of file fiff_file.h.

◆ FIFF_HPI_COIL_NO

#define FIFF_HPI_COIL_NO   245

Coil number listed by HPI measurement.

Definition at line 505 of file fiff_file.h.

◆ FIFF_HPI_COILS_USED

#define FIFF_HPI_COILS_USED   246

List of coils finally used when the transformation was computed

Definition at line 506 of file fiff_file.h.

◆ FIFF_HPI_CORR_COEFF

#define FIFF_HPI_CORR_COEFF   226

Hpi curve fit correlations.

Definition at line 479 of file fiff_file.h.

◆ FIFF_HPI_DIGITIZATION_ORDER

#define FIFF_HPI_DIGITIZATION_ORDER   247

Which Isotrak digitization point corresponds to each of the coils energized

Definition at line 508 of file fiff_file.h.

◆ FIFF_HPI_FIT_ACCEPT

#define FIFF_HPI_FIT_ACCEPT   242

Bitmask indicating acceptance (see below).

Definition at line 502 of file fiff_file.h.

◆ FIFF_HPI_FIT_DIST_LIMIT

#define FIFF_HPI_FIT_DIST_LIMIT   244

Limit for the coil distance difference.

Definition at line 504 of file fiff_file.h.

◆ FIFF_HPI_FIT_GOOD_LIMIT

#define FIFF_HPI_FIT_GOOD_LIMIT   243

Limit for the goodness-of-fit.

Definition at line 503 of file fiff_file.h.

◆ FIFF_HPI_FIT_GOODNESS

#define FIFF_HPI_FIT_GOODNESS   241

Three floats indicating the goodness of fit.

Definition at line 501 of file fiff_file.h.

◆ FIFF_HPI_NCOIL

#define FIFF_HPI_NCOIL   216

Number of HPI coils.

Definition at line 469 of file fiff_file.h.

◆ FIFF_HPI_SLOPES

#define FIFF_HPI_SLOPES   215

HPI data.

Definition at line 468 of file fiff_file.h.

◆ FIFF_JITTER_MAX

#define FIFF_JITTER_MAX   18

Used to tell the jitter in the timing of data packets.

Definition at line 304 of file fiff_file.h.

◆ FIFF_LAST_SAMPLE

#define FIFF_LAST_SAMPLE   209

The last sample of an epoch.

Definition at line 462 of file fiff_file.h.

◆ FIFF_LINE_FREQ

#define FIFF_LINE_FREQ   235

Line interference frequency.

Definition at line 489 of file fiff_file.h.

◆ FIFF_LOWPASS

#define FIFF_LOWPASS   219

Analog lowpass.

Definition at line 472 of file fiff_file.h.

◆ FIFF_MEAS_DATE

#define FIFF_MEAS_DATE   204

Measurement date.

Definition at line 457 of file fiff_file.h.

◆ FIFF_MODIFIER

#define FIFF_MODIFIER   114

Program that modified the file (string).

Definition at line 337 of file fiff_file.h.

◆ FIFF_NAME

#define FIFF_NAME   233

Intended to be a short name.

Definition at line 485 of file fiff_file.h.

◆ FIFF_NAVE

#define FIFF_NAVE   207

Number of averages.

Definition at line 460 of file fiff_file.h.

◆ FIFF_NCHAN

#define FIFF_NCHAN   200

Number of channels.

Definition at line 453 of file fiff_file.h.

◆ FIFF_NO_SAMPLES

#define FIFF_NO_SAMPLES   228

Number of samples in an epoch.

Definition at line 481 of file fiff_file.h.

◆ FIFF_PLAYBACK_MODE

#define FIFF_PLAYBACK_MODE   16

Tell that we are playing data back from the hard disks in the data acquisition front end.

Definition at line 302 of file fiff_file.h.

◆ FIFF_PROJ_AIM

#define FIFF_PROJ_AIM   502

Projct description.

Definition at line 577 of file fiff_file.h.

◆ FIFF_PROJ_COMMENT

#define FIFF_PROJ_COMMENT   504

Comment about the project. Special values used in the project tags.

Definition at line 579 of file fiff_file.h.

◆ FIFF_PROJ_ID

#define FIFF_PROJ_ID   500

Project ID.

Definition at line 575 of file fiff_file.h.

◆ FIFF_PROJ_NAME

#define FIFF_PROJ_NAME   501

Project name.

Definition at line 576 of file fiff_file.h.

◆ FIFF_PROJ_PERSONS

#define FIFF_PROJ_PERSONS   503

Persons participating in the project.

Definition at line 578 of file fiff_file.h.

◆ FIFF_REF_EVENT

#define FIFF_REF_EVENT   211

Reference event.

Definition at line 464 of file fiff_file.h.

◆ FIFF_REQ_EVENT

#define FIFF_REQ_EVENT   217

Required event.

Definition at line 470 of file fiff_file.h.

◆ FIFF_REQ_LIMIT

#define FIFF_REQ_LIMIT   218

Window for required event.

Definition at line 471 of file fiff_file.h.

◆ FIFF_SELECT_RAW_CH

#define FIFF_SELECT_RAW_CH   15

Instruct rawdisp to select this channel.

Definition at line 301 of file fiff_file.h.

◆ FIFF_SFREQ

#define FIFF_SFREQ   201

Sampling frequency (Hz).

Definition at line 454 of file fiff_file.h.

◆ FIFF_SIGNAL_CHANNEL

#define FIFF_SIGNAL_CHANNEL   237

Signal channel name.

Definition at line 491 of file fiff_file.h.

◆ FIFF_SPHERE_COORD_FRAME

#define FIFF_SPHERE_COORD_FRAME   3002

Which coordinate frame are we using?.

Definition at line 726 of file fiff_file.h.

◆ FIFF_SPHERE_LAYERS

#define FIFF_SPHERE_LAYERS   3003

Array of layer structures.

Definition at line 727 of file fiff_file.h.

◆ FIFF_SSS_BASE_IN

#define FIFF_SSS_BASE_IN   273

DOUBLE matrix for SSS inside basis.

Definition at line 550 of file fiff_file.h.

◆ FIFF_SSS_BASE_OUT

#define FIFF_SSS_BASE_OUT   274

DOUBLE matrix for SSS outside basis.

Definition at line 551 of file fiff_file.h.

◆ FIFF_SSS_BASE_VIRT

#define FIFF_SSS_BASE_VIRT   275

DOUBLE matrix for SSS virtual basis.

Definition at line 552 of file fiff_file.h.

◆ FIFF_SSS_CAL_CHANS

#define FIFF_SSS_CAL_CHANS   270

INT matrix (nmag x 2) for fine-calibrated channel numbers and types.

Definition at line 534 of file fiff_file.h.

◆ FIFF_SSS_CAL_CORRS

#define FIFF_SSS_CAL_CORRS   271

FLOAT matrix (nmag x 14) for fine-calibration coefficients.

Definition at line 535 of file fiff_file.h.

◆ FIFF_SSS_COMPONENTS

#define FIFF_SSS_COMPONENTS   269

Number of SSS moments.

Definition at line 533 of file fiff_file.h.

◆ FIFF_SSS_FRAME

#define FIFF_SSS_FRAME   263

SSS coordinate frame.

Definition at line 527 of file fiff_file.h.

◆ FIFF_SSS_ITERATE

#define FIFF_SSS_ITERATE   277

Nr of iterations in iterative SSS pseudo-inverse.

Definition at line 554 of file fiff_file.h.

◆ FIFF_SSS_JOB

#define FIFF_SSS_JOB   264

SSS job.

Definition at line 528 of file fiff_file.h.

◆ FIFF_SSS_NMAG

#define FIFF_SSS_NMAG   268

Number of MEG channels.

Definition at line 532 of file fiff_file.h.

◆ FIFF_SSS_NORM

#define FIFF_SSS_NORM   276

Froebius norm of the inside basis.

Definition at line 553 of file fiff_file.h.

◆ FIFF_SSS_ORD_IN

#define FIFF_SSS_ORD_IN   266

Order of the SSS inside expansion.

Definition at line 530 of file fiff_file.h.

◆ FIFF_SSS_ORD_OUT

#define FIFF_SSS_ORD_OUT   267

Order of the SSS outside expansion.

Definition at line 531 of file fiff_file.h.

◆ FIFF_SSS_ORIGIN

#define FIFF_SSS_ORIGIN   265

Origin of the SSS inside expansion.

Definition at line 529 of file fiff_file.h.

◆ FIFF_SSS_ST_CORR

#define FIFF_SSS_ST_CORR   272

TSSS subspace correlation.

Definition at line 536 of file fiff_file.h.

◆ FIFF_STREAM_SEGMENT

#define FIFF_STREAM_SEGMENT   19

A segment of data stream.

Definition at line 305 of file fiff_file.h.

◆ FIFF_SUBAVE_FIRST

#define FIFF_SUBAVE_FIRST   231

The first epoch # contained in the subaverage.

Definition at line 484 of file fiff_file.h.

◆ FIFF_SUBAVE_SIZE

#define FIFF_SUBAVE_SIZE   230

Size of a subaverage.

Definition at line 483 of file fiff_file.h.

◆ FIFF_SUBJ_BIRTH_DAY

#define FIFF_SUBJ_BIRTH_DAY   404

Birthday of the subject.

Definition at line 567 of file fiff_file.h.

◆ FIFF_SUBJ_COMMENT

#define FIFF_SUBJ_COMMENT   409

Comment about the subject.

Definition at line 572 of file fiff_file.h.

◆ FIFF_SUBJ_FIRST_NAME

#define FIFF_SUBJ_FIRST_NAME   401

First name of the subject.

Definition at line 564 of file fiff_file.h.

◆ FIFF_SUBJ_HAND

#define FIFF_SUBJ_HAND   406

Handedness of the subject.

Definition at line 569 of file fiff_file.h.

◆ FIFF_SUBJ_HEIGHT

#define FIFF_SUBJ_HEIGHT   408

Height of the subject.

Definition at line 571 of file fiff_file.h.

◆ FIFF_SUBJ_HIS_ID

#define FIFF_SUBJ_HIS_ID   410

ID used in the Hospital Information System.

Definition at line 573 of file fiff_file.h.

◆ FIFF_SUBJ_ID

#define FIFF_SUBJ_ID   400

Subject ID.

Definition at line 563 of file fiff_file.h.

◆ FIFF_SUBJ_LAST_NAME

#define FIFF_SUBJ_LAST_NAME   403

Last name of the subject.

Definition at line 566 of file fiff_file.h.

◆ FIFF_SUBJ_MIDDLE_NAME

#define FIFF_SUBJ_MIDDLE_NAME   402

Middle name of the subject.

Definition at line 565 of file fiff_file.h.

◆ FIFF_SUBJ_SEX

#define FIFF_SUBJ_SEX   405

Sex of the subject.

Definition at line 568 of file fiff_file.h.

◆ FIFF_SUBJ_WEIGHT

#define FIFF_SUBJ_WEIGHT   407

Weight of the subject.

Definition at line 570 of file fiff_file.h.

◆ FIFF_SUBJECT

#define FIFF_SUBJECT   205

This might be deleted later.

Definition at line 458 of file fiff_file.h.

◆ FIFF_TIME_STAMP

#define FIFF_TIME_STAMP   305

Int_32[3] meas time stamp (sec,usec,sampleno).

Definition at line 561 of file fiff_file.h.

◆ FIFF_UTC_OFFSET

#define FIFF_UTC_OFFSET   159

UTC offset of related meas_date (sHH:MM).

Definition at line 451 of file fiff_file.h.

◆ FIFF_VOL_AVAIL_BLOCKS

#define FIFF_VOL_AVAIL_BLOCKS   4013

of free blocks available to non-superuser.

Definition at line 860 of file fiff_file.h.

◆ FIFF_VOL_BLOCK_SIZE

#define FIFF_VOL_BLOCK_SIZE   4014

Block size in bytes.

Definition at line 861 of file fiff_file.h.

◆ FIFF_VOL_BLOCKS

#define FIFF_VOL_BLOCKS   4011

Total # of blocks.

Definition at line 858 of file fiff_file.h.

◆ FIFF_VOL_DIRECTORY

#define FIFF_VOL_DIRECTORY   4015

Contents of the volume in a special format the data type will be FIFF_VOID.

Definition at line 862 of file fiff_file.h.

◆ FIFF_VOL_FREE_BLOCKS

#define FIFF_VOL_FREE_BLOCKS   4012

of free blocks.

Definition at line 859 of file fiff_file.h.

◆ FIFF_VOL_HOST

#define FIFF_VOL_HOST   4007

Where does the volume reside.

Definition at line 854 of file fiff_file.h.

◆ FIFF_VOL_MOUNT_POINT

#define FIFF_VOL_MOUNT_POINT   4010

Last mount point of the volume.

Definition at line 857 of file fiff_file.h.

◆ FIFF_VOL_OWNER_ID

#define FIFF_VOL_OWNER_ID   4003

User id of the owner.

Definition at line 850 of file fiff_file.h.

◆ FIFF_VOL_OWNER_NAME

#define FIFF_VOL_OWNER_NAME   4004

User name of the owner.

Definition at line 851 of file fiff_file.h.

◆ FIFF_VOL_OWNER_REAL_NAME

#define FIFF_VOL_OWNER_REAL_NAME   4005

User name of the owner.

Definition at line 852 of file fiff_file.h.

◆ FIFF_VOL_REAL_ROOT

#define FIFF_VOL_REAL_ROOT   4008

The root of the volume in in the machine where the file system is mounted.

Definition at line 855 of file fiff_file.h.

◆ FIFF_VOL_SYMBOLIC_ROOT

#define FIFF_VOL_SYMBOLIC_ROOT   4009

Symbolic link to the root of the volume (if any) system is mounted.

Definition at line 856 of file fiff_file.h.

◆ FIFF_VOL_TYPE

#define FIFF_VOL_TYPE   4006

See below...

Definition at line 853 of file fiff_file.h.

◆ FIFF_XFIT_CONT_SURF_TYPE

#define FIFF_XFIT_CONT_SURF_TYPE   3408

Xfit contour surface type.

Definition at line 795 of file fiff_file.h.

◆ FIFF_XPLOTTER_LAYOUT

#define FIFF_XPLOTTER_LAYOUT   3501

xplotter layout tag.

Definition at line 837 of file fiff_file.h.

◆ FIFFB_BAD_CHANNELS

#define FIFFB_BAD_CHANNELS   359

Alias of FIFFB_MNE_BAD_CHANNELS.

Definition at line 415 of file fiff_file.h.

◆ FIFFB_BEM

#define FIFFB_BEM   310

Boundary-element method.

Definition at line 403 of file fiff_file.h.

◆ FIFFB_BEM_SURF

#define FIFFB_BEM_SURF   311

Boundary-element method surfaces.

Definition at line 404 of file fiff_file.h.

◆ FIFFB_CHANNEL_DECOUPLER

#define FIFFB_CHANNEL_DECOUPLER   501

Cross-talk correction .

Definition at line 426 of file fiff_file.h.

◆ FIFFB_CONDUCTOR_MODEL

#define FIFFB_CONDUCTOR_MODEL   312

One conductor model definition.

Definition at line 405 of file fiff_file.h.

◆ FIFFB_DATA_CORRECTION

#define FIFFB_DATA_CORRECTION   500

Correction to data.

Definition at line 425 of file fiff_file.h.

◆ FIFFB_HPI_SUBSYSTEM

#define FIFFB_HPI_SUBSYSTEM   121

HPI subsystem.

Definition at line 384 of file fiff_file.h.

◆ FIFFB_MRI

#define FIFFB_MRI   200

MRI/CT data.

Definition at line 390 of file fiff_file.h.

◆ FIFFB_MRI_SCENE

#define FIFFB_MRI_SCENE   204

Which are actually 3D scenes...

Definition at line 394 of file fiff_file.h.

◆ FIFFB_MRI_SCENERY

#define FIFFB_MRI_SCENERY   203

These are for writing unrelated 'slices'.

Definition at line 393 of file fiff_file.h.

◆ FIFFB_MRI_SEG

#define FIFFB_MRI_SEG   205

MRI segmentation data.

Definition at line 395 of file fiff_file.h.

◆ FIFFB_MRI_SEG_REGION

#define FIFFB_MRI_SEG_REGION   206

One MRI segmentation region.

Definition at line 396 of file fiff_file.h.

◆ FIFFB_MRI_SET

#define FIFFB_MRI_SET   201

MRI/CT volume.

Definition at line 391 of file fiff_file.h.

◆ FIFFB_MRI_SLICE

#define FIFFB_MRI_SLICE   202

MRI/CT slice (image).

Definition at line 392 of file fiff_file.h.

◆ FIFFB_PROCESSING_HISTORY

#define FIFFB_PROCESSING_HISTORY   900

Processing history block.

Definition at line 627 of file fiff_file.h.

◆ FIFFB_PROCESSING_RECORD

#define FIFFB_PROCESSING_RECORD   901

.. can contain several processing records. Aspect values used to save characteristic curves of SQUIDs.

Definition at line 628 of file fiff_file.h.

◆ FIFFB_REF

#define FIFFB_REF   118

Fiff referencing mechanism.

Definition at line 380 of file fiff_file.h.

◆ FIFFB_SMARTSHIELD

#define FIFFB_SMARTSHIELD   510

SmartShield data.

Definition at line 432 of file fiff_file.h.

◆ FIFFB_SMSH_ASPECT

#define FIFFB_SMSH_ASPECT   120

SmartShield averaged data.

Definition at line 383 of file fiff_file.h.

◆ FIFFB_SMSH_RAW_DATA

#define FIFFB_SMSH_RAW_DATA   119

SmartShield raw data.

Definition at line 382 of file fiff_file.h.

◆ FIFFB_SPHERE

#define FIFFB_SPHERE   300

Concentric sphere model related.

Definition at line 402 of file fiff_file.h.

◆ FIFFB_SSS_BASES

#define FIFFB_SSS_BASES   505

SSS bases.

Definition at line 430 of file fiff_file.h.

◆ FIFFB_SSS_CAL_ADJUST

#define FIFFB_SSS_CAL_ADJUST   503

Fine-calibration adjustment data.

Definition at line 428 of file fiff_file.h.

◆ FIFFB_SSS_INFO

#define FIFFB_SSS_INFO   502

SSS processing info.

Definition at line 427 of file fiff_file.h.

◆ FIFFB_SSS_ST_INFO

#define FIFFB_SSS_ST_INFO   504

TSSS info.

Definition at line 429 of file fiff_file.h.

◆ FIFFB_XFIT_AUX

#define FIFFB_XFIT_AUX   315

xfit saves its auxliary data into this block.

Definition at line 408 of file fiff_file.h.

◆ FIFFB_XFIT_PROJ

#define FIFFB_XFIT_PROJ   313

xfit saves the linear projection information here.

Definition at line 406 of file fiff_file.h.

◆ FIFFB_XFIT_PROJ_ITEM

#define FIFFB_XFIT_PROJ_ITEM   314

Each projection item goes here.

Definition at line 407 of file fiff_file.h.

◆ FIFFC_HPI_MAX_NCOIL

#define FIFFC_HPI_MAX_NCOIL   1000

Max value for FIFF_HPI_NCOIL.

Definition at line 493 of file fiff_file.h.

◆ FIFFT_JULIAN

#define FIFFT_JULIAN   6

Julian day.

Definition at line 234 of file fiff_file.h.

◆ FIFFV_ASPECT_ALTAVERAGE

#define FIFFV_ASPECT_ALTAVERAGE   104

Alternating subaverage.

Definition at line 442 of file fiff_file.h.

◆ FIFFV_ASPECT_AVERAGE

#define FIFFV_ASPECT_AVERAGE   100

Normal average of epochs.

Definition at line 438 of file fiff_file.h.

◆ FIFFV_ASPECT_DIPOLE_WAVE

#define FIFFV_ASPECT_DIPOLE_WAVE   200

Dipole amplitude curve.

Definition at line 445 of file fiff_file.h.

◆ FIFFV_ASPECT_POWER_DENSITY

#define FIFFV_ASPECT_POWER_DENSITY   106

Power density spectrum.

Definition at line 444 of file fiff_file.h.

◆ FIFFV_ASPECT_SAMPLE

#define FIFFV_ASPECT_SAMPLE   105

A sample cut out by graph.

Definition at line 443 of file fiff_file.h.

◆ FIFFV_ASPECT_SINGLE

#define FIFFV_ASPECT_SINGLE   102

Single epoch cut out from the continuous data.

Definition at line 440 of file fiff_file.h.

◆ FIFFV_ASPECT_STD_ERR

#define FIFFV_ASPECT_STD_ERR   101

Std. error of mean.

Definition at line 439 of file fiff_file.h.

◆ FIFFV_BEM_APPROX_CONST

#define FIFFV_BEM_APPROX_CONST   1

The constant potential approach.

Definition at line 778 of file fiff_file.h.

◆ FIFFV_BEM_APPROX_LINEAR

#define FIFFV_BEM_APPROX_LINEAR   2

The linear potential approach.

Definition at line 779 of file fiff_file.h.

◆ FIFFV_BIG_ENDIAN

#define FIFFV_BIG_ENDIAN   2

The big-endian (Motorola) byte order.

Definition at line 899 of file fiff_file.h.

◆ FIFFV_COND_MODEL_BEM

#define FIFFV_COND_MODEL_BEM   3

Multilayer BEM model.

Definition at line 723 of file fiff_file.h.

◆ FIFFV_COND_MODEL_BEM_HOMOG

#define FIFFV_COND_MODEL_BEM_HOMOG   2

Homogeneous BEM model.

Definition at line 722 of file fiff_file.h.

◆ FIFFV_COND_MODEL_SPHERE

#define FIFFV_COND_MODEL_SPHERE   1

Spherically symmetric.

Definition at line 721 of file fiff_file.h.

◆ FIFFV_COND_MODEL_UNKNOWN

#define FIFFV_COND_MODEL_UNKNOWN   0

Not known.

Definition at line 720 of file fiff_file.h.

◆ FIFFV_HPI_ACCEPT_NONE

#define FIFFV_HPI_ACCEPT_NONE   0

Following corresponsds to fields in channel info record.

Definition at line 513 of file fiff_file.h.

◆ FIFFV_HPI_ACCEPT_PROGRAM

#define FIFFV_HPI_ACCEPT_PROGRAM   (1<<0)

The fit was accepted by the software.

Definition at line 511 of file fiff_file.h.

◆ FIFFV_HPI_ACCEPT_USER

#define FIFFV_HPI_ACCEPT_USER   (1<<1)

The fit was accepted by user action.

Definition at line 512 of file fiff_file.h.

◆ FIFFV_LITTLE_ENDIAN

#define FIFFV_LITTLE_ENDIAN   1

The little-endian (Intel) byte order.

Definition at line 898 of file fiff_file.h.

◆ FIFFV_NATIVE_ENDIAN

#define FIFFV_NATIVE_ENDIAN   0

This refers to the byte order in the current system.

Definition at line 897 of file fiff_file.h.

◆ FIFFV_SSS_JOB_CTC

#define FIFFV_SSS_JOB_CTC   1

Only cross-talk correction.

Definition at line 539 of file fiff_file.h.

◆ FIFFV_SSS_JOB_FILTER

#define FIFFV_SSS_JOB_FILTER   2

Spatial filtering (default).

Definition at line 540 of file fiff_file.h.

◆ FIFFV_SSS_JOB_HEAD_POS

#define FIFFV_SSS_JOB_HEAD_POS   4

Estimate head positions, no movecomp.

Definition at line 542 of file fiff_file.h.

◆ FIFFV_SSS_JOB_MOVEC_FIT

#define FIFFV_SSS_JOB_MOVEC_FIT   5

Estimate head positions, do movecomp.

Definition at line 543 of file fiff_file.h.

◆ FIFFV_SSS_JOB_MOVEC_QUA

#define FIFFV_SSS_JOB_MOVEC_QUA   6

Do movecomp from prev estimated positions.

Definition at line 544 of file fiff_file.h.

◆ FIFFV_SSS_JOB_NOTHING

#define FIFFV_SSS_JOB_NOTHING   0

Just copy input to output.

Definition at line 538 of file fiff_file.h.

◆ FIFFV_SSS_JOB_REC_ALL

#define FIFFV_SSS_JOB_REC_ALL   7

Reconstruct fields from inside and outside moments.

Definition at line 545 of file fiff_file.h.

◆ FIFFV_SSS_JOB_REC_IN

#define FIFFV_SSS_JOB_REC_IN   8

Reconstruct fields from inside moments.

Definition at line 546 of file fiff_file.h.

◆ FIFFV_SSS_JOB_REC_OUT

#define FIFFV_SSS_JOB_REC_OUT   9

Reconstruct fields from outside moments.

Definition at line 547 of file fiff_file.h.

◆ FIFFV_SSS_JOB_ST

#define FIFFV_SSS_JOB_ST   10

TSSS.

Definition at line 548 of file fiff_file.h.

◆ FIFFV_SSS_JOB_VIRT

#define FIFFV_SSS_JOB_VIRT   3

Reconstruct virtual data.

Definition at line 541 of file fiff_file.h.

◆ FIFFV_VOL_TYPE_HD

#define FIFFV_VOL_TYPE_HD   1

Hard disk.

Definition at line 891 of file fiff_file.h.

◆ FIFFV_VOL_TYPE_MOD

#define FIFFV_VOL_TYPE_MOD   2

Magneto-optical disk.

Definition at line 892 of file fiff_file.h.