Re: [Freesurfer] mean gyrification index

2020-09-10 Thread vittal korann
External Email - Use Caution Thank you so much, Douglas. On Thu, Sep 10, 2020 at 10:20 PM Douglas N. Greve wrote: > Can't you just average the lh and rh values? You can weight by the surface > area or number of vertices > > On 9/10/2020 12:53 PM, vittal korann wrote: > >

Re: [Freesurfer] mean gyrification index

2020-09-10 Thread Douglas N. Greve
Can't you just average the lh and rh values? You can weight by the surface area or number of vertices On 9/10/2020 12:53 PM, vittal korann wrote: External Email - Use Caution Sorry, Douglas, I might have confused you. Freesurfer will provide mean thickness for the whole-brain. simila

Re: [Freesurfer] mean gyrification index

2020-09-10 Thread vittal korann
External Email - Use Caution Sorry, Douglas, I might have confused you. Freesurfer will provide mean thickness for the whole-brain. similarly, can I have mean gyrification for the whole brain (not individual values for left and right hemisphere)? *Finally, it worked. Thank you, D

Re: [Freesurfer] mean gyrification index

2020-09-10 Thread Douglas N. Greve
On 9/10/2020 12:08 PM, vittal korann wrote: External Email - Use Caution Finally, it worked. Thank you, Douglas. My question is regarding the mean gyrification similar to what we get for thickness as a whole-brain mean thickness. I'm not sure what you are asking here. gyrification a

Re: [Freesurfer] mean gyrification index

2020-09-10 Thread vittal korann
External Email - Use Caution Finally, it worked. Thank you, Douglas. My question is regarding the mean gyrification similar to what we get for thickness as a whole-brain mean thickness. If there is a way to calculate, please let me know. Here is a command that I executed and got t

Re: [Freesurfer] mean gyrification index

2020-09-10 Thread Douglas N. Greve
Can you send the actual command you ran and all the terminal output? On 9/10/2020 12:58 AM, vittal korann wrote: External Email - Use Caution Yes, I did replace question marks with left and right. Thank you so much, Douglas. With regards Vittal */ /* On Thu, Sep 10, 2020 at 1:11 AM

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread vittal korann
External Email - Use Caution Yes, I did replace question marks with left and right. Thank you so much, Douglas. With regards Vittal On Thu, Sep 10, 2020 at 1:11 AM Douglas N. Greve wrote: > Are you using actual question marks or are you replacing them with l or r? > (you hav

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Alexopoulos, Dimitrios
From: freesurfer-boun...@nmr.mgh.harvard.edu On Behalf Of vittal korann Sent: Wednesday, September 09, 2020 1:26 PM To: Douglas N. Greve Cc: freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] mean gyrification index * External Email - Caution * External Email - Use Caution I did that

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Douglas N. Greve
Are you using actual question marks or are you replacing them with l or r? (you have to replace) On 9/9/2020 2:26 PM, vittal korann wrote: External Email - Use Caution I did that, but the error remains the same. mri_segstats --slabel CSRI001 ?h  $SUBJECTS_DIR/CSRI001/label/?h

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread vittal korann
External Email - Use Caution I did that, but the error remains the same. > mri_segstats --slabel CSRI001 ?h $SUBJECTS_DIR/CSRI001/label/?h.cortex > --i $SUBJECTS_DIR/CSRI001/surf/?h.pial_lgi --sum > h.aparc.pial_lgi-csri001.stats On Wed, Sep 9, 2020 at 11:32 PM Douglas N. Gr

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Douglas N. Greve
You need to include the hemisphere in the --slabel arguments (maybe the 2nd one) On 9/9/2020 2:10 PM, vittal korann wrote: External Email - Use Caution Dear Douglas Thank you for your help! I got an error while executing the mris_segstats command. Command: mri_segstats --sl

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread vittal korann
External Email - Use Caution Dear Douglas Thank you for your help! I got an error while executing the mris_segstats command. Command: > mri_segstats --slabel CSRI001?h > $SUBJECTS_DIR/CSRI001/label/?h.cortex.label --i > $SUBJECTS_DIR/CSRI001/surf/?h.pial_lgi --sum h.aparc.pial_

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Alexopoulos, Dimitrios
...@nmr.mgh.harvard.edu On Behalf Of Douglas N. Greve Sent: Wednesday, September 09, 2020 12:13 PM To: freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] mean gyrification index * External Email - Caution * I think that should work On 9/9/2020 12:59 PM, Alexopoulos, Dimitrios wrote

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Douglas N. Greve
*From:*freesurfer-boun...@nmr.mgh.harvard.edu *On Behalf Of *Douglas N. Greve *Sent:* Wednesday, September 09, 2020 11:54 AM *To:* vittal korann ; freesurfer@nmr.mgh.harvard.edu *Subject:* Re: [Freesurfer] mean gyrification index ** External Email - Caution ** You can use mri_segstats with the

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Alexopoulos, Dimitrios
Sent: Wednesday, September 09, 2020 11:54 AM To: vittal korann ; freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] mean gyrification index * External Email - Caution * You can use mri_segstats with the --slabel option, specifying the ?h.cortex.label and using the gyrification as input On 9/9

Re: [Freesurfer] mean gyrification index

2020-09-09 Thread Douglas N. Greve
You can use mri_segstats with the --slabel option, specifying the ?h.cortex.label and using the gyrification as input On 9/9/2020 12:54 PM, vittal korann wrote: External Email - Use Caution Thank you so much, Douglas. Could you please guide me to obtain the global mean gyrification i

Re: [Freesurfer] Mean Gyrification index

2020-09-09 Thread Douglas N. Greve
It is giving you values for two segmentations: inside the label and outside the label. Use --id 1 to get only values inside the cortex label On 9/9/2020 11:27 AM, vittal korann wrote: External Email - Use Caution Dear FreeSurfer experts I am working on the gyrification index of schiz

Re: [Freesurfer] Mean Gyrification index

2020-09-09 Thread vittal korann
External Email - Use Caution Dear FreeSurfer experts I am working on the gyrification index of schizophrenia patients. I had collated global brain values such as thickness, GM, and WM volumes. In addition, I wanted to tabulate gyrification values. Using the below link I was able t