Hi,
using version 4.0.5
my goal: to display in tksurfer an inflated brain with curvature and an *outlined* label, using a tcl-script.
there are probably numerous ways, i did:
tksurfer "subject" rh inflated -gray -tcl tksurf.tcl
where tksurf.tcl contains:
make_lateral_view rotate_brain_x -90 redraw labl_load "label-file" set gaLinkedVars(redrawlockflag) 0 SendLinkedVarGroup redrawlock set gaLinkedVars(labelstyle) 1 SendLinkedVarGroup view save_tiff "tiff_file.tiff"
all works except for the label to be outlined. any suggestions?
thanks! -joost
try adding:
set labelstyle 1
On Tue, 2 Dec 2008, j janssen wrote:
Hi,
using version 4.0.5
my goal: to display in tksurfer an inflated brain with curvature and an *outlined* label, using a tcl-script.
there are probably numerous ways, i did:
tksurfer "subject" rh inflated -gray -tcl tksurf.tcl
where tksurf.tcl contains:
make_lateral_view rotate_brain_x -90 redraw labl_load "label-file" set gaLinkedVars(redrawlockflag) 0 SendLinkedVarGroup redrawlock set gaLinkedVars(labelstyle) 1 SendLinkedVarGroup view save_tiff "tiff_file.tiff"
all works except for the label to be outlined. any suggestions?
thanks! -joost
try just running tksurfer with the -label-outline option.
j janssen wrote:
Hi,
using version 4.0.5
my goal: to display in tksurfer an inflated brain with curvature and an *outlined* label, using a tcl-script.
there are probably numerous ways, i did:
tksurfer "subject" rh inflated -gray -tcl tksurf.tcl
where tksurf.tcl contains:
make_lateral_view rotate_brain_x -90 redraw labl_load "label-file" set gaLinkedVars(redrawlockflag) 0 SendLinkedVarGroup redrawlock set gaLinkedVars(labelstyle) 1 SendLinkedVarGroup view save_tiff "tiff_file.tiff"
all works except for the label to be outlined. any suggestions?
thanks! -joost
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu