[Freesurfer] .tcl file for tksurfer

2005-08-17 Thread Katy Thakkar

Hi,
I'm trying to write a little .tcl script to automate loading labels in 
tksurfer.  Below is the script--I'm using the line 'setfile label
/space/ventzl/1/users/SUBJECTS_DIR/mano002/label/dACC-rh.label', but the 
label is not loading.  Does anyone why this might be?

Thanks!
Katy

set val 
/autofs/space/balagula_002/users/EMexec/fMRI/mano002/bold/EMexec//PSvfix/minsig-0-rh.w

sclv_read_binary_values 0
set curv rh.curv
read_binary_curv;
set curvflag 1;
source /usr/local/freesurfer/beta/lib/tcl/readenv.tcl
open_window
sclv_set_current_field 0
setfile label 
/space/ventzl/1/users/SUBJECTS_DIR/mano002/label/dACC-rh.label

redraw

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


Re: [Freesurfer] .tcl file for tksurfer

2005-08-17 Thread Kevin Teich

setfile label /space/ventzl/1/users/SUBJECTS_DIR/mano002/label/dACC-rh.label


The command to load a label is:

labl_load fileName


--
Kevin Teich

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer