[Brian]
you can do a lot more than that with a -tcl flag, but here is what
one would need to look like for loading curvature (binary):
read_binary_curv
Minimally, you would need:
open_window
read_binary_curv
redraw
--
Kevin Teich
___
Freesurfer mailing
you can do a lot more than that with a -tcl flag, but here is what one
would need to look like for loading curvature (binary):
read_binary_curv
i've included some info you can use to load tkmedit with both volumes (wm
and T1) and both surfaces (rh and lh). also, it will load the talairach
and d
On Wed, 12 Jan 2005, Goldman, Aaron (NIH/NIMH) shaped the electrons to say:
> Hi, I'm writing a script to make manual editing a bit more convenient, and
> want to call tksurfer and tkmedit with all the parameters of csurf's "Edit
> Segmentation" option, and using T1 as the aux volume. Right now, I
Hi, I'm writing a script to make manual editing
a bit more convenient, and want to call tksurfer and tkmedit with all the parameters
of csurf's "Edit Segmentation" option, and using T1 as the
aux volume. Right now, I have:
tksurfer $s $h inflated &
tkmedit $s wm $h.orig -aux T1
How