Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Luke K Harper
External Email - Use Caution

Perfect that has worked.

Thank you so much for your help!

Have a great weekend,
Luke

> On 2 Dec 2022, at 16:57, Luke K Harper  wrote:
> 
> Thanks! 
> 
> As the subject ID in my example is A152 should this be replaced by $subj in 
> the label section too?  Each individual has a label created via label2label 
> from a label on fsaverage or does this not matter?
> 
> Best,
> Luke
> 
>> On 2 Dec 2022, at 16:46, Huang, Yujing > <mailto:yhuan...@mgh.harvard.edu>> wrote:
>> 
>> Sorry, ‘Done’ should be in all lower case.
>>  
>> for subj in `ls -1`
>> do
>> echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label 
>> --i $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
>> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
>> #mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
>> $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
>> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
>> done
>>  
>> 1. remove the commented out line # first to verify echo printout
>> 2. add back the line w/o the # sign
>>  
>> From: freesurfer-boun...@nmr.mgh.harvard.edu 
>> <mailto:freesurfer-boun...@nmr.mgh.harvard.edu> 
>> > <mailto:freesurfer-boun...@nmr.mgh.harvard.edu>> On Behalf Of Huang, Yujing
>> Sent: Friday, December 2, 2022 10:34 AM
>> To: Freesurfer support list > <mailto:freesurfer@nmr.mgh.harvard.edu>>
>> Subject: Re: [Freesurfer] LGI label statistics
>>  
>> Hi Luke,
>>  
>> I don’t know any bash script available to perform the batch job.
>>  
>> You can enter it in a for loop at prompt. From your $SUBJECTS_DIR,
>>  
>> for subj in `ls -1`
>> do
>> echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label 
>> --i $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
>> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
>> #mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
>> $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
>> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
>> Done
>>  
>> I commented out the command submitting mri_segstat. I always verify the 
>> printout from the echo first before submitting the jobs.
>>  
>> Hope this helps.
>>  
>> Best,
>>  
>> Yujing
>>  
>> From: freesurfer-boun...@nmr.mgh.harvard.edu 
>> <mailto:freesurfer-boun...@nmr.mgh.harvard.edu> 
>> > <mailto:freesurfer-boun...@nmr.mgh.harvard.edu>> On Behalf Of Luke K Harper
>> Sent: Friday, December 2, 2022 10:08 AM
>> To: Freesurfer support list > <mailto:freesurfer@nmr.mgh.harvard.edu>>
>> Subject: Re: [Freesurfer] LGI label statistics
>>  
>> External Email - Use Caution
>> 
>> Hi Yujing
>>  
>> Ah great, Thank you so much for your help! That was the answer. I have been 
>> able to extract the stats now using the following script:
>>  
>> mri_segstats --slabel A152 rh $SUBJECTS_DIR/A152/label/rh.c1.label --i 
>> $SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum 
>> $SUBJECTS_DIR/A152/stats/rh.c1.pial_lgi.stats
>>  
>> I have 186 individuals and have been trying to extract each individuals 
>> statistics individually, do you know if there is a bash shell script 
>> available to perform this process on all individuals in my study at once?
>>  
>> Best,
>> Luke
>>  
>>  
>> 
>> On 2 Dec 2022, at 15:28, Huang, Yujing > <mailto:yhuan...@mgh.harvard.edu>> wrote:
>>  
>> Hi Luke,
>>  
>> Can you try to pass the full path to your label file?  Instead of 
>> ‘rh.c1.label’, pass 
>> ‘/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label’ to mri_segstats.
>>  
>> I think that should work.
>>  
>> Best,
>>  
>> Yujing
>>  
>> From: freesurfer-boun...@nmr.mgh.harvard.edu 
>> <mailto:freesurfer-boun...@nmr.mgh.harvard.edu> 
>> > <mailto:freesurfer-boun...@nmr.mgh.harvard.edu>> On Behalf Of Luke K Harper
>> Sent: Friday, December 2, 2022 5:14 AM
>> To: freesurfer@nmr.mgh.harvard.edu <mailto:freesurfer@nmr.mgh.harvard.edu>
>> Subject: [Freesurfer] LGI label statistics
>>  
>> External Email - Use Caution
>> Dear freesurfer,
>>  
>> I am attempting to extract LGI statistical data from a label running the 
>> mri_segstats command
>>  
>> Here is the script I am attempting to run:
>>  
>> mri_segstats --slabel A152 rh rh.c1.label --i 
>>

Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Huang, Yujing
Yes, replace A152 in your example with $subj. I’m assuming there are 
label/rh.c1.label and surf/rh.pial_lgi in each individual subjects.

Not sure I understand your second question.

Best,

Yujing



From: freesurfer-boun...@nmr.mgh.harvard.edu 
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 10:57 AM
To: Freesurfer support list 
Subject: Re: [Freesurfer] LGI label statistics


External Email - Use Caution
Thanks!

As the subject ID in my example is A152 should this be replaced by $subj in the 
label section too?  Each individual has a label created via label2label from a 
label on fsaverage or does this not matter?

Best,
Luke


On 2 Dec 2022, at 16:46, Huang, Yujing 
mailto:yhuan...@mgh.harvard.edu>> wrote:

Sorry, ‘Done’ should be in all lower case.

for subj in `ls -1`
do
echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
#mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
done

1. remove the commented out line # first to verify echo printout
2. add back the line w/o the # sign

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Huang, Yujing
Sent: Friday, December 2, 2022 10:34 AM
To: Freesurfer support list 
mailto:freesurfer@nmr.mgh.harvard.edu>>
Subject: Re: [Freesurfer] LGI label statistics

Hi Luke,

I don’t know any bash script available to perform the batch job.

You can enter it in a for loop at prompt. From your $SUBJECTS_DIR,

for subj in `ls -1`
do
echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
#mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
Done

I commented out the command submitting mri_segstat. I always verify the 
printout from the echo first before submitting the jobs.

Hope this helps.

Best,

Yujing

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 10:08 AM
To: Freesurfer support list 
mailto:freesurfer@nmr.mgh.harvard.edu>>
Subject: Re: [Freesurfer] LGI label statistics

External Email - Use Caution
Hi Yujing

Ah great, Thank you so much for your help! That was the answer. I have been 
able to extract the stats now using the following script:

mri_segstats --slabel A152 rh $SUBJECTS_DIR/A152/label/rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/A152/stats/rh.c1.pial_lgi.stats

I have 186 individuals and have been trying to extract each individuals 
statistics individually, do you know if there is a bash shell script available 
to perform this process on all individuals in my study at once?

Best,
Luke


On 2 Dec 2022, at 15:28, Huang, Yujing 
mailto:yhuan...@mgh.harvard.edu>> wrote:

Hi Luke,

Can you try to pass the full path to your label file?  Instead of 
‘rh.c1.label’, pass ‘/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label’ 
to mri_segstats.

I think that should work.

Best,

Yujing

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 5:14 AM
To: freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu>
Subject: [Freesurfer] LGI label statistics

External Email - Use Caution
Dear freesurfer,

I am attempting to extract LGI statistical data from a label running the 
mri_segstats command

Here is the script I am attempting to run:

mri_segstats --slabel A152 rh rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats

This returns an error: error: mri_segstats: could not open label file 
rh.c1.label

I created the label using freeview - make closed path - then filling the closed 
path. The label projects on pial and inflated surfaces
Furthermore the label is able to be identified and used in the following command

mris_anatomical_stats \
-l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
-f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
A152 \
rh

Please could you advise me on where I am going wrong here?

Many thanks,

Luke
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu<mailto:Freesurfer@nmr.mgh.harvard.edu>
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to 

Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Luke K Harper
External Email - Use Caution

Thanks! 

As the subject ID in my example is A152 should this be replaced by $subj in the 
label section too?  Each individual has a label created via label2label from a 
label on fsaverage or does this not matter?

Best,
Luke

> On 2 Dec 2022, at 16:46, Huang, Yujing  wrote:
> 
> Sorry, ‘Done’ should be in all lower case.
>  
> for subj in `ls -1`
> do
> echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
> $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
> #mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
> $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
> done
>  
> 1. remove the commented out line # first to verify echo printout
> 2. add back the line w/o the # sign
>  
> From: freesurfer-boun...@nmr.mgh.harvard.edu 
>  On Behalf Of Huang, Yujing
> Sent: Friday, December 2, 2022 10:34 AM
> To: Freesurfer support list 
> Subject: Re: [Freesurfer] LGI label statistics
>  
> Hi Luke,
>  
> I don’t know any bash script available to perform the batch job.
>  
> You can enter it in a for loop at prompt. From your $SUBJECTS_DIR,
>  
> for subj in `ls -1`
> do
> echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
> $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
> #mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
> $SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
> $SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
> Done
>  
> I commented out the command submitting mri_segstat. I always verify the 
> printout from the echo first before submitting the jobs.
>  
> Hope this helps.
>  
> Best,
>  
> Yujing
>  
> From: freesurfer-boun...@nmr.mgh.harvard.edu 
> <mailto:freesurfer-boun...@nmr.mgh.harvard.edu> 
>  <mailto:freesurfer-boun...@nmr.mgh.harvard.edu>> On Behalf Of Luke K Harper
> Sent: Friday, December 2, 2022 10:08 AM
> To: Freesurfer support list  <mailto:freesurfer@nmr.mgh.harvard.edu>>
> Subject: Re: [Freesurfer] LGI label statistics
>  
> External Email - Use Caution
> 
> Hi Yujing
>  
> Ah great, Thank you so much for your help! That was the answer. I have been 
> able to extract the stats now using the following script:
>  
> mri_segstats --slabel A152 rh $SUBJECTS_DIR/A152/label/rh.c1.label --i 
> $SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum 
> $SUBJECTS_DIR/A152/stats/rh.c1.pial_lgi.stats
>  
> I have 186 individuals and have been trying to extract each individuals 
> statistics individually, do you know if there is a bash shell script 
> available to perform this process on all individuals in my study at once?
>  
> Best,
> Luke
>  
>  
> 
> On 2 Dec 2022, at 15:28, Huang, Yujing  <mailto:yhuan...@mgh.harvard.edu>> wrote:
>  
> Hi Luke,
>  
> Can you try to pass the full path to your label file?  Instead of 
> ‘rh.c1.label’, pass ‘/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label’ 
> to mri_segstats.
>  
> I think that should work.
>  
> Best,
>  
> Yujing
>  
> From: freesurfer-boun...@nmr.mgh.harvard.edu 
> <mailto:freesurfer-boun...@nmr.mgh.harvard.edu> 
>  <mailto:freesurfer-boun...@nmr.mgh.harvard.edu>> On Behalf Of Luke K Harper
> Sent: Friday, December 2, 2022 5:14 AM
> To: freesurfer@nmr.mgh.harvard.edu <mailto:freesurfer@nmr.mgh.harvard.edu>
> Subject: [Freesurfer] LGI label statistics
>  
> External Email - Use Caution
> Dear freesurfer,
>  
> I am attempting to extract LGI statistical data from a label running the 
> mri_segstats command
>  
> Here is the script I am attempting to run:
>  
> mri_segstats --slabel A152 rh rh.c1.label --i 
> $SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats
>  
> This returns an error: error: mri_segstats: could not open label file 
> rh.c1.label
>  
> I created the label using freeview - make closed path - then filling the 
> closed path. The label projects on pial and inflated surfaces
> Furthermore the label is able to be identified and used in the following 
> command
>  
> mris_anatomical_stats \
> -l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
> -f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
> A152 \
> rh
>  
> Please could you advise me on wh

Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Huang, Yujing
Sorry, ‘Done’ should be in all lower case.

for subj in `ls -1`
do
echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
#mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
done

1. remove the commented out line # first to verify echo printout
2. add back the line w/o the # sign

From: freesurfer-boun...@nmr.mgh.harvard.edu 
 On Behalf Of Huang, Yujing
Sent: Friday, December 2, 2022 10:34 AM
To: Freesurfer support list 
Subject: Re: [Freesurfer] LGI label statistics

Hi Luke,

I don’t know any bash script available to perform the batch job.

You can enter it in a for loop at prompt. From your $SUBJECTS_DIR,

for subj in `ls -1`
do
echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
#mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
Done

I commented out the command submitting mri_segstat. I always verify the 
printout from the echo first before submitting the jobs.

Hope this helps.

Best,

Yujing

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 10:08 AM
To: Freesurfer support list 
mailto:freesurfer@nmr.mgh.harvard.edu>>
Subject: Re: [Freesurfer] LGI label statistics


External Email - Use Caution
Hi Yujing

Ah great, Thank you so much for your help! That was the answer. I have been 
able to extract the stats now using the following script:

mri_segstats --slabel A152 rh $SUBJECTS_DIR/A152/label/rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/A152/stats/rh.c1.pial_lgi.stats

I have 186 individuals and have been trying to extract each individuals 
statistics individually, do you know if there is a bash shell script available 
to perform this process on all individuals in my study at once?

Best,
Luke


On 2 Dec 2022, at 15:28, Huang, Yujing 
mailto:yhuan...@mgh.harvard.edu>> wrote:

Hi Luke,

Can you try to pass the full path to your label file?  Instead of 
‘rh.c1.label’, pass ‘/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label’ 
to mri_segstats.

I think that should work.

Best,

Yujing

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 5:14 AM
To: freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu>
Subject: [Freesurfer] LGI label statistics

External Email - Use Caution
Dear freesurfer,

I am attempting to extract LGI statistical data from a label running the 
mri_segstats command

Here is the script I am attempting to run:

mri_segstats --slabel A152 rh rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats

This returns an error: error: mri_segstats: could not open label file 
rh.c1.label

I created the label using freeview - make closed path - then filling the closed 
path. The label projects on pial and inflated surfaces
Furthermore the label is able to be identified and used in the following command

mris_anatomical_stats \
-l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
-f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
A152 \
rh

Please could you advise me on where I am going wrong here?

Many thanks,

Luke
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu<mailto:Freesurfer@nmr.mgh.harvard.edu>
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer<https://secure-web.cisco.com/19hNQSGxFV-Bh6uGRZWlW1nPiQced3qZ5h0iZ7kZcoQ-iEGcxMrywGjT39Iy3Gf9hbDI_9t1bCdezJVIIxMeAWUZ6y_2Sdi7V10S4hBUTIHDzXcb7dfM7CjRwnKmMrnF6yi1TEWh2X_h0_QPXSDvuQ0o7VO8ZXUT3OH6YJbKmKP8Ykx47ARuxd1jWy_LRSUWgmTCUlQObxsztUcmq2od5p6yH6klNcJgTH8QYvq_kqjLSvHTV6ExjJtBP5h3El8CSw9Y0TBbAP8EFXZge7LqEo3uNejdpxJgu5_3GwMv5wphV1BT5tluL18y2QgIxCn-PZI1ouTju4ah7ZLlftybIyA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer>
The information in this e-mail is intended only for the person to whom it is 
addressed.  If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to be 
https://www.massgeneralbrigham.org/complianceline&

Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Huang, Yujing
Hi Luke,

I don’t know any bash script available to perform the batch job.

You can enter it in a for loop at prompt. From your $SUBJECTS_DIR,

for subj in `ls -1`
do
echo "mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats"
#mri_segstats --slabel A152 rh $SUBJECTS_DIR/$subj/label/rh.c1.label --i 
$SUBJECTS_DIR/$subj/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/$subj/stats/rh.c1.pial_lgi.stats
Done

I commented out the command submitting mri_segstat. I always verify the 
printout from the echo first before submitting the jobs.

Hope this helps.

Best,

Yujing

From: freesurfer-boun...@nmr.mgh.harvard.edu 
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 10:08 AM
To: Freesurfer support list 
Subject: Re: [Freesurfer] LGI label statistics


External Email - Use Caution
Hi Yujing

Ah great, Thank you so much for your help! That was the answer. I have been 
able to extract the stats now using the following script:

mri_segstats --slabel A152 rh $SUBJECTS_DIR/A152/label/rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/A152/stats/rh.c1.pial_lgi.stats

I have 186 individuals and have been trying to extract each individuals 
statistics individually, do you know if there is a bash shell script available 
to perform this process on all individuals in my study at once?

Best,
Luke



On 2 Dec 2022, at 15:28, Huang, Yujing 
mailto:yhuan...@mgh.harvard.edu>> wrote:

Hi Luke,

Can you try to pass the full path to your label file?  Instead of 
‘rh.c1.label’, pass ‘/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label’ 
to mri_segstats.

I think that should work.

Best,

Yujing

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 5:14 AM
To: freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu>
Subject: [Freesurfer] LGI label statistics

External Email - Use Caution
Dear freesurfer,

I am attempting to extract LGI statistical data from a label running the 
mri_segstats command

Here is the script I am attempting to run:

mri_segstats --slabel A152 rh rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats

This returns an error: error: mri_segstats: could not open label file 
rh.c1.label

I created the label using freeview - make closed path - then filling the closed 
path. The label projects on pial and inflated surfaces
Furthermore the label is able to be identified and used in the following command

mris_anatomical_stats \
-l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
-f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
A152 \
rh

Please could you advise me on where I am going wrong here?

Many thanks,

Luke
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu<mailto:Freesurfer@nmr.mgh.harvard.edu>
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer<https://secure-web.cisco.com/19hNQSGxFV-Bh6uGRZWlW1nPiQced3qZ5h0iZ7kZcoQ-iEGcxMrywGjT39Iy3Gf9hbDI_9t1bCdezJVIIxMeAWUZ6y_2Sdi7V10S4hBUTIHDzXcb7dfM7CjRwnKmMrnF6yi1TEWh2X_h0_QPXSDvuQ0o7VO8ZXUT3OH6YJbKmKP8Ykx47ARuxd1jWy_LRSUWgmTCUlQObxsztUcmq2od5p6yH6klNcJgTH8QYvq_kqjLSvHTV6ExjJtBP5h3El8CSw9Y0TBbAP8EFXZge7LqEo3uNejdpxJgu5_3GwMv5wphV1BT5tluL18y2QgIxCn-PZI1ouTju4ah7ZLlftybIyA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer>
The information in this e-mail is intended only for the person to whom it is 
addressed.  If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to be 
https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1dN6OqH6xTffwSzbdIQPvUsQdhVlQcBukN9g4xg-D0MuHqVon1A35tmB0wXBWS-JF-DWpJvO6DChno4TWSLZIF2-_fZpBKBKT2tKuZ7d2ksMqVN1aaIVLSwleqn-8W--7CfD2gHLWrCSw15KRu0ltnJKup_Bdqitn0SyiluYGkVkKnwQ6MsckOGXskoKW_X7PSQDPrjVbT0wrGM0Gjf4B5IsqJ7UknoNAlc_PsKwJOlA2Abu2Xg1rkcqvii1bW4BuGUPFJqXUabiegNBMtWOphzluXdfwXRRe9Nco-wvYrVVT6KHfIh5eyro2M0KbHtxCpexNyNtNIk63ErRj9MfH9w/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>https://www.massgeneralbrigham.org/complianceline<https://secure-web.cisco.com/1dN6OqH6xTffwSzbdIQPvUsQdhVlQcBukN9g4xg-D0MuHqVon1A35tmB0wXBWS-JF-DWpJvO6DChno4TWSLZIF2-_fZpBKBKT2tKuZ7d2ksMqVN1aaIVLSwleqn-8W--7CfD2gHLWrCSw15KRu0ltnJKup_Bdqitn0SyiluYGkVkKnwQ6MsckOGXskoKW_X7PSQDPrjVbT0wrGM0Gjf4B5IsqJ7UknoNAlc_PsKwJOlA2Abu2Xg1rkcqvii1bW4BuGUPFJqXUabiegNBMtWOphzluXdfwXRRe9Nco-wvYrVVT6KHfIh5eyro2M0KbHtxCpexNyNtNIk63ErRj9MfH9w/https%3A%2F

Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Luke K Harper
External Email - Use Caution

Hi Yujing

Ah great, Thank you so much for your help! That was the answer. I have been 
able to extract the stats now using the following script:

mri_segstats --slabel A152 rh $SUBJECTS_DIR/A152/label/rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum 
$SUBJECTS_DIR/A152/stats/rh.c1.pial_lgi.stats

I have 186 individuals and have been trying to extract each individuals 
statistics individually, do you know if there is a bash shell script available 
to perform this process on all individuals in my study at once?

Best,
Luke
 

> On 2 Dec 2022, at 15:28, Huang, Yujing  wrote:
> 
> Hi Luke,
>  
> Can you try to pass the full path to your label file?  Instead of 
> ‘rh.c1.label’, pass ‘/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label’ 
> to mri_segstats.
>  
> I think that should work.
>  
> Best,
>  
> Yujing
>  
> From: freesurfer-boun...@nmr.mgh.harvard.edu 
> <mailto:freesurfer-boun...@nmr.mgh.harvard.edu> 
>  <mailto:freesurfer-boun...@nmr.mgh.harvard.edu>> On Behalf Of Luke K Harper
> Sent: Friday, December 2, 2022 5:14 AM
> To: freesurfer@nmr.mgh.harvard.edu <mailto:freesurfer@nmr.mgh.harvard.edu>
> Subject: [Freesurfer] LGI label statistics
>  
> External Email - Use Caution
> 
> Dear freesurfer,
>  
> I am attempting to extract LGI statistical data from a label running the 
> mri_segstats command
>  
> Here is the script I am attempting to run:
>  
> mri_segstats --slabel A152 rh rh.c1.label --i 
> $SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats
>  
> This returns an error: error: mri_segstats: could not open label file 
> rh.c1.label
>  
> I created the label using freeview - make closed path - then filling the 
> closed path. The label projects on pial and inflated surfaces
> Furthermore the label is able to be identified and used in the following 
> command
>  
> mris_anatomical_stats \
> -l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
> -f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
> A152 \
> rh
>  
> Please could you advise me on where I am going wrong here?
>  
> Many thanks,
>  
> Luke
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu <mailto:Freesurfer@nmr.mgh.harvard.edu>
> https://secure-web.cisco.com/19hNQSGxFV-Bh6uGRZWlW1nPiQced3qZ5h0iZ7kZcoQ-iEGcxMrywGjT39Iy3Gf9hbDI_9t1bCdezJVIIxMeAWUZ6y_2Sdi7V10S4hBUTIHDzXcb7dfM7CjRwnKmMrnF6yi1TEWh2X_h0_QPXSDvuQ0o7VO8ZXUT3OH6YJbKmKP8Ykx47ARuxd1jWy_LRSUWgmTCUlQObxsztUcmq2od5p6yH6klNcJgTH8QYvq_kqjLSvHTV6ExjJtBP5h3El8CSw9Y0TBbAP8EFXZge7LqEo3uNejdpxJgu5_3GwMv5wphV1BT5tluL18y2QgIxCn-PZI1ouTju4ah7ZLlftybIyA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
>  
> <https://secure-web.cisco.com/19hNQSGxFV-Bh6uGRZWlW1nPiQced3qZ5h0iZ7kZcoQ-iEGcxMrywGjT39Iy3Gf9hbDI_9t1bCdezJVIIxMeAWUZ6y_2Sdi7V10S4hBUTIHDzXcb7dfM7CjRwnKmMrnF6yi1TEWh2X_h0_QPXSDvuQ0o7VO8ZXUT3OH6YJbKmKP8Ykx47ARuxd1jWy_LRSUWgmTCUlQObxsztUcmq2od5p6yH6klNcJgTH8QYvq_kqjLSvHTV6ExjJtBP5h3El8CSw9Y0TBbAP8EFXZge7LqEo3uNejdpxJgu5_3GwMv5wphV1BT5tluL18y2QgIxCn-PZI1ouTju4ah7ZLlftybIyA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer>
> The information in this e-mail is intended only for the person to whom it is 
> addressed.  If you believe this e-mail was sent to you in error and the 
> e-mail contains patient information, please contact the Mass General Brigham 
> Compliance HelpLine at 
> https://secure-web.cisco.com/1dN6OqH6xTffwSzbdIQPvUsQdhVlQcBukN9g4xg-D0MuHqVon1A35tmB0wXBWS-JF-DWpJvO6DChno4TWSLZIF2-_fZpBKBKT2tKuZ7d2ksMqVN1aaIVLSwleqn-8W--7CfD2gHLWrCSw15KRu0ltnJKup_Bdqitn0SyiluYGkVkKnwQ6MsckOGXskoKW_X7PSQDPrjVbT0wrGM0Gjf4B5IsqJ7UknoNAlc_PsKwJOlA2Abu2Xg1rkcqvii1bW4BuGUPFJqXUabiegNBMtWOphzluXdfwXRRe9Nco-wvYrVVT6KHfIh5eyro2M0KbHtxCpexNyNtNIk63ErRj9MfH9w/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline
>  
> <https://secure-web.cisco.com/1dN6OqH6xTffwSzbdIQPvUsQdhVlQcBukN9g4xg-D0MuHqVon1A35tmB0wXBWS-JF-DWpJvO6DChno4TWSLZIF2-_fZpBKBKT2tKuZ7d2ksMqVN1aaIVLSwleqn-8W--7CfD2gHLWrCSw15KRu0ltnJKup_Bdqitn0SyiluYGkVkKnwQ6MsckOGXskoKW_X7PSQDPrjVbT0wrGM0Gjf4B5IsqJ7UknoNAlc_PsKwJOlA2Abu2Xg1rkcqvii1bW4BuGUPFJqXUabiegNBMtWOphzluXdfwXRRe9Nco-wvYrVVT6KHfIh5eyro2M0KbHtxCpexNyNtNIk63ErRj9MfH9w/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline><https://secure-web.cisco.com/1dN6OqH6xTffwSzbdIQPvUsQdhVlQcBukN9g4xg-D0MuHqVon1A35tmB0wXBWS-JF-DWpJvO6DChno4TWSLZIF2-_fZpBKBKT2tKuZ7d2ksMqVN1aaIVLSwleqn-8W--7CfD2gHLWrCSw15KRu0ltnJKup_Bdqitn0SyiluYGkVkKnwQ6MsckOGXskoKW_X7PSQDPrjVbT0wrGM0Gjf4B5IsqJ7UknoNAlc_PsKwJOlA2Abu2Xg1rkcqvii1bW4BuGUPFJqXUabiegNBMtWOphzluXdfwXRRe9Nco-wvYrVVT6KHfIh5eyro2M0KbHtxCpexNyN

Re: [Freesurfer] LGI label statistics

2022-12-02 Thread Huang, Yujing
Hi Luke,

Can you try to pass the full path to your label file?  Instead of 
'rh.c1.label', pass '/Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label' 
to mri_segstats.

I think that should work.

Best,

Yujing

From: freesurfer-boun...@nmr.mgh.harvard.edu 
 On Behalf Of Luke K Harper
Sent: Friday, December 2, 2022 5:14 AM
To: freesurfer@nmr.mgh.harvard.edu
Subject: [Freesurfer] LGI label statistics


External Email - Use Caution
Dear freesurfer,

I am attempting to extract LGI statistical data from a label running the 
mri_segstats command

Here is the script I am attempting to run:

mri_segstats --slabel A152 rh rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats

This returns an error: error: mri_segstats: could not open label file 
rh.c1.label

I created the label using freeview - make closed path - then filling the closed 
path. The label projects on pial and inflated surfaces
Furthermore the label is able to be identified and used in the following command

mris_anatomical_stats \
-l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
-f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
A152 \
rh

Please could you advise me on where I am going wrong here?

Many thanks,

Luke
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed.  If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline 
<https://www.massgeneralbrigham.org/complianceline> .
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 


[Freesurfer] LGI label statistics

2022-12-02 Thread Luke K Harper
External Email - Use Caution

Dear freesurfer,

I am attempting to extract LGI statistical data from a label running the 
mri_segstats command

Here is the script I am attempting to run:

mri_segstats --slabel A152 rh rh.c1.label --i 
$SUBJECTS_DIR/A152/surf/rh.pial_lgi --sum rh.aparc.pial_lgi.stats

This returns an error: error: mri_segstats: could not open label file 
rh.c1.label

I created the label using freeview - make closed path - then filling the closed 
path. The label projects on pial and inflated surfaces
Furthermore the label is able to be identified and used in the following command

mris_anatomical_stats \
-l /Users/lu8342ha/Desktop/subjects/A152/label/rh.c1.label \
-f /Users/lu8342ha/Desktop/subjects/A152/stats/rh.c1.stats \
A152 \
rh

Please could you advise me on where I am going wrong here?

Many thanks,

Luke___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed.  If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline 
 .
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 


Re: [Freesurfer] lGI value aberrantly high, again

2022-02-04 Thread Douglas N. Greve
The lGI is run from recon-all so it is still the lGI that is the problem

