Re: [Freesurfer] loading curvature

2005-01-12 Thread Kevin Teich
[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

Re: [Freesurfer] loading curvature

2005-01-12 Thread Brian T. Quinn
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

Re: [Freesurfer] loading curvature

2005-01-12 Thread Brendan Connell
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

[Freesurfer] loading curvature

2005-01-12 Thread Goldman, Aaron (NIH/NIMH)
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