constant definition of brain_file_maker [USAGE] [const] = define_brain_file_maker [IN] none [OUT] const : constant values of brain_file_maker Author: rhayashi Created: 2007-07-30 Copyright (C) 2011, ATR All Rights Reserved. License : New BSD License(see VBMEG_LICENSE.txt)
0001 function [const] = define_brain_file_maker 0002 % constant definition of brain_file_maker 0003 % [USAGE] 0004 % [const] = define_brain_file_maker 0005 % [IN] 0006 % none 0007 % [OUT] 0008 % const : constant values of brain_file_maker 0009 % 0010 % Author: rhayashi 0011 % Created: 2007-07-30 0012 % 0013 % Copyright (C) 2011, ATR All Rights Reserved. 0014 % License : New BSD License(see VBMEG_LICENSE.txt) 0015 0016 const = struct; 0017 const.JOB_SMOOTH_CORTEX_PARM = 100; 0018 const.JOB_BRAIN_STD2SBJ_PARM = 101;