On 2/1/2022 3:41 AM, Bernardoni, Fabio wrote:
>  External Email - Use Caution
>
> dear douglas
>
> thanks for your answer. I understand the developer is not maintaining the 
> program computing lGI. however, my question refers ultimately to the 
> recon-all preprocessing. I am trying to make it run again using different 
> random seed, but apparently it uses the same random seed. or am I wrong? 
> whether this rerun with a new random seed solves the lGI problem is yet to be 
> proven.
>
> thanks
>
> fabio
>
> Dr. Fabio Bernardoni
> wiss. Mitarbeiter
>
> Division of Psychological & Social Medicine and Developmental Neurosciences
> http://secure-web.cisco.com/10ROFpusm7251nd4R7VbhOMTRpfG2ZVw1NyefMENfUDi6dM90KVg1F580Ru3Y546PmS-h-yp2hhRc5_K7k433uq2EJ9eaN9s8N9_CsTS54vv8mPbTTC2nPXc9xuueUufUXY3wMTbe-X_hCg0_ZeY_3dPgUiI9Z8XB_Gj9VNMxWl_xWy1cJLx0YYY58z5B_NtHWLg0JcHnV3Bii40hBJXokL86POx5de5HjDYxX4xjuGmgmKVcOu7L97BLr6q4WUSuF41E4SlFTBFZ6U2Tm1xn9izIPo9PZQTv9aJG7uBQpIMI0PKO3sNOOljdWZHt7nV5/http%3A%2F%2Fwww.transdenlab.de%2F;
>  
> http://secure-web.cisco.com/1N4i9jIw8bJ2yyEYm19KEnx7NejoYUvpMYJhTzabx3pM9WaR339FXo0cTYTnMG39Foa8qvhVU2_8sNrquKhF4qAsTbKSG9Z0oc8FpUcbGEy7i36ukcG61fyttQYv8XXhwwxXvV3hBnHapvelFfE8Pn5pDQ0WAfV4wZFJBGhZA626M5UmsO0459TbVf4ixVsEZYfxGNenU8juB_rCXF3DaBEPluT9pyjsQE-iaDbPS2NSUkf5WLaqMg5LGErAya774gsfdaTWVSLHUYor57w1MmZSDyTiP8oZOjJpFtyyto7rDK7yUW-8sU54kPtcWm2wjmaIqnNeBo56a9qayzutOJA/http%3A%2F%2Fwww.uniklinikum-dresden.de%2Fpsm
> +49 (0351) 458-5245
> Universitätsklinikum Carl Gustav Carus
> an der Technischen Universität Dresden
> Anstalt des öffentlichen Rechts des Freistaates Sachsen
> Fetscherstraße 74, 01307 Dresden
> http://secure-web.cisco.com/16eVZdzuQm5qbm80qB8dztwMp6QFUkUZ0nFXE37Ypqc4REnOQM7fTSV13LSRRhFWKc7YOcgyF0u1v7WIS8StfxEqbSN1QZUB9W2l4c7t1Qjas9CpbS75zCrZj0nqO9wQo1_jIv8sdZpBYG5Y1bbDLqV993EdxHEWToOzJwKgqdHpSke8vqy6Xb93g_c4PgqGddOT6YXhMcGMWHr4f9WiF1Ur3FSvlMm4ALJZ4-uD5xvcTpf1A4-M_hhU9Jgj6nZWlkthGy2DPSFOcnC9sf_c205y0GHfslg0VbOZS240aXVnYwiTgl0QUCS7nqox8rL4XWbMGuswgO1Se9lRBxjP-Xg/http%3A%2F%2Fwww.uniklinikum-dresden.de
>
> Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Katrin Erk
> Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
> USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113
>
> http://secure-web.cisco.com/16eVZdzuQm5qbm80qB8dztwMp6QFUkUZ0nFXE37Ypqc4REnOQM7fTSV13LSRRhFWKc7YOcgyF0u1v7WIS8StfxEqbSN1QZUB9W2l4c7t1Qjas9CpbS75zCrZj0nqO9wQo1_jIv8sdZpBYG5Y1bbDLqV993EdxHEWToOzJwKgqdHpSke8vqy6Xb93g_c4PgqGddOT6YXhMcGMWHr4f9WiF1Ur3FSvlMm4ALJZ4-uD5xvcTpf1A4-M_hhU9Jgj6nZWlkthGy2DPSFOcnC9sf_c205y0GHfslg0VbOZS240aXVnYwiTgl0QUCS7nqox8rL4XWbMGuswgO1Se9lRBxjP-Xg/http%3A%2F%2Fwww.uniklinikum-dresden.de
> Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Wilfried E. B. Winzer
> Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
> USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113
>
> 
> Von: freesurfer-boun...@nmr.mgh.harvard.edu 
>  im Auftrag von Douglas N. Greve 
> 
> Gesendet: Mittwoch, 26. Januar 2022 23:02:04
> An: freesurfer@nmr.mgh.harvard.edu
> Betreff: Re: [Freesurfer] lGI value aberrantly high, again
>
> Sorry, the developer of this program has moved on in her career so we
> have no one to support it anymore. We maybe looking at it again in the
> next year or so.
>
> On 1/25/2022 4:49 AM, Bernardoni, Fabio wrote:
>>   External Email - Use Caution
>>
>> Dear all
>>
>> as some other posted before me, sometimes the computation of lGI fails with 
>> the message
>> (see for example: 
>> https://secure-web.cisco.com/1LP2MjWSbRkQqjVjAMGGAySVoeFkdNhk1cYwhbxxVDmXiHS_3t4OH5UTR99dcG2qgX8efaQYfhcbbftI-T2HYptb4KL3ZxlJjmDP29gWStsqjsaXvuFBk4EbaR1a9qpkSEEv7T6728G9zmUkpM6YAnjA1vEPUDUxgGKRG01r5vncEqkblMdNFz83z_BWs17Fb8ykfKufUQ0xfAdSe0LltyVNpsoV8r0EqhFmBYnhc9cgJSDHJCTnacrHKTj903Cyhq_ipT6u0aXXfKPGPIywUCGjEtIJIpuB1YENqkI28eagbxGBMORYw7MZ-HDsYMxmE-9Hn6NPKsBI_SfwfFAoXqw/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg09284.html,
>>  
>> https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html,
>>  
>> https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_

Re: [Freesurfer] lGI value aberrantly high, again

2022-02-01 Thread Bernardoni, Fabio
External Email - Use Caution

dear douglas

thanks for your answer. I understand the developer is not maintaining the 
program computing lGI. however, my question refers ultimately to the recon-all 
preprocessing. I am trying to make it run again using different random seed, 
but apparently it uses the same random seed. or am I wrong? whether this rerun 
with a new random seed solves the lGI problem is yet to be proven.

thanks

fabio

Dr. Fabio Bernardoni
wiss. Mitarbeiter

Division of Psychological & Social Medicine and Developmental Neurosciences
http://secure-web.cisco.com/10ROFpusm7251nd4R7VbhOMTRpfG2ZVw1NyefMENfUDi6dM90KVg1F580Ru3Y546PmS-h-yp2hhRc5_K7k433uq2EJ9eaN9s8N9_CsTS54vv8mPbTTC2nPXc9xuueUufUXY3wMTbe-X_hCg0_ZeY_3dPgUiI9Z8XB_Gj9VNMxWl_xWy1cJLx0YYY58z5B_NtHWLg0JcHnV3Bii40hBJXokL86POx5de5HjDYxX4xjuGmgmKVcOu7L97BLr6q4WUSuF41E4SlFTBFZ6U2Tm1xn9izIPo9PZQTv9aJG7uBQpIMI0PKO3sNOOljdWZHt7nV5/http%3A%2F%2Fwww.transdenlab.de%2F;
 
http://secure-web.cisco.com/1N4i9jIw8bJ2yyEYm19KEnx7NejoYUvpMYJhTzabx3pM9WaR339FXo0cTYTnMG39Foa8qvhVU2_8sNrquKhF4qAsTbKSG9Z0oc8FpUcbGEy7i36ukcG61fyttQYv8XXhwwxXvV3hBnHapvelFfE8Pn5pDQ0WAfV4wZFJBGhZA626M5UmsO0459TbVf4ixVsEZYfxGNenU8juB_rCXF3DaBEPluT9pyjsQE-iaDbPS2NSUkf5WLaqMg5LGErAya774gsfdaTWVSLHUYor57w1MmZSDyTiP8oZOjJpFtyyto7rDK7yUW-8sU54kPtcWm2wjmaIqnNeBo56a9qayzutOJA/http%3A%2F%2Fwww.uniklinikum-dresden.de%2Fpsm
+49 (0351) 458-5245
Universitätsklinikum Carl Gustav Carus
an der Technischen Universität Dresden
Anstalt des öffentlichen Rechts des Freistaates Sachsen
Fetscherstraße 74, 01307 Dresden
http://secure-web.cisco.com/16eVZdzuQm5qbm80qB8dztwMp6QFUkUZ0nFXE37Ypqc4REnOQM7fTSV13LSRRhFWKc7YOcgyF0u1v7WIS8StfxEqbSN1QZUB9W2l4c7t1Qjas9CpbS75zCrZj0nqO9wQo1_jIv8sdZpBYG5Y1bbDLqV993EdxHEWToOzJwKgqdHpSke8vqy6Xb93g_c4PgqGddOT6YXhMcGMWHr4f9WiF1Ur3FSvlMm4ALJZ4-uD5xvcTpf1A4-M_hhU9Jgj6nZWlkthGy2DPSFOcnC9sf_c205y0GHfslg0VbOZS240aXVnYwiTgl0QUCS7nqox8rL4XWbMGuswgO1Se9lRBxjP-Xg/http%3A%2F%2Fwww.uniklinikum-dresden.de

Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Katrin Erk
Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113

http://secure-web.cisco.com/16eVZdzuQm5qbm80qB8dztwMp6QFUkUZ0nFXE37Ypqc4REnOQM7fTSV13LSRRhFWKc7YOcgyF0u1v7WIS8StfxEqbSN1QZUB9W2l4c7t1Qjas9CpbS75zCrZj0nqO9wQo1_jIv8sdZpBYG5Y1bbDLqV993EdxHEWToOzJwKgqdHpSke8vqy6Xb93g_c4PgqGddOT6YXhMcGMWHr4f9WiF1Ur3FSvlMm4ALJZ4-uD5xvcTpf1A4-M_hhU9Jgj6nZWlkthGy2DPSFOcnC9sf_c205y0GHfslg0VbOZS240aXVnYwiTgl0QUCS7nqox8rL4XWbMGuswgO1Se9lRBxjP-Xg/http%3A%2F%2Fwww.uniklinikum-dresden.de
Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Wilfried E. B. Winzer
Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113


Von: freesurfer-boun...@nmr.mgh.harvard.edu 
 im Auftrag von Douglas N. Greve 

Gesendet: Mittwoch, 26. Januar 2022 23:02:04
An: freesurfer@nmr.mgh.harvard.edu
Betreff: Re: [Freesurfer] lGI value aberrantly high, again

Sorry, the developer of this program has moved on in her career so we
have no one to support it anymore. We maybe looking at it again in the
next year or so.

On 1/25/2022 4:49 AM, Bernardoni, Fabio wrote:
>  External Email - Use Caution
>
> Dear all
>
> as some other posted before me, sometimes the computation of lGI fails with 
> the message
> (see for example: 
> https://secure-web.cisco.com/1LP2MjWSbRkQqjVjAMGGAySVoeFkdNhk1cYwhbxxVDmXiHS_3t4OH5UTR99dcG2qgX8efaQYfhcbbftI-T2HYptb4KL3ZxlJjmDP29gWStsqjsaXvuFBk4EbaR1a9qpkSEEv7T6728G9zmUkpM6YAnjA1vEPUDUxgGKRG01r5vncEqkblMdNFz83z_BWs17Fb8ykfKufUQ0xfAdSe0LltyVNpsoV8r0EqhFmBYnhc9cgJSDHJCTnacrHKTj903Cyhq_ipT6u0aXXfKPGPIywUCGjEtIJIpuB1YENqkI28eagbxGBMORYw7MZ-HDsYMxmE-9Hn6NPKsBI_SfwfFAoXqw/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg09284.html,
>  
> https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html,
>  
> https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html)
>
> 'lGI for vertex number 35901 of the outer mesh is 2.5958
> ... remeasuring lGI value for vertex iV = 36001. It may take a few minutes.
> WARNING -- Problem for vertex iV =

Re: [Freesurfer] lGI value aberrantly high, again

2022-01-26 Thread Douglas N. Greve
Sorry, the developer of this program has moved on in her career so we 
have no one to support it anymore. We maybe looking at it again in the 
next year or so.

On 1/25/2022 4:49 AM, Bernardoni, Fabio wrote:
>  External Email - Use Caution
>
> Dear all
>
> as some other posted before me, sometimes the computation of lGI fails with 
> the message
> (see for example: 
> https://secure-web.cisco.com/1LP2MjWSbRkQqjVjAMGGAySVoeFkdNhk1cYwhbxxVDmXiHS_3t4OH5UTR99dcG2qgX8efaQYfhcbbftI-T2HYptb4KL3ZxlJjmDP29gWStsqjsaXvuFBk4EbaR1a9qpkSEEv7T6728G9zmUkpM6YAnjA1vEPUDUxgGKRG01r5vncEqkblMdNFz83z_BWs17Fb8ykfKufUQ0xfAdSe0LltyVNpsoV8r0EqhFmBYnhc9cgJSDHJCTnacrHKTj903Cyhq_ipT6u0aXXfKPGPIywUCGjEtIJIpuB1YENqkI28eagbxGBMORYw7MZ-HDsYMxmE-9Hn6NPKsBI_SfwfFAoXqw/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg09284.html,
>  
> https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html,
>  
> https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html)
>
> 'lGI for vertex number 35901 of the outer mesh is 2.5958
> ... remeasuring lGI value for vertex iV = 36001. It may take a few minutes.
> WARNING -- Problem for vertex iV = 36001, lGI value is aberrantly high 
> (lGI=53.1127)...
> ...lGI computation will be stopped. This may be caused by topological 
> defects, check mris_euler_number on the pial surface.'
>
> as many reported before me, computation of euler number gives 2, i.e. nothing 
> wrong. another suggestion by marie schaer is to
> rerun recon-all -hemi ?h -autorecon2 -autorecon3 , with or without the 
> -randomness option.
>
> The point is that the -randomness option seems to have no effect, the error 
> occurs again in exactly the same place, with the exact same value 
> (lGI=53.1127).
>
> I am using freesurfer 7.1. Has there been any development to solve this?
>
> Thank you in advance
>
> Fabio Bernardoni
>
>
> Dr. Fabio Bernardoni
> wiss. Mitarbeiter
>
> Division of Psychological & Social Medicine and Developmental Neurosciences
> http://secure-web.cisco.com/1xvuU9YpZrNAT8MBR8aeslCWdv2cNu-xhctWukMA-pgRDlfQq65obryki5fZ9inqQJGhUQCH12N3Pt0ACl5Sz6LbLbSEiQUG8WQO9t88xjEbBwfnJl5zMPv5YGf2um_2huADEEKMstPPgZ-2NbXimHQPHK5qCSvFMpSsGruW0svSkAaRlYlbli_Lh272QlD4J26lfLiQzwTVCqVKRna8BCUGR8yVWddr_LDg_XEqia5dNbzYZDkwnUBTG2F9ISpoIXh3TOciVMBbhbfFjq4oyGcs3f8IYSIi2hIbnpM9C-K7UBqfq6JgC8MOXudQm7m45/http%3A%2F%2Fwww.transdenlab.de%2F;
>  
> http://secure-web.cisco.com/18N9590xMz7PXy9R7etuq98MdgjKagN7Y04h0saKn6vRWYJ38YRbvIQam95p0_9OaNAtoH0qHBY20t69GRnCZNTRBEMY7L0dD_0kA9XSvn1emw5Cg068ZJTAc2rajYXBSywtHWwSBJv5Bk3AMNCwDT208lNW5A1KBEHxU6ClKWG0biFGmUlIMeH8DzBxdhTFSc46EnzdD9atOQtFO8_qTgvGgNFOhfvwKS67YeTzV4Q22C-y953EVIfJo84NUaLXgIRwlO-_erSBNdJlV-6iBgXbIA2PkyekWYcjKAGknDwCZ9FeDCXXrfPaTjhOLpleBfcBwLPTaoDD3w_UZqZxxZw/http%3A%2F%2Fwww.uniklinikum-dresden.de%2Fpsm
> +49 (0351) 458-5245
> Universitätsklinikum Carl Gustav Carus
> an der Technischen Universität Dresden
> Anstalt des öffentlichen Rechts des Freistaates Sachsen
> Fetscherstraße 74, 01307 Dresden
> http://secure-web.cisco.com/108KZKatqumySxQAcQhTRI4pLm-1UWBgP9aUo19kQxHoswPNbN5Y93CIS1m_AZYvI5g89xt3D8fWeG-nZGHcWIQwdgK8LBVhodCmEXFq0EKDBLAsOIVvTG4LeWM5r8y2JLCZ2mOd9g9GLcMjVMjeQjD5VgJU5LeAZNm-NJ5tBPB1hF8wvnJNJ2X2cLJ5vZKLU2aYgxN-WuZE1cGjXWay2opcuDq7SitYKNWvlz762MMOCM8bMv3z8ZWoGK9BOsPrEDz0rsK0tuSSiFgl7gEIb24bX2LfSiWILL6YaWrYsO3oymz8wM88PTz3iRsLfW82BhTXKtAPLBEvL3og_vVMoTA/http%3A%2F%2Fwww.uniklinikum-dresden.de
>
> Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Katrin Erk
> Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
> USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113
>
> http://secure-web.cisco.com/108KZKatqumySxQAcQhTRI4pLm-1UWBgP9aUo19kQxHoswPNbN5Y93CIS1m_AZYvI5g89xt3D8fWeG-nZGHcWIQwdgK8LBVhodCmEXFq0EKDBLAsOIVvTG4LeWM5r8y2JLCZ2mOd9g9GLcMjVMjeQjD5VgJU5LeAZNm-NJ5tBPB1hF8wvnJNJ2X2cLJ5vZKLU2aYgxN-WuZE1cGjXWay2opcuDq7SitYKNWvlz762MMOCM8bMv3z8ZWoGK9BOsPrEDz0rsK0tuSSiFgl7gEIb24bX2LfSiWILL6YaWrYsO3oymz8wM88PTz3iRsLfW82BhTXKtAPLBEvL3og_vVMoTA/http%3A%2F%2Fwww.uniklinikum-dresden.de
> Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Wilfried E. B. Winzer
> Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
> USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113
>
>
> 

[Freesurfer] lGI value aberrantly high, again

2022-01-25 Thread Bernardoni, Fabio
External Email - Use Caution

Dear all

as some other posted before me, sometimes the computation of lGI fails with the 
message 
(see for example: 
https://secure-web.cisco.com/1LP2MjWSbRkQqjVjAMGGAySVoeFkdNhk1cYwhbxxVDmXiHS_3t4OH5UTR99dcG2qgX8efaQYfhcbbftI-T2HYptb4KL3ZxlJjmDP29gWStsqjsaXvuFBk4EbaR1a9qpkSEEv7T6728G9zmUkpM6YAnjA1vEPUDUxgGKRG01r5vncEqkblMdNFz83z_BWs17Fb8ykfKufUQ0xfAdSe0LltyVNpsoV8r0EqhFmBYnhc9cgJSDHJCTnacrHKTj903Cyhq_ipT6u0aXXfKPGPIywUCGjEtIJIpuB1YENqkI28eagbxGBMORYw7MZ-HDsYMxmE-9Hn6NPKsBI_SfwfFAoXqw/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg09284.html,
 
https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html,
 
https://secure-web.cisco.com/1SX9AQfa4jGFVZg4d2lSYl8OLuP3FfkC_3AnJY2mfKP8J9WeP4jQEkCEs7No1A_FAjMj-HuftunURSuN0N10wdCGoHGtBZGdUc3hRRmgwnciLVgKWNy5KLYZ3kxjxmP95hjyOoPZTfxxTflg0jrV1DDAI_8dvyMRdF4kPyU7DkdMg0Dszh18VasP42tZItX7TCxBzX98bzSpYlZwE5K_f0KVAMzrcgXoObWgHQ6AAzgmTxZ3iuxfkHadgKf1VMNkhheh6LWpdrPfewMYwN6ElTUiBM2Wd74K2w7Ni6J6qOIAA12IIN_nR_OXnKgZsh0MUN5b3RYmgVd6T3csf34S-Og/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg44781.html)

'lGI for vertex number 35901 of the outer mesh is 2.5958
... remeasuring lGI value for vertex iV = 36001. It may take a few minutes.
WARNING -- Problem for vertex iV = 36001, lGI value is aberrantly high 
(lGI=53.1127)...
...lGI computation will be stopped. This may be caused by topological defects, 
check mris_euler_number on the pial surface.'

as many reported before me, computation of euler number gives 2, i.e. nothing 
wrong. another suggestion by marie schaer is to 
rerun recon-all -hemi ?h -autorecon2 -autorecon3 , with or without the 
-randomness option. 

The point is that the -randomness option seems to have no effect, the error 
occurs again in exactly the same place, with the exact same value 
(lGI=53.1127). 

I am using freesurfer 7.1. Has there been any development to solve this? 

Thank you in advance

Fabio Bernardoni


Dr. Fabio Bernardoni
wiss. Mitarbeiter

Division of Psychological & Social Medicine and Developmental Neurosciences
http://secure-web.cisco.com/1xvuU9YpZrNAT8MBR8aeslCWdv2cNu-xhctWukMA-pgRDlfQq65obryki5fZ9inqQJGhUQCH12N3Pt0ACl5Sz6LbLbSEiQUG8WQO9t88xjEbBwfnJl5zMPv5YGf2um_2huADEEKMstPPgZ-2NbXimHQPHK5qCSvFMpSsGruW0svSkAaRlYlbli_Lh272QlD4J26lfLiQzwTVCqVKRna8BCUGR8yVWddr_LDg_XEqia5dNbzYZDkwnUBTG2F9ISpoIXh3TOciVMBbhbfFjq4oyGcs3f8IYSIi2hIbnpM9C-K7UBqfq6JgC8MOXudQm7m45/http%3A%2F%2Fwww.transdenlab.de%2F;
 
http://secure-web.cisco.com/18N9590xMz7PXy9R7etuq98MdgjKagN7Y04h0saKn6vRWYJ38YRbvIQam95p0_9OaNAtoH0qHBY20t69GRnCZNTRBEMY7L0dD_0kA9XSvn1emw5Cg068ZJTAc2rajYXBSywtHWwSBJv5Bk3AMNCwDT208lNW5A1KBEHxU6ClKWG0biFGmUlIMeH8DzBxdhTFSc46EnzdD9atOQtFO8_qTgvGgNFOhfvwKS67YeTzV4Q22C-y953EVIfJo84NUaLXgIRwlO-_erSBNdJlV-6iBgXbIA2PkyekWYcjKAGknDwCZ9FeDCXXrfPaTjhOLpleBfcBwLPTaoDD3w_UZqZxxZw/http%3A%2F%2Fwww.uniklinikum-dresden.de%2Fpsm
+49 (0351) 458-5245
Universitätsklinikum Carl Gustav Carus
an der Technischen Universität Dresden
Anstalt des öffentlichen Rechts des Freistaates Sachsen
Fetscherstraße 74, 01307 Dresden
http://secure-web.cisco.com/108KZKatqumySxQAcQhTRI4pLm-1UWBgP9aUo19kQxHoswPNbN5Y93CIS1m_AZYvI5g89xt3D8fWeG-nZGHcWIQwdgK8LBVhodCmEXFq0EKDBLAsOIVvTG4LeWM5r8y2JLCZ2mOd9g9GLcMjVMjeQjD5VgJU5LeAZNm-NJ5tBPB1hF8wvnJNJ2X2cLJ5vZKLU2aYgxN-WuZE1cGjXWay2opcuDq7SitYKNWvlz762MMOCM8bMv3z8ZWoGK9BOsPrEDz0rsK0tuSSiFgl7gEIb24bX2LfSiWILL6YaWrYsO3oymz8wM88PTz3iRsLfW82BhTXKtAPLBEvL3og_vVMoTA/http%3A%2F%2Fwww.uniklinikum-dresden.de

Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Katrin Erk
Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113

http://secure-web.cisco.com/108KZKatqumySxQAcQhTRI4pLm-1UWBgP9aUo19kQxHoswPNbN5Y93CIS1m_AZYvI5g89xt3D8fWeG-nZGHcWIQwdgK8LBVhodCmEXFq0EKDBLAsOIVvTG4LeWM5r8y2JLCZ2mOd9g9GLcMjVMjeQjD5VgJU5LeAZNm-NJ5tBPB1hF8wvnJNJ2X2cLJ5vZKLU2aYgxN-WuZE1cGjXWay2opcuDq7SitYKNWvlz762MMOCM8bMv3z8ZWoGK9BOsPrEDz0rsK0tuSSiFgl7gEIb24bX2LfSiWILL6YaWrYsO3oymz8wM88PTz3iRsLfW82BhTXKtAPLBEvL3og_vVMoTA/http%3A%2F%2Fwww.uniklinikum-dresden.de
Vorstand: Prof. Dr. med. D. M. Albrecht (Sprecher), Wilfried E. B. Winzer
Vorsitzender des Aufsichtsrates: Prof. Dr. G. Brunner
USt.-IDNr.: DE 140 135 217, St.-Nr.: 203 145 03113


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


Re: [Freesurfer] LGI - output issue

2021-08-19 Thread Lab of Autism and Developmental Neuroscience, Lab of Autism and Developmental Neuroscience
External Email - Use Caution

It worked! Thank you so much for fixing this.

I am also trying to open ?h.pial-outer-smoothed file. How should I proceed
with either freeview or tksurferfv? Haven't found any info regarding this
on the wiki!

Again, thank you so much for your help!

All the best

On Wed, Aug 18, 2021 at 11:37 PM Hoopes, Andrew 
wrote:

> This is fixed in v7.2, but if you want to patch your current freesurfer
> distribution, you can try these commands:
>
>
>
> cd $FREESURFER_HOME/bin
>
> sudo mv fsvglrun fsvglrun.backup
>
> sudo curl -O
> https://secure-web.cisco.com/1efCCkX86LzSzP4WTrfKmXAn_UMOkClX1vXHyTzq468M8EqFH6ADhRk-mxvzBUdRYKoD8cdJjHKHVpbGLvr1uJiv3c7wTqLU-GD6Czs0AnxCjEJXuXNtKD9i6EYVGk_5daCrvcj9RAllhwgE15SPG3uUcTVERP5m-_ty2zGGaJ_PZHHHqJP70yt9mFG0UoB2up0mAc2y22KCUNbKW2re-1lKZO-mgyuYeie7b2Aug1Hc1_zYNLqi8EHQ2nvmJXDb_zTDo8kiPf5uDKK1lNlWO7g/https%3A%2F%2Fraw.githubusercontent.com%2Ffreesurfer%2Ffreesurfer%2Fdev%2Fscripts%2Ffsvglrun
>
> sudo chmod +x fsvglrun
>
>
>
> best
>
> Andrew
>
>
>
> *From: *freesurfer-boun...@nmr.mgh.harvard.edu <
> freesurfer-boun...@nmr.mgh.harvard.edu> on behalf of Lab of Autism and
> Developmental Neuroscience, Lab of Autism and Developmental Neuroscience <
> l...@email.gwu.edu>
> *Date: *Tuesday, August 17, 2021 at 2:43 PM
> *To: *Freesurfer support list 
> *Subject: *[Freesurfer] LGI - output issue
>
> *External Email - Use Caution*
>
> Good afternoon FreeSurfer experts,
>
>
>
> Hope that everyone is well and staying safe!
>
>
>
> I tried opening LGI freeview (or tksurferfv) output, and I have been
> running into the following issues (see code and error message outputs
> below). Any ideas how I could fix this? Please let me know if additional
> details are needed.
>
>
>
> Bolded code is what I inserted. Outputs are not bolded.
>
>
>
> *tksurfer HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi*
>
> zsh: command not found: tksurfer
>
> *tksurferfv HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi*
>
> ERROR: cannot find lh.pial_lgi
>
> *cd $SUBJECTS_DIR/HAR30303_srs2_2/surf*
>
> *tksurferfv HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi*
>
> freeview -f
> /Applications/ace_complete/HAR30303_srs2_2/surf/lh.inflated:curvature=/Applications/ace_complete/HAR30303_srs2_2/surf/lh.curv:overlay=lh.pial_lgi:overlay_threshold=2,2,5
> -viewport 3d
>
> /Applications/freesurfer/bin/fsvglrun: line 20: conditional binary
> operator expected
>
> /Applications/freesurfer/bin/fsvglrun: line 20: syntax error near
> `FS_ALLOW_VGLRUN'
>
> /Applications/freesurfer/bin/fsvglrun: line 20: `if [[ ! -v
> FS_ALLOW_VGLRUN ]]; then'
>
>
>
> Also within the surf folder, I tried something like: *freesurfer -v
> lh.pial_lgi*
>
> Output in freeview was just a dark screen - tried changing the color map
> but nothing improved this issue.
>
>
>
> Thank you so much!
>
>
>
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://secure-web.cisco.com/1w_K9KbbLgBqllsForrGBfzuAXbV3OU9tXXqWdiYWs0gi0QU2Y_HpCshevss4iZKtV4AL7GqEJpJXwpfrc66rH9XoR6PTPyDPdAbCP3LZJQK4objb3ASK9g6TCq246qA1aQkG-y-GsJSBXHmt6sQjpwhx5Ll-ndcHwoqB-kaJ-bv-P_v5qLt5uzzMwmKTsms_x4oVDvxSYitGKBjsTGdOGBP5jBbQVotEFm4q6vmyltbTQEo7vZKYEhZTC7BLwJxmbN21qBGwvoWD-fx0KlZmZw/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
> The information in this e-mail is intended only for the person to whom it
> is addressed. If you believe this e-mail was sent to you in error and the
> e-mail contains patient information, please contact the Mass General
> Brigham Compliance HelpLine at
> http://secure-web.cisco.com/1SCrfC_MElf0HQqPJLs0fR1rpzO4Gcy_67eg7dowxoBuPpXcNIwdRSH5z1IqYg12XGKhtUcV8z40hIVs-6NsQBoTzNkzX5-l7X33LSKLDX9t8POjzkNgZzsMb6SOa34sYOzUjc0hmmWLAwUspLs-IWXNnGooSalIH2kT0EBNbqPspZxdcyk8KbiiTwyLI8FLgASXSod5QlYFZWIQs9m3vog4CblQvWRyRRaFcoG8_vKF-aciLbUh0_1Jo2J6LYE5H2rDc3dLKt7devdXrYpb4jw/http%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline
>  . If the e-mail was sent
> to you in error but does not contain patient information, please contact
> the sender and properly dispose of the e-mail.
> Please note that this e-mail is not secure (encrypted).  If you do not
> wish to continue communication over unencrypted e-mail, please notify the
> sender of this message immediately.  Continuing to send or respond to
> e-mail after receiving this message means you understand and accept this
> risk and wish to continue to communicate over unencrypted e-mail.
>
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI - output issue

2021-08-18 Thread Hoopes, Andrew
This is fixed in v7.2, but if you want to patch your current freesurfer 
distribution, you can try these commands:

cd $FREESURFER_HOME/bin
sudo mv fsvglrun fsvglrun.backup
sudo curl -O 
https://raw.githubusercontent.com/freesurfer/freesurfer/dev/scripts/fsvglrun
sudo chmod +x fsvglrun

best
Andrew

From: freesurfer-boun...@nmr.mgh.harvard.edu 
 on behalf of Lab of Autism and 
Developmental Neuroscience, Lab of Autism and Developmental Neuroscience 

Date: Tuesday, August 17, 2021 at 2:43 PM
To: Freesurfer support list 
Subject: [Freesurfer] LGI - output issue

External Email - Use Caution
Good afternoon FreeSurfer experts,

Hope that everyone is well and staying safe!

I tried opening LGI freeview (or tksurferfv) output, and I have been running 
into the following issues (see code and error message outputs below). Any ideas 
how I could fix this? Please let me know if additional details are needed.

Bolded code is what I inserted. Outputs are not bolded.

tksurfer HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi
zsh: command not found: tksurfer
tksurferfv HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi
ERROR: cannot find lh.pial_lgi
cd $SUBJECTS_DIR/HAR30303_srs2_2/surf
tksurferfv HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi
freeview -f 
/Applications/ace_complete/HAR30303_srs2_2/surf/lh.inflated:curvature=/Applications/ace_complete/HAR30303_srs2_2/surf/lh.curv:overlay=lh.pial_lgi:overlay_threshold=2,2,5
 -viewport 3d
/Applications/freesurfer/bin/fsvglrun: line 20: conditional binary operator 
expected
/Applications/freesurfer/bin/fsvglrun: line 20: syntax error near 
`FS_ALLOW_VGLRUN'
/Applications/freesurfer/bin/fsvglrun: line 20: `if [[ ! -v FS_ALLOW_VGLRUN ]]; 
then'

Also within the surf folder, I tried something like: freesurfer -v lh.pial_lgi
Output in freeview was just a dark screen - tried changing the color map but 
nothing improved this issue.

Thank you so much!


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed. If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at http://www.massgeneralbrigham.org/complianceline . If 
the e-mail was sent to you in error but does not contain patient information, 
please contact the sender and properly dispose of the e-mail.
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 


Re: [Freesurfer] LGI - trouble creating output file for each subject

2021-08-17 Thread Lab of Autism and Developmental Neuroscience, Lab of Autism and Developmental Neuroscience
External Email - Use Caution

Dear Dr. Douglas,

Thank you so much for your response. I just checked in the surf folder of
this specific subject and yes, rh.white does exist. Not 100% sure how to
check if it's readable for freesurfer - could you please explain? Thank
you!

On Tue, Aug 17, 2021 at 5:45 PM Douglas N. Greve 
wrote:

> It says that it cannot find
> /Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.white
> does that file exist and readable?
>
> On 8/17/2021 5:12 PM, Lab of Autism and Developmental Neuroscience, Lab of
> Autism and Developmental Neuroscience wrote:
>
> External Email - Use Caution
> Hello again FreeSurfer experts,
>
> I am having some issues creating the output file with the LGI data for
> each subject. Could you please help me with this? See below the code (in
> bold) that I used and the outputs that I got. Please let me know if you
> need additional information!
>
> *mri_segstats --annot DCNL-fBMI-001_Siemens_MPRAGE rh aparc --i
> $SUBJECTS_DIR/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.pial_lgi --sum
> rh.DCNL_001_aparc.pial_lgi.stats*
> 7.1.0
> cwd
> cmdline mri_segstats --annot DCNL-fBMI-001_Siemens_MPRAGE rh aparc --i
> /Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.pial_lgi
> --sum rh.DCNL_001_aparc.pial_lgi.stats
> sysname  Darwin
> hostname CCAPSY-0GYM0XV
> machine  x86_64
> user ajobsaid
> whitesurfname  white
> UseRobust  0
> Constructing seg from annotation
> error: No such file or directory
> error:
> MRISread(/Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.white):
> could not open file
>
> The lh or rh.pial_lgi file is located in the surf folder in each subject.
> Should I transfer them to the stats folder and try something like 
> *asegstats2table
> -s subjectID --statsfile=rh.pial_lgi --meas mean --tablefile
> SubjectID_rh_lgi_final.txt ? *
>
> Thank you so much!!
>
> ___
> Freesurfer mailing 
> listfreesur...@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://secure-web.cisco.com/1DNwVxd-qsdBrqXyrK06wVTFL1NFHVIkX9g9qZ1tPXHe_bXhvRbgfYGwOswY7U-JfQcPIgzRWOXSlKQd_DzcdVsH0HEHccoM5KaxAjhN6o6WWZenjwHV0z284LJo8kSVvtX4H7hSb5tuTK4FhURTbvf_USv5Lr7agTE3DW45W76coXm5jzZmuFPpDrFfFCGNxmvwYibxvKMWv_jh8G_tnncibfMsUKpsYlkxeXqSLXU4w4HHSX44PQ-JRxvs8RbgDIwQr_oYp7H8RJyc6o6qOCA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
> The information in this e-mail is intended only for the person to whom it
> is addressed. If you believe this e-mail was sent to you in error and the
> e-mail contains patient information, please contact the Mass General
> Brigham Compliance HelpLine at
> http://secure-web.cisco.com/1jTZoWxS_YLhTSE13gn9KJXUGwklxPXiEBh53eZWeDPbF_PTL2LhjF69arNoKNtEF5zCj5ts7kriR6j0KZqMarNCNvMPr6y-Jr1rFKkcwX_dNx9o5iKd1x3BT_xuZI_HOz5GMIhnsvkeViA2PYUGRpEx66JYdCnglDyh94CZIf1BAuEL8BZEP6w1fUXNpLhJgp8i2EpM60LGVyvP8xOZfSQTyTNprAAntZqdt_iVGIt-xvKD1jyamVDE_cwBxRf36zYC5kAMBVNJwOrE-yAfK3A/http%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline
>  . If the e-mail was sent
> to you in error but does not contain patient information, please contact
> the sender and properly dispose of the e-mail.
> Please note that this e-mail is not secure (encrypted).  If you do not
> wish to continue communication over unencrypted e-mail, please notify the
> sender of this message immediately.  Continuing to send or respond to
> e-mail after receiving this message means you understand and accept this
> risk and wish to continue to communicate over unencrypted e-mail.
>
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI - trouble creating output file for each subject

2021-08-17 Thread Douglas N. Greve
It says that it cannot find 
/Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.white

does that file exist and readable?

On 8/17/2021 5:12 PM, Lab of Autism and Developmental Neuroscience, Lab 
of Autism and Developmental Neuroscience wrote:


External Email - Use Caution

Hello again FreeSurfer experts,

I am having some issues creating the output file with the LGI data for 
each subject. Could you please help me with this? See below the code 
(in bold) that I used and the outputs that I got. Please let me know 
if you need additional information!


*mri_segstats --annot DCNL-fBMI-001_Siemens_MPRAGE rh aparc --i 
$SUBJECTS_DIR/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.pial_lgi --sum 
rh.DCNL_001_aparc.pial_lgi.stats*

7.1.0
cwd
cmdline mri_segstats --annot DCNL-fBMI-001_Siemens_MPRAGE rh aparc --i 
/Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.pial_lgi 
--sum rh.DCNL_001_aparc.pial_lgi.stats

sysname  Darwin
hostname CCAPSY-0GYM0XV
machine  x86_64
user     ajobsaid
whitesurfname  white
UseRobust  0
Constructing seg from annotation
error: No such file or directory
error: 
MRISread(/Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.white): 
could not open file


The lh or rh.pial_lgi file is located in the surf folder in each 
subject. Should I transfer them to the stats folder and try something 
like *asegstats2table -s subjectID --statsfile=rh.pial_lgi --meas mean 
--tablefile SubjectID_rh_lgi_final.txt ? *

*
*
Thank you so much!!

___
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
The information in this e-mail is intended only for the person to whom it is 
addressed. If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at http://www.massgeneralbrigham.org/complianceline . If 
the e-mail was sent to you in error but does not contain patient information, 
please contact the sender and properly dispose of the e-mail.
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 


[Freesurfer] LGI - trouble creating output file for each subject

2021-08-17 Thread Lab of Autism and Developmental Neuroscience, Lab of Autism and Developmental Neuroscience
External Email - Use Caution

Hello again FreeSurfer experts,

I am having some issues creating the output file with the LGI data for each
subject. Could you please help me with this? See below the code (in bold)
that I used and the outputs that I got. Please let me know if you need
additional information!

*mri_segstats --annot DCNL-fBMI-001_Siemens_MPRAGE rh aparc --i
$SUBJECTS_DIR/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.pial_lgi --sum
rh.DCNL_001_aparc.pial_lgi.stats*
7.1.0
cwd
cmdline mri_segstats --annot DCNL-fBMI-001_Siemens_MPRAGE rh aparc --i
/Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.pial_lgi
--sum rh.DCNL_001_aparc.pial_lgi.stats
sysname  Darwin
hostname CCAPSY-0GYM0XV
machine  x86_64
user ajobsaid
whitesurfname  white
UseRobust  0
Constructing seg from annotation
error: No such file or directory
error:
MRISread(/Applications/freesurfer/subjects/DCNL-fBMI-001_Siemens_MPRAGE/surf/rh.white):
could not open file

The lh or rh.pial_lgi file is located in the surf folder in each subject.
Should I transfer them to the stats folder and try something like
*asegstats2table
-s subjectID --statsfile=rh.pial_lgi --meas mean --tablefile
SubjectID_rh_lgi_final.txt ? *

Thank you so much!!
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

[Freesurfer] LGI - output issue

2021-08-17 Thread Lab of Autism and Developmental Neuroscience, Lab of Autism and Developmental Neuroscience
External Email - Use Caution

Good afternoon FreeSurfer experts,

Hope that everyone is well and staying safe!

I tried opening LGI freeview (or tksurferfv) output, and I have been
running into the following issues (see code and error message outputs
below). Any ideas how I could fix this? Please let me know if additional
details are needed.

Bolded code is what I inserted. Outputs are not bolded.

*tksurfer HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi*
zsh: command not found: tksurfer
*tksurferfv HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi*
ERROR: cannot find lh.pial_lgi
*cd $SUBJECTS_DIR/HAR30303_srs2_2/surf*
*tksurferfv HAR30303_srs2_2 lh inflated -overlay lh.pial_lgi*
freeview -f
/Applications/ace_complete/HAR30303_srs2_2/surf/lh.inflated:curvature=/Applications/ace_complete/HAR30303_srs2_2/surf/lh.curv:overlay=lh.pial_lgi:overlay_threshold=2,2,5
-viewport 3d
/Applications/freesurfer/bin/fsvglrun: line 20: conditional binary operator
expected
/Applications/freesurfer/bin/fsvglrun: line 20: syntax error near
`FS_ALLOW_VGLRUN'
/Applications/freesurfer/bin/fsvglrun: line 20: `if [[ ! -v FS_ALLOW_VGLRUN
]]; then'

Also within the surf folder, I tried something like: *freesurfer -v
lh.pial_lgi*
Output in freeview was just a dark screen - tried changing the color map
but nothing improved this issue.

Thank you so much!
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI FS 7.1

2021-07-11 Thread Douglas N. Greve
I'm not sure either. I don't really use lgi. Look at some of the papers 
that have and see what they do


On 7/9/2021 4:03 PM, Del Re, Elisabetta wrote:


External Email - Use Caution

External Email - Use Caution

Would you normalize for differences in head size by adjusting for eTiV 
or total surface area?

Thank you so much,
Elisabetta

Sent from my iPhone

On Jul 9, 2021, at 2:08 PM, Douglas N. Greve  
wrote:


I'm not sure what you mean. Can you elaborate?

On 6/30/2021 5:05 PM, Del Re, Elisabetta wrote:


External Email - Use Caution

External Email - Use Caution

Thank you so much.
I am still in doubt as to whether adjust/normalize for brain volume 
or otherwise surface area before comparing groups.

Thank you for your advise,
best wishes,
Elisabetta

*From:* freesurfer-boun...@nmr.mgh.harvard.edu 
 on behalf of Douglas N. 
Greve 

*Sent:* Sunday, June 20, 2021 10:34 AM
*To:* freesurfer@nmr.mgh.harvard.edu 
*Subject:* Re: [Freesurfer] LGI FS 7.1
The biggest changes are intensity normalization and highres support, 
but many more changes. See the release notes
*MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to be* 
https://surfer.nmr.mgh.harvard.edu/fswiki/ReleaseNotes 
<https://secure-web.cisco.com/1-zy4xnoTVIUZYOAGhBIwlDn1MFRhAABHpitnpF8oWCmzvLodj7YweHxCi0AfJBEH9aGoVZdZVRRRC-4D4E-udWSQwUBkUzi31DT_ibnUWLifKSxG2_jKz0oHC74LIelR9Ruiw5HqkQ8AC-EFFm5U9JNpwxT6MIidMgg7aGi47AOu9Spu4uA-ZhgVyGb6rEWjDtGmhEzDtp5x10ixtqWDogjgI5JjigC-V0KLODa7pucpNXiWccdKP8ahWps69nZ3pDaWwTVgCrw3-MrAes3DPw/https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__secure-2Dweb.cisco.com_1xB0JoEP4-2DfG6EBFVYpZNgm-5FwWEEh-2DA2gLPM-2DxdJP5exIJKbf7w6aDNPwqYmKJIR8SrNy1xr6DJo9iYqEnbwjCYfUyZQRlY8Hd4MU-2Dd6yggFqQmT66AdhaeuTQeUQ7AkgibL7x5UqcEljyQL1RT0KBiyOnReezLP4Z8-2D-2DPU2iDuGic9cXeEnro0Xpv-2DTzp6NbIfk6obBLB7iAzGhkhUqZQGiUVwZGVeRjVT6zSrZjqVvuMa21nIKQ6S9MLRSvddGz9Fo4YxwtSgSSaqFZhiC6qQ_https-253A-252F-252Fsurfer.nmr.mgh.harvard.edu-252Ffswiki-252FReleaseNotes%26d%3DDwMG-g%26c%3DWO-RGvefibhHBZq3fL85hQ%26r%3DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE%26m%3DO-lvAE2GmOPl5T6lDiVcDd_ArIQ66F2bQB3zRHG9M0U%26s%3DQO-OQ-HY9n1HytwwLnLtCUEjWUs_ImrL4fw5OiuJjhs%26e%3D>



On 6/9/2021 10:17 AM, Del Re, Elisabetta wrote:


External Email - Use Caution

External Email - Use Caution


Dear FS team,
what are differences if any between LGI in FS 5.3 and 7.1?
Thank you so much,
best wishes,
Elisabetta

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu  <mailto:Freesurfer@nmr.mgh.harvard.edu>
https://secure-web.cisco.com/1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO_YuHw6MKNJGzgJtS8uEnX2_kvT_nS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ_gRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
  
<https://secure-web.cisco.com/1byhub6pSn3aT5yvutIuJr-LI_ffoOI3b4y_tQv8bDswXW3fUOkDi0XnafHzXtqVeDf6rz8X4csWB2YeRsiqFmZFBNhWkoieLEG_jAqZb4MB9KGgNlceM80glAzZnqdZRJGsBYAcUTidsmXd9GSzi8fiHbe5Hb1BpXIPmY2P4SUJxneHblgqjbagLWaYPfbe5wyvpGQ8QAGQDN04iVCQWqmRpEbhwh80INCPMZBKPGGGeDdicxvmmI_50v9Mglh3Cni6vscRbomd9lAEb8A9cXQ/https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__secure-2Dweb.cisco.com_1O3Kk0oSUij-2DGUZ-5Ft2ELwmiO-5FyM7wDzhqK6bEVa1ZEgIeAZglJL-5FGN77yf0pvGqCu7i3Lk4gFOEuoHClcxXtgHrFCjnez5gWSlgQ1qlXhVFJOWVLu2x2ysYRnQ6JjLm5dgLlIRNPTj3-2DbWa01XRB-2DGOpJDsOhGl5EP1UfXOYyKMk6QRZWwAVDFlxkGhwt86-5FDHUcau5joPYmR8OWurXcd8vBtr9GnX3lMlg313hN6E39aDhhm8vCSbBgS7WIME-2DhKXZzlzMpQTzPg4NtZT0VjIQ_https-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Fsecure-2D2Dweb.cisco.com-5F1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO-2D5FYuHw6MKNJGzgJtS8uEnX2-2D5FkvT-2D5FnS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ-2D5FgRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg-5Fhttps-2D253A-2D252F-2D252Fmail.nmr.mgh.harvard.edu-2D252Fmailman-2D252Flistinfo-2D252Ffreesurfer-2526d-253DDwMD-2Dg-2526c-253DWO-2DRGvefibhHBZq3fL85hQ-2526r-253DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE-2526m-253DNLZuHyBFFRf6g0hYNFSvCbtOFheSnDMLJAXDfHZNZKM-2526s-253DBXF-2DjRGvBlv36D33PKUCRvRA7eTsT2q-2DTS-5FqS7EmFwQ-2526e-253D%26d%3DDwMG-g%26c%3DWO-RGvefibhHBZq3fL85hQ%26r%3DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE%26m%3DO-lvAE2GmOPl5T6lDiVcDd_ArIQ66F2bQB3zRHG9M0U%26s%3D1qPg1Hm58K35e24J3889VDxwAT0QokCURUTzGHenYkI%26e%3D>



___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://secure-we

Re: [Freesurfer] LGI FS 7.1

2021-07-09 Thread Del Re, Elisabetta
External Email - Use Caution

Would you normalize for differences in head size by adjusting for eTiV or total 
surface area?
Thank you so much,
Elisabetta

Sent from my iPhone

On Jul 9, 2021, at 2:08 PM, Douglas N. Greve  wrote:

 I'm not sure what you mean. Can you elaborate?

On 6/30/2021 5:05 PM, Del Re, Elisabetta wrote:

External Email - Use Caution

External Email - Use Caution

Thank you so much.
I am still in doubt as to whether adjust/normalize for brain volume or 
otherwise surface area before comparing groups.
Thank you for your advise,
best wishes,
Elisabetta

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 on behalf of Douglas N. Greve 
<mailto:dgr...@mgh.harvard.edu>
Sent: Sunday, June 20, 2021 10:34 AM
To: freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu> 
<mailto:freesurfer@nmr.mgh.harvard.edu>
Subject: Re: [Freesurfer] LGI FS 7.1

The biggest changes are intensity normalization and highres support, but many 
more changes. See the release notes
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1Di65Y_P78CLycNjcfkSgtF_4x3lfpFYC8zd_H_tKCcJRA64q2OhpxFq3TyW_zgV0gMdDuzMVAMK6TCpfsDQG3x0jkrxDDGAi90f2R7NYsQt1bRa4ujKr2hgla9oI0C4TulpP1VXJxSw7l6bW8__ycil-Jp2zeq3FdGK262uP3sYu7yxufq7pivevw_u6cuEHiaH_fkdTbsUj8S3cJ25pOSDwnGEEwP6WLSBSytBkn-Z_mbRwGikkYUo1KG8F6c_iqEh2Mt6e4G69MR8zABKJRw/https%3A%2F%2Fsurfer.nmr.mgh.harvard.edu%2Ffswiki%2FReleaseNotes<https://secure-web.cisco.com/1-zy4xnoTVIUZYOAGhBIwlDn1MFRhAABHpitnpF8oWCmzvLodj7YweHxCi0AfJBEH9aGoVZdZVRRRC-4D4E-udWSQwUBkUzi31DT_ibnUWLifKSxG2_jKz0oHC74LIelR9Ruiw5HqkQ8AC-EFFm5U9JNpwxT6MIidMgg7aGi47AOu9Spu4uA-ZhgVyGb6rEWjDtGmhEzDtp5x10ixtqWDogjgI5JjigC-V0KLODa7pucpNXiWccdKP8ahWps69nZ3pDaWwTVgCrw3-MrAes3DPw/https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__secure-2Dweb.cisco.com_1xB0JoEP4-2DfG6EBFVYpZNgm-5FwWEEh-2DA2gLPM-2DxdJP5exIJKbf7w6aDNPwqYmKJIR8SrNy1xr6DJo9iYqEnbwjCYfUyZQRlY8Hd4MU-2Dd6yggFqQmT66AdhaeuTQeUQ7AkgibL7x5UqcEljyQL1RT0KBiyOnReezLP4Z8-2D-2DPU2iDuGic9cXeEnro0Xpv-2DTzp6NbIfk6obBLB7iAzGhkhUqZQGiUVwZGVeRjVT6zSrZjqVvuMa21nIKQ6S9MLRSvddGz9Fo4YxwtSgSSaqFZhiC6qQ_https-253A-252F-252Fsurfer.nmr.mgh.harvard.edu-252Ffswiki-252FReleaseNotes%26d%3DDwMG-g%26c%3DWO-RGvefibhHBZq3fL85hQ%26r%3DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE%26m%3DO-lvAE2GmOPl5T6lDiVcDd_ArIQ66F2bQB3zRHG9M0U%26s%3DQO-OQ-HY9n1HytwwLnLtCUEjWUs_ImrL4fw5OiuJjhs%26e%3D>


On 6/9/2021 10:17 AM, Del Re, Elisabetta wrote:

External Email - Use Caution

External Email - Use Caution

Dear FS team,
what are differences if any between LGI in FS 5.3 and 7.1?
Thank you so much,
best wishes,
Elisabetta



___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu<mailto:Freesurfer@nmr.mgh.harvard.edu>
https://secure-web.cisco.com/1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO_YuHw6MKNJGzgJtS8uEnX2_kvT_nS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ_gRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/14Fzm8srJu0GGa9aQ62qyKVyDYp97doFLnbxNQKNcT6Ox8BQhy3xezzhRmWtHAWZHVxOtQDGm1udSTd0KVhB5tiRizW3pU0Reiv4WoDwmY9blQezhnVIv4ighDRBHj57qXQd6r6ychxSnIDqu0HzaBi6DiKYq_R_YeRqECjVraRdzMmtdLLGK7qsiO9B_0mQz2sLZGy7pqbayldwsv5VWjp7vcl9K5tj7DCPyFQr-OQzeUPkqiOy_MzhVhxFHvGnSVJJ1nkdBGeFgwh24NQfa-g/https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__secure-2Dweb.cisco.com_1O3Kk0oSUij-2DGUZ-5Ft2ELwmiO-5FyM7wDzhqK6bEVa1ZEgIeAZglJL-5FGN77yf0pvGqCu7i3Lk4gFOEuoHClcxXtgHrFCjnez5gWSlgQ1qlXhVFJOWVLu2x2ysYRnQ6JjLm5dgLlIRNPTj3-2DbWa01XRB-2DGOpJDsOhGl5EP1UfXOYyKMk6QRZWwAVDFlxkGhwt86-5FDHUcau5joPYmR8OWurXcd8vBtr9GnX3lMlg313hN6E39aDhhm8vCSbBgS7WIME-2DhKXZzlzMpQTzPg4NtZT0VjIQ_https-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Fsecure-2D2Dweb.cisco.com-5F1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO-2D5FYuHw6MKNJGzgJtS8uEnX2-2D5FkvT-2D5FnS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ-2D5FgRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg-5Fhttps-2D253A-2D252F-2D252Fmail.nmr.mgh.harvard.edu-2D252Fmailman-2D252Flistinfo-2D252Ffreesurfer-2526d-253DDwMD-2Dg-2526c-253DWO-2DRGvefibhHBZq3fL85hQ-2526r-253DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE-2526m-253DNLZuHyBFFRf6g0hYNFSvCbtOFheSnDMLJAXDfHZNZKM-2526s-253DBXF-2DjRGvBlv36D33PKUCRvRA7eTsT2q-2DTS-5FqS7EmFwQ-2526e-253D%26d%3DDwMG-g%26c%3DWO-RGvefibhHBZq3fL85hQ%26r%3DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE%26m%3DO-lvAE2GmOPl5T6lDiVcDd_ArIQ66F2bQB3zRHG9M0U%2

Re: [Freesurfer] LGI FS 7.1

2021-07-09 Thread Douglas N. Greve

I'm not sure what you mean. Can you elaborate?

On 6/30/2021 5:05 PM, Del Re, Elisabetta wrote:


External Email - Use Caution

External Email - Use Caution

Thank you so much.
I am still in doubt as to whether adjust/normalize for brain volume or 
otherwise surface area before comparing groups.

Thank you for your advise,
best wishes,
Elisabetta

*From:* freesurfer-boun...@nmr.mgh.harvard.edu 
 on behalf of Douglas N. Greve 


*Sent:* Sunday, June 20, 2021 10:34 AM
*To:* freesurfer@nmr.mgh.harvard.edu 
*Subject:* Re: [Freesurfer] LGI FS 7.1
The biggest changes are intensity normalization and highres support, 
but many more changes. See the release notes
*MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to be* 
https://surfer.nmr.mgh.harvard.edu/fswiki/ReleaseNotes 
<https://secure-web.cisco.com/1xB0JoEP4-fG6EBFVYpZNgm_wWEEh-A2gLPM-xdJP5exIJKbf7w6aDNPwqYmKJIR8SrNy1xr6DJo9iYqEnbwjCYfUyZQRlY8Hd4MU-d6yggFqQmT66AdhaeuTQeUQ7AkgibL7x5UqcEljyQL1RT0KBiyOnReezLP4Z8--PU2iDuGic9cXeEnro0Xpv-Tzp6NbIfk6obBLB7iAzGhkhUqZQGiUVwZGVeRjVT6zSrZjqVvuMa21nIKQ6S9MLRSvddGz9Fo4YxwtSgSSaqFZhiC6qQ/https%3A%2F%2Fsurfer.nmr.mgh.harvard.edu%2Ffswiki%2FReleaseNotes>



On 6/9/2021 10:17 AM, Del Re, Elisabetta wrote:


External Email - Use Caution

External Email - Use Caution


Dear FS team,
what are differences if any between LGI in FS 5.3 and 7.1?
Thank you so much,
best wishes,
Elisabetta

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu  <mailto:Freesurfer@nmr.mgh.harvard.edu>
https://secure-web.cisco.com/1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO_YuHw6MKNJGzgJtS8uEnX2_kvT_nS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ_gRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
  
<https://secure-web.cisco.com/1O3Kk0oSUij-GUZ_t2ELwmiO_yM7wDzhqK6bEVa1ZEgIeAZglJL_GN77yf0pvGqCu7i3Lk4gFOEuoHClcxXtgHrFCjnez5gWSlgQ1qlXhVFJOWVLu2x2ysYRnQ6JjLm5dgLlIRNPTj3-bWa01XRB-GOpJDsOhGl5EP1UfXOYyKMk6QRZWwAVDFlxkGhwt86_DHUcau5joPYmR8OWurXcd8vBtr9GnX3lMlg313hN6E39aDhhm8vCSbBgS7WIME-hKXZzlzMpQTzPg4NtZT0VjIQ/https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__secure-2Dweb.cisco.com_1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO-5FYuHw6MKNJGzgJtS8uEnX2-5FkvT-5FnS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ-5FgRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg_https-253A-252F-252Fmail.nmr.mgh.harvard.edu-252Fmailman-252Flistinfo-252Ffreesurfer%26d%3DDwMD-g%26c%3DWO-RGvefibhHBZq3fL85hQ%26r%3DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE%26m%3DNLZuHyBFFRf6g0hYNFSvCbtOFheSnDMLJAXDfHZNZKM%26s%3DBXF-jRGvBlv36D33PKUCRvRA7eTsT2q-TS_qS7EmFwQ%26e%3D>



___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://secure-web.cisco.com/1vxZfNE8vKzlRbZ8-Br6JzchyoXMsqWPJ4KtFmMCRyz0H4s8GJtnuSDBYjqbuEafy40nKvHbZcoAc8umnPbQY4jJpwGNKOaZweZH4kfYE1BiHuTsEuVXTdvc5vVVaZeTGyqvRnmhopWTEJiEgRmd2WgSW7tLPY0tzC1CD8fBEhKTB9vowqyDMhyAJz9kjGJsq7dCbBWCdryJmmDOQf_ZfKKdSycfwiws_lPv7jgbogaRXLAPdZ8NUfv3vRozLHyV1CAM3uyq5jIVug0lbL6b2wQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed. If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at http://www.massgeneralbrigham.org/complianceline . If 
the e-mail was sent to you in error but does not contain patient information, 
please contact the sender and properly dispose of the e-mail.
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 


Re: [Freesurfer] LGI FS 7.1

2021-06-30 Thread Del Re, Elisabetta
External Email - Use Caution

Thank you so much.
I am still in doubt as to whether adjust/normalize for brain volume or 
otherwise surface area before comparing groups.
Thank you for your advise,
best wishes,
Elisabetta

From: freesurfer-boun...@nmr.mgh.harvard.edu 
 on behalf of Douglas N. Greve 

Sent: Sunday, June 20, 2021 10:34 AM
To: freesurfer@nmr.mgh.harvard.edu 
Subject: Re: [Freesurfer] LGI FS 7.1

The biggest changes are intensity normalization and highres support, but many 
more changes. See the release notes
https://secure-web.cisco.com/1xB0JoEP4-fG6EBFVYpZNgm_wWEEh-A2gLPM-xdJP5exIJKbf7w6aDNPwqYmKJIR8SrNy1xr6DJo9iYqEnbwjCYfUyZQRlY8Hd4MU-d6yggFqQmT66AdhaeuTQeUQ7AkgibL7x5UqcEljyQL1RT0KBiyOnReezLP4Z8--PU2iDuGic9cXeEnro0Xpv-Tzp6NbIfk6obBLB7iAzGhkhUqZQGiUVwZGVeRjVT6zSrZjqVvuMa21nIKQ6S9MLRSvddGz9Fo4YxwtSgSSaqFZhiC6qQ/https%3A%2F%2Fsurfer.nmr.mgh.harvard.edu%2Ffswiki%2FReleaseNotes


On 6/9/2021 10:17 AM, Del Re, Elisabetta wrote:

External Email - Use Caution

External Email - Use Caution

Dear FS team,
what are differences if any between LGI in FS 5.3 and 7.1?
Thank you so much,
best wishes,
Elisabetta



___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu<mailto:Freesurfer@nmr.mgh.harvard.edu>
https://secure-web.cisco.com/1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO_YuHw6MKNJGzgJtS8uEnX2_kvT_nS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ_gRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1O3Kk0oSUij-GUZ_t2ELwmiO_yM7wDzhqK6bEVa1ZEgIeAZglJL_GN77yf0pvGqCu7i3Lk4gFOEuoHClcxXtgHrFCjnez5gWSlgQ1qlXhVFJOWVLu2x2ysYRnQ6JjLm5dgLlIRNPTj3-bWa01XRB-GOpJDsOhGl5EP1UfXOYyKMk6QRZWwAVDFlxkGhwt86_DHUcau5joPYmR8OWurXcd8vBtr9GnX3lMlg313hN6E39aDhhm8vCSbBgS7WIME-hKXZzlzMpQTzPg4NtZT0VjIQ/https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__secure-2Dweb.cisco.com_1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO-5FYuHw6MKNJGzgJtS8uEnX2-5FkvT-5FnS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ-5FgRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg_https-253A-252F-252Fmail.nmr.mgh.harvard.edu-252Fmailman-252Flistinfo-252Ffreesurfer%26d%3DDwMD-g%26c%3DWO-RGvefibhHBZq3fL85hQ%26r%3DKlJbht4h1i6aPJHMk7qSgoiYID4UiBhKWpU1g8jq1jE%26m%3DNLZuHyBFFRf6g0hYNFSvCbtOFheSnDMLJAXDfHZNZKM%26s%3DBXF-jRGvBlv36D33PKUCRvRA7eTsT2q-TS_qS7EmFwQ%26e%3D>

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI FS 7.1

2021-06-20 Thread Douglas N. Greve
The biggest changes are intensity normalization and highres support, but 
many more changes. See the release notes

https://surfer.nmr.mgh.harvard.edu/fswiki/ReleaseNotes


On 6/9/2021 10:17 AM, Del Re, Elisabetta wrote:


External Email - Use Caution

External Email - Use Caution


Dear FS team,
what are differences if any between LGI in FS 5.3 and 7.1?
Thank you so much,
best wishes,
Elisabetta

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://secure-web.cisco.com/1sLeUzUQ901lGnNjwPD2kwN8sTPX4PBy7pYeeGHSUcTGTpyPQVYe6iXhPFScxxTKPHCSwO_YuHw6MKNJGzgJtS8uEnX2_kvT_nS9W1TOItISbcDoX29GssQprhBVXb9Cs5WdVi3awt3zBuAJ_gRYP4MwqTriJGGx9WOsGmUvc76DqpyhV4KQNFD3srHa6uD7lW3hKBSgSJiJLglZTpqqVChh9eSz28PfY9xhZTv4bkkSxY8nPaqL7gZzD9sbN1IrCNI3hQgR73dSx9UJA48RxEg/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
The information in this e-mail is intended only for the person to whom it is 
addressed. If you believe this e-mail was sent to you in error and the e-mail 
contains patient information, please contact the Mass General Brigham 
Compliance HelpLine at http://www.massgeneralbrigham.org/complianceline . If 
the e-mail was sent to you in error but does not contain patient information, 
please contact the sender and properly dispose of the e-mail.
Please note that this e-mail is not secure (encrypted).  If you do not wish to 
continue communication over unencrypted e-mail, please notify the sender of 
this message immediately.  Continuing to send or respond to e-mail after 
receiving this message means you understand and accept this risk and wish to 
continue to communicate over unencrypted e-mail. 


[Freesurfer] LGI FS 7.1

2021-06-09 Thread Del Re, Elisabetta
External Email - Use Caution

Dear FS team,
what are differences if any between LGI in FS 5.3 and 7.1?
Thank you so much,
best wishes,
Elisabetta
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI error on FS7.1

2021-05-11 Thread Douglas N. Greve
This was fixed in 7.11. You can use that version or copy the attached 
file to this location

$FREESURFER_HOME/matlab/freesurfer_read_surf.m

On 5/11/2021 2:28 PM, Zeng, Victor (BIDMC - Keshavan - Psychiatry) wrote:


Hi,


I am using Matlab R2014a, and FS7.1.0


and receiving this error when I try to run -localGI. Is there a 
package I might be missing? Or am I using an outdated version of Matlab?



=
mris_smooth -nw -n 30 
/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/surf/tmp-mris_compute_lgi-lh.pial/lh.pial-outer-main 
./lh.pial-outer-smoothed

=
smoothing for 30 iterations
smoothing surface tessellation for 30 iterations...
smoothing complete - recomputing first and second fundamental forms...
=
mris_euler_number ./lh.pial-outer-smoothed
=
euler # = v-e+f = 2g-2: 61554 - 184656 + 123104 = 2 --> 0 holes
  F =2V-4:  123104 = 123108-4 (0)
  2E=3F:    369312 = 369312 (0)

total defect index = 0
=
mris_convert -n lh.pial-outer-smoothed 
/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/surf/tmp-mris_compute_lgi-lh.pial/lh.pial-outer-smoothed-normals.asc

=
=
find_corresponding_center_FSformat('lh.pial','lh.pial-outer-smoothed',100,'/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/surf/tmp-mris_compute_lgi-lh.pial','/tmp/mrc_30700_.m'); 
exit

=

    < M A T L A B (R) >
  Copyright 1984-2014 The MathWorks, Inc.
    R2014a (8.3.0.532) 64-bit (glnxa64)
 February 11, 2014
.

.

.

To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.

>> Warning: Input argument must be a string.
> In ver at 41
  In freesurfer_read_surf at 70
  In find_corresponding_center_FSformat at 26
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>>
ERROR: find_corresponding_center_FSformat did not complete successfully!
Command exited with non-zero status 1
@#@FSTIME  2021:05:11:17:18:12 mris_compute_lgi N 2 e 31.58 S 6.20 U 
53.23 P 188% M 1319608 F 0 R 1468406 W 0 c 71733 w 7023 I 8832 O 30496 
L 17.98 17.99 18.00

@#@FSLOADPOST 2021:05:11:17:18:44 mris_compute_lgi N 2 17.35 17.83 17.95
Linux Gamma 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 
(2016-07-02) x86_64 GNU/Linux


recon-all -s 24015_S5437DFD_ASSET exited with ERRORS at Tue May 11 
17:18:44 EDT 2021


For more details, see the log file 
/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/scripts/recon-all.log
To report a problem, see 
http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting



Victor Zeng
Beth Israel Deaconess Medical Center
Keshavan Lab
--



This message is intended for the use of the person(s) to whom it may 
be addressed. It may contain information that is privileged, 
confidential, or otherwise protected from disclosure under applicable 
law. If you are not the intended recipient, any dissemination, 
distribution, copying, or use of this information is prohibited. If 
you have received this message in error, please permanently delete it 
and immediately notify the sender. Thank you.


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


function [vertices, faces] = freesurfer_read_surf(fname)

% freesurfer_read_surf - FreeSurfer I/O function to read a surface file
% 
% [vertices, faces] = freesurfer_read_surf(fname)
% 
% Reads the vertex coordinates (mm) and face lists from a surface file.
% 
% Surface files are stored as either triangulations or quadrangulations.
% That is, for a triangulation, each face is defined by 3 vertices.  For a
% quadrangulation, each face is defined by 4 vertices.  The rows of 'faces'
% contain indices into the rows of 'vertices', the latter holds the XYZ
% coordinates of each vertex.
%
% The freesurfer faces index the vertices in counter-clockwise order (when
% viewed from the outside of the surface).  This is consistent with a
% right-hand rule.  If we have vertices
%
% C   B
%
%
%   A
%
% Then we can calculate an edge vector from A to B (ie, AB = B - A) and
% another edge vector from A to C (ie, AC = C - A).  If you form a "gun"
% with your thumb and forefinger of the right hand, then align your thumb
% with the AB vector and your forefinger with the AC vector, your palm is
% facing out of the screen and extending your middle finger in the
% orthogonal direction to the plane of the screen will give the outward
% surface normal of the triangle ABC.  

[Freesurfer] LGI error on FS7.1

2021-05-11 Thread Zeng, Victor (BIDMC - Keshavan - Psychiatry)
Hi,


I am using Matlab R2014a, and FS7.1.0


and receiving this error when I try to run -localGI. Is there a package I might 
be missing? Or am I using an outdated version of Matlab?


=
mris_smooth -nw -n 30 
/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/surf/tmp-mris_compute_lgi-lh.pial/lh.pial-outer-main
 ./lh.pial-outer-smoothed
=
smoothing for 30 iterations
smoothing surface tessellation for 30 iterations...
smoothing complete - recomputing first and second fundamental forms...
=
mris_euler_number ./lh.pial-outer-smoothed
=
euler # = v-e+f = 2g-2: 61554 - 184656 + 123104 = 2 --> 0 holes
  F =2V-4:  123104 = 123108-4 (0)
  2E=3F:369312 = 369312 (0)

total defect index = 0
=
mris_convert -n lh.pial-outer-smoothed 
/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/surf/tmp-mris_compute_lgi-lh.pial/lh.pial-outer-smoothed-normals.asc
=
=
find_corresponding_center_FSformat('lh.pial','lh.pial-outer-smoothed',100,'/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/surf/tmp-mris_compute_lgi-lh.pial','/tmp/mrc_30700_.m');
 exit
=

< M A T L A B (R) >
  Copyright 1984-2014 The MathWorks, Inc.
R2014a (8.3.0.532) 64-bit (glnxa64)
 February 11, 2014
.

.

.

To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit 
http://secure-web.cisco.com/19tcoYq0b9VO4ndLxRqJ8z0rI8AoZ3PjjUlX3NMoW1hFDf9ttZf6sacIdCRKlGFtZmegJWn70rcpkiwHSkFXvvbQOHH177lUt_yW-pC9sSqpOioPl75kS4whrNmvis7o2T33ZU5Gv0WbTPhvV7Io8oSJ6trWPIbAw6pNHbZO7BOe_5BzQ9rBX4PCemrDYBA7lrmjStJB4tithcTY6M7UpKz21q5HvSWus7YdzRnacG5y3y_b6MdREEqwYThfXN3Oj2o1HC9-miVTQpE7AjxNNyw/http%3A%2F%2Fwww.mathworks.com.

>> Warning: Input argument must be a string.
> In ver at 41
  In freesurfer_read_surf at 70
  In find_corresponding_center_FSformat at 26
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>>
ERROR: find_corresponding_center_FSformat did not complete successfully!
Command exited with non-zero status 1
@#@FSTIME  2021:05:11:17:18:12 mris_compute_lgi N 2 e 31.58 S 6.20 U 53.23 P 
188% M 1319608 F 0 R 1468406 W 0 c 71733 w 7023 I 8832 O 30496 L 17.98 17.99 
18.00
@#@FSLOADPOST 2021:05:11:17:18:44 mris_compute_lgi N 2 17.35 17.83 17.95
Linux Gamma 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) 
x86_64 GNU/Linux

recon-all -s 24015_S5437DFD_ASSET exited with ERRORS at Tue May 11 17:18:44 EDT 
2021

For more details, see the log file 
/mnt/V/Datasets/BSNIP2/Processing/Finished/24015_S5437DFD_ASSET/scripts/recon-all.log
To report a problem, see 
http://secure-web.cisco.com/1tb0Ac8lCR6JdEw2vyP10SJNFvPDfcz-cQZjb7S8SDNovcHCASZ0ejX-iVoBNkur1EemshwyuuYVhC1g2gQDPTOlKTLP_pUKrzO7iFGxZfxieeZkSMxV2Re8Simd716uBVxefYTUs5w5s0UeeaqZRMQ_XTeSeG9OoigTxYckc3jS3NhIsMo10zR55S4l_Hor3dLwqvoJ8bkFjNt7alnwyI1ZSKuy6r6-iNb8eTD--RhD_GkzvNdsXCms8klaaNBbRvRKG56tTdIxa_tmotWtHaw/http%3A%2F%2Fsurfer.nmr.mgh.harvard.edu%2Ffswiki%2FBugReporting



Victor Zeng
Beth Israel Deaconess Medical Center
Keshavan Lab
--



This message is intended for the use of the person(s) to whom it may be 
addressed. It may contain information that is privileged, confidential, or 
otherwise protected from disclosure under applicable law. If you are not the 
intended recipient, any dissemination, distribution, copying, or use of this 
information is prohibited. If you have received this message in error, please 
permanently delete it and immediately notify the sender. Thank you.
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI quality control {Disarmed}

2020-11-05 Thread Douglas N. Greve
When you click on the gray areas, is the value 0 or just something very 
close to 0? You may need to set the lower threshold (default is 2). 
Also, I would recommend using freeview via tksurferfv (same command line 
as tksurfer)


On 11/4/2020 2:12 PM, Nelson, Eric wrote:


External Email - Use Caution

Hello,

I am using FreeSurfer 7.1.1 to run LGI and have done so successfully. 
I am now trying to quality check my data using tksurfer as described 
on the wiki


/tksurfer my_subject_id lh inflated -overlay lh.pial_lgi/

However the LGI overlay is not covering the entirety of the inflated 
brain. Specifically the medial frontal surface and some subcortical 
are not measured for LGI.  Here is a link of the overlay images for a 
few subjects: *MailScanner has detected a possible fraud attempt from 
"secure-web.cisco.com" claiming to be* 
https://www.dropbox.com/s/9pt8rti4yjudrza/LGI_QC.png?dl=0. I 
. 
I haven’t been able to find any images of what this overlay should 
look like so I don’t know if this is expected or if something has gone 
wrong with the processing. Any feedback would be greatly appreciated


Best,

Eric


___
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] LGI quality control {Disarmed}

