Home > functions > default_param > vb_define_extension.m

vb_define_extension

PURPOSE ^

SYNOPSIS ^

function define = vb_define_extension(define)

DESCRIPTION ^

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function    define = vb_define_extension(define)
0002 %
0003 % Copyright (C) 2011, ATR All Rights Reserved.
0004 % License : New BSD License(see VBMEG_LICENSE.txt)
0005 
0006 
0007 % data fileの拡張子を指定する。
0008 define.DICOM1_EXTENSION = '.tbl';        % DICOM file
0009 define.DICOM2_EXTENSION = '.tbl.mat';        % DICOM file(MAT形式)
0010 
0011 define.BV_EXTENSION = '.srf';            % Brain-Voyager file
0012 define.BRAIN_EXTENSION = '.brain.mat';        % 全脳 file
0013 define.BRAIN_PROJECT_EXTENSION = '.brain.proj';    % 全脳 project file
0014 define.INFLATE_EXTENSION = '.inflate.mat';    % inflate file
0015 
0016 define.AREA_EXTENSION = '.area.mat';        % Area file
0017 define.SPM_EXTENSION = '.spm.mat';            % SPM file
0018 define.CORTEX_EXTENSION = '.cortex.mat';    % 部分脳 file
0019 
0020 define.FMRI_EXTENSION = '.act.mat';        % fMRI file
0021 define.FMRI_PROJECT_EXTENSION = '.act.proj';    % fMRI project file
0022 
0023 define.MEG1_EXTENSION = '.MEG';            % MEG file
0024 define.MEG2_EXTENSION = '.MEG.mat';        % MEG file(MAT形式)
0025 
0026 define.BASIS_EXTENSION = '.basis.mat';        % Basis(Lied field) file
0027 
0028 define.CURRENT_EXTENSION = '.curr.mat';    % Current file
0029 
0030 % Basis(Lied field) project file
0031 define.BASIS_PROJECT_EXTENSION = '.basis.proj';
0032 define.BAYES_EXTENSION = '.bayes.mat';        % Bayes推定結果file
0033 define.BAYES_PROJECT_EXTENSION = '.bayes.proj';    % Bayes project file
0034 define.SAVE_DIR_EXTENSION = '';        % Save directory
0035 
0036 
0037 % for test by Taku Yoshioka
0038 define.MEG1_EXTENSION = '.meg';        % MEG file
0039 define.MEG2_EXTENSION = '.meg.mat';    % MEG file(MAT形式)
0040 
0041 define.EEG_EXTENSION  = '.eeg.mat'; % EEG file(MAT)
0042 
0043 % new
0044 define.HEADER_EXTENSION = '.hd'; % SBI-headerファイル拡張子
0045 define.POS_EXTENSION = '.pos'; % POSデータ
0046 
0047 % FreeSurfer
0048 define.FS_BRAIN_EXTENSION                 = '.smoothwm.asc';
0049 define.FS_XFM_EXTENSION                  = '.xfm';
0050 define.FS_BRAIN_INFLATE_EXTENSION         = '.inflated.asc';
0051 define.FS_CURV_EXTENSION                 = '.curv.asc';
0052 
0053 % EEG(BIOSEMI)
0054 define.BIOSEMI_DATA_EXTENSION            = '.bdf'; % BIOSEMI DATA file
0055 
0056 define.VBMEG_BATCH_EXTENSION = '.vbb.mat';

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005