From mpsampat@gmail.com Tue Nov 24 20:19:32 2009 From: Mehul Sampat To: freesurfer@nmr.mgh.harvard.edu Subject: [Freesurfer] script to check multiple cases with tksurfer Date: Tue, 24 Nov 2009 17:19:26 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0461832403847489212==" --===============0461832403847489212== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --===============0461832403847489212== Content-Type: text/html Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="attachment.html" MIME-Version: 1.0 SGkgRm9sa3MsPGJyPjxicj5JIHdvdWxkIGxpa2UgdG8gdmlzdWFsbHkgY2hlY2sgdGhlIGNvcnRp Y2FsIHBhcmNlbGxhdGlvbiBmb3IgYSBsYXJnZSBudW1iZXIgb2agIHBhdGllbnRzoCAoJmd0OzIw MCkgdXNpbmcgIHRrc3VyZmVyLiA8YnI+SXMgdGhlcmUgYSBzY3JpcHQgdG8gd2hpY2ggSSBjb3Vs ZCBzdWJtaXQgYSBsaXN0IG9mIHN1YmplY3QgaWQmIzM5O3MgYW5kIGdldCBpdCB0byA8YnI+Cmxh dW5jaCB0a3N1cmZlciBhbmQgZGlzcGxheSB0aGUgcGFyY2VsbGF0aW9uIGRhdGEgZm9yIGVhY2gg c3ViamVjdCBzZXF1ZW50aWFsbHkgPyA8YnI+PGJyPlRoYW5rczxicj5NZWh1bDxicj48YnI+PGJy Pjxicj48YnI+Cg== --===============0461832403847489212==-- From mreuter@nmr.mgh.harvard.edu Wed Nov 25 10:08:24 2009 From: Martin Reuter To: freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] script to check multiple cases with tksurfer Date: Wed, 25 Nov 2009 10:08:18 -0500 Message-ID: <1259161698.5202.362.camel@riemann.nmr.mgh.harvard.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4830726138093139623==" --===============4830726138093139623== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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(a)nmr.mgh.harvard.edu > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer --===============4830726138093139623==-- From fischl@nmr.mgh.harvard.edu Wed Nov 25 10:23:52 2009 From: Bruce Fischl To: freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] script to check multiple cases with tksurfer Date: Wed, 25 Nov 2009 10:23:48 -0500 Message-ID: In-Reply-To: <1259161698.5202.362.camel@riemann.nmr.mgh.harvard.edu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1724814415637799872==" --===============1724814415637799872== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit you can also write a tcl script to save snapshots to a file and invoke it with -tcl