Re: [Freesurfer] reading colorized labels in tcl file to tksurfer...

2014-04-07 Thread Rudolph Pienaar
Hey Doug -- I ended up doing something like this, which worked: labl_load rh.G_and_S_paracentral.label ; labl_set_color 0 255 255 0 labl_load rh.G_front_inf-Opercular.label ; labl_set_color 1 255 255 15 labl_load rh.G_insular_short.label ; labl_set_color 2 255 255 30 labl_load rh.G_occipital_sup.

Re: [Freesurfer] reading colorized labels in tcl file to tksurfer...

2014-04-04 Thread Douglas N Greve
You can use mris_label2annot to create an annotation and then control the colors via the ctab doug On 04/03/2014 09:13 AM, Rudolph Pienaar wrote: > Hi all -- > > I have a process that generates a list of ROIs (from aparc.annot) based > on some cost condition. I wanted to view these labeled ROIs

[Freesurfer] reading colorized labels in tcl file to tksurfer...

2014-04-03 Thread Rudolph Pienaar
Hi all -- I have a process that generates a list of ROIs (from aparc.annot) based on some cost condition. I wanted to view these labeled ROIs in 'tksurfer'. I created the following rough tcl script: 'label_load.tcl' set label lh.bankssts.label ; read_and_color_labeled_vertices 255 255 0 set la