2020-11-04 Thread Nelson, Eric
External Email - Use Caution

Hello,

I am using FreeSurfer 7.1.1 to run LGI and have done so successfully. I am now 
trying to quality check my data using tksurfer as described on the wiki
tksurfer my_subject_id lh inflated -overlay lh.pial_lgi
However the LGI overlay is not covering the entirety of the inflated brain. 
Specifically the medial frontal surface and some subcortical are not measured 
for LGI.  Here is a link of the overlay images for a few subjects: 
https://secure-web.cisco.com/1FvGKanOWU0exqsmfZZWyCdCgTFgqf8kB2BXdsF-5A035k1rc5i2ECL9Bt-sn8Wd9sg8LgyvKPIHD_K3n3d8aIlOYT7vHfQVCA6sCq1NlzFrs_Vjn74CGIhg1nIjX_csnDAnz8kzCUBLMiTd7c6DTZvaQ5aM3UeKBq-PVh8O5XAwOUvbQ3_05ie7fb0YGRsg8Q2DrGwEWtgQCqpUnhvIPdA/https%3A%2F%2Fwww.dropbox.com%2Fs%2F9pt8rti4yjudrza%2FLGI_QC.png%3Fdl%3D0.
 
I.
 I haven't been able to find any images of what this overlay should look like 
