Home > functions > gui > brain_file_maker > define_brain_file_maker.m

define_brain_file_maker

PURPOSE ^

constant definition of brain_file_maker

SYNOPSIS ^

function [const] = define_brain_file_maker

DESCRIPTION ^

 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)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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;

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