you can also write a tcl script to save snapshots to a file and invoke it 
with -tcl <script name>

the script would look something like

set fname snapshot.$subject.tif
save_tiff $fname
exit


cheers,
Bruce

On Wed, 25 Nov 2009, Martin Reuter wrote:

> How about:
>
> setenv SUBJECTS " id1 id2 id3 .. "
>
> foreach s ($SUBJECTS)
> # do stuff
> echo $s
> tksurfer $s ....
> end
>
> (this is for cshell)
>
> Cheers, Martin
>
> On Tue, 2009-11-24 at 17:19 -0800, Mehul Sampat wrote:
>> Hi Folks,
>>
>> I would like to visually check the cortical parcellation for a large
>> number of  patients  (>200) using tksurfer.
>> Is there a script to which I could submit a list of subject id's and
>> get it to
>> launch tksurfer and display the parcellation data for each subject
>> sequentially ?
>>
>> Thanks
>> Mehul
>>
>>
>>
>>
>> _______________________________________________
>> Freesurfer mailing list
>> Freesurfer@nmr.mgh.harvard.edu
>> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
> _______________________________________________
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
>
>
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Reply via email to