so I don't know if this is expected or if something has gone wrong with the 
processing. Any feedback would be greatly appreciated

Best,

Eric

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI output question

2020-10-27 Thread Douglas N. Greve
I'm not sure what you mean by the mean area for the different LGI 
values. Can you elaborate?


On 10/20/2020 6:46 PM, Lab of Autism and Developmental Neuroscience, Lab 
of Autism and Developmental Neuroscience wrote:


External Email - Use Caution

Dear Freesurfer experts,

I have performed LGI for one of my subject pools and I was wondering 
if I can compute the mean area for the different LGI values instead of 
the area in the output tables? How should I edit the code below to 
accomplish this? Thank you and stay safe!
mri_segstats --annot my_subject_id lh aparc --i 
$SUBJECTS_DIR/my_subject_id/surf/lh.pial_lgi --sum lh.aparc.pial_lgi.stats


All the best,
Alex

___
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] LGI output question

2020-10-20 Thread Lab of Autism and Developmental Neuroscience, Lab of Autism and Developmental Neuroscience
External Email - Use Caution

Dear Freesurfer experts,

I have performed LGI for one of my subject pools and I was wondering if I
can compute the mean area for the different LGI values instead of the area
in the output tables? How should I edit the code below to accomplish this?
Thank you and stay safe!
mri_segstats --annot my_subject_id lh aparc --i
$SUBJECTS_DIR/my_subject_id/surf/lh.pial_lgi --sum lh.aparc.pial_lgi.stats

All the best,
Alex
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI value extraction

2020-09-29 Thread Douglas N. Greve
That is really LGI. aparcstats2table just defaults to "thickness". But 
you should double check that the value you see in


lh.aparc_lgi.stats is the same as in result_lgi_lh.txt

On 9/29/2020 12:38 PM, 祝菲 wrote:


External Email - Use Caution

Dear expert,

I have used freesurfer v6.0 to calculate local Gyrification index ( 
LGI ). And  I have output the file named lh.pial_lgi and extracted the 
value of LGI by using the following command:


> mris_anatomical_stats -a ${SUBJECTS_DIR}/S005/label/lh.aparc.annot -t 
pial_lgi -f ${SUBJECTS_DIR}/S005/stats/lh.aparc_lgi.stats S005 lh
> aparcstats2table --subjects S005 --hemi lh --meas thickness --skip 
—parc aparc_lgi --tablefile result_lgi_lh.txt
  However, I found that the header of the output result showed the 
“thickness" instead of “LGI". Does this “thickness" represent the 
index of “LGI"? I have attached the result of one sample  in the 
attachment. Thank you again for taking your precious time to solve my 
problem!



kind regards


zhu fei


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

[Freesurfer] LGI value extraction

2020-09-29 Thread 祝菲
External Email - Use CautionDear expert,I have used freesurfer v6.0 to calculate local Gyrification index ( LGI ). And  I have output the file named lh.pial_lgi and extracted the value of LGI by using the following command:> mris_anatomical_stats -a ${SUBJECTS_DIR}/S005/label/lh.aparc.annot -t pial_lgi -f ${SUBJECTS_DIR}/S005/stats/lh.aparc_lgi.stats S005 lh
> aparcstats2table --subjects S005 --hemi lh --meas thickness --skip —parc aparc_lgi --tablefile  result_lgi_lh.txt	  However, I found that the header of the output result showed the “thickness" instead of “LGI". Does this “thickness" represent the index of “LGI"? I have attached the result of one sample  in the attachment. Thank you again for taking your precious time to solve my problem!lh.aparc_lgi.thickness  lh_bankssts_thickness   
lh_caudalanteriorcingulate_thicknesslh_caudalmiddlefrontal_thickness
lh_cuneus_thickness lh_entorhinal_thickness lh_fusiform_thickness   
lh_inferiorparietal_thickness   lh_inferiortemporal_thickness   
lh_isthmuscingulate_thickness   lh_lateraloccipital_thickness   
lh_lateralorbitofrontal_thickness   lh_lingual_thickness
lh_medialorbitofrontal_thicknesslh_middletemporal_thickness 
lh_parahippocampal_thicknesslh_paracentral_thickness
lh_parsopercularis_thicknesslh_parsorbitalis_thickness  
lh_parstriangularis_thickness   lh_pericalcarine_thickness  
lh_postcentral_thicknesslh_posteriorcingulate_thickness 
lh_precentral_thickness lh_precuneus_thickness  
lh_rostralanteriorcingulate_thickness   lh_rostralmiddlefrontal_thickness   
lh_superiorfrontal_thicknesslh_superiorparietal_thickness   
lh_superiortemporal_thickness   lh_supramarginal_thickness  
lh_frontalpole_thicknesslh_temporalpole_thickness   
lh_transversetemporal_thickness lh_insula_thickness BrainSegVolNotVent  
eTIV
S0053.692   1.994   3.605   3.123   2.763   3.005   3.569   3.008   3.253   
2.918   2.821   3.076   2.218   3.594   3.046   2.474   4.456   3.268   3.812   
3.058   3.765   2.548   3.798   3.094   2.166   3.125   2.342   3.185   4.308   
3.814   2.103   2.762   4.964.501   1254238.0   1695575.52621
kind regardszhu fei___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] lGI permutation and monte-carlo

2020-06-12 Thread Douglas N. Greve



On 6/9/2020 11:27 AM, Avi Gharehgazlou wrote:


External Email - Use Caution

Thank you so much for your input, it was very helpful and I 
really appreciate it.


Regarding your question with relation to my 4th question, when I run 
the below command line to visualize my results after correcting for 
multiple comparisons using monte-carlo at 1.3 significance level in 
this example, I assumed the clusters that appear on freeview are only 
my significant clusters (clusters that survived monte carlo 
correction) since I put " cache.th13.abs.sig.cluster.mgh" and then as 
overlay " cache.th13.abs.sig.ocn.annot " in my command line. If not, 
will you please tell me how I can see only clusters that are 
significant after correction for multiple comparisons (at 1.3 sig 
level in this case)?

Your interpretation is correct.


Also, in my command line, I can put either lh.pial or lh.inflated to 
see the results//clusters on the pial or inflated surface, 
respectively. Correct?

Correct


vglrun freeview 
-f $SUBJECTS_DIR/fsaverage/surf/lh.pial:overlay=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.cluster.mgh:overlay_threshold=1.3,5:annot=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.ocn.annot -viewport 
3d


Thank you so much,

Avi



___
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

Re: [Freesurfer] lGI permutation and monte-carlo

2020-06-09 Thread Avi Gharehgazlou
External Email - Use Caution

Thank you so much for your input, it was very helpful and I
really appreciate it.

Regarding your question with relation to my 4th question, when I run the
below command line to visualize my results after correcting for multiple
comparisons using monte-carlo at 1.3 significance level in this example, I
assumed the clusters that appear on freeview are only my significant
clusters (clusters that survived monte carlo correction) since I put "
cache.th13.abs.sig.cluster.mgh" and then as overlay "
cache.th13.abs.sig.ocn.annot " in my command line. If not, will you please
tell me how I can see only clusters that are significant after correction
for multiple comparisons (at 1.3 sig level in this case)?

Also, in my command line, I can put either lh.pial or lh.inflated to see
the results//clusters on the pial or inflated surface, respectively.
Correct?

vglrun freeview
-f 
$SUBJECTS_DIR/fsaverage/surf/lh.pial:overlay=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.cluster.mgh:overlay_threshold=1.3,5:annot=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.ocn.annot
-viewport
3d

Thank you so much,

Avi
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] lGI permutation and monte-carlo

2020-06-09 Thread Douglas N. Greve



On 6/8/2020 8:12 PM, Avi Gharehgazlou wrote:


External Email - Use Caution

Hi experts,

Upon reading your 2018 paper (cited below) and following threads on 
the archives, I am aware that I should use permutation testing for lGI 
analyses rather than monte carlo at p<0.05. However, I have a few 
questions below that I would really appreciate your input on:


1. For permutation testing on lGI data, what are the CFT and cwp 
levels you recommend? Would it be appropriate for me to use CFT=1.3 
and cwp=0.05?
cwp=0.05 is always appropriate. The CFT is somewhat arbitrary. For 
parametric methods, a high CFT is necessary; this often becomes a 
problem because, if you set the CFT too high, you will not have any 
voxels left. But for permutation, you can really set it to anything you 
want.


2. Will you confirm my interpretation for permutation command line below?
mri_glmfit-sim --glmdir lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir --perm 
1000 2 abs --perm-resid --cwp 0.05 --2spaces --bg 1


Above command indicates that I used a cluster-forming threshold of 
p<0.01 and a cluster-wise significance threshold of p<0.05 - meaning 
that clusters are initially obtained using p<0.01 (CFT) but I report 
them in my paper if they meet additional cluster-wise probability of 
p<0.05 (cwp). Both are two-tailed (since I am using abs). Is this 
interpretation correct?

Yes


3. Would it be okay to correct with monte carlo using CFT=3 and cwp= 
0.05 (below command line) instead of permutation testing for lGI data?
mri_glmfit-sim --glmdir lh.ASDvsADHD.glmdir --cache 3 abs --cwp 0.05 
--2spaces
I don't know. CFT=3 was mostly acceptable for thickenss, area, and 
volume, but I imagine that lGI would be worse than any of those.


3. I am not smoothing my lGI data (as lGI is a relatively smooth 
measure and to keep this consistent with the literature I have 
reviewed), however, after reading your 2018 paper, I wanted to ask if 
this is appropriate? Your paper recommends CFT<0.001 and FWHM>10mm for 
surface area analyses. Do I have to smooth lGI when doing a) 
permutation testing or b) monte carlo correction (steps 1 and 3 
above)? If yes, what level of smoothness do you recommend?
I don't know without doing the study. lGI is already has a lot of 
smoothness in it by the way it is created. The real question is how 
heavy the smoothness tails are; I suspect pretty heavy.


4. After correcting with monte-carlo at p<0.05 - When I use the below 
command line to see my corrected results in freeview, I notice the 
significant cluster is gray rather than blue (I know it should be blue 
because I've ran this same analysis using QDEC). In order to see this 
cluster's true colour (and thus be able to interpret my results) do I 
have to change the threshold by clicking ‘show outline overlay’ then 
clicking ‘configure’ and setting the min value to 1.3? Is this the 
correct way of visualizing my corrected results?


vglrun freeview -f 
$SUBJECTS_DIR/fsaverage/surf/lh.pial:overlay=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.cluster.mgh:overlay_threshold=1.3,5:annot=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.ocn.annot 
-viewport 3d
It looks like you already have the min value at 1.3, which should be 
sufficient. How do you know that your cluster is significant?


reference
Greve DN & Fischl B. 2018. False positive rates in surface-based 
anatomical analysis. NeuroImage.


Thank you so much,

Avi


___
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] lGI permutation and monte-carlo

2020-06-08 Thread Avi Gharehgazlou
External Email - Use Caution

Hi experts,

Upon reading your 2018 paper (cited below) and following threads on the
archives, I am aware that I should use permutation testing for lGI analyses
rather than monte carlo at p<0.05. However, I have a few questions below
that I would really appreciate your input on:

1. For permutation testing on lGI data, what are the CFT and cwp levels you
recommend? Would it be appropriate for me to use CFT=1.3 and cwp=0.05?

2. Will you confirm my interpretation for permutation command line below?
mri_glmfit-sim --glmdir lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir --perm 1000 2
abs --perm-resid --cwp 0.05 --2spaces --bg 1

Above command indicates that I used a cluster-forming threshold of p<0.01
and a cluster-wise significance threshold of p<0.05 - meaning that clusters
are initially obtained using p<0.01 (CFT) but I report them in my paper if
they meet additional cluster-wise probability of p<0.05 (cwp). Both are
two-tailed (since I am using abs). Is this interpretation correct?

3. Would it be okay to correct with monte carlo using CFT=3 and cwp= 0.05
(below command line) instead of permutation testing for lGI data?
mri_glmfit-sim --glmdir lh.ASDvsADHD.glmdir --cache 3 abs --cwp 0.05
--2spaces

3. I am not smoothing my lGI data (as lGI is a relatively smooth measure
and to keep this consistent with the literature I have reviewed), however,
after reading your 2018 paper, I wanted to ask if this is appropriate? Your
paper recommends CFT<0.001 and FWHM>10mm for surface area analyses. Do I
have to smooth lGI when doing a) permutation testing or b) monte carlo
correction (steps 1 and 3 above)? If yes, what level of smoothness do you
recommend?

4. After correcting with monte-carlo at p<0.05 - When I use the below
command line to see my corrected results in freeview, I notice the
significant cluster is gray rather than blue (I know it should be blue
because I've ran this same analysis using QDEC). In order to see this
cluster's true colour (and thus be able to interpret my results) do I have
to change the threshold by clicking ‘show outline overlay’ then clicking
‘configure’ and setting the min value to 1.3? Is this the correct way of
visualizing my corrected results?

vglrun freeview -f
$SUBJECTS_DIR/fsaverage/surf/lh.pial:overlay=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.cluster.mgh:overlay_threshold=1.3,5:annot=lh.lgi.TD_PTSD_age_SA_IQ_FWHM0.glmdir/group.diff/cache.th13.abs.sig.ocn.annot
-viewport 3d

reference
Greve DN & Fischl B. 2018. False positive rates in surface-based anatomical
analysis. NeuroImage.

Thank you so much,

Avi
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

[Freesurfer] LGI and Global GI

2020-05-27 Thread Alexopoulos, Dimitrios
External Email - Use Caution

HI,

I have generated the LGI for a group of pediatric subjects. Is there a way to 
compute a single Global gyrification index measure  for each subject?

Jim,



The materials in this message are private and may contain Protected Healthcare 
Information or other information of a sensitive nature. If you are not the 
intended recipient, be advised that any unauthorized use, disclosure, copying 
or the taking of any action in reliance on the contents of this information is 
strictly prohibited. If you have received this email in error, please 
immediately notify the sender via telephone or return mail.
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI problem

2020-05-22 Thread Angela Favaro
External Email - Use Caution

Hi Doug, 
I had the identical problem (failure at segmentation stage, as described below) 
in 4 subjects of my dataset. I have no possibility to run analyses on a linux 
machine…
Since all 4 subjects had no problem using Freesurfer 6, is it so wrong to use 
freesurfer 6 only for these 4 subjects?
Or have you any other suggestions?

Thank you for any help

Angela




> Il giorno 15 mag 2020, alle ore 23:26, Angela Favaro  
> ha scritto:
> 
> External Email - Use Caution
> 
> 
> Hi doug, 
> I tried to re-run 3 or 4 times and always failed at the segmentation stage…
> I have no linux machine, but I can try in a mac computer with a different 
> OS...
> thank you!
> 
> Angela
> 
> 
>> Il giorno 15 mag 2020, alle ore 23:08, Douglas N. Greve 
>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>> 
>> Hi Angela, I cannot replicate this error. If you re-run, does it always exit 
>> with error? You can try this quickly be running
>> 
>> setenv SUBJECTS_DIR /Users/angelafavaro/Desktop/Aachen
>> cd /Users/angelafavaro/Desktop/Aachen/subj220/mri
>> mri_cc -aseg aseg.auto_noCCseg.mgz -o aseg.auto.mgz -lta 
>> /Users/angelafavaro/Desktop/Aachen/subj220/mri/transforms/cc_up.lta subj220
>> 
>> One factor may be that I'm using CentOS and not Mac. Do you have a linux 
>> machine you can try it on?
>> 
>> 
>> 
>> On 5/15/2020 10:59 AM, Angela Favaro wrote:
>>> External Email - Use Caution
>>> 
>>> I have uploaded to you the data using the Martinos Center FileDrop
>>> Hope is a good option for you
>>> 
>>> Thank you
>>> Angela
>>> 
 Il giorno 15 mag 2020, alle ore 16:40, Angela Favaro 
 mailto:angela.fav...@unipd.it>> ha scritto:
 
 External Email - Use Caution
 
 
 Hi Doug, 
 I have some problem in uploading my subj.tar.gz using ftp. I am using a 
 MacOs Catalina and, although I am able to connect to the FTP site and open 
 the incoming window (also in binary mode), commands are not working...
 
 I am trying to overcome the problem.
 Is there any other method to transfer the data set?
 Thank you
 
 Angela
 
> Il giorno 15 mag 2020, alle ore 00:15, Douglas N. Greve 
> mailto:dgr...@mgh.harvard.edu>> ha scritto:
> 
> Hmmm, I don't know. Can you upload the data set? Follow these instructions
> 
> From the linux command line,
> Create the file you want to upload, eg, 
> cd $SUBJECTS_DIR
> tar cvfz subject.tar.gz ./subject
> Now log  into our anonymous FTP site:
> ftp surfer.nmr.mgh.harvard.edu 
> It will ask you for a user name: use "anonymous" (no quotes)
> It will ask you for a password: use "anonymous" (no quotes)
> cd transfer/incoming
> binary
> put subject.tar.gz
> Send an email that the file has been and the name of the file.
> 
> 
> On 5/14/2020 5:03 PM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> Thank you Doug!
>> It works! Great!
>> 
>> 
>> I have another problem: I am reprocessing all my database with 
>> freesurfer 7.1.0, but in one subject segmentation failed.
>> I had no problem with this subjects using freesurfer 6
>> What can be the problem?
>> 
>> I attach the log
>> 
>> Thank you for any help!
>> 
>> Angela
>> 
>> 
>> 
>>> Il giorno 14 mag 2020, alle ore 17:06, Douglas N. Greve 
>>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>>> 
>>> 
>>> Someone just pointed out that I posted the wrong file. Here is the 
>>> correct one. Copy it to the same folder
>>> 
>>> https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m 
>>> 
>>> 
>>> 
>>> On 5/13/2020 11:01 PM, Douglas N. Greve wrote:
 
 Download this file
 https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
  
 
 and copy it into $FREESURFER_HOME/matlab
 and rerun. Let me know if that fixes it.
 
 
 
 On 5/13/2020 5:57 PM, Angela Favaro wrote:
> External Email - Use Caution
> 
> Please find attached the log
> Thank you
> Angela
> 
> 
> 
>> Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>> 
>> Are you running this from recon-all? If so send the recon-all.log. 
>> If from the command line, send the command-line and all terminal 
>> output
>> 
>> On 5/13/2020 5:28 PM, Angela Favaro wrote:
>>> External Email - Use Caution
>>> 

Re: [Freesurfer] LGI problem

2020-05-15 Thread Angela Favaro
External Email - Use Caution

Hi doug, 
I tried to re-run 3 or 4 times and always failed at the segmentation stage…
I have no linux machine, but I can try in a mac computer with a different OS...
thank you!

Angela


> Il giorno 15 mag 2020, alle ore 23:08, Douglas N. Greve 
>  ha scritto:
> 
> Hi Angela, I cannot replicate this error. If you re-run, does it always exit 
> with error? You can try this quickly be running
> 
> setenv SUBJECTS_DIR /Users/angelafavaro/Desktop/Aachen
> cd /Users/angelafavaro/Desktop/Aachen/subj220/mri
> mri_cc -aseg aseg.auto_noCCseg.mgz -o aseg.auto.mgz -lta 
> /Users/angelafavaro/Desktop/Aachen/subj220/mri/transforms/cc_up.lta subj220
> 
> One factor may be that I'm using CentOS and not Mac. Do you have a linux 
> machine you can try it on?
> 
> 
> 
> On 5/15/2020 10:59 AM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> I have uploaded to you the data using the Martinos Center FileDrop
>> Hope is a good option for you
>> 
>> Thank you
>> Angela
>> 
>>> Il giorno 15 mag 2020, alle ore 16:40, Angela Favaro 
>>> mailto:angela.fav...@unipd.it>> ha scritto:
>>> 
>>> External Email - Use Caution
>>> 
>>> 
>>> Hi Doug, 
>>> I have some problem in uploading my subj.tar.gz using ftp. I am using a 
>>> MacOs Catalina and, although I am able to connect to the FTP site and open 
>>> the incoming window (also in binary mode), commands are not working...
>>> 
>>> I am trying to overcome the problem.
>>> Is there any other method to transfer the data set?
>>> Thank you
>>> 
>>> Angela
>>> 
 Il giorno 15 mag 2020, alle ore 00:15, Douglas N. Greve 
 mailto:dgr...@mgh.harvard.edu>> ha scritto:
 
 Hmmm, I don't know. Can you upload the data set? Follow these instructions
 
 From the linux command line,
 Create the file you want to upload, eg, 
 cd $SUBJECTS_DIR
 tar cvfz subject.tar.gz ./subject
 Now log  into our anonymous FTP site:
 ftp surfer.nmr.mgh.harvard.edu 
 It will ask you for a user name: use "anonymous" (no quotes)
 It will ask you for a password: use "anonymous" (no quotes)
 cd transfer/incoming
 binary
 put subject.tar.gz
 Send an email that the file has been and the name of the file.
 
 
 On 5/14/2020 5:03 PM, Angela Favaro wrote:
> External Email - Use Caution
> 
> Thank you Doug!
> It works! Great!
> 
> 
> I have another problem: I am reprocessing all my database with freesurfer 
> 7.1.0, but in one subject segmentation failed.
> I had no problem with this subjects using freesurfer 6
> What can be the problem?
> 
> I attach the log
> 
> Thank you for any help!
> 
> Angela
> 
> 
> 
>> Il giorno 14 mag 2020, alle ore 17:06, Douglas N. Greve 
>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>> 
>> 
>> Someone just pointed out that I posted the wrong file. Here is the 
>> correct one. Copy it to the same folder
>> 
>> https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m 
>> 
>> 
>> 
>> On 5/13/2020 11:01 PM, Douglas N. Greve wrote:
>>> 
>>> Download this file
>>> https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
>>>  
>>> 
>>> and copy it into $FREESURFER_HOME/matlab
>>> and rerun. Let me know if that fixes it.
>>> 
>>> 
>>> 
>>> On 5/13/2020 5:57 PM, Angela Favaro wrote:
 External Email - Use Caution
 
 Please find attached the log
 Thank you
 Angela
 
 
 
> Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
> mailto:dgr...@mgh.harvard.edu>> ha scritto:
> 
> Are you running this from recon-all? If so send the recon-all.log. If 
> from the command line, send the command-line and all terminal output
> 
> On 5/13/2020 5:28 PM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> Hi Doug!
>> yes, it run under version 6!
>> Please let me know if it is something that can be solved
>> Thank you
>> Angela
>> 
>> 
>>> Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
>>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>>> 
>>> Does it run under version 6? We are not really supporting lGI 
>>> anymore, but maybe we can get it to work
>>> 
>>> On 5/13/2020 4:24 PM, Angela Favaro wrote:
 External Email - Use Caution
 
 
 Hi all, 
 I am using the new version of 

Re: [Freesurfer] LGI problem

2020-05-15 Thread Douglas N. Greve
Hi Angela, I cannot replicate this error. If you re-run, does it always 
exit with error? You can try this quickly be running


setenv SUBJECTS_DIR /Users/angelafavaro/Desktop/Aachen
cd /Users/angelafavaro/Desktop/Aachen/subj220/mri
mri_cc -aseg aseg.auto_noCCseg.mgz -o aseg.auto.mgz -lta 
/Users/angelafavaro/Desktop/Aachen/subj220/mri/transforms/cc_up.lta subj220


One factor may be that I'm using CentOS and not Mac. Do you have a linux 
machine you can try it on?




On 5/15/2020 10:59 AM, Angela Favaro wrote:


External Email - Use Caution

I have uploaded to you the data using the Martinos Center FileDrop
Hope is a good option for you

Thank you
Angela

Il giorno 15 mag 2020, alle ore 16:40, Angela Favaro 
mailto:angela.fav...@unipd.it>> ha scritto:


External Email - Use Caution


Hi Doug,
I have some problem in uploading my subj.tar.gz using ftp. I am using 
a MacOs Catalina and, although I am able to connect to the FTP site 
and open the incoming window (also in binary mode), commands are not 
working...


I am trying to overcome the problem.
Is there any other method to transfer the data set?
Thank you

Angela

Il giorno 15 mag 2020, alle ore 00:15, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Hmmm, I don't know. Can you upload the data set? Follow these 
instructions


From the linux command line,
Create the file you want to upload, eg,
cd $SUBJECTS_DIR
tar cvfz subject.tar.gz ./subject
Now log  into our anonymous FTP site:
ftp surfer.nmr.mgh.harvard.edu 
It will ask you for a user name: use "anonymous" (no quotes)
It will ask you for a password: use "anonymous" (no quotes)
cd transfer/incoming
binary
put subject.tar.gz
Send an email that the file has been and the name of the file.


On 5/14/2020 5:03 PM, Angela Favaro wrote:


External Email - Use Caution

Thank you Doug!
It works! Great!


I have another problem: I am reprocessing all my database with 
freesurfer 7.1.0, but in one subject segmentation failed.

I had no problem with this subjects using freesurfer 6
What can be the problem?

I attach the log

Thank you for any help!

Angela



Il giorno 14 mag 2020, alle ore 17:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:



Someone just pointed out that I posted the wrong file. Here is the 
correct one. Copy it to the same folder


https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m


On 5/13/2020 11:01 PM, Douglas N. Greve wrote:


Download this file
https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
and copy it into $FREESURFER_HOME/matlab
and rerun. Let me know if that fixes it.



On 5/13/2020 5:57 PM, Angela Favaro wrote:


External Email - Use Caution

Please find attached the log
Thank you
Angela



Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha 
scritto:


Are you running this from recon-all? If so send the 
recon-all.log. If from the command line, send the command-line 
and all terminal output


On 5/13/2020 5:28 PM, Angela Favaro wrote:


External Email - Use Caution

Hi Doug!
yes, it run under version 6!
Please let me know if it is something that can be solved
Thank you
Angela


Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha 
scritto:


Does it run under version 6? We are not really supporting lGI 
anymore, but maybe we can get it to work


On 5/13/2020 4:24 PM, Angela Favaro wrote:


External Email - Use Caution


Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image 
processing


The error is after the command 
find_corresponding_center_FSformat


Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
In freesurfer_read_surf (line 70)
In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = 
freesurfer_read_surf(pial);


>> 
ERROR: find_corresponding_center_FSformat did not complete 
successfully!


I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela



___
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

Re: [Freesurfer] LGI problem

2020-05-15 Thread Angela Favaro
External Email - Use Caution

I have uploaded to you the data using the Martinos Center FileDrop
Hope is a good option for you

Thank you
Angela

> Il giorno 15 mag 2020, alle ore 16:40, Angela Favaro  
> ha scritto:
> 
> External Email - Use Caution
> 
> 
> Hi Doug, 
> I have some problem in uploading my subj.tar.gz using ftp. I am using a MacOs 
> Catalina and, although I am able to connect to the FTP site and open the 
> incoming window (also in binary mode), commands are not working...
> 
> I am trying to overcome the problem.
> Is there any other method to transfer the data set?
> Thank you
> 
> Angela
> 
>> Il giorno 15 mag 2020, alle ore 00:15, Douglas N. Greve 
>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>> 
>> Hmmm, I don't know. Can you upload the data set? Follow these instructions
>> 
>> From the linux command line,
>> Create the file you want to upload, eg, 
>> cd $SUBJECTS_DIR
>> tar cvfz subject.tar.gz ./subject
>> Now log  into our anonymous FTP site:
>> ftp surfer.nmr.mgh.harvard.edu 
>> It will ask you for a user name: use "anonymous" (no quotes)
>> It will ask you for a password: use "anonymous" (no quotes)
>> cd transfer/incoming
>> binary
>> put subject.tar.gz
>> Send an email that the file has been and the name of the file.
>> 
>> 
>> On 5/14/2020 5:03 PM, Angela Favaro wrote:
>>> External Email - Use Caution
>>> 
>>> Thank you Doug!
>>> It works! Great!
>>> 
>>> 
>>> I have another problem: I am reprocessing all my database with freesurfer 
>>> 7.1.0, but in one subject segmentation failed.
>>> I had no problem with this subjects using freesurfer 6
>>> What can be the problem?
>>> 
>>> I attach the log
>>> 
>>> Thank you for any help!
>>> 
>>> Angela
>>> 
>>> 
>>> 
 Il giorno 14 mag 2020, alle ore 17:06, Douglas N. Greve 
 mailto:dgr...@mgh.harvard.edu>> ha scritto:
 
 
 Someone just pointed out that I posted the wrong file. Here is the correct 
 one. Copy it to the same folder
 
 https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m 
 
 
 
 On 5/13/2020 11:01 PM, Douglas N. Greve wrote:
> 
> Download this file
> https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
>  
> 
> and copy it into $FREESURFER_HOME/matlab
> and rerun. Let me know if that fixes it.
> 
> 
> 
> On 5/13/2020 5:57 PM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> Please find attached the log
>> Thank you
>> Angela
>> 
>> 
>> 
>>> Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
>>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>>> 
>>> Are you running this from recon-all? If so send the recon-all.log. If 
>>> from the command line, send the command-line and all terminal output
>>> 
>>> On 5/13/2020 5:28 PM, Angela Favaro wrote:
 External Email - Use Caution
 
 Hi Doug!
 yes, it run under version 6!
 Please let me know if it is something that can be solved
 Thank you
 Angela
 
 
> Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
> mailto:dgr...@mgh.harvard.edu>> ha scritto:
> 
> Does it run under version 6? We are not really supporting lGI 
> anymore, but maybe we can get it to work
> 
> On 5/13/2020 4:24 PM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> 
>> Hi all, 
>> I am using the new version of Freesurfer 7.1.0
>> And I am finding problems in running gyrification analysis.
>> I have Matlab 2016a (and 2019b) with the toolbox image processing
>> 
>> The error is after the command find_corresponding_center_FSformat
>> 
>> Matlab seems to start, but then the following message appears:
>> 
>> >> Warning: Input argument must be a string. 
>> > In ver (line 41)
>>   In freesurfer_read_surf (line 70)
>>   In find_corresponding_center_FSformat (line 26) 
>> Error using fprintf
>> Function is not defined for 'struct' inputs.
>> 
>> Error in freesurfer_read_surf (line 70)
>> fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));
>> 
>> Error in find_corresponding_center_FSformat (line 26)
>> [mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);
>>  
>> >> 
>> ERROR: find_corresponding_center_FSformat did not complete 
>> successfully!
>> 
>> I tried with both the Matlab version, but the error is the same
>> 

Re: [Freesurfer] LGI problem

2020-05-15 Thread Angela Favaro
External Email - Use Caution

Hi Doug, 
I have some problem in uploading my subj.tar.gz using ftp. I am using a MacOs 
Catalina and, although I am able to connect to the FTP site and open the 
incoming window (also in binary mode), commands are not working...

I am trying to overcome the problem.
Is there any other method to transfer the data set?
Thank you

Angela

> Il giorno 15 mag 2020, alle ore 00:15, Douglas N. Greve 
>  ha scritto:
> 
> Hmmm, I don't know. Can you upload the data set? Follow these instructions
> 
> From the linux command line,
> Create the file you want to upload, eg, 
> cd $SUBJECTS_DIR
> tar cvfz subject.tar.gz ./subject
> Now log  into our anonymous FTP site:
> ftp surfer.nmr.mgh.harvard.edu
> It will ask you for a user name: use "anonymous" (no quotes)
> It will ask you for a password: use "anonymous" (no quotes)
> cd transfer/incoming
> binary
> put subject.tar.gz
> Send an email that the file has been and the name of the file.
> 
> 
> On 5/14/2020 5:03 PM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> Thank you Doug!
>> It works! Great!
>> 
>> 
>> I have another problem: I am reprocessing all my database with freesurfer 
>> 7.1.0, but in one subject segmentation failed.
>> I had no problem with this subjects using freesurfer 6
>> What can be the problem?
>> 
>> I attach the log
>> 
>> Thank you for any help!
>> 
>> Angela
>> 
>> 
>> 
>>> Il giorno 14 mag 2020, alle ore 17:06, Douglas N. Greve 
>>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>>> 
>>> 
>>> Someone just pointed out that I posted the wrong file. Here is the correct 
>>> one. Copy it to the same folder
>>> 
>>> https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m 
>>> 
>>> 
>>> 
>>> On 5/13/2020 11:01 PM, Douglas N. Greve wrote:
 
 Download this file
 https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
  
 
 and copy it into $FREESURFER_HOME/matlab
 and rerun. Let me know if that fixes it.
 
 
 
 On 5/13/2020 5:57 PM, Angela Favaro wrote:
> External Email - Use Caution
> 
> Please find attached the log
> Thank you
> Angela
> 
> 
> 
>> Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
>> mailto:dgr...@mgh.harvard.edu>> ha scritto:
>> 
>> Are you running this from recon-all? If so send the recon-all.log. If 
>> from the command line, send the command-line and all terminal output
>> 
>> On 5/13/2020 5:28 PM, Angela Favaro wrote:
>>> External Email - Use Caution
>>> 
>>> Hi Doug!
>>> yes, it run under version 6!
>>> Please let me know if it is something that can be solved
>>> Thank you
>>> Angela
>>> 
>>> 
 Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
 mailto:dgr...@mgh.harvard.edu>> ha scritto:
 
 Does it run under version 6? We are not really supporting lGI anymore, 
 but maybe we can get it to work
 
 On 5/13/2020 4:24 PM, Angela Favaro wrote:
> External Email - Use Caution
> 
> 
> Hi all, 
> I am using the new version of Freesurfer 7.1.0
> And I am finding problems in running gyrification analysis.
> I have Matlab 2016a (and 2019b) with the toolbox image processing
> 
> The error is after the command find_corresponding_center_FSformat
> 
> Matlab seems to start, but then the following message appears:
> 
> >> Warning: Input argument must be a string. 
> > In ver (line 41)
>   In freesurfer_read_surf (line 70)
>   In find_corresponding_center_FSformat (line 26) 
> Error using fprintf
> Function is not defined for 'struct' inputs.
> 
> Error in freesurfer_read_surf (line 70)
> fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));
> 
> Error in find_corresponding_center_FSformat (line 26)
> [mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);
>  
> >> 
> ERROR: find_corresponding_center_FSformat did not complete 
> successfully!
> 
> I tried with both the Matlab version, but the error is the same
> Any help is appreciated. Thank you so much
> 
> Angela
> 
> 
>> ___
>> Freesurfer mailing list
>> Freesurfer@nmr.mgh.harvard.edu 
>> 
>> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer 
>> 
> 
> 

Re: [Freesurfer] LGI problem

2020-05-14 Thread Douglas N. Greve

Hmmm, I don't know. Can you upload the data set? Follow these instructions

From the linux command line,
Create the file you want to upload, eg,
cd $SUBJECTS_DIR
tar cvfz subject.tar.gz ./subject
Now log  into our anonymous FTP site:
ftp surfer.nmr.mgh.harvard.edu
It will ask you for a user name: use "anonymous" (no quotes)
It will ask you for a password: use "anonymous" (no quotes)
cd transfer/incoming
binary
put subject.tar.gz
Send an email that the file has been and the name of the file.


On 5/14/2020 5:03 PM, Angela Favaro wrote:


External Email - Use Caution

Thank you Doug!
It works! Great!


I have another problem: I am reprocessing all my database with 
freesurfer 7.1.0, but in one subject segmentation failed.

I had no problem with this subjects using freesurfer 6
What can be the problem?

I attach the log

Thank you for any help!

Angela



Il giorno 14 mag 2020, alle ore 17:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:



Someone just pointed out that I posted the wrong file. Here is the 
correct one. Copy it to the same folder


https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m


On 5/13/2020 11:01 PM, Douglas N. Greve wrote:


Download this file
https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
and copy it into $FREESURFER_HOME/matlab
and rerun. Let me know if that fixes it.



On 5/13/2020 5:57 PM, Angela Favaro wrote:


External Email - Use Caution

Please find attached the log
Thank you
Angela



Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Are you running this from recon-all? If so send the recon-all.log. 
If from the command line, send the command-line and all terminal 
output


On 5/13/2020 5:28 PM, Angela Favaro wrote:


External Email - Use Caution

Hi Doug!
yes, it run under version 6!
Please let me know if it is something that can be solved
Thank you
Angela


Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Does it run under version 6? We are not really supporting lGI 
anymore, but maybe we can get it to work


On 5/13/2020 4:24 PM, Angela Favaro wrote:


External Email - Use Caution


Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image processing

The error is after the command find_corresponding_center_FSformat

Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
In freesurfer_read_surf (line 70)
In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>> 
ERROR: find_corresponding_center_FSformat did not complete 
successfully!


I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela



___
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



___
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




___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI problem

2020-05-14 Thread Douglas N. Greve


Someone just pointed out that I posted the wrong file. Here is the 
correct one. Copy it to the same folder


https://gate.nmr.mgh.harvard.edu/safelinks/greve/freesurfer_read_surf.m


On 5/13/2020 11:01 PM, Douglas N. Greve wrote:


Download this file
https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
and copy it into $FREESURFER_HOME/matlab
and rerun. Let me know if that fixes it.



On 5/13/2020 5:57 PM, Angela Favaro wrote:


External Email - Use Caution

Please find attached the log
Thank you
Angela



Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Are you running this from recon-all? If so send the recon-all.log. 
If from the command line, send the command-line and all terminal output


On 5/13/2020 5:28 PM, Angela Favaro wrote:


External Email - Use Caution

Hi Doug!
yes, it run under version 6!
Please let me know if it is something that can be solved
Thank you
Angela


Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Does it run under version 6? We are not really supporting lGI 
anymore, but maybe we can get it to work


On 5/13/2020 4:24 PM, Angela Favaro wrote:


External Email - Use Caution


Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image processing

The error is after the command find_corresponding_center_FSformat

Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
In freesurfer_read_surf (line 70)
In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>> 
ERROR: find_corresponding_center_FSformat did not complete 
successfully!


I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela



___
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



___
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

Re: [Freesurfer] LGI problem

2020-05-13 Thread Douglas N. Greve


Download this file
https://gate.nmr.mgh.harvard.edu/safelinks/greve/find_corresponding_center_FSformat.m
and copy it into $FREESURFER_HOME/matlab
and rerun. Let me know if that fixes it.



On 5/13/2020 5:57 PM, Angela Favaro wrote:


External Email - Use Caution

Please find attached the log
Thank you
Angela



Il giorno 13 mag 2020, alle ore 23:35, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Are you running this from recon-all? If so send the recon-all.log. If 
from the command line, send the command-line and all terminal output


On 5/13/2020 5:28 PM, Angela Favaro wrote:


External Email - Use Caution

Hi Doug!
yes, it run under version 6!
Please let me know if it is something that can be solved
Thank you
Angela


Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Does it run under version 6? We are not really supporting lGI 
anymore, but maybe we can get it to work


On 5/13/2020 4:24 PM, Angela Favaro wrote:


External Email - Use Caution


Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image processing

The error is after the command find_corresponding_center_FSformat

Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
In freesurfer_read_surf (line 70)
In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>> 
ERROR: find_corresponding_center_FSformat did not complete 
successfully!


I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela



___
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



___
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

Re: [Freesurfer] LGI problem

2020-05-13 Thread Douglas N. Greve
Are you running this from recon-all? If so send the recon-all.log. If 
from the command line, send the command-line and all terminal output


On 5/13/2020 5:28 PM, Angela Favaro wrote:


External Email - Use Caution

Hi Doug!
yes, it run under version 6!
Please let me know if it is something that can be solved
Thank you
Angela


Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
mailto:dgr...@mgh.harvard.edu>> ha scritto:


Does it run under version 6? We are not really supporting lGI 
anymore, but maybe we can get it to work


On 5/13/2020 4:24 PM, Angela Favaro wrote:


External Email - Use Caution


Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image processing

The error is after the command find_corresponding_center_FSformat

Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
  In freesurfer_read_surf (line 70)
  In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>> 
ERROR: find_corresponding_center_FSformat did not complete successfully!


I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela



___
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



___
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

Re: [Freesurfer] LGI problem

2020-05-13 Thread Angela Favaro
External Email - Use Caution

Hi Doug!
yes, it run under version 6!
Please let me know if it is something that can be solved
Thank you
Angela


> Il giorno 13 mag 2020, alle ore 23:06, Douglas N. Greve 
>  ha scritto:
> 
> Does it run under version 6? We are not really supporting lGI anymore, but 
> maybe we can get it to work
> 
> On 5/13/2020 4:24 PM, Angela Favaro wrote:
>> External Email - Use Caution
>> 
>> 
>> Hi all, 
>> I am using the new version of Freesurfer 7.1.0
>> And I am finding problems in running gyrification analysis.
>> I have Matlab 2016a (and 2019b) with the toolbox image processing
>> 
>> The error is after the command find_corresponding_center_FSformat
>> 
>> Matlab seems to start, but then the following message appears:
>> 
>> >> Warning: Input argument must be a string. 
>> > In ver (line 41)
>>   In freesurfer_read_surf (line 70)
>>   In find_corresponding_center_FSformat (line 26) 
>> Error using fprintf
>> Function is not defined for 'struct' inputs.
>> 
>> Error in freesurfer_read_surf (line 70)
>> fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));
>> 
>> Error in find_corresponding_center_FSformat (line 26)
>> [mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);
>>  
>> >> 
>> ERROR: find_corresponding_center_FSformat did not complete successfully!
>> 
>> I tried with both the Matlab version, but the error is the same
>> Any help is appreciated. Thank you so much
>> 
>> Angela
>> 
>> 
>>> ___
>>> 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

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI problem

2020-05-13 Thread Douglas N. Greve
Does it run under version 6? We are not really supporting lGI anymore, 
but maybe we can get it to work


On 5/13/2020 4:24 PM, Angela Favaro wrote:


External Email - Use Caution


Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image processing

The error is after the command find_corresponding_center_FSformat

Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
  In freesurfer_read_surf (line 70)
  In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);


>> 
ERROR: find_corresponding_center_FSformat did not complete successfully!


I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela



___
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

[Freesurfer] LGI problem

2020-05-13 Thread Angela Favaro
External Email - Use Caution

Hi all,
I am using the new version of Freesurfer 7.1.0
And I am finding problems in running gyrification analysis.
I have Matlab 2016a (and 2019b) with the toolbox image processing

The error is after the command find_corresponding_center_FSformat

Matlab seems to start, but then the following message appears:

>> Warning: Input argument must be a string.
> In ver (line 41)
  In freesurfer_read_surf (line 70)
  In find_corresponding_center_FSformat (line 26)
Error using fprintf
Function is not defined for 'struct' inputs.

Error in freesurfer_read_surf (line 70)
fprintf('FREESURFER_READ_SURF [v %s]\n',ver(11:15));

Error in find_corresponding_center_FSformat (line 26)
[mesh_pial.vertices, mesh_pial.faces] = freesurfer_read_surf(pial);

>>
ERROR: find_corresponding_center_FSformat did not complete successfully!

I tried with both the Matlab version, but the error is the same
Any help is appreciated. Thank you so much

Angela


> ___
> 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] LGI help

2020-03-03 Thread Nillo, Ryan Michael R
Hello Freesurfer users/developers,

I want to run recon-all localGI on a subject who has been processed with 
Freesurfer 5.3. Whenever I run recon-all -localGI, I always get an error on 
“make_roi_paths”. There error can be found at the end of this email. I looked 
at the 5.3 release notes and found the that one issue with localGI was fixed by 
substituting a line of code. The current SearchProjectionOnPial.m that I am 
using uses this fix.

LGI: issue when using Matlab 2013. the fix is to edit the file 
$FREESURFER_HOME/matlab/SearchProjectionOnPial.m and make these changes: 
find this line:

< for t=1:step:size(perim,2)

and change to:

> si=max(size(perim));
> for t=1:step:si




make_roi_paths('lh.pial','lh.pial-outer-smoothed',25,100,'/working/ABCD/FS/NDAR_INV021N0FLH/surf/tmp-mris_compute_lgi-lh.pial','/tmp/mrp_58433_.m');
 exit
=

< M A T L A B (R) >
  Copyright 1984-2015 The MathWorks, Inc.
   R2015b (8.6.0.267246) 64-bit (glnxa64)
  August 20, 2015
 
For online documentation, see http://www.mathworks.com/support
For product information, visit www.mathworks.com.
 

Academic License

>> loading datas ...
FREESURFER_READ_SURF [v  1.2 ]
...reading surface file: lh.pial
...reading triangle file
...adding 1 to face indices for matlab compatibility.
...done (  0.04 sec)

FREESURFER_READ_SURF [v  1.2 ]
...reading surface file: lh.pial-outer-smoothed
...reading triangle file
...adding 1 to face indices for matlab compatibility.
...done (  0.02 sec)

preparing outer mesh structure ...
face 5000 / 130188
face 1 / 130188
face 15000 / 130188
face 2 / 130188
face 25000 / 130188
face 3 / 130188
face 35000 / 130188
face 4 / 130188
face 45000 / 130188
face 5 / 130188
face 55000 / 130188
face 6 / 130188
face 65000 / 130188
face 7 / 130188
face 75000 / 130188
face 8 / 130188
face 85000 / 130188
face 9 / 130188
face 95000 / 130188
face 10 / 130188
face 105000 / 130188
face 11 / 130188
face 115000 / 130188
face 12 / 130188
face 125000 / 130188
face 13 / 130188

mesh_outer = 

 vertices: [65096x3 double]
faces: [130188x3 double]
facesOfVertex: [65096x1 struct]

preparing pial mesh structure ...
...searching for mesh edges...done (134.42 sec).
... creating path file for vertex 1 / 65096
area file for outer ROIs saved at 1
In an assignment  A(:) = B, the number of elements in A and B must be the same.

Error in dsearchn (line 79)
[d(i),t(i)] = min(sum((x-yi).^2,2));

Error in mesh_vertex_nearest (line 29)
nearestIndex = dsearchn(vertices,points);


Error in reorganize_verticeslist (line 28)

[nextindex,nextvalue]=mesh_vertex_nearest(mesh_total.vertices(remaininglist,:),mesh_total.vertices(verticeslist(start_vertex),:));

Error in make_roi_paths (line 93)
reorglist = reorganize_verticeslist (mesh_total, A, mesh_outer, perim,
verticeslist, step);
 
>> 
ERROR:  make_roi_paths did not complete successfully!
Linux jamestown.radiology.ucsf.edu 3.10.0-1062.1.2.el7.x86_64 #1 SMP Mon Sep 16 
14:19:51 EDT 2019 x86_64 x86_64 x86_64 GNU/Linux

recon-all -s NDAR_INV021N0FLH exited with ERRORS at Tue Mar  3 11:09:41 PST 2020

For more details, see the log file 
/working/ABCD/FS/NDAR_INV021N0FLH/scripts/recon-all.log
To report a problem, see http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting

Thank you for your time,

Ryan Michael Nillo
Staff Research Associate I
University of California San Francisco
Department of Radiology and Biomedical Imaging



smime.p7s
Description: S/MIME cryptographic signature
External Email - Use Caution___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Avi Gharehgazlou
External Email - Use Caution

I made a new qdec file in my subject directory (not capitalizing 'qdec')
and the problem was solved :)

Thank you so much. I really appreciate all your help

Avi

On Tue, Apr 23, 2019 at 2:57 PM Pan Yunzhi  wrote:

> External Email - Use Caution
>
> You should edit your .Qdecrc file in your  SUBJECTS_DIR/qdec
>   folder. Don't capitalize qdec.
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Avi Gharehgazlou 
> *Sent: *Tuesday, April 23, 2019 2:27 PM
> *To: *Freesurfer support list 
> *Subject: *Re: [Freesurfer] LGI in QDEC menu please respond soon
>
>
>
> *External Email - Use Caution*
>
> Where should I type "ctrl +H"? In my linux terminal (in QDEC) folder? when
> I do that it gives this error: bash: ctrl + H: command not found
>
>
>
> When I open my .Qdecrc file (with geddit) I see the MEASURE1 = pial_lgi in
> the file (but not all the other lines that came in the output when I wrote
> command more ~/.Qdecrc)
>
>
>
> On Tue, Apr 23, 2019 at 1:38 PM Pan Yunzhi  wrote:
>
> *External Email - Use Caution*
>
> I guess the .Qdecrc file have already in your qdec folder. Try “ctrl + H”
> to see the hiden file and write MEASURE1 = pial_lgi into .Qdecrc file.
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Avi Gharehgazlou 
> *Sent: *Tuesday, April 23, 2019 1:34 PM
> *To: *Freesurfer support list 
> *Subject: *Re: [Freesurfer] LGI in QDEC menu please respond soon
>
>
>
> *External Email - Use Caution*
>
> Yes I did
>
>
>
> On Tue, Apr 23, 2019 at 12:59 PM Pan Yunzhi  wrote:
>
> *External Email - Use Caution*
>
> Did you run this command “recon-all -s my_subject_id -qcache -measure
> pial_lgi” before? If not, you should run this.
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Avi Gharehgazlou 
> *Sent: *Tuesday, April 23, 2019 12:06 PM
> *To: *Freesurfer support list 
> *Subject: *[Freesurfer] LGI in QDEC menu please respond soon
>
>
>
> *External Email - Use Caution*
>
> Hi experts,
>
> To give more detail re my previous post  I have created the .Qdecrc
> file in my Subjects directory and QDEC folder, which contains one line
> : MEASURE1 = pial_lgi . However, LGI is still not appearing in the drop
> down menu on QDEC.
>
>
>
> When I do command more ~/.Qdecrc it gives the following output:
>
>
>
>
>
> # This file is automatically generated by the application
>
> # If you change any lines or add new lines, note that all
>
> # coments and empty lines will be deleted. Every line has
>
> # to be in format:
>
> # key = value
>
> #
>
> Qdec1\Dialogs\ExitApplication = 0
>
> Qdec1\Dialogs\SendErrorLog = 0
>
> Qdec1\Geometry\MainPanelSize = 375
>
> Qdec1\Geometry\MainPanelVisibility = 1
>
> Qdec1\Geometry\SaveUserInterfaceGeometry = 1
>
> Qdec1\Geometry\SecondaryPanelSize = 250
>
> Qdec1\Geometry\SecondaryPanelVisibility = 0
>
> Qdec1\Geometry\ViewPanelPosition = Right
>
> Qdec1\Geometry\WindowGeometry = 900x700+531+190
>
> Qdec1\RunTime\MostRecentVersionLaunched = 1.5
>
> Qdec1\RunTime\PrintTargetDPI = 100.00
>
> Qdec1\RunTime\ShowBalloonHelp = 1
>
> Qdec1\RunTime\ShowSplashScreen = 1
>
> Qdec1\RunTime\ToolbarFlatButtons = 1
>
> Qdec1\RunTime\ToolbarFlatFrame = 1
>
>
>
> Based on previous archives I think my .Qdecrc was not saved properly
> because the line in this file (MEASURE1 = pial_lgi) doesn't appear in the
> above output. I know I have to put this line in the above output, but I
> can't seem to figure out how. Will you please be able to tell me how I can
> do this?
>
> Thanks so much
>
>
>
> ___
> 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
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Pan Yunzhi
External Email - Use Caution

You should edit your .Qdecrc file in your  SUBJECTS_DIR/qdec   
folder. Don't capitalize qdec. 

Sent from Mail for Windows 10

From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 2:27 PM
To: Freesurfer support list
Subject: Re: [Freesurfer] LGI in QDEC menu please respond soon

External Email - Use Caution
Where should I type "ctrl +H"? In my linux terminal (in QDEC) folder? when I do 
that it gives this error: bash: ctrl + H: command not found

When I open my .Qdecrc file (with geddit) I see the MEASURE1 = pial_lgi in the 
file (but not all the other lines that came in the output when I wrote command 
more ~/.Qdecrc)

On Tue, Apr 23, 2019 at 1:38 PM Pan Yunzhi  wrote:
External Email - Use Caution
I guess the .Qdecrc file have already in your qdec folder. Try “ctrl + H” to 
see the hiden file and write MEASURE1 = pial_lgi into .Qdecrc file.
 
Sent from Mail for Windows 10
 
From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 1:34 PM
To: Freesurfer support list
Subject: Re: [Freesurfer] LGI in QDEC menu please respond soon
 
External Email - Use Caution
Yes I did
 
On Tue, Apr 23, 2019 at 12:59 PM Pan Yunzhi  wrote:
External Email - Use Caution
Did you run this command “recon-all -s my_subject_id -qcache -measure pial_lgi” 
before? If not, you should run this.
 
Sent from Mail for Windows 10
 
From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 12:06 PM
To: Freesurfer support list
Subject: [Freesurfer] LGI in QDEC menu please respond soon
 
External Email - Use Caution
Hi experts, 
To give more detail re my previous post  I have created the .Qdecrc file in 
my Subjects directory and QDEC folder, which contains one line : MEASURE1 = 
pial_lgi . However, LGI is still not appearing in the drop down menu on QDEC. 
 
When I do command more ~/.Qdecrc it gives the following output:
 
 
# This file is automatically generated by the application
# If you change any lines or add new lines, note that all
# coments and empty lines will be deleted. Every line has
# to be in format: 
# key = value
#
Qdec1\Dialogs\ExitApplication = 0
Qdec1\Dialogs\SendErrorLog = 0
Qdec1\Geometry\MainPanelSize = 375
Qdec1\Geometry\MainPanelVisibility = 1
Qdec1\Geometry\SaveUserInterfaceGeometry = 1
Qdec1\Geometry\SecondaryPanelSize = 250
Qdec1\Geometry\SecondaryPanelVisibility = 0
Qdec1\Geometry\ViewPanelPosition = Right
Qdec1\Geometry\WindowGeometry = 900x700+531+190
Qdec1\RunTime\MostRecentVersionLaunched = 1.5
Qdec1\RunTime\PrintTargetDPI = 100.00
Qdec1\RunTime\ShowBalloonHelp = 1
Qdec1\RunTime\ShowSplashScreen = 1
Qdec1\RunTime\ToolbarFlatButtons = 1
Qdec1\RunTime\ToolbarFlatFrame = 1
 
Based on previous archives I think my .Qdecrc was not saved properly because 
the line in this file (MEASURE1 = pial_lgi) doesn't appear in the above output. 
I know I have to put this line in the above output, but I can't seem to figure 
out how. Will you please be able to tell me how I can do this?
Thanks so much  
 
___
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

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Pan Yunzhi
External Email - Use Caution

In .Qdecrc file, you can only see this line, except you add somethings else. If 
all of these were settled down, it should work. Is there any error in your 
command windows? 

Sent from Mail for Windows 10

From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 2:27 PM
To: Freesurfer support list
Subject: Re: [Freesurfer] LGI in QDEC menu please respond soon

External Email - Use Caution
Where should I type "ctrl +H"? In my linux terminal (in QDEC) folder? when I do 
that it gives this error: bash: ctrl + H: command not found

When I open my .Qdecrc file (with geddit) I see the MEASURE1 = pial_lgi in the 
file (but not all the other lines that came in the output when I wrote command 
more ~/.Qdecrc)

On Tue, Apr 23, 2019 at 1:38 PM Pan Yunzhi  wrote:
External Email - Use Caution
I guess the .Qdecrc file have already in your qdec folder. Try “ctrl + H” to 
see the hiden file and write MEASURE1 = pial_lgi into .Qdecrc file.
 
Sent from Mail for Windows 10
 
From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 1:34 PM
To: Freesurfer support list
Subject: Re: [Freesurfer] LGI in QDEC menu please respond soon
 
External Email - Use Caution
Yes I did
 
On Tue, Apr 23, 2019 at 12:59 PM Pan Yunzhi  wrote:
External Email - Use Caution
Did you run this command “recon-all -s my_subject_id -qcache -measure pial_lgi” 
before? If not, you should run this.
 
Sent from Mail for Windows 10
 
From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 12:06 PM
To: Freesurfer support list
Subject: [Freesurfer] LGI in QDEC menu please respond soon
 
External Email - Use Caution
Hi experts, 
To give more detail re my previous post  I have created the .Qdecrc file in 
my Subjects directory and QDEC folder, which contains one line : MEASURE1 = 
pial_lgi . However, LGI is still not appearing in the drop down menu on QDEC. 
 
When I do command more ~/.Qdecrc it gives the following output:
 
 
# This file is automatically generated by the application
# If you change any lines or add new lines, note that all
# coments and empty lines will be deleted. Every line has
# to be in format: 
# key = value
#
Qdec1\Dialogs\ExitApplication = 0
Qdec1\Dialogs\SendErrorLog = 0
Qdec1\Geometry\MainPanelSize = 375
Qdec1\Geometry\MainPanelVisibility = 1
Qdec1\Geometry\SaveUserInterfaceGeometry = 1
Qdec1\Geometry\SecondaryPanelSize = 250
Qdec1\Geometry\SecondaryPanelVisibility = 0
Qdec1\Geometry\ViewPanelPosition = Right
Qdec1\Geometry\WindowGeometry = 900x700+531+190
Qdec1\RunTime\MostRecentVersionLaunched = 1.5
Qdec1\RunTime\PrintTargetDPI = 100.00
Qdec1\RunTime\ShowBalloonHelp = 1
Qdec1\RunTime\ShowSplashScreen = 1
Qdec1\RunTime\ToolbarFlatButtons = 1
Qdec1\RunTime\ToolbarFlatFrame = 1
 
Based on previous archives I think my .Qdecrc was not saved properly because 
the line in this file (MEASURE1 = pial_lgi) doesn't appear in the above output. 
I know I have to put this line in the above output, but I can't seem to figure 
out how. Will you please be able to tell me how I can do this?
Thanks so much  
 
___
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

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Avi Gharehgazlou
External Email - Use Caution

Where should I type "ctrl +H"? In my linux terminal (in QDEC) folder? when
I do that it gives this error: bash: ctrl + H: command not found

When I open my .Qdecrc file (with geddit) I see the MEASURE1 = pial_lgi in
the file (but not all the other lines that came in the output when I wrote
command more ~/.Qdecrc)

On Tue, Apr 23, 2019 at 1:38 PM Pan Yunzhi  wrote:

> External Email - Use Caution
>
> I guess the .Qdecrc file have already in your qdec folder. Try “ctrl + H”
> to see the hiden file and write MEASURE1 = pial_lgi into .Qdecrc file.
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Avi Gharehgazlou 
> *Sent: *Tuesday, April 23, 2019 1:34 PM
> *To: *Freesurfer support list 
> *Subject: *Re: [Freesurfer] LGI in QDEC menu please respond soon
>
>
>
> *External Email - Use Caution*
>
> Yes I did
>
>
>
> On Tue, Apr 23, 2019 at 12:59 PM Pan Yunzhi  wrote:
>
> *External Email - Use Caution*
>
> Did you run this command “recon-all -s my_subject_id -qcache -measure
> pial_lgi” before? If not, you should run this.
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Avi Gharehgazlou 
> *Sent: *Tuesday, April 23, 2019 12:06 PM
> *To: *Freesurfer support list 
> *Subject: *[Freesurfer] LGI in QDEC menu please respond soon
>
>
>
> *External Email - Use Caution*
>
> Hi experts,
>
> To give more detail re my previous post  I have created the .Qdecrc
> file in my Subjects directory and QDEC folder, which contains one line
> : MEASURE1 = pial_lgi . However, LGI is still not appearing in the drop
> down menu on QDEC.
>
>
>
> When I do command more ~/.Qdecrc it gives the following output:
>
>
>
>
>
> # This file is automatically generated by the application
>
> # If you change any lines or add new lines, note that all
>
> # coments and empty lines will be deleted. Every line has
>
> # to be in format:
>
> # key = value
>
> #
>
> Qdec1\Dialogs\ExitApplication = 0
>
> Qdec1\Dialogs\SendErrorLog = 0
>
> Qdec1\Geometry\MainPanelSize = 375
>
> Qdec1\Geometry\MainPanelVisibility = 1
>
> Qdec1\Geometry\SaveUserInterfaceGeometry = 1
>
> Qdec1\Geometry\SecondaryPanelSize = 250
>
> Qdec1\Geometry\SecondaryPanelVisibility = 0
>
> Qdec1\Geometry\ViewPanelPosition = Right
>
> Qdec1\Geometry\WindowGeometry = 900x700+531+190
>
> Qdec1\RunTime\MostRecentVersionLaunched = 1.5
>
> Qdec1\RunTime\PrintTargetDPI = 100.00
>
> Qdec1\RunTime\ShowBalloonHelp = 1
>
> Qdec1\RunTime\ShowSplashScreen = 1
>
> Qdec1\RunTime\ToolbarFlatButtons = 1
>
> Qdec1\RunTime\ToolbarFlatFrame = 1
>
>
>
> Based on previous archives I think my .Qdecrc was not saved properly
> because the line in this file (MEASURE1 = pial_lgi) doesn't appear in the
> above output. I know I have to put this line in the above output, but I
> can't seem to figure out how. Will you please be able to tell me how I can
> do this?
>
> Thanks so much
>
>
>
> ___
> 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

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Pan Yunzhi
External Email - Use Caution

I guess the .Qdecrc file have already in your qdec folder. Try “ctrl + H” to 
see the hiden file and write MEASURE1 = pial_lgi into .Qdecrc file.

Sent from Mail for Windows 10

From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 1:34 PM
To: Freesurfer support list
Subject: Re: [Freesurfer] LGI in QDEC menu please respond soon

External Email - Use Caution
Yes I did

On Tue, Apr 23, 2019 at 12:59 PM Pan Yunzhi  wrote:
External Email - Use Caution
Did you run this command “recon-all -s my_subject_id -qcache -measure pial_lgi” 
before? If not, you should run this.
 
Sent from Mail for Windows 10
 
From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 12:06 PM
To: Freesurfer support list
Subject: [Freesurfer] LGI in QDEC menu please respond soon
 
External Email - Use Caution
Hi experts, 
To give more detail re my previous post  I have created the .Qdecrc file in 
my Subjects directory and QDEC folder, which contains one line : MEASURE1 = 
pial_lgi . However, LGI is still not appearing in the drop down menu on QDEC. 
 
When I do command more ~/.Qdecrc it gives the following output:
 
 
# This file is automatically generated by the application
# If you change any lines or add new lines, note that all
# coments and empty lines will be deleted. Every line has
# to be in format: 
# key = value
#
Qdec1\Dialogs\ExitApplication = 0
Qdec1\Dialogs\SendErrorLog = 0
Qdec1\Geometry\MainPanelSize = 375
Qdec1\Geometry\MainPanelVisibility = 1
Qdec1\Geometry\SaveUserInterfaceGeometry = 1
Qdec1\Geometry\SecondaryPanelSize = 250
Qdec1\Geometry\SecondaryPanelVisibility = 0
Qdec1\Geometry\ViewPanelPosition = Right
Qdec1\Geometry\WindowGeometry = 900x700+531+190
Qdec1\RunTime\MostRecentVersionLaunched = 1.5
Qdec1\RunTime\PrintTargetDPI = 100.00
Qdec1\RunTime\ShowBalloonHelp = 1
Qdec1\RunTime\ShowSplashScreen = 1
Qdec1\RunTime\ToolbarFlatButtons = 1
Qdec1\RunTime\ToolbarFlatFrame = 1
 
Based on previous archives I think my .Qdecrc was not saved properly because 
the line in this file (MEASURE1 = pial_lgi) doesn't appear in the above output. 
I know I have to put this line in the above output, but I can't seem to figure 
out how. Will you please be able to tell me how I can do this?
Thanks so much  
 
___
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

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Avi Gharehgazlou
External Email - Use Caution

Yes I did

On Tue, Apr 23, 2019 at 12:59 PM Pan Yunzhi  wrote:

> External Email - Use Caution
>
> Did you run this command “recon-all -s my_subject_id -qcache -measure
> pial_lgi” before? If not, you should run this.
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
> *From: *Avi Gharehgazlou 
> *Sent: *Tuesday, April 23, 2019 12:06 PM
> *To: *Freesurfer support list 
> *Subject: *[Freesurfer] LGI in QDEC menu please respond soon
>
>
>
> *External Email - Use Caution*
>
> Hi experts,
>
> To give more detail re my previous post  I have created the .Qdecrc
> file in my Subjects directory and QDEC folder, which contains one line
> : MEASURE1 = pial_lgi . However, LGI is still not appearing in the drop
> down menu on QDEC.
>
>
>
> When I do command more ~/.Qdecrc it gives the following output:
>
>
>
>
>
> # This file is automatically generated by the application
>
> # If you change any lines or add new lines, note that all
>
> # coments and empty lines will be deleted. Every line has
>
> # to be in format:
>
> # key = value
>
> #
>
> Qdec1\Dialogs\ExitApplication = 0
>
> Qdec1\Dialogs\SendErrorLog = 0
>
> Qdec1\Geometry\MainPanelSize = 375
>
> Qdec1\Geometry\MainPanelVisibility = 1
>
> Qdec1\Geometry\SaveUserInterfaceGeometry = 1
>
> Qdec1\Geometry\SecondaryPanelSize = 250
>
> Qdec1\Geometry\SecondaryPanelVisibility = 0
>
> Qdec1\Geometry\ViewPanelPosition = Right
>
> Qdec1\Geometry\WindowGeometry = 900x700+531+190
>
> Qdec1\RunTime\MostRecentVersionLaunched = 1.5
>
> Qdec1\RunTime\PrintTargetDPI = 100.00
>
> Qdec1\RunTime\ShowBalloonHelp = 1
>
> Qdec1\RunTime\ShowSplashScreen = 1
>
> Qdec1\RunTime\ToolbarFlatButtons = 1
>
> Qdec1\RunTime\ToolbarFlatFrame = 1
>
>
>
> Based on previous archives I think my .Qdecrc was not saved properly
> because the line in this file (MEASURE1 = pial_lgi) doesn't appear in the
> above output. I know I have to put this line in the above output, but I
> can't seem to figure out how. Will you please be able to tell me how I can
> do this?
>
> Thanks so much
>
>
> ___
> 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

Re: [Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Pan Yunzhi
External Email - Use Caution

Did you run this command “recon-all -s my_subject_id -qcache -measure pial_lgi” 
before? If not, you should run this.

Sent from Mail for Windows 10

From: Avi Gharehgazlou
Sent: Tuesday, April 23, 2019 12:06 PM
To: Freesurfer support list
Subject: [Freesurfer] LGI in QDEC menu please respond soon

External Email - Use Caution
Hi experts, 
To give more detail re my previous post  I have created the .Qdecrc file in 
my Subjects directory and QDEC folder, which contains one line : MEASURE1 = 
pial_lgi . However, LGI is still not appearing in the drop down menu on QDEC. 

When I do command more ~/.Qdecrc it gives the following output:


# This file is automatically generated by the application
# If you change any lines or add new lines, note that all
# coments and empty lines will be deleted. Every line has
# to be in format: 
# key = value
#
Qdec1\Dialogs\ExitApplication = 0
Qdec1\Dialogs\SendErrorLog = 0
Qdec1\Geometry\MainPanelSize = 375
Qdec1\Geometry\MainPanelVisibility = 1
Qdec1\Geometry\SaveUserInterfaceGeometry = 1
Qdec1\Geometry\SecondaryPanelSize = 250
Qdec1\Geometry\SecondaryPanelVisibility = 0
Qdec1\Geometry\ViewPanelPosition = Right
Qdec1\Geometry\WindowGeometry = 900x700+531+190
Qdec1\RunTime\MostRecentVersionLaunched = 1.5
Qdec1\RunTime\PrintTargetDPI = 100.00
Qdec1\RunTime\ShowBalloonHelp = 1
Qdec1\RunTime\ShowSplashScreen = 1
Qdec1\RunTime\ToolbarFlatButtons = 1
Qdec1\RunTime\ToolbarFlatFrame = 1

Based on previous archives I think my .Qdecrc was not saved properly because 
the line in this file (MEASURE1 = pial_lgi) doesn't appear in the above output. 
I know I have to put this line in the above output, but I can't seem to figure 
out how. Will you please be able to tell me how I can do this?
Thanks so much  

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

[Freesurfer] LGI in QDEC menu please respond soon

2019-04-23 Thread Avi Gharehgazlou
External Email - Use Caution

Hi experts,
To give more detail re my previous post  I have created the .Qdecrc
file in my Subjects directory and QDEC folder, which contains one line
: MEASURE1
= pial_lgi . However, LGI is still not appearing in the drop down menu on
QDEC.

When I do command more ~/.Qdecrc it gives the following output:


# This file is automatically generated by the application
# If you change any lines or add new lines, note that all
# coments and empty lines will be deleted. Every line has
# to be in format:
# key = value
#
Qdec1\Dialogs\ExitApplication = 0
Qdec1\Dialogs\SendErrorLog = 0
Qdec1\Geometry\MainPanelSize = 375
Qdec1\Geometry\MainPanelVisibility = 1
Qdec1\Geometry\SaveUserInterfaceGeometry = 1
Qdec1\Geometry\SecondaryPanelSize = 250
Qdec1\Geometry\SecondaryPanelVisibility = 0
Qdec1\Geometry\ViewPanelPosition = Right
Qdec1\Geometry\WindowGeometry = 900x700+531+190
Qdec1\RunTime\MostRecentVersionLaunched = 1.5
Qdec1\RunTime\PrintTargetDPI = 100.00
Qdec1\RunTime\ShowBalloonHelp = 1
Qdec1\RunTime\ShowSplashScreen = 1
Qdec1\RunTime\ToolbarFlatButtons = 1
Qdec1\RunTime\ToolbarFlatFrame = 1

Based on previous archives I think my .Qdecrc was not saved properly
because the line in this file (MEASURE1 = pial_lgi) doesn't appear in the
above output. I know I have to put this line in the above output, but I
can't seem to figure out how. Will you please be able to tell me how I can
do this?

Thanks so much
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI in QDEC

2019-03-14 Thread Greve, Douglas N.,Ph.D.
Hi Zheng, qdec is not longer being supported. Use the "command line" 
stream, see here 
https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/GroupAnalysis

On 3/12/19 7:47 AM, 郑凤莲 wrote:
>
> External Email - Use Caution
>
> Hi experts,
> I am using qdec software for the statistic of LGI. I have created the 
> .Qdecrc file. However, when I set Monte Carlo Null-Z Simulation 
> (fwhm=10), there is an error: "Error running mri_surfcluster, Error: 
> fwhm out-of-range(<1 or >30)". Then, I set fwhm at 5, it is ok. By the 
> way, there is no error in the statistic of cortical thickness, surface 
> area and volume, just in LGI. Is there any way to solve this 
> problem?Or how can I describe this difference on fwhm?
>  I really need your help. Look forward to your reply. Thanks!
> Sincerely,
> Zheng
>
>
>
> ___
> 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] LGI in QDEC

2019-03-12 Thread 郑凤莲
External Email - Use Caution

Hi experts,
I am using qdec software for the statistic of LGI. I have created the .Qdecrc 
file. However, when I set Monte Carlo Null-Z Simulation (fwhm=10), there is an 
error: "Error running mri_surfcluster, Error: fwhm out-of-range(<1 or >30)". 
Then, I set fwhm at 5, it is ok. By the way, there is no error in the statistic 
of cortical thickness, surface area and volume, just in LGI. Is there any way 
to solve this problem?Or how can I describe this difference on fwhm?
 I really need your help. Look forward to your reply. Thanks!
Sincerely,
Zheng ___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

[Freesurfer] LGI error

2018-12-10 Thread Lorenzo Ferri
External Email - Use Caution

Dear expert

I am trying to calculate LGI for a subject. Now with some of your suggestions 
it runs, but after one hour and half it gives me this errors

remeasuring lGI value for vertex iV = 29501. It may take a few minutes.
WARNING -- Problem for vertex iV = 29501, lGI value is aberrantly high 
(lGI=42.4705)...
...lGI computation will be stopped. This may be caused by topological defects, 
check mris_euler_number on the pial surface.

ERROR: compute_lgi did not create output file 
'/Applications/freesurfer/subjects/bianchi/surf/tmp-mris_compute_lgi-lh.pial/lh.pial_lgi.asc’!

It is a problem of my original file or someone had the same problems?
Any suggestions
Thanks 

Lorenzo___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI index error

2018-12-09 Thread ts+ml
External Email - Use Caution

We had the same problem. This is related to a "security" feature Apple 
introduced some years ago, called "System Integrity Protection".

Turn it off and you will be fine. Basically follow these instructions from 
Apple:

  
https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html

...but use 'csrutil disable' instead of 'csrutil enable.'


You may want to read up on what it does before disabling it.

Tim

> On December 9, 2018 at 8:21 PM Lorenzo Ferri  
> wrote:
> 
> 
> External Email - Use Caution
> 
> 
> > Dear Freesurfer expert
> > 
> > I am trying to compute LGI with Mac OS. I am a beginner of FS.
> > I could connect free surfer  to Matlab path, but when I run LGI it generate 
> > this error that i can not understand
> > 
> > mris_fill -c -r 1 lh.pial 
> > /Applications/freesurfer/subjects/bianchi/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
> > =
> > reading surface from lh.pial...
> > dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address
> >   Referenced from: 
> > /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
> >   Expected in: /usr/lib/libSystem.B.dylib
> > 
> > dyld: Symbol not found: ___emutls_get_address
> >   Referenced from: 
> > /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
> >   Expected in: /usr/lib/libSystem.B.dylib
> > 
> > Abort
> > ERROR: mris_fill -c -r 1 lh.pial 
> > /Applications/freesurfer/subjects/bianchi/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
> >  failed!
> > 
> > Any suggestions 
> > Thanks
> > 
> > Lorenzo
> > 
> 
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

--
Dr. Tim Schäfer
Postdoc Computational Neuroimaging
Department of Child and Adolescent Psychiatry, Psychosomatics and Psychotherapy
University Hospital Frankfurt, Goethe University Frankfurt am Main, Germany

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI index error

2018-12-09 Thread Lorenzo Ferri
External Email - Use Caution


> Dear Freesurfer expert
> 
> I am trying to compute LGI with Mac OS. I am a beginner of FS.
> I could connect free surfer  to Matlab path, but when I run LGI it generate 
> this error that i can not understand
> 
> mris_fill -c -r 1 lh.pial 
> /Applications/freesurfer/subjects/bianchi/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
> =
> reading surface from lh.pial...
> dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address
>   Referenced from: /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
>   Expected in: /usr/lib/libSystem.B.dylib
> 
> dyld: Symbol not found: ___emutls_get_address
>   Referenced from: /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
>   Expected in: /usr/lib/libSystem.B.dylib
> 
> Abort
> ERROR: mris_fill -c -r 1 lh.pial 
> /Applications/freesurfer/subjects/bianchi/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
>  failed!
> 
> Any suggestions 
> Thanks
> 
> Lorenzo
> 

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI without Matlab license?

2018-09-06 Thread Douglas N. Greve
I have not tried to compile it, sorry.

On 09/06/2018 03:45 PM, Thomas, Adam (NIH/NIMH) [E] wrote:
>
> External Email - Use Caution
>
> We’d like to calculate the Local Gyrification Index (LGI) on several 
> thousand scans, but our HPC cluster does not have the necessary Matlab 
> licenses to do this in a reasonable amount of time.
>
> Has anyone managed to compile the LGI code such that it could be run 
> without a Matlab license? Or is anyone working on this? Our HPC staff 
> tried to compile it, but did not succeed.
>
> Ref: https://surfer.nmr.mgh.harvard.edu/fswiki/LGI 
> 
>
> Best Regards,
>
> -Adam Thomas
>
>
>
> ___
> 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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI without Matlab license?

2018-09-06 Thread Dicamillo, Robert
The Mathworks offers runtime distribution that contains the libraries you can 
build your code against w/o needing a Matlab license; you just cannot 
re-distirbute the files from the distribution w/o permission from The 
Mathworks.  I’ve used it to build code that links against libmat etc.   You can 
get it from here,

https://www.mathworks.com/products/compiler/matlab-runtime.html

- rob

On Sep 6, 2018, at 3:45 PM, Thomas, Adam (NIH/NIMH) [E] 
mailto:ad...@nih.gov>> wrote:


External Email - Use Caution


We’d like to calculate the Local Gyrification Index (LGI) on several thousand 
scans, but our HPC cluster does not have the necessary Matlab licenses to do 
this in a reasonable amount of time.

Has anyone managed to compile the LGI code such that it could be run without a 
Matlab license? Or is anyone working on this? Our HPC staff tried to compile 
it, but did not succeed.

Ref: https://surfer.nmr.mgh.harvard.edu/fswiki/LGI


Best Regards,
-Adam Thomas


___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI without Matlab license?

2018-09-06 Thread Thomas, Adam (NIH/NIMH) [E]
External Email - Use Caution


We’d like to calculate the Local Gyrification Index (LGI) on several thousand 
scans, but our HPC cluster does not have the necessary Matlab licenses to do 
this in a reasonable amount of time.

Has anyone managed to compile the LGI code such that it could be run without a 
Matlab license? Or is anyone working on this? Our HPC staff tried to compile 
it, but did not succeed.

Ref: https://surfer.nmr.mgh.harvard.edu/fswiki/LGI


Best Regards,
-Adam Thomas


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI trouble with Matlab

2018-05-18 Thread Buse Merve Ürgen
External Email - Use Caution

Hi, probably you need to add MATLAB path to Freesurfer's $PATH variable.
The following link may help:

http://www.manuelschutze.com/?p=297




On 18 May 2018 at 12:02, subin oh  wrote:

> External Email - Use Caution
>
> Hello,
>
> I downloaded the Freesurfer ver 5.3.0 and installed it on Mac OS.
>
> I run *"recon-all -s  -local GI" *for my subject..
> And I run *Matlab Script* about "*Start up" , "make_outer_surface",
> "make_roi_paths" , "find correspoding center" *as follows:
>
> But it exited with same *errors* as follows:
>
> Please Could you tell me the way for correcting that error and to
> calculate the LGI?
>
> *the error message is..*
>
> Thank you very much.
>
> Best Regards,
>
> Subin
>
> =[Mac OS Error]==
>
>  freesurfer-Darwin-lion-stable-pub-v5.3.0 
>
> Setting up environment for FreeSurfer/FS-FAST (and FSL)
>
> FREESURFER_HOME   /Applications/freesurfer
>
> FSFAST_HOME   /Applications/freesurfer/fsfast
>
> FSF_OUTPUT_FORMAT nii.gz
>
> SUBJECTS_DIR  /Applications/freesurfer/subjects
>
> MNI_DIR   /Applications/freesurfer/mni
>
> FSL_DIR   /usr/local/fsl
>
> Chans-iMac:subjects roh$ recon-all -s test01_t1 -localGI
>
> Subject Stamp: freesurfer-Darwin-lion-stable-pub-v5.3.0
>
> Current Stamp: freesurfer-Darwin-lion-stable-pub-v5.3.0
>
> INFO: SUBJECTS_DIR is /Applications/freesurfer/subjects/test01_t1
>
> Actual FREESURFER_HOME /Applications/freesurfer
>
> -rw-rw-r--  1 roh  staff  468188 May 18 16:01 /Applications/freesurfer/
> subjects/test01_t1/test01_t1/scripts/recon-all.log
>
> Darwin Chans-iMac.local 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11
> 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64
>
> /Applications/freesurfer/subjects/test01_t1/test01_t1/surf
>
> #
>
> #@# Local Gyrification Index lh Fri May 18 17:36:00 KST 2018
>
> \n mris_compute_lgi --i lh.pial \n
>
> ERROR: Matlab is required to run mris_compute_lgi!
>
> Darwin Chans-iMac.local 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11
> 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64
>
>
> recon-all -s test01_t1 exited with ERRORS at Fri May 18 17:36:00 KST 2018
>
>
> For more details, see the log file /Applications/freesurfer/
> subjects/test01_t1/test01_t1/scripts/recon-all.log
>
> To report a problem, see http://surfer.nmr.mgh.harvard.
> edu/fswiki/BugReporting
>
> ===
>
> *the Matlab Scripts are..*
>
> =[Matlab Script: StartUp]==
>
> % freesurfer start
>
>
>
> fshome = getenv('FREESURFER_HOME');
>
> fsmatlab = sprintf('%s/matlab',fshome);
>
> if (exist(fsmatlab) == 7)
>
> path(path,fsmatlab);
>
> end
>
> clear fshome fsmatlab;
>
> =[Matlab Script: make_outer_surface]
>
> function make_outer_surface (filled_volume, se_diameter, output_surface)
>
>
>
> % Original Author: Marie Schaer
>
> % Date: 2007/11/14
>
> %
>
> % This function takes as an input the binary volume resulting of the
>
> % filling of the any surface (usually the pial one) using mris_fill, and
>
> % will close the sulci using morphological operation, with a sphere as the
>
> % structural element.
>
> %
>
> % Parameters:
>
> % se_diameter is the diameter of the sphere (in mm), use 15mm by default
>
> % to close the sulci.
>
> %
>
> % Utilities to write the surface to the freesurfer format are modified from
>
> % "freesurfer_write_surf" (from Darren Weber's bioelectromagnetism
> toolbox),
>
> % according to a suggestion by Don Hagler in FreeSurfer's mailing list on
>
> % August 3, 2007.
>
> %
>
> % Example: make_outer_surface('lh.pial.mgz',15,'lh.outer-pial')
>
>
>
>
>
> fprintf('reading filled volume...\n');
>
> vol=MRIread(filled_volume);
>
> volume=vol.vol;
>
> volume(volume==1)=255;
>
> fprintf('closing volume...\n');
>
>
>
> % first apply a very soft gaussian filter, with sigma = 1mm, in order to
>
> % facilitate the closing
>
> Gaussian = fspecial('gaussian',[2 2],1);
>
> image_f=zeros(256,256,256);
>
> for slice=1:256
>
> temp = double(reshape(volume(:,:,slice),256,256));
>
> image_f(:,:,slice) = conv2(temp,Gaussian,'same');
>
> end
>
> image2=zeros(size(image_f));
>
> image2(image_f<=25)=0;
>
> image2(image_f>25)=255;
>
>
>
> se=strel('ball',se_diameter,se_diameter);
>
> BW2=imclose(image2,se);
>
> thresh = max(BW2(:))/2;
>
> i=find(BW2<=thresh);
>
> BW2(i)=0;
>
> i=find(BW2>thresh);
>
> BW2(i)=255;
>
>
>
> [f,v] = isosurface(BW2,100);
>
>
>
> v2=[129-v(:,1) v(:,3)-129 129-v(:,2)]; % in order to cope with the
> different orientation
>
> v=v2;
>
>
>
> fprintf('morphological closing done.\n');
>
> fprintf('writing outer surface...\n');
>
>
>
> fname=output_surface;
>
> vert = v;
>
> face = f - 1;
>
> vnum = 

[Freesurfer] LGI trouble with Matlab

2018-05-18 Thread subin oh
External Email - Use Caution

Hello,

I downloaded the Freesurfer ver 5.3.0 and installed it on Mac OS.

I run *"recon-all -s  -local GI" *for my subject..
And I run *Matlab Script* about "*Start up" , "make_outer_surface",
"make_roi_paths" , "find correspoding center" *as follows:

But it exited with same *errors* as follows:

Please Could you tell me the way for correcting that error and to calculate
the LGI?

*the error message is..*

Thank you very much.

Best Regards,

Subin

=[Mac OS Error]==

 freesurfer-Darwin-lion-stable-pub-v5.3.0 

Setting up environment for FreeSurfer/FS-FAST (and FSL)

FREESURFER_HOME   /Applications/freesurfer

FSFAST_HOME   /Applications/freesurfer/fsfast

FSF_OUTPUT_FORMAT nii.gz

SUBJECTS_DIR  /Applications/freesurfer/subjects

MNI_DIR   /Applications/freesurfer/mni

FSL_DIR   /usr/local/fsl

Chans-iMac:subjects roh$ recon-all -s test01_t1 -localGI

Subject Stamp: freesurfer-Darwin-lion-stable-pub-v5.3.0

Current Stamp: freesurfer-Darwin-lion-stable-pub-v5.3.0

INFO: SUBJECTS_DIR is /Applications/freesurfer/subjects/test01_t1

Actual FREESURFER_HOME /Applications/freesurfer

-rw-rw-r--  1 roh  staff  468188 May 18 16:01
/Applications/freesurfer/subjects/test01_t1/test01_t1/scripts/recon-all.log

Darwin Chans-iMac.local 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11
18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64

/Applications/freesurfer/subjects/test01_t1/test01_t1/surf

#

#@# Local Gyrification Index lh Fri May 18 17:36:00 KST 2018

\n mris_compute_lgi --i lh.pial \n

ERROR: Matlab is required to run mris_compute_lgi!

Darwin Chans-iMac.local 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11
18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64


recon-all -s test01_t1 exited with ERRORS at Fri May 18 17:36:00 KST 2018


For more details, see the log file
/Applications/freesurfer/subjects/test01_t1/test01_t1/scripts/recon-all.log

To report a problem, see
http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting

===

*the Matlab Scripts are..*

=[Matlab Script: StartUp]==

% freesurfer start



fshome = getenv('FREESURFER_HOME');

fsmatlab = sprintf('%s/matlab',fshome);

if (exist(fsmatlab) == 7)

path(path,fsmatlab);

end

clear fshome fsmatlab;

=[Matlab Script: make_outer_surface]

function make_outer_surface (filled_volume, se_diameter, output_surface)



% Original Author: Marie Schaer

% Date: 2007/11/14

%

% This function takes as an input the binary volume resulting of the

% filling of the any surface (usually the pial one) using mris_fill, and

% will close the sulci using morphological operation, with a sphere as the

% structural element.

%

% Parameters:

% se_diameter is the diameter of the sphere (in mm), use 15mm by default

% to close the sulci.

%

% Utilities to write the surface to the freesurfer format are modified from

% "freesurfer_write_surf" (from Darren Weber's bioelectromagnetism toolbox),


% according to a suggestion by Don Hagler in FreeSurfer's mailing list on

% August 3, 2007.

%

% Example: make_outer_surface('lh.pial.mgz',15,'lh.outer-pial')





fprintf('reading filled volume...\n');

vol=MRIread(filled_volume);

volume=vol.vol;

volume(volume==1)=255;

fprintf('closing volume...\n');



% first apply a very soft gaussian filter, with sigma = 1mm, in order to

% facilitate the closing

Gaussian = fspecial('gaussian',[2 2],1);

image_f=zeros(256,256,256);

for slice=1:256

temp = double(reshape(volume(:,:,slice),256,256));

image_f(:,:,slice) = conv2(temp,Gaussian,'same');

end

image2=zeros(size(image_f));

image2(image_f<=25)=0;

image2(image_f>25)=255;



se=strel('ball',se_diameter,se_diameter);

BW2=imclose(image2,se);

thresh = max(BW2(:))/2;

i=find(BW2<=thresh);

BW2(i)=0;

i=find(BW2>thresh);

BW2(i)=255;



[f,v] = isosurface(BW2,100);



v2=[129-v(:,1) v(:,3)-129 129-v(:,2)]; % in order to cope with the
different orientation

v=v2;



fprintf('morphological closing done.\n');

fprintf('writing outer surface...\n');



fname=output_surface;

vert = v;

face = f - 1;

vnum = size(vert,1);

fnum = size(face,1);



% open it as a big-endian file

fid = fopen(fname, 'wb', 'b');

TRIANGLE_FILE_MAGIC_NUMBER = 16777214;

fwrite3(fid, TRIANGLE_FILE_MAGIC_NUMBER);



% Ouput a couple of text lines with creation date

str = sprintf('created from matlab on %s\n',datestr(now));

fwrite(fid, str,'char');

fwrite(fid, vnum,'int32');

fwrite(fid, fnum,'int32');



% reshape vert into column array and write

vert = reshape(vert',size(vert,1)*size(vert,2),1);

fwrite(fid, vert,'float32');



% reshape 

Re: [Freesurfer] LGI for the lobar annotation

2018-04-19 Thread Fernanda Hansen P. de Moraes
External Email - Use Caution

Thank you!! :D

On Thu, Apr 19, 2018 at 12:57 PM Douglas N. Greve 
wrote:

> yes
>
>
> On 04/19/2018 07:17 AM, Fernanda Hansen P. de Moraes wrote:
> > Douglas, thank you very much again.
> > So I can assume it is the lGI for the area (in this case the lobe)?
> >
> > Thank you again!
> >
> > On Wed, Apr 18, 2018 at 11:48 PM Douglas Greve  > > wrote:
> >
> > The "intensity" is the mean value of the input (lh.pial_lgi in
> > this case) averaged over vertices. If  you wan the total number,
> > multiply it by the number of vertices or re-run with --accumulate.
> > The area is the surface area of the entire lobe.
> >
> >
> > On 4/18/18 3:23 PM, Fernanda Hansen P. de Moraes wrote:
> >> Sorry, my mistake.
> >>
> >> mri_segstats --annot DA011 lh lobesStrict --i
> >> DA011/surf/lh.pial_lgi --sum lh.lobesStrict.annot.pial_lgi.stats
> >>
> >> On Wed, Apr 18, 2018 at 4:13 PM Douglas N. Greve
> >> > wrote:
> >>
> >> What is your command line? Also, please remember to post to
> >> the list
> >>
> >>
> >> On 04/18/2018 02:10 PM, Fernanda Hansen P. de Moraes wrote:
> >> > Dear Douglas,
> >> >
> >> > thank you.
> >> >
> >> >  The code worked, but I didn't understand the result very
> >> well. What
> >> > means intensity? The area, is the ara from the piall_lgi
> >> surface
> >> > (outer surface)?
> >> >
> >> > Thank you again
> >> >
> >> > On Tue, Apr 17, 2018 at 1:07 PM Douglas Greve
> >> 
> >> >  >> >> wrote:
> >> >
> >> > If you run it with --help you will see an example
> >> >
> >> >
> >> > On 4/16/18 7:16 AM, Fernanda Hansen P. de Moraes wrote:
> >> >> Thank you, Douglas,
> >> >>
> >> >> do you have any suggestions on how to make you work?
> >> >>
> >> >> Fernanda
> >> >>
> >> >>
> >> >>
> >> >> On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve
> >> >>  >> 
> >>  >> >> wrote:
> >> >>
> >> >> that should work, except the command line is not
> >> quite right
> >> >>
> >> >>
> >> >> On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes
> >> wrote:
> >> >>> Good night,
> >> >>>
> >> >>> does anyone know if it is possible to calculate
> >> the lGI for
> >> >>> the ?h.lobesStrict.annot? And if it yes, how can
> >> I do it?
> >> >>>
> >> >>> I've already tried to use:
> >> >>>
> >> >>> /mri_segstats --annot
> >> subjxx/label/lh.lobesStrict.annot --i
> >> >>>  $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
> >> >>>  lh.lobesStrict.annot.pial_lgi.stats/
> >> >>>
> >> >>> Thank you!
> >> >>> --
> >> >>> Fernanda Hansen P. de Moraes
> >> >>> Física Médica | Instituto D'Or de Pesquisa e
> >> Ensino | Rede
> >> >>> D'Or São Luiz
> >> >>>
> >> >>>
> >> >>>  ___
> >> >>> 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
> >> >>
> >> >>
> >> >> The information in this e-mail is intended only
> >> for the
> >> >> person to whom it is
> >> >> addressed. If you believe this e-mail was sent to
> >> you in
> >> >> error and the e-mail
> >> >> contains patient information, please contact the
> >> Partners
> >> >> Compliance HelpLine at
> >> >> 

Re: [Freesurfer] LGI for the lobar annotation

2018-04-19 Thread Douglas N. Greve
yes


On 04/19/2018 07:17 AM, Fernanda Hansen P. de Moraes wrote:
> Douglas, thank you very much again.
> So I can assume it is the lGI for the area (in this case the lobe)?
>
> Thank you again!
>
> On Wed, Apr 18, 2018 at 11:48 PM Douglas Greve  > wrote:
>
> The "intensity" is the mean value of the input (lh.pial_lgi in
> this case) averaged over vertices. If  you wan the total number,
> multiply it by the number of vertices or re-run with --accumulate.
> The area is the surface area of the entire lobe.
>
>
> On 4/18/18 3:23 PM, Fernanda Hansen P. de Moraes wrote:
>> Sorry, my mistake.
>>
>> mri_segstats --annot DA011 lh lobesStrict --i
>> DA011/surf/lh.pial_lgi --sum lh.lobesStrict.annot.pial_lgi.stats
>>
>> On Wed, Apr 18, 2018 at 4:13 PM Douglas N. Greve
>> > wrote:
>>
>> What is your command line? Also, please remember to post to
>> the list
>>
>>
>> On 04/18/2018 02:10 PM, Fernanda Hansen P. de Moraes wrote:
>> > Dear Douglas,
>> >
>> > thank you.
>> >
>> >  The code worked, but I didn't understand the result very
>> well. What
>> > means intensity? The area, is the ara from the piall_lgi
>> surface
>> > (outer surface)?
>> >
>> > Thank you again
>> >
>> > On Tue, Apr 17, 2018 at 1:07 PM Douglas Greve
>> 
>> > > >> wrote:
>> >
>> >     If you run it with --help you will see an example
>> >
>> >
>> >     On 4/16/18 7:16 AM, Fernanda Hansen P. de Moraes wrote:
>> >>     Thank you, Douglas,
>> >>
>> >>     do you have any suggestions on how to make you work?
>> >>
>> >>     Fernanda
>> >>
>> >>
>> >>
>> >>     On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve
>> >>     > 
>> > >> wrote:
>> >>
>> >>         that should work, except the command line is not
>> quite right
>> >>
>> >>
>> >>         On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes
>> wrote:
>> >>>         Good night,
>> >>>
>> >>>         does anyone know if it is possible to calculate
>> the lGI for
>> >>>         the ?h.lobesStrict.annot? And if it yes, how can
>> I do it?
>> >>>
>> >>>         I've already tried to use:
>> >>>
>> >>>         /mri_segstats --annot
>> subjxx/label/lh.lobesStrict.annot --i
>> >>>  $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
>> >>>  lh.lobesStrict.annot.pial_lgi.stats/
>> >>>
>> >>>         Thank you!
>> >>>         --
>> >>>         Fernanda Hansen P. de Moraes
>> >>>         Física Médica | Instituto D'Or de Pesquisa e
>> Ensino | Rede
>> >>>         D'Or São Luiz
>> >>>
>> >>>
>> >>>  ___
>> >>>         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
>> >>
>> >>
>> >>         The information in this e-mail is intended only
>> for the
>> >>         person to whom it is
>> >>         addressed. If you believe this e-mail was sent to
>> you in
>> >>         error and the e-mail
>> >>         contains patient information, please contact the
>> Partners
>> >>         Compliance HelpLine at
>> >> http://www.partners.org/complianceline . If the e-mail was
>> >>         sent to you in error
>> >>         but does not contain patient information, please
>> contact the
>> >>         sender and properly
>> >>         dispose of the e-mail.
>> >>
>> >>     --
>> >>     Fernanda Hansen P. de Moraes
>> >>     Física Médica | Instituto D'Or de 

Re: [Freesurfer] LGI for the lobar annotation

2018-04-19 Thread Fernanda Hansen P. de Moraes
Douglas, thank you very much again.
So I can assume it is the lGI for the area (in this case the lobe)?

Thank you again!

On Wed, Apr 18, 2018 at 11:48 PM Douglas Greve 
wrote:

> The "intensity" is the mean value of the input (lh.pial_lgi in this case)
> averaged over vertices. If  you wan the total number, multiply it by the
> number of vertices or re-run with --accumulate. The area is the surface
> area of the entire lobe.
>
> On 4/18/18 3:23 PM, Fernanda Hansen P. de Moraes wrote:
>
> Sorry, my mistake.
>
> mri_segstats --annot DA011 lh lobesStrict --i DA011/surf/lh.pial_lgi --sum
> lh.lobesStrict.annot.pial_lgi.stats
>
> On Wed, Apr 18, 2018 at 4:13 PM Douglas N. Greve 
> wrote:
>
>> What is your command line? Also, please remember to post to the list
>>
>>
>> On 04/18/2018 02:10 PM, Fernanda Hansen P. de Moraes wrote:
>> > Dear Douglas,
>> >
>> > thank you.
>> >
>> >  The code worked, but I didn't understand the result very well. What
>> > means intensity? The area, is the ara from the piall_lgi surface
>> > (outer surface)?
>> >
>> > Thank you again
>> >
>> > On Tue, Apr 17, 2018 at 1:07 PM Douglas Greve > > > wrote:
>> >
>> > If you run it with --help you will see an example
>> >
>> >
>> > On 4/16/18 7:16 AM, Fernanda Hansen P. de Moraes wrote:
>> >> Thank you, Douglas,
>> >>
>> >> do you have any suggestions on how to make you work?
>> >>
>> >> Fernanda
>> >>
>> >>
>> >>
>> >> On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve
>> >> > wrote:
>> >>
>> >> that should work, except the command line is not quite right
>> >>
>> >>
>> >> On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes wrote:
>> >>> Good night,
>> >>>
>> >>> does anyone know if it is possible to calculate the lGI for
>> >>> the ?h.lobesStrict.annot? And if it yes, how can I do it?
>> >>>
>> >>> I've already tried to use:
>> >>>
>> >>> /mri_segstats --annot subjxx/label/lh.lobesStrict.annot --i
>> >>> $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
>> >>> lh.lobesStrict.annot.pial_lgi.stats/
>> >>>
>> >>> Thank you!
>> >>> --
>> >>> Fernanda Hansen P. de Moraes
>> >>> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede
>> >>> D'Or São Luiz
>> >>>
>> >>>
>> >>> ___
>> >>> 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
>> >>
>> >>
>> >> The information in this e-mail is intended only for the
>> >> person to whom it is
>> >> addressed. If you believe this e-mail was sent to you in
>> >> error and the e-mail
>> >> contains patient information, please contact the Partners
>> >> Compliance HelpLine at
>> >> http://www.partners.org/complianceline . If the e-mail was
>> >> sent to you in error
>> >> but does not contain patient information, please contact the
>> >> sender and properly
>> >> dispose of the e-mail.
>> >>
>> >> --
>> >> Fernanda Hansen P. de Moraes
>> >> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or
>> >> São Luiz
>> >>
>> >>
>> >> ___
>> >> Freesurfer mailing list
>> >> Freesurfer@nmr.mgh.harvard.edu
>> >> 
>> >> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>> >
>> > --
>> > Fernanda Hansen P. de Moraes
>> > Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
>>
>> --
> Fernanda Hansen P. de Moraes
> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
>
>
> --
Fernanda Hansen P. de Moraes
Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI for the lobar annotation

2018-04-18 Thread Douglas Greve
The "intensity" is the mean value of the input (lh.pial_lgi in this 
case) averaged over vertices. If  you wan the total number, multiply it 
by the number of vertices or re-run with --accumulate. The area is the 
surface area of the entire lobe.



On 4/18/18 3:23 PM, Fernanda Hansen P. de Moraes wrote:

Sorry, my mistake.

mri_segstats --annot DA011 lh lobesStrict --i DA011/surf/lh.pial_lgi 
--sum lh.lobesStrict.annot.pial_lgi.stats


On Wed, Apr 18, 2018 at 4:13 PM Douglas N. Greve 
> wrote:


What is your command line? Also, please remember to post to the list


On 04/18/2018 02:10 PM, Fernanda Hansen P. de Moraes wrote:
> Dear Douglas,
>
> thank you.
>
>  The code worked, but I didn't understand the result very well.
What
> means intensity? The area, is the ara from the piall_lgi surface
> (outer surface)?
>
> Thank you again
>
> On Tue, Apr 17, 2018 at 1:07 PM Douglas Greve

> >>
wrote:
>
>     If you run it with --help you will see an example
>
>
>     On 4/16/18 7:16 AM, Fernanda Hansen P. de Moraes wrote:
>>     Thank you, Douglas,
>>
>>     do you have any suggestions on how to make you work?
>>
>>     Fernanda
>>
>>
>>
>>     On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve
>>     
>>
wrote:
>>
>>         that should work, except the command line is not quite
right
>>
>>
>>         On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes wrote:
>>>         Good night,
>>>
>>>         does anyone know if it is possible to calculate the
lGI for
>>>         the ?h.lobesStrict.annot? And if it yes, how can I do it?
>>>
>>>         I've already tried to use:
>>>
>>>         /mri_segstats --annot
subjxx/label/lh.lobesStrict.annot --i
>>>         $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
>>>         lh.lobesStrict.annot.pial_lgi.stats/
>>>
>>>         Thank you!
>>>         --
>>>         Fernanda Hansen P. de Moraes
>>>         Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede
>>>         D'Or São Luiz
>>>
>>>
>>>  ___
>>>         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
>>
>>
>>         The information in this e-mail is intended only for the
>>         person to whom it is
>>         addressed. If you believe this e-mail was sent to you in
>>         error and the e-mail
>>         contains patient information, please contact the Partners
>>         Compliance HelpLine at
>> http://www.partners.org/complianceline . If the e-mail was
>>         sent to you in error
>>         but does not contain patient information, please
contact the
>>         sender and properly
>>         dispose of the e-mail.
>>
>>     --
>>     Fernanda Hansen P. de Moraes
>>     Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or
>>     São Luiz
>>
>>
>>     ___
>>     Freesurfer mailing list
>> Freesurfer@nmr.mgh.harvard.edu

>>     >
>> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
> --
> Fernanda Hansen P. de Moraes
> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or
São Luiz

--
Fernanda Hansen P. de Moraes
Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz


___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in 

Re: [Freesurfer] LGI for the lobar annotation

2018-04-18 Thread Fernanda Hansen P. de Moraes
Sorry, my mistake.

mri_segstats --annot DA011 lh lobesStrict --i DA011/surf/lh.pial_lgi --sum
lh.lobesStrict.annot.pial_lgi.stats

On Wed, Apr 18, 2018 at 4:13 PM Douglas N. Greve 
wrote:

> What is your command line? Also, please remember to post to the list
>
>
> On 04/18/2018 02:10 PM, Fernanda Hansen P. de Moraes wrote:
> > Dear Douglas,
> >
> > thank you.
> >
> >  The code worked, but I didn't understand the result very well. What
> > means intensity? The area, is the ara from the piall_lgi surface
> > (outer surface)?
> >
> > Thank you again
> >
> > On Tue, Apr 17, 2018 at 1:07 PM Douglas Greve  > > wrote:
> >
> > If you run it with --help you will see an example
> >
> >
> > On 4/16/18 7:16 AM, Fernanda Hansen P. de Moraes wrote:
> >> Thank you, Douglas,
> >>
> >> do you have any suggestions on how to make you work?
> >>
> >> Fernanda
> >>
> >>
> >>
> >> On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve
> >> > wrote:
> >>
> >> that should work, except the command line is not quite right
> >>
> >>
> >> On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes wrote:
> >>> Good night,
> >>>
> >>> does anyone know if it is possible to calculate the lGI for
> >>> the ?h.lobesStrict.annot? And if it yes, how can I do it?
> >>>
> >>> I've already tried to use:
> >>>
> >>> /mri_segstats --annot subjxx/label/lh.lobesStrict.annot --i
> >>> $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
> >>> lh.lobesStrict.annot.pial_lgi.stats/
> >>>
> >>> Thank you!
> >>> --
> >>> Fernanda Hansen P. de Moraes
> >>> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede
> >>> D'Or São Luiz
> >>>
> >>>
> >>> ___
> >>> 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
> >>
> >>
> >> The information in this e-mail is intended only for the
> >> person to whom it is
> >> addressed. If you believe this e-mail was sent to you in
> >> error and the e-mail
> >> contains patient information, please contact the Partners
> >> Compliance HelpLine at
> >> http://www.partners.org/complianceline . If the e-mail was
> >> sent to you in error
> >> but does not contain patient information, please contact the
> >> sender and properly
> >> dispose of the e-mail.
> >>
> >> --
> >> Fernanda Hansen P. de Moraes
> >> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or
> >> São Luiz
> >>
> >>
> >> ___
> >> Freesurfer mailing list
> >> Freesurfer@nmr.mgh.harvard.edu
> >> 
> >> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
> >
> > --
> > Fernanda Hansen P. de Moraes
> > Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
>
> --
Fernanda Hansen P. de Moraes
Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI for the lobar annotation

2018-04-18 Thread Douglas N. Greve
What is your command line? Also, please remember to post to the list


On 04/18/2018 02:10 PM, Fernanda Hansen P. de Moraes wrote:
> Dear Douglas,
>
> thank you.
>
>  The code worked, but I didn't understand the result very well. What 
> means intensity? The area, is the ara from the piall_lgi surface 
> (outer surface)?
>
> Thank you again
>
> On Tue, Apr 17, 2018 at 1:07 PM Douglas Greve  > wrote:
>
> If you run it with --help you will see an example
>
>
> On 4/16/18 7:16 AM, Fernanda Hansen P. de Moraes wrote:
>> Thank you, Douglas,
>>
>> do you have any suggestions on how to make you work?
>>
>> Fernanda
>>
>>
>>
>> On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve
>> > wrote:
>>
>> that should work, except the command line is not quite right
>>
>>
>> On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes wrote:
>>> Good night,
>>>
>>> does anyone know if it is possible to calculate the lGI for
>>> the ?h.lobesStrict.annot? And if it yes, how can I do it?
>>>
>>> I've already tried to use:
>>>
>>> /mri_segstats --annot subjxx/label/lh.lobesStrict.annot --i
>>> $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
>>> lh.lobesStrict.annot.pial_lgi.stats/
>>>
>>> Thank you!
>>> -- 
>>> Fernanda Hansen P. de Moraes
>>> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede
>>> D'Or São Luiz
>>>
>>>
>>> ___
>>> 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
>>
>>
>> The information in this e-mail is intended only for the
>> person to whom it is
>> addressed. If you believe this e-mail was sent to you in
>> error and the e-mail
>> contains patient information, please contact the Partners
>> Compliance HelpLine at
>> http://www.partners.org/complianceline . If the e-mail was
>> sent to you in error
>> but does not contain patient information, please contact the
>> sender and properly
>> dispose of the e-mail.
>>
>> -- 
>> Fernanda Hansen P. de Moraes
>> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or
>> São Luiz
>>
>>
>> ___
>> Freesurfer mailing list
>> Freesurfer@nmr.mgh.harvard.edu
>> 
>> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
> -- 
> Fernanda Hansen P. de Moraes
> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] LGI for the lobar annotation

2018-04-16 Thread Fernanda Hansen P. de Moraes
Thank you, Douglas,

do you have any suggestions on how to make you work?

Fernanda



On Fri, Apr 13, 2018 at 5:56 PM Douglas Greve 
wrote:

> that should work, except the command line is not quite right
>
> On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes wrote:
>
> Good night,
>
> does anyone know if it is possible to calculate the lGI for the
> ?h.lobesStrict.annot? And if it yes, how can I do it?
>
> I've already tried to use:
>
> *mri_segstats --annot subjxx/label/lh.lobesStrict.annot --i
> $SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
> lh.lobesStrict.annot.pial_lgi.stats*
>
> Thank you!
> --
> Fernanda Hansen P. de Moraes
> Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
>
>
> ___
> Freesurfer mailing 
> listfreesur...@nmr.mgh.harvard.eduhttps://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
>
>
> The information in this e-mail is intended only for the person to whom it
> is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
-- 
Fernanda Hansen P. de Moraes
Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI for the lobar annotation

2018-04-13 Thread Douglas Greve

that should work, except the command line is not quite right


On 4/13/18 4:22 PM, Fernanda Hansen P. de Moraes wrote:

Good night,

does anyone know if it is possible to calculate the lGI for the 
?h.lobesStrict.annot? And if it yes, how can I do it?


I've already tried to use:

/mri_segstats --annot subjxx/label/lh.lobesStrict.annot --i 
$SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum 
lh.lobesStrict.annot.pial_lgi.stats/


Thank you!
--
Fernanda Hansen P. de Moraes
Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz


___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI for the lobar annotation

2018-04-13 Thread Fernanda Hansen P. de Moraes
Good night,

does anyone know if it is possible to calculate the lGI for the
?h.lobesStrict.annot? And if it yes, how can I do it?

I've already tried to use:

*mri_segstats --annot subjxx/label/lh.lobesStrict.annot --i
$SUBJECTS_DIR/subjxx/surf/lh.pial_lgi --sum
lh.lobesStrict.annot.pial_lgi.stats*

Thank you!
-- 
Fernanda Hansen P. de Moraes
Física Médica | Instituto D'Or de Pesquisa e Ensino | Rede D'Or São Luiz
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] lGI values below 1

2018-03-24 Thread Kai Ohmstedt
Dear all,

I am conducting an analysis using the lGI to quantify cortical folding. As
advised in the tutorial I checked all reconstructed subjects for errors in
reconstruction and lGI-computation. To do I used the pial_lgi-file as an
overlay in tksurfer and set the minimal threshold to 1. Using those
settings no gray areas showed on the cortex, so I assumed all values had
been computed correctly and no values below 1 are present.
After the analysis I wanted to create scatter plots for the maximum
vertices of the clusters that were found. When I displayed the scatter
plots in tksurfer, lGI values below 1 were present in many of my subjects.
This only seems to be a problem in vertices that are close to the corpus
callosum, vertices that are further away show values well above 1 for all
subjects.
Have any of you already encountered this problem? If so, do you know if the
values are in any way reliable? Could this be caused by the split of the
hemispheres during the reconstruction process?

Thank you for your help!


Best regards,

Kai Ohmstedt
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI ERROR

2017-12-13 Thread 郑凤莲
Hi Greve,


Thanks for your help. It is that I only use FWMH = 5 to do my study, it is 
decided by  my data. Can I think  it so?


Sincerely,
Zheng






At 2017-12-14 00:06:39, "Douglas Greve"  wrote:


The FWHM used in the MC simulation is computed from the data itself. The final 
FWHM is a mixture of the applied FWHM and smoothness inherent in the data. LGI 
has a lot of inherent smoothness, so the final FWHM is very large. The MC sim 
table only goes up to 30mm, after that it generates an error




On 12/13/17 2:19 AM, 郑凤莲 wrote:

Hi professors,

I am using Freesurfer 6.0 for calculating LGI. I have done 'recon-all' for 
it. When I ran Monte Carlo in qdec (FWHM=10), it has errors:
However, when FWHM=5, It was ok. What led to this result? I don't know why.


Thanks in advance !
Zheng









 






 




___
Freesurfer mailing list
freesur...@nmr.mgh.harvard.eduhttps://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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI ERROR

2017-12-13 Thread Douglas Greve
The FWHM used in the MC simulation is computed from the data itself. The 
final FWHM is a mixture of the applied FWHM and smoothness inherent in 
the data. LGI has a lot of inherent smoothness, so the final FWHM is 
very large. The MC sim table only goes up to 30mm, after that it 
generates an error



On 12/13/17 2:19 AM, 郑凤莲 wrote:

Hi professors,
    I am using Freesurfer 6.0 for calculating LGI. I have done 
'recon-all' for it. When I ran Monte Carlo in qdec (FWHM=10), it has 
errors:
However, when FWHM=5, It was ok. What led to this result? I don't know 
why.


Thanks in advance !
Zheng










___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI ERROR

2017-12-12 Thread 郑凤莲
Hi professors,

I am using Freesurfer 6.0 for calculating LGI. I have done 'recon-all' for 
it. When I ran Monte Carlo in qdec (FWHM=10), it has errors:
However, when FWHM=5, It was ok. What led to this result? I don't know why.


Thanks in advance !
Zheng









 ___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI

2017-11-26 Thread 郑凤莲
Hi Greve,
Thank you very much. I have another question about the whole brain volume. 
I want to compare the relation between age and the volume of the whole brain, 
total GM and total WM. I don't know where the whole brain volume is in 
aseg.stats. Is it segmentation brain volume?


Sincerely,
Zheng






At 2017-11-27 11:54:33, "Douglas Greve"  wrote:


yes, that should work too




On 11/26/17 8:38 PM, 郑凤莲 wrote:

Hi Greve,
Tnahks for your reply. I used "mri_segstats --annot my_subject_id lh aparc 
--i $SUBJECTS_DIR/my_subject_id/surf/lh.pial_lgi --sum lh.aparc.pial_lgi.stats" 
and get a stats file. In this file, I can get mean value under the "Mean" 
volume. Is this the same as you say?


Thanks a lot !
Zheng





At 2017-11-27 04:18:06, "Douglas Greve"  wrote:


use something like

cd subject/surf


mris_anatomical_stats -th3 -mgz -cortex ../label/lh.cortex.label -f 
../stats/lh.aparc.lgi.stats -t lh.lgi.mgh -b -a ../label/lh.aparc.annot -c 
../label/aparc.annot.ctab subject lh white


In the output, the mean LGI will be under the "ThickAvg" column


On 11/23/17 1:58 AM, 郑凤莲 wrote:

Hi experts,

I am using Freesurfer 6.0 for LGI. I ran recon-all and got the map of LGI. 
My question is that can I get the specific value of every gyrus as the value of 
thickness in the file of  lh.aparc.stats? I can't find it  from stats direction.


Thanks a lot !
Zheng





 




___
Freesurfer mailing list
freesur...@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer







 




___
Freesurfer mailing list
freesur...@nmr.mgh.harvard.eduhttps://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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI

2017-11-26 Thread Douglas Greve

yes, that should work too


On 11/26/17 8:38 PM, 郑凤莲 wrote:

Hi Greve,
    Tnahks for your reply. I used "mri_segstats --annot my_subject_id 
lh aparc --i $SUBJECTS_DIR/my_subject_id/surf/lh.pial_*lgi* --sum 
lh.aparc.pial_*lgi*.stats" and get a stats file. In this file, I can 
get mean value under the "Mean" volume. Is this the same as you say?


Thanks a lot !
Zheng




At 2017-11-27 04:18:06, "Douglas Greve"  wrote:

use something like

cd subject/surf

mris_anatomical_stats -th3 -mgz -cortex ../label/lh.cortex.label
-f ../stats/lh.aparc.lgi.stats -t lh.lgi.mgh -b -a
../label/lh.aparc.annot -c ../label/aparc.annot.ctab subject lh white

In the output, the mean LGI will be under the "ThickAvg" column

On 11/23/17 1:58 AM, 郑凤莲 wrote:

Hi experts,
    I am using Freesurfer 6.0 for LGI. I ran recon-all and got
the map of LGI. My question is that can I get the specific value
of every gyrus as the value of thickness in the file of 
lh.aparc.stats? I can't find it  from stats direction.

Thanks a lot !
Zheng





___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI

2017-11-26 Thread 郑凤莲
Hi Greve,
Tnahks for your reply. I used "mri_segstats --annot my_subject_id lh aparc 
--i $SUBJECTS_DIR/my_subject_id/surf/lh.pial_lgi --sum lh.aparc.pial_lgi.stats" 
and get a stats file. In this file, I can get mean value under the "Mean" 
volume. Is this the same as you say?


Thanks a lot !
Zheng





At 2017-11-27 04:18:06, "Douglas Greve"  wrote:


use something like

cd subject/surf


mris_anatomical_stats -th3 -mgz -cortex ../label/lh.cortex.label -f 
../stats/lh.aparc.lgi.stats -t lh.lgi.mgh -b -a ../label/lh.aparc.annot -c 
../label/aparc.annot.ctab subject lh white


In the output, the mean LGI will be under the "ThickAvg" column


On 11/23/17 1:58 AM, 郑凤莲 wrote:

Hi experts,

I am using Freesurfer 6.0 for LGI. I ran recon-all and got the map of LGI. 
My question is that can I get the specific value of every gyrus as the value of 
thickness in the file of  lh.aparc.stats? I can't find it  from stats direction.


Thanks a lot !
Zheng





 




___
Freesurfer mailing list
freesur...@nmr.mgh.harvard.eduhttps://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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI

2017-11-26 Thread Douglas Greve

use something like

cd subject/surf

mris_anatomical_stats -th3 -mgz -cortex ../label/lh.cortex.label -f 
../stats/lh.aparc.lgi.stats -t lh.lgi.mgh -b -a ../label/lh.aparc.annot 
-c ../label/aparc.annot.ctab subject lh white


In the output, the mean LGI will be under the "ThickAvg" column

On 11/23/17 1:58 AM, 郑凤莲 wrote:

Hi experts,
    I am using Freesurfer 6.0 for LGI. I ran recon-all and got the map 
of LGI. My question is that can I get the specific value of every 
gyrus as the value of thickness in the file of  lh.aparc.stats? I 
can't find it  from stats direction.


Thanks a lot !
Zheng





___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI

2017-11-22 Thread 郑凤莲
Hi experts,

I am using Freesurfer 6.0 for LGI. I ran recon-all and got the map of LGI. 
My question is that can I get the specific value of every gyrus as the value of 
thickness in the file of  lh.aparc.stats? I can't find it  from stats direction.


Thanks a lot !
Zheng___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] lGI mris_fill Error

2017-10-27 Thread Maksimovskiy, Arkadiy
Thank you so much for this suggestion. It worked perfectly. I really appreciate 
all of your help- with this and the previous question.
Best,
Arkadiy

--
Arkadiy L. Maksimovskiy, Ph.D.
Postdoctoral Research Fellow
McLean Imaging Center, McLean Hospital
Department of Psychiatry, Harvard Medical School
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] lGI mris_fill Error

2017-10-27 Thread Hoopes, Andrew
Hi Arkadiy,

This might have to do with SIP, which blocks libraries stored in /usr. I would 
suggest disabling SIP and rerunning to see if that fixes things:
http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/

Andrew

On Oct 27, 2017, at 2:13 PM, Maksimovskiy, Arkadiy 
> 
wrote:

Dear LGI Experts,

I am attempting to run LGI using the freesurfer Dev Version (2017), and am 
getting the following error:

[arkadiysimac:Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits]
 amaksimovskiy% recon-all -s SUBJ002 -localGI
INFO: FreeSurfer build stamps do not match
Subject Stamp: freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0-2beb96c
Current Stamp: freesurfer-Darwin-OSX-dev-20171020-5567595
INFO: SUBJECTS_DIR is 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits
Actual FREESURFER_HOME /Applications/freesurfer
-rwx--  1 amaksimovskiy  staff  2449841 Oct 27 13:40 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/scripts/recon-all.log
Darwin arkadiysimac.mclean.harvard.edu 
16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; 
root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
INFO: current FREESURFER_HOME does not match that of previous processing.
Current: /Applications/freesurfer
Previous: /cm/shared/freesurfer
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf
#
#@# Local Gyrification Index lh Fri Oct 27 13:52:07 EDT 2017
\n mris_compute_lgi --i lh.pial \n
=
rm -Rf 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial
=
=
mkdir -p 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial
=
=
mris_fill -c -r 1 lh.pial 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
=
reading surface from lh.pial...
freadInt: fread failed
conforming output volume
setting resolution for intermediate calculations to 1.
No such file or directory
dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address
  Referenced from: /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___emutls_get_address
  Referenced from: /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Abort
ERROR: mris_fill -c -r 1 lh.pial 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
 failed!
Darwin arkadiysimac.mclean.harvard.edu 
16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; 
root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64

recon-all -s SUBJ002 exited with ERRORS at Fri Oct 27 13:52:08 EDT 2017

For more details, see the log file 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/scripts/recon-all.log
To report a problem, see http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting


I have not found anything similar to this issue in the archives, and wondering 
if anyone might have suggestions.

Much appreciated,
Arkadiy

--
Arkadiy L. Maksimovskiy, Ph.D.
Postdoctoral Research Fellow
McLean Imaging Center, McLean Hospital
Department of Psychiatry, Harvard Medical School
___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] lGI mris_fill Error

2017-10-27 Thread Maksimovskiy, Arkadiy
Dear LGI Experts,

I am attempting to run LGI using the freesurfer Dev Version (2017), and am 
getting the following error:

[arkadiysimac:Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits]
 amaksimovskiy% recon-all -s SUBJ002 -localGI
INFO: FreeSurfer build stamps do not match
Subject Stamp: freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0-2beb96c
Current Stamp: freesurfer-Darwin-OSX-dev-20171020-5567595
INFO: SUBJECTS_DIR is 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits
Actual FREESURFER_HOME /Applications/freesurfer
-rwx--  1 amaksimovskiy  staff  2449841 Oct 27 13:40 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/scripts/recon-all.log
Darwin arkadiysimac.mclean.harvard.edu 16.7.0 Darwin Kernel Version 16.7.0: Thu 
Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
INFO: current FREESURFER_HOME does not match that of previous processing.
Current: /Applications/freesurfer
Previous: /cm/shared/freesurfer
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf
#
#@# Local Gyrification Index lh Fri Oct 27 13:52:07 EDT 2017
\n mris_compute_lgi --i lh.pial \n
=
rm -Rf 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial
=
=
mkdir -p 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial
=
=
mris_fill -c -r 1 lh.pial 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
=
reading surface from lh.pial...
freadInt: fread failed
conforming output volume
setting resolution for intermediate calculations to 1.
No such file or directory
dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address
  Referenced from: /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ___emutls_get_address
  Referenced from: /Applications/freesurfer/bin/../lib/gcc/lib/libgomp.1.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Abort
ERROR: mris_fill -c -r 1 lh.pial 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/surf/tmp-mris_compute_lgi-lh.pial/lh.pial.filled.mgz
 failed!
Darwin arkadiysimac.mclean.harvard.edu 16.7.0 Darwin Kernel Version 16.7.0: Thu 
Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64

recon-all -s SUBJ002 exited with ERRORS at Fri Oct 27 13:52:08 EDT 2017

For more details, see the log file 
/Volumeslab/Arkadiy/Freesurfer/Freesurfer_Files_with_Freesurfer_Masks/Post_Manual_Edits/SUBJ002/scripts/recon-all.log
To report a problem, see http://surfer.nmr.mgh.harvard.edu/fswiki/BugReporting


I have not found anything similar to this issue in the archives, and wondering 
if anyone might have suggestions.

Much appreciated,
Arkadiy

--
Arkadiy L. Maksimovskiy, Ph.D.
Postdoctoral Research Fellow
McLean Imaging Center, McLean Hospital
Department of Psychiatry, Harvard Medical School
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI calculation

2017-10-16 Thread Serian doma
Dear All,

I designed an adaptive filter according to local gyrification index values
and then want to see the lgi histogram of new smoothed brain volume.
However freesurfer gave an error as:

ERROR: mritotal failed, see transforms/talairach.log

It seems that the input volume orientation has changed. But the input
volume is the smoothed version of norm.mgz which is also an output of
freesurfer.

Could anyone come up with a solution for this issue?


-- 

Serian DOMA
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI error

2017-10-05 Thread Nillo, Ryan Michael R
Hello FS users,

I am using FreeSurfer version 5.3 to calculate local verification index and 
processing stopped at make_roi_paths. Here, I was given the error below. I 
searched in the archives and found a solution to the problem was to edit a few 
lines on SearchProjectionOnPial.m. The new script is included below the error. 
Any advice on how to fix this would be greatly appreciated.


Make_roi_paths error

=
make_roi_paths('lh.pial','lh.pial-outer-smoothed',25,100,'/data/sugrue2/NF1_qdec/P0007/surf/tmp-mris_compute_lgi-lh.pial','/tmp/mrp_20907_.m');
 exit
=

< M A T L A B (R) >
  Copyright 1984-2015 The MathWorks, Inc.
   R2015b (8.6.0.267246) 64-bit (glnxa64)
  August 20, 2015


For online documentation, see http://www.mathworks.com/support
For product information, visit www.mathworks.com.


modified_matlab =

/working/sdl_analysis/software/freesufer_5.3_matlab


Academic License

>> loading datas ...
FREESURFER_READ_SURF [v  1.2 ]
...reading surface file: lh.pial
...reading triangle file
...adding 1 to face indices for matlab compatibility.
...done (  0.07 sec)

FREESURFER_READ_SURF [v  1.2 ]
...reading surface file: lh.pial-outer-smoothed
...reading triangle file
...adding 1 to face indices for matlab compatibility.
...done (  0.02 sec)

preparing outer mesh structure ...
face 5000 / 132292
face 1 / 132292
face 15000 / 132292
face 2 / 132292
face 25000 / 132292
face 3 / 132292
face 35000 / 132292
face 4 / 132292
face 45000 / 132292
face 5 / 132292
face 55000 / 132292
face 6 / 132292
face 65000 / 132292
face 7 / 132292
face 75000 / 132292
face 8 / 132292
face 85000 / 132292
face 9 / 132292
face 95000 / 132292
face 10 / 132292
face 105000 / 132292
face 11 / 132292
face 115000 / 132292
face 12 / 132292
face 125000 / 132292
face 13 / 132292

mesh_outer =

 vertices: [66148x3 double]
faces: [132292x3 double]
facesOfVertex: [66148x1 struct]

preparing pial mesh structure ...
...searching for mesh edges...done (140.10 sec).
... creating path file for vertex 1 / 66148
area file for outer ROIs saved at 1
In an assignment  A(:) = B, the number of elements in A and B must be the same.

Error in dsearchn (line 79)
[d(i),t(i)] = min(sum((x-yi).^2,2));

Error in mesh_vertex_nearest (line 29)
nearestIndex = dsearchn(vertices,points);


Error in reorganize_verticeslist (line 28)

[nextindex,nextvalue]=mesh_vertex_nearest(mesh_total.vertices(remaininglist,:),mesh_total.vertices(verticeslist(start_vertex),:));

Error in make_roi_paths (line 93)
reorglist = reorganize_verticeslist (mesh_total, A, mesh_outer, perim,
verticeslist, step);

SearchProjectionOnPial.m Script
function [verticeslist]=SearchProjectionOnPial(mesh_total,mesh_outer,perim, 
step)

% step is typically set between 5 and 10. Default is 7, increasing it will
% limit redundancies in the resulting path file.

verticeslist=[];
si=max(size(perim));
for t=1:step:si

[nearestIndexMT,nearestValuesMT]=mesh_vertex_nearest(mesh_total.vertices,mesh_outer.vertices(perim(t),:));
verticeslist= [verticeslist nearestIndexMT];
end
verticeslist=unique(verticeslist);


Sincerely,
Ryan Nillo
UCSF Center for Radiology and Biomedical Imaging
Staff Research Associate




___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI and its relationship with other metrics.

2017-09-08 Thread Caverzasi, Eduardo
Dear Freesurfer expert,


I am writing regarding the local gyrification index (lGI), pipeline now 
available with Freesurfer.

In order to better understand the results obtained it would be important to 
better understand the relationship between lGI to other metrics provided by the 
freesurfer analysis.

I understand lGI is the ratio between the sulcal surface / outer surface.

Which is the relationship between lGI and area, area_pial, sulcation and 
curvature and even thickness (available for the qdec analysis)? Has it been 
evaluated yet?


Edu




From: freesurfer-boun...@nmr.mgh.harvard.edu 
 on behalf of Douglas N Greve 

Sent: Thursday, September 7, 2017 3:17 PM
To: freesurfer@nmr.mgh.harvard.edu
Subject: Re: [Freesurfer] Unknown regions in cortical parcellation

what version of FS are you using?


On 09/07/2017 03:19 PM, Aidan Murphy wrote:
>
> We're running QA on Freesurfer's aseg and aparc+aseg volumes. On the
> aparc volume we're noticing fairly large unknown regions in what
> should be entorhinal cortex, specifically where it comes up against
> the hippocampus and amygdala. The aseg volumes label these unknown
> regions as cortex. I've searched the archives and haven't been able to
> find anything similar from recent years.
>
> I've attached some axial screenshots of the raw T1, the aseg and the
> aparc+aseg.
>
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

--
Douglas N. Greve, Ph.D.
MGH-NMR Center
gr...@nmr.mgh.harvard.edu
Phone Number: 617-724-2358
Fax: 617-726-7422

Bugs: surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
FileDrop: https://gate.nmr.mgh.harvard.edu/filedrop2
www.nmr.mgh.harvard.edu/facility/filedrop/index.html
Martinos Center File 
Drop
www.nmr.mgh.harvard.edu
11/15/2012 -- There is a new version of Filedrop. Please help us test it 
https://gate.nmr.mgh.harvard.edu/filedrop2/ Welcome to the Martinos Center file 
drop area ...


Outgoing: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] lgi vertex coordinate problem

2017-05-23 Thread Serian doma
No, I am  working with MATLAB on the outputs of freesurfer and the
freesurfer_surf2voxels command is under MATLAB. I want to check the
coordinates of lgi values found by recon - all lgi command on MATLAB. When
I check the coordinates on the brain image I realize a shift app 5-10 vox
according to real image. I am now searching on this differences between lgi
surface voxels and real surface voxels.

2017-05-22 18:13 GMT+03:00 Douglas N Greve :

> I don't think that freesurfer_surf2voxles is our command is it? In any
> event, I don't know what you mean about shifts.
>
>
> On 05/19/2017 09:01 AM, Serian doma wrote:
> > Hi there,
> >
> > I am trying to use local gyrification index values for the purpose of
> > adaptive smoothing. I use recon -all and calculate lgi values for
> > vertices on the surface. To show related voxels on the MR volume I
> > changed vertex coordinates to voxel coordinates with the help of
> > freesurfer_surf2voxels command. Then I changed the colour of these
> > voxels on the volume obtained by normalization which is under
> > mri/norm.mgz. However there are several types of shifts both left -
> > right and superior - inferior. Could you please help me to identify
> > the problem here?
> >
> >
> > --
> > Serian DOMA
> >
> >
> > ___
> > Freesurfer mailing list
> > Freesurfer@nmr.mgh.harvard.edu
> > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
> --
> Douglas N. Greve, Ph.D.
> MGH-NMR Center
> gr...@nmr.mgh.harvard.edu
> Phone Number: 617-724-2358
> Fax: 617-726-7422
>
> Bugs: surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
> FileDrop: https://gate.nmr.mgh.harvard.edu/filedrop2
> www.nmr.mgh.harvard.edu/facility/filedrop/index.html
> Outgoing: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
>
>
> The information in this e-mail is intended only for the person to whom it
> is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
>


-- 

Serian DOMA
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] lgi vertex coordinate problem

2017-05-22 Thread Douglas N Greve
I don't think that freesurfer_surf2voxles is our command is it? In any 
event, I don't know what you mean about shifts.


On 05/19/2017 09:01 AM, Serian doma wrote:
> Hi there,
>
> I am trying to use local gyrification index values for the purpose of 
> adaptive smoothing. I use recon -all and calculate lgi values for 
> vertices on the surface. To show related voxels on the MR volume I 
> changed vertex coordinates to voxel coordinates with the help of 
> freesurfer_surf2voxels command. Then I changed the colour of these 
> voxels on the volume obtained by normalization which is under 
> mri/norm.mgz. However there are several types of shifts both left - 
> right and superior - inferior. Could you please help me to identify 
> the problem here?
>
>
> -- 
> Serian DOMA
>
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

-- 
Douglas N. Greve, Ph.D.
MGH-NMR Center
gr...@nmr.mgh.harvard.edu
Phone Number: 617-724-2358
Fax: 617-726-7422

Bugs: surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
FileDrop: https://gate.nmr.mgh.harvard.edu/filedrop2
www.nmr.mgh.harvard.edu/facility/filedrop/index.html
Outgoing: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.



[Freesurfer] lgi vertex coordinate problem

2017-05-19 Thread Serian doma
Hi there,

I am trying to use local gyrification index values for the purpose of
adaptive smoothing. I use recon -all and calculate lgi values for vertices
on the surface. To show related voxels on the MR volume I changed vertex
coordinates to voxel coordinates with the help of freesurfer_surf2voxels
command. Then I changed the colour of these voxels on the volume obtained
by normalization which is under mri/norm.mgz. However there are several
types of shifts both left - right and superior - inferior. Could you please
help me to identify the problem here?


-- 

Serian DOMA
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI data for each region?

2017-02-24 Thread Antonin Skoch
Dear Shane,

use this command:

mri_segstats --annot my_subject_id lh aparc --i 
$SUBJECTS_DIR/my_subject_id/surf/lh.pial_lgi --sum lh.aparc.pial_lgi.stats

Look at the info on FreeSurfer wiki:

https://surfer.nmr.mgh.harvard.edu/fswiki/LGI

Antonin Skoch

Hi Freesurfer,

How can I get the LGI measurements for each brain region in Desikan atlas? 
Instead of getting thickness with aparcstats2table, I want the gyrification 
instead.Thank you.

Cheers,
Shane___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


[Freesurfer] LGI data for each region?

2017-02-24 Thread Shane Schofield
Hi Freesurfer,

How can I get the LGI measurements for each brain region in Desikan atlas? 
Instead of getting thickness with aparcstats2table, I want the gyrification 
instead.

Thank you.

Cheers,
Shane

-- 
Shane Schofield___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI error/Matlab/ a qestion for Douglas Greve

2017-02-15 Thread Douglas N Greve
I think the ismac.m script was introduced in later versions of matlab. 
You can just create your own with the following content:

function y=ismac

y=0;

return


On 02/15/2017 01:59 PM, aral ahmadi wrote:
> From: Douglas N Greve
>  So ismac.m is not defined in your matlab implementation? What version of
> matlab are you using? What kind of computer are you running on?
>
> Aral's answer:
> I am working through VPN and connect to a Linux server using my laptop 
> (Thinkpad2011). Not sure which version of Matlab, this freesurfer5.3 
> home directory uses, but I have matlab2010 opened on linux when I ran 
> LGI command. although in job output file, it shows a warning that 
> Matlab starting without a display, then it says  copyright 
> 1984-2005 the Mathwork. Inc, version7.1.0.183 (R14) service pack3, 
> Aug2,2005
>
> Thanks,
> Aral
>
>  aral ahmadi wrote:
> >
> > Dear experts
> >
> > I have a question regarding Freesurfer- LGI error I got during running
> > LGI after all recon steps been ran with no problem.  you could see the
> > error below.
> >
> > *reading filled volume...
> > *
> >
> > *??? undefined function or variable 'ismac'.*
> > *error in -->load_mgh at 68*
> > *
> > *
> > *if(strcmp(computer,'MAC') || strcmp(computer,'MAC') || ismac)*
> > *
> > *
> > *error in -->MRIread at 87*
> > *
> > *
> > *[mri, voi, M, mr_parms, volsz] = load_mgh (fspec, [], [], headeronly);*
> > *
> > *
> > *error in --> make outer-surface at 24*
> > *
> > *
> > *vol = MRIread(filled_volume);*
> > **
> > *>> ERROR:make _outer_surface did not creat output file
> > 'net/storage1/usr2/onrc/home/p2/Aahmadi/onrc/data/Aral-july/test/subject*
> > *Linux compute31 2.6.32-504.12.2.e16.*86_64 #1 SMP Wed Mar11  UTC 2015
> > 86_64  86_64 GNU/Linux*
> > *
> > *
> > *recon-all  -s  S1091RPY existed with Errors at thu jan19 2017*
> > *
> > *
> > The error is ...Undefined function or variable 'ismac' - matlab is
> > expecting that variable to be defined (it's trying to detect the OS,
> > whether Linux, windows/ Mac), but it isn't. *
> > *
> >
> > I appreciate if you give me your advice on this issue.
> >
> > Thanks,
> >
> > Aral
> >
> >
>
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

-- 
Douglas N. Greve, Ph.D.
MGH-NMR Center
gr...@nmr.mgh.harvard.edu
Phone Number: 617-724-2358
Fax: 617-726-7422

Bugs: surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
FileDrop: https://gate.nmr.mgh.harvard.edu/filedrop2
www.nmr.mgh.harvard.edu/facility/filedrop/index.html
Outgoing: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.



[Freesurfer] LGI using Yeo Atlas

2017-02-08 Thread Martin Juneja
Hi,

I used following command to extract LGI values from a set of subjects:

recon-all -s  -localGI

Output stats is saved in lh.aparc_lgi.stats file. By default, its
calculating LGI values of 35 areas using *Desikan-Killiany Atlas *but I am
interested in calculating LGI values using Yeo atlas of 7 networks. I was
wondering how can I change the default atlas to Yeo atlas to get LGI value
for each subject.

Thanks a lot.
___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


Re: [Freesurfer] LGI issue/Error

2017-02-02 Thread Douglas N Greve
So ismac.m is not defined in your matlab implementation? What version of 
matlab are you using? What kind of computer are you running on?


On 02/02/2017 01:48 PM, aral ahmadi wrote:
>
> Dear experts
>
> I have a question regarding Freesurfer- LGI error I got during running 
> LGI after all recon steps been ran with no problem.  you could see the 
> error below.
>
> *reading filled volume...
> *
>
> *??? undefined function or variable 'ismac'.*
> *error in -->load_mgh at 68*
> *
> *
> *if(strcmp(computer,'MAC') || strcmp(computer,'MAC') || ismac)*
> *
> *
> *error in -->MRIread at 87*
> *
> *
> *[mri, voi, M, mr_parms, volsz] = load_mgh (fspec, [], [], headeronly);*
> *
> *
> *error in --> make outer-surface at 24*
> *
> *
> *vol = MRIread(filled_volume);*
> **
> *>> ERROR:make _outer_surface did not creat output file 
> 'net/storage1/usr2/onrc/home/p2/Aahmadi/onrc/data/Aral-july/test/subject*
> *Linux compute31 2.6.32-504.12.2.e16.*86_64 #1 SMP Wed Mar11  UTC 2015 
> 86_64  86_64 GNU/Linux*
> *
> *
> *recon-all  -s  S1091RPY existed with Errors at thu jan19 2017*
> *
> *
> The error is ...Undefined function or variable 'ismac' - matlab is 
> expecting that variable to be defined (it's trying to detect the OS, 
> whether Linux, windows/ Mac), but it isn't. *
> *
>
> I appreciate if you give me your advice on this issue.
>
> Thanks,
>
> Aral
>
>
> ___
> Freesurfer mailing list
> Freesurfer@nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

-- 
Douglas N. Greve, Ph.D.
MGH-NMR Center
gr...@nmr.mgh.harvard.edu
Phone Number: 617-724-2358
Fax: 617-726-7422

Bugs: surfer.nmr.mgh.harvard.edu/fswiki/BugReporting
FileDrop: https://gate.nmr.mgh.harvard.edu/filedrop2
www.nmr.mgh.harvard.edu/facility/filedrop/index.html
Outgoing: ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/

___
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.



  1   2   3   >