Home > functions > job > job_edit_act_dir > job_edit_act_change_tal.m

job_edit_act_change_tal

PURPOSE ^

Change coordinate to Talairach

SYNOPSIS ^

function job_edit_act_change_tal(inst_id)

DESCRIPTION ^

 Change coordinate to Talairach
 
 --- History
 2009-05-22 Taku Yoshioka

 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 job_edit_act_change_tal(inst_id)
0002 % Change coordinate to Talairach
0003 %
0004 % --- History
0005 % 2009-05-22 Taku Yoshioka
0006 %
0007 % Copyright (C) 2011, ATR All Rights Reserved.
0008 % License : New BSD License(see VBMEG_LICENSE.txt)
0009 
0010 global vbmeg_inst; 
0011 
0012 % Global variables
0013 rb1 = vbmeg_inst.editact{inst_id}.rb1;
0014 rb2 = vbmeg_inst.editact{inst_id}.rb2;
0015 h_fig = vbmeg_inst.editact{inst_id}.h_fig;
0016 
0017 set(h_fig,'Pointer','watch');
0018 set(rb2,'Value',get(rb2,'Min'));
0019 drawnow;
0020 
0021 % Update figure
0022 job_edit_act_update_talcoord(inst_id);
0023 
0024 set(h_fig,'Pointer','arrow');

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