External Email - Use Caution
Hi Dr. Greve,
Our IT team replaced the reg-feat2ant file on the university HPC. When I reran a test subject, it resulted in a "command not found" error. See attached screenshot. I notified IT and they stated the following:
"Since the only change made by admins was putting that new file in place, so they just put the old file back in place.
You can try running the script again to see if that 'command not found' error goes away. If not, then you need to report the error back to the author that provided the file. "
With the previous reg-feat2anat file, the bug I initially emailed about replicated.
Do you have any suggestions for what may be causing the error?
Thanks! Erin
https://secure-web.cisco.com/1Xt5TzuhfYGMFSQ1E2hCKW008efsUaiJNMtBUxoHORy7dSd...
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu on behalf of freesurfer-request@nmr.mgh.harvard.edu freesurfer-request@nmr.mgh.harvard.edu Sent: Thursday, November 12, 2020 12:00 PM To: freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Freesurfer Digest, Vol 201, Issue 19
Send Freesurfer mailing list submissions to freesurfer@nmr.mgh.harvard.edu
To subscribe or unsubscribe via the World Wide Web, visit https://secure-web.cisco.com/1PrXXNA2YRR-YEzLxXK-oIH4gfUWRVVoD9R3JNaZFZF8kGI... or, via email, send a message with subject or body 'help' to freesurfer-request@nmr.mgh.harvard.edu
You can reach the person managing the list at freesurfer-owner@nmr.mgh.harvard.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freesurfer digest..."
Today's Topics:
1. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (???) 2. Re: tkregister issue with reg-feat2anat {Disarmed} (Douglas N. Greve) 3. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (Douglas N. Greve) 4. Re: Sulc maps (Douglas N. Greve) 5. Re: Help with MRI labels (Douglas N. Greve) 6. mris_pmake error - freadFloat: fread failed (Nasr, Shahin,Ph.D.) 7. Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} (Park, James) 8. Re: Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} {Disarmed} (fsbuild) 9. Re: Help with MRI labels {Disarmed} (Alberto Del Cerro Leon)
----------------------------------------------------------------------
Message: 1 Date: Thu, 12 Nov 2020 18:39:44 +0800 (GMT+08:00) From: ??? mengjun@csu.edu.cn Subject: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} To: "Freesurfer support list" freesurfer@nmr.mgh.harvard.edu Message-ID: 6071ada5.3fd7.175bc0a2c24.Coremail.mengjun@csu.edu.cn Content-Type: text/plain; charset="utf-8"
External Email - Use Caution
Thank you very much, I get lh_areapial.avgwf.dat and lh_areapial.sum file after the mri_segstats command
(1) Does the lh_areapial.avgwf.dat contain areas value for all my subject?
(2) When I extract the volumes, the lh_volume.sum displays the unit for the volume is Area_mm2?Blue color). Is this correct?
ColHeaders Index SegId NVertices Area_mm2 StructName Mean StdDev Min Max Range 1 0 161058 81037.1 Seg0000 242940.3281 0.7312 0.0000 3.8885 3.8885 2 1 2784 1182.3 Seg0001 3760.6619 0.2525 0.7136 1.8140 1.1005
Following is the code for extracting volumes mri_segstats --i qdec/Volume_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.volume.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_volume.avgwf.dat (output file) --accumulate --sum lh_volume.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU ????:2020-11-11 23:58:20 (???) ???: freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed}
Sorry, try this
mri_segstats --i qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) On 11/5/2020 10:26 PM, ??? wrote:
External Email - Use Caution
I tried following codes according to the suggestions, the terminal reported an error: cannot do frame average without input volume
mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU ????:2020-11-05 22:37:07 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed}
Try --slabel fsaverage lh /path/to/lh.areapial.label
On 11/2/2020 10:24 PM, ??? wrote:
External Email - Use Caution
Thank you very much! I tried to extract the areas with the following codes: mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) I did not get a text file including the areas of all subjects. Is this code correct?
-----????----- ???:"Douglas N. Greve" dgreve@mgh.harvard.edu ????:2020-11-02 23:36:14 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed}
I think the reason for this may be that the data in fsaverage space (after mris_preproc) will have had a jacobian correction which will not be in data on the native surface. For this reason, I would not use #1. #2 is fine.You can apply your label in fsaverage space to the y.mgh used as input to mri_segstats specifying the label using --slabel and using --avgwf output and also use --accumulate; run it with --help for more info. This will create a text file of the areas or volumes (depending upon which y.mgh you input) all your subjects for that label.
On 10/30/2020 10:37 PM, ??? wrote:
External Email - Use Caution
Dear Professors:
I compared the thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found statistic difference region in the cortex area, volume respectively. I defined the statistic difference regions as a label on the fsaverage and mapped this label to subjects by Qdec/mri_label2label. The label defined on the fsaverage was mapped onto all subjects successfully, and the label in subjects matched well with the inflated cortex of subjects in Freeview Then the value of the label in every single subjects was extracted, and I found that there is no statistic difference in the value regarding to the area and volume between the mild traumatic brain injury patients and health control subjects. Following are my questions:
(1)Can I carry out correlation analysis between the cortex area and volume with the behavior scores through these non-statistical extracted values?
(2)Can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects, and carry out correlation analysis between the cortex area and volume with the behavior scores. How can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects
Best wishes Mengjun Li
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU ????:2020-10-30 23:40:30 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject
Do you mean you compared your TBI subjects against fsaverage? That is not proper methodology.
On 10/29/2020 9:51 PM, ??? wrote:
External Email - Use Caution
Dear FreeSurfer Developers:
I compared the cortical thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found a statistic difference region in the cortex area and volume after correction. How can I extract the value of cortex area and volume for every subject in the fsaverage with the code of mri_segstats
FreeSurfer version: freesurfer-Darwin-OSX-stable-pub-v6.0.0-2beb96c Platform: macOS High Sierra.
Best wishes Mengjun Li Second Xiangya Hospital Central South University
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
What version of FS are you running? Can you find tkregister2_cmdl in $FREESURFER_HOME/bin ?
On 11/13/2020 10:51 AM, Walsh, Erin wrote:
External Email - Use Caution
Hi Dr. Greve,
Our IT team replaced the reg-feat2ant file on the university HPC. When I reran a test subject, it resulted in a "command not found" error. See attached screenshot. I notified IT and they stated the following:
"Since the only change made by admins was putting that new file in place, so they just put the old file back in place.
You can try running the script again to see if that 'command not found' error goes away. If not, then you need to report the error back to the author that provided the file. "
With the previous reg-feat2anat file, the bug I initially emailed about replicated.
Do you have any suggestions for what may be causing the error?
Thanks! Erin https://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu/msg68344.html https://secure-web.cisco.com/1ZD_jOYydv0fTjyYlRC5cE-aqj8Ce6mrUuZbCKSXbUk_0Lowa_JzsAtAvQtb05MSOLsoaI5kIQOzhk6q6jChi8lEaXshk5UzMYBqjatZ510uE5esXWGa8iiL874dL_fo4Cxxk58yoC-e-mRgWOkySbnAtutkYrQsvid88AkqB3dFJvmqM76ytDm-Ythrc9JYBhfaN2xB18LZW8AJ3QV6s2LeoWfEl6Dw9vPupZKNJ3q_kQMNE4mcquL69l8ps5-Uj/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg68344.html
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu /pronouns: she/her/
*From:* freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu on behalf of freesurfer-request@nmr.mgh.harvard.edu freesurfer-request@nmr.mgh.harvard.edu *Sent:* Thursday, November 12, 2020 12:00 PM *To:* freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu *Subject:* Freesurfer Digest, Vol 201, Issue 19 Send Freesurfer mailing list submissions to freesurfer@nmr.mgh.harvard.edu
To subscribe or unsubscribe via the World Wide Web, visit https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer https://secure-web.cisco.com/1xbKXaojkoZezCP-xi-3mCEOeMVMfwKy6oxUNBImQsEWngkgIe9c7B4bNNBVfHSSiOkeIIjvpkh_SMIqrRAcp33LBf2A6AZ5PmYoRUFf3Yct75nU5PiiPGIETM9Ou21WT4YZHCeBfh1Ifuofavbo6foOZTI_39nxR2UzOjHqLgvNVN0arASnF96n7j24jCUfocsxYUfNk-UbaNzfipT__yXw_mlppl2hUHv0Tzt7y4Xn8g_4ypEAiusl1uOmTCw9t/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer or, via email, send a message with subject or body 'help' to freesurfer-request@nmr.mgh.harvard.edu
You can reach the person managing the list at freesurfer-owner@nmr.mgh.harvard.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freesurfer digest..."
Today's Topics:
1. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (???) 2. Re: tkregister issue with reg-feat2anat {Disarmed} (Douglas N. Greve) 3. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (Douglas N. Greve) 4. Re: Sulc maps (Douglas N. Greve) 5. Re: Help with MRI labels (Douglas N. Greve) 6. mris_pmake error - freadFloat: fread failed (Nasr, Shahin,Ph.D.) 7. Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} (Park, James) 8. Re: Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} {Disarmed} (fsbuild) 9. Re: Help with MRI labels {Disarmed} (Alberto Del Cerro Leon)
Message: 1 Date: Thu, 12 Nov 2020 18:39:44 +0800 (GMT+08:00) From: ??? mengjun@csu.edu.cn Subject: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} To: "Freesurfer support list" freesurfer@nmr.mgh.harvard.edu Message-ID: 6071ada5.3fd7.175bc0a2c24.Coremail.mengjun@csu.edu.cn Content-Type: text/plain; charset="utf-8"
External Email - Use Caution
Thank you very much, I get lh_areapial.avgwf.dat and lh_areapial.sum file after the mri_segstats command
(1) Does the lh_areapial.avgwf.dat contain areas value for all my subject?
(2) When I extract the volumes, the lh_volume.sum displays the unit for the volume is Area_mm2?Blue color). Is this correct?
ColHeaders Index SegId NVertices Area_mm2 StructName Mean StdDev Min Max Range 1 0 161058 81037.1 Seg0000 242940.3281 0.7312 0.0000 3.8885 3.8885 2 1 2784 1182.3 Seg0001 3760.6619 0.2525 0.7136 1.8140 1.1005
Following is the code for extracting volumes mri_segstats --i qdec/Volume_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.volume.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_volume.avgwf.dat (output file) --accumulate --sum lh_volume.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU ????:2020-11-11 23:58:20 (???) ???: freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed}
Sorry, try this
mri_segstats --i qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) On 11/5/2020 10:26 PM, ??? wrote:
External Email - Use Caution
I tried following codes according to the suggestions, the terminal reported an error: cannot do frame average without input volume
mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU ????:2020-11-05 22:37:07 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed}
Try --slabel fsaverage lh /path/to/lh.areapial.label
On 11/2/2020 10:24 PM, ??? wrote:
External Email - Use Caution
Thank you very much! I tried to extract the areas with the following codes: mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) I did not get a text file including the areas of all subjects. Is this code correct?
-----????----- ???:"Douglas N. Greve" dgreve@mgh.harvard.edu ????:2020-11-02 23:36:14 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed}
I think the reason for this may be that the data in fsaverage space (after mris_preproc) will have had a jacobian correction which will not be in data on the native surface. For this reason, I would not use #1. #2 is fine.You can apply your label in fsaverage space to the y.mgh used as input to mri_segstats specifying the label using --slabel and using --avgwf output and also use --accumulate; run it with --help for more info. This will create a text file of the areas or volumes (depending upon which y.mgh you input) all your subjects for that label.
On 10/30/2020 10:37 PM, ??? wrote:
External Email - Use Caution
Dear Professors:
I compared the thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found statistic difference region in the cortex area, volume respectively. I defined the statistic difference regions as a label on the fsaverage and mapped this label to subjects by Qdec/mri_label2label. The label defined on the fsaverage was mapped onto all subjects successfully, and the label in subjects matched well with the inflated cortex of subjects in Freeview Then the value of the label in every single subjects was extracted, and I found that there is no statistic difference in the value regarding to the area and volume between the mild traumatic brain injury patients and health control subjects. Following are my questions:
(1)Can I carry out correlation analysis between the cortex area and volume with the behavior scores through these non-statistical extracted values?
(2)Can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects, and carry out correlation analysis between the cortex area and volume with the behavior scores. How can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects
Best wishes Mengjun Li
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU ????:2020-10-30 23:40:30 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject
Do you mean you compared your TBI subjects against fsaverage? That is not proper methodology.
On 10/29/2020 9:51 PM, ??? wrote:
External Email - Use Caution
Dear FreeSurfer Developers:
I compared the cortical thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found a statistic difference region in the cortex area and volume after correction. How can I extract the value of cortex area and volume for every subject in the fsaverage with the code of mri_segstats
FreeSurfer version: freesurfer-Darwin-OSX-stable-pub-v6.0.0-2beb96c Platform: macOS High Sierra.
Best wishes Mengjun Li Second Xiangya Hospital Central South University
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc... https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdcyV4GFKhr02NfYckkjYBTfEfybejkWBcGEfyyzIq9MEY6kJA5eK6J-MuWIE2Wdg9CNL7csTx7QrsB7VkbO7WUm32aO8PJDPeU_0cqYD_WWZz2p8mRqA96vnIY3mml8dEgZ6aJOUsko-rTLgo3-LlZCUyLZAMfODPpdlLnersRXFF6O113IFFWRKSdR6KPtIWtTwC65knShAjZdJ2R7c-_3lO98gcXLaysC3Sfh1SQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc... https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdcyV4GFKhr02NfYckkjYBTfEfybejkWBcGEfyyzIq9MEY6kJA5eK6J-MuWIE2Wdg9CNL7csTx7QrsB7VkbO7WUm32aO8PJDPeU_0cqYD_WWZz2p8mRqA96vnIY3mml8dEgZ6aJOUsko-rTLgo3-LlZCUyLZAMfODPpdlLnersRXFF6O113IFFWRKSdR6KPtIWtTwC65knShAjZdJ2R7c-_3lO98gcXLaysC3Sfh1SQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc... https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdcyV4GFKhr02NfYckkjYBTfEfybejkWBcGEfyyzIq9MEY6kJA5eK6J-MuWIE2Wdg9CNL7csTx7QrsB7VkbO7WUm32aO8PJDPeU_0cqYD_WWZz2p8mRqA96vnIY3mml8dEgZ6aJOUsko-rTLgo3-LlZCUyLZAMfODPpdlLnersRXFF6O113IFFWRKSdR6KPtIWtTwC65knShAjZdJ2R7c-_3lO98gcXLaysC3Sfh1SQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
From the HPC, I am running: freesurfer/7.1.0
Yes, the file is in the /bin:
[edub@longleaf-login1 dicom2nifti]$ ls $FREESURFER_HOME/bin/tkreg*
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2 /nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregisterfv
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2_cmdl
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:21 AM To: Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
What version of FS are you running? Can you find tkregister2_cmdl in $FREESURFER_HOME/bin ?
On 11/13/2020 10:51 AM, Walsh, Erin wrote:
External Email - Use Caution
Hi Dr. Greve,
Our IT team replaced the reg-feat2ant file on the university HPC. When I reran a test subject, it resulted in a "command not found" error. See attached screenshot. I notified IT and they stated the following:
"Since the only change made by admins was putting that new file in place, so they just put the old file back in place.
You can try running the script again to see if that 'command not found' error goes away. If not, then you need to report the error back to the author that provided the file. "
With the previous reg-feat2anat file, the bug I initially emailed about replicated.
Do you have any suggestions for what may be causing the error?
Thanks! Erin
https://secure-web.cisco.com/1gcjK2nsKIgFcqFoyV9jwF1z81BmXM2aria0nDy2QQmGnMA...https://secure-web.cisco.com/1ZD_jOYydv0fTjyYlRC5cE-aqj8Ce6mrUuZbCKSXbUk_0Lowa_JzsAtAvQtb05MSOLsoaI5kIQOzhk6q6jChi8lEaXshk5UzMYBqjatZ510uE5esXWGa8iiL874dL_fo4Cxxk58yoC-e-mRgWOkySbnAtutkYrQsvid88AkqB3dFJvmqM76ytDm-Ythrc9JYBhfaN2xB18LZW8AJ3QV6s2LeoWfEl6Dw9vPupZKNJ3q_kQMNE4mcquL69l8ps5-Uj/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg68344.html
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edumailto:erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: freesurfer-bounces@nmr.mgh.harvard.edumailto:freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edumailto:freesurfer-bounces@nmr.mgh.harvard.edu on behalf of freesurfer-request@nmr.mgh.harvard.edumailto:freesurfer-request@nmr.mgh.harvard.edu freesurfer-request@nmr.mgh.harvard.edumailto:freesurfer-request@nmr.mgh.harvard.edu Sent: Thursday, November 12, 2020 12:00 PM To: freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Freesurfer Digest, Vol 201, Issue 19
Send Freesurfer mailing list submissions to freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu
To subscribe or unsubscribe via the World Wide Web, visit https://secure-web.cisco.com/1EMVDLHOHMtUHtDUos9GsqcZjxU1B6HZlIpovQxwdqbzjEP...https://secure-web.cisco.com/1xbKXaojkoZezCP-xi-3mCEOeMVMfwKy6oxUNBImQsEWngkgIe9c7B4bNNBVfHSSiOkeIIjvpkh_SMIqrRAcp33LBf2A6AZ5PmYoRUFf3Yct75nU5PiiPGIETM9Ou21WT4YZHCeBfh1Ifuofavbo6foOZTI_39nxR2UzOjHqLgvNVN0arASnF96n7j24jCUfocsxYUfNk-UbaNzfipT__yXw_mlppl2hUHv0Tzt7y4Xn8g_4ypEAiusl1uOmTCw9t/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer or, via email, send a message with subject or body 'help' to freesurfer-request@nmr.mgh.harvard.edumailto:freesurfer-request@nmr.mgh.harvard.edu
You can reach the person managing the list at freesurfer-owner@nmr.mgh.harvard.edumailto:freesurfer-owner@nmr.mgh.harvard.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freesurfer digest..."
Today's Topics:
1. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (???) 2. Re: tkregister issue with reg-feat2anat {Disarmed} (Douglas N. Greve) 3. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (Douglas N. Greve) 4. Re: Sulc maps (Douglas N. Greve) 5. Re: Help with MRI labels (Douglas N. Greve) 6. mris_pmake error - freadFloat: fread failed (Nasr, Shahin,Ph.D.) 7. Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} (Park, James) 8. Re: Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} {Disarmed} (fsbuild) 9. Re: Help with MRI labels {Disarmed} (Alberto Del Cerro Leon)
----------------------------------------------------------------------
Message: 1 Date: Thu, 12 Nov 2020 18:39:44 +0800 (GMT+08:00) From: ??? mengjun@csu.edu.cnmailto:mengjun@csu.edu.cn Subject: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} To: "Freesurfer support list" freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Message-ID: 6071ada5.3fd7.175bc0a2c24.Coremail.mengjun@csu.edu.cnmailto:6071ada5.3fd7.175bc0a2c24.Coremail.mengjun@csu.edu.cn Content-Type: text/plain; charset="utf-8"
External Email - Use Caution
Thank you very much, I get lh_areapial.avgwf.dat and lh_areapial.sum file after the mri_segstats command
(1) Does the lh_areapial.avgwf.dat contain areas value for all my subject?
(2) When I extract the volumes, the lh_volume.sum displays the unit for the volume is Area_mm2?Blue color). Is this correct?
ColHeaders Index SegId NVertices Area_mm2 StructName Mean StdDev Min Max Range 1 0 161058 81037.1 Seg0000 242940.3281 0.7312 0.0000 3.8885 3.8885 2 1 2784 1182.3 Seg0001 3760.6619 0.2525 0.7136 1.8140 1.1005
Following is the code for extracting volumes mri_segstats --i qdec/Volume_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.volume.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_volume.avgwf.dat (output file) --accumulate --sum lh_volume.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDUmailto:dgreve@MGH.HARVARD.EDU ????:2020-11-11 23:58:20 (???) ???: freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed}
Sorry, try this
mri_segstats --i qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) On 11/5/2020 10:26 PM, ??? wrote:
External Email - Use Caution
I tried following codes according to the suggestions, the terminal reported an error: cannot do frame average without input volume
mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDUmailto:dgreve@MGH.HARVARD.EDU ????:2020-11-05 22:37:07 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed}
Try --slabel fsaverage lh /path/to/lh.areapial.label
On 11/2/2020 10:24 PM, ??? wrote:
External Email - Use Caution
Thank you very much! I tried to extract the areas with the following codes: mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) I did not get a text file including the areas of all subjects. Is this code correct?
-----????----- ???:"Douglas N. Greve" dgreve@mgh.harvard.edumailto:dgreve@mgh.harvard.edu ????:2020-11-02 23:36:14 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed}
I think the reason for this may be that the data in fsaverage space (after mris_preproc) will have had a jacobian correction which will not be in data on the native surface. For this reason, I would not use #1. #2 is fine.You can apply your label in fsaverage space to the y.mgh used as input to mri_segstats specifying the label using --slabel and using --avgwf output and also use --accumulate; run it with --help for more info. This will create a text file of the areas or volumes (depending upon which y.mgh you input) all your subjects for that label.
On 10/30/2020 10:37 PM, ??? wrote:
External Email - Use Caution
Dear Professors:
I compared the thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found statistic difference region in the cortex area, volume respectively. I defined the statistic difference regions as a label on the fsaverage and mapped this label to subjects by Qdec/mri_label2label. The label defined on the fsaverage was mapped onto all subjects successfully, and the label in subjects matched well with the inflated cortex of subjects in Freeview Then the value of the label in every single subjects was extracted, and I found that there is no statistic difference in the value regarding to the area and volume between the mild traumatic brain injury patients and health control subjects. Following are my questions:
(1)Can I carry out correlation analysis between the cortex area and volume with the behavior scores through these non-statistical extracted values?
(2)Can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects, and carry out correlation analysis between the cortex area and volume with the behavior scores. How can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects
Best wishes Mengjun Li
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDUmailto:dgreve@MGH.HARVARD.EDU ????:2020-10-30 23:40:30 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject
Do you mean you compared your TBI subjects against fsaverage? That is not proper methodology.
On 10/29/2020 9:51 PM, ??? wrote:
External Email - Use Caution
Dear FreeSurfer Developers:
I compared the cortical thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found a statistic difference region in the cortex area and volume after correction. How can I extract the value of cortex area and volume for every subject in the fsaverage with the code of mri_segstats
FreeSurfer version: freesurfer-Darwin-OSX-stable-pub-v6.0.0-2beb96c Platform: macOS High Sierra.
Best wishes Mengjun Li Second Xiangya Hospital Central South University
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScannermailto:Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScannermailto:Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScannermailto:Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc...
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfermailto:Freesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
External Email - Use Caution
From the HPC, I am running: freesurfer/7.1.0
Yes, the file is in the /bin:
[edub@longleaf-login1 dicom2nifti]$ ls $FREESURFER_HOME/bin/tkreg*
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregisterfv
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2_cmdl
*From:* Douglas N. Greve dgreve@mgh.harvard.edu *Sent:* Friday, November 13, 2020 11:21 AM *To:* Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu *Subject:* Re: tkregister issue with reg-feat2anat What version of FS are you running? Can you find tkregister2_cmdl in $FREESURFER_HOME/bin ?
On 11/13/2020 10:51 AM, Walsh, Erin wrote:
External Email - Use Caution
Hi Dr. Greve,
Our IT team replaced the reg-feat2ant file on the university HPC. When I reran a test subject, it resulted in a "command not found" error. See attached screenshot. I notified IT and they stated the following:
"Since the only change made by admins was putting that new file in place, so they just put the old file back in place.
You can try running the script again to see if that 'command not found' error goes away. If not, then you need to report the error back to the author that provided the file. "
With the previous reg-feat2anat file, the bug I initially emailed about replicated.
Do you have any suggestions for what may be causing the error?
Thanks! Erin https://www.mail-archive.com/freesurfer@nmr.mgh.harvard.edu/msg68344.html https://secure-web.cisco.com/1ZD_jOYydv0fTjyYlRC5cE-aqj8Ce6mrUuZbCKSXbUk_0Lowa_JzsAtAvQtb05MSOLsoaI5kIQOzhk6q6jChi8lEaXshk5UzMYBqjatZ510uE5esXWGa8iiL874dL_fo4Cxxk58yoC-e-mRgWOkySbnAtutkYrQsvid88AkqB3dFJvmqM76ytDm-Ythrc9JYBhfaN2xB18LZW8AJ3QV6s2LeoWfEl6Dw9vPupZKNJ3q_kQMNE4mcquL69l8ps5-Uj/https%3A%2F%2Fwww.mail-archive.com%2Ffreesurfer%40nmr.mgh.harvard.edu%2Fmsg68344.html
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu mailto:erin_walsh@med.unc.edu /pronouns: she/her/
*From:* freesurfer-bounces@nmr.mgh.harvard.edu mailto:freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu mailto:freesurfer-bounces@nmr.mgh.harvard.edu on behalf of freesurfer-request@nmr.mgh.harvard.edu mailto:freesurfer-request@nmr.mgh.harvard.edu freesurfer-request@nmr.mgh.harvard.edu mailto:freesurfer-request@nmr.mgh.harvard.edu *Sent:* Thursday, November 12, 2020 12:00 PM *To:* freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu *Subject:* Freesurfer Digest, Vol 201, Issue 19 Send Freesurfer mailing list submissions to freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu
To subscribe or unsubscribe via the World Wide Web, visit https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer https://secure-web.cisco.com/1xbKXaojkoZezCP-xi-3mCEOeMVMfwKy6oxUNBImQsEWngkgIe9c7B4bNNBVfHSSiOkeIIjvpkh_SMIqrRAcp33LBf2A6AZ5PmYoRUFf3Yct75nU5PiiPGIETM9Ou21WT4YZHCeBfh1Ifuofavbo6foOZTI_39nxR2UzOjHqLgvNVN0arASnF96n7j24jCUfocsxYUfNk-UbaNzfipT__yXw_mlppl2hUHv0Tzt7y4Xn8g_4ypEAiusl1uOmTCw9t/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer or, via email, send a message with subject or body 'help' to freesurfer-request@nmr.mgh.harvard.edu mailto:freesurfer-request@nmr.mgh.harvard.edu
You can reach the person managing the list at freesurfer-owner@nmr.mgh.harvard.edu mailto:freesurfer-owner@nmr.mgh.harvard.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freesurfer digest..."
Today's Topics:
1. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (???) 2. Re: tkregister issue with reg-feat2anat {Disarmed} (Douglas N. Greve) 3. Re: Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} (Douglas N. Greve) 4. Re: Sulc maps (Douglas N. Greve) 5. Re: Help with MRI labels (Douglas N. Greve) 6. mris_pmake error - freadFloat: fread failed (Nasr, Shahin,Ph.D.) 7. Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} (Park, James) 8. Re: Support: Password Request for Ubuntu_710 to download Freesurfer on Windows 10 {Disarmed} {Disarmed} (fsbuild) 9. Re: Help with MRI labels {Disarmed} (Alberto Del Cerro Leon)
Message: 1 Date: Thu, 12 Nov 2020 18:39:44 +0800 (GMT+08:00) From: ??? mengjun@csu.edu.cn mailto:mengjun@csu.edu.cn Subject: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed} {Disarmed} To: "Freesurfer support list" freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu Message-ID: 6071ada5.3fd7.175bc0a2c24.Coremail.mengjun@csu.edu.cn mailto:6071ada5.3fd7.175bc0a2c24.Coremail.mengjun@csu.edu.cn Content-Type: text/plain; charset="utf-8"
External Email - Use Caution
Thank you very much, I get lh_areapial.avgwf.dat and lh_areapial.sum file after the mri_segstats command
(1) Does the lh_areapial.avgwf.dat contain areas value for all my subject?
(2) When I extract the volumes, the lh_volume.sum displays the unit for the volume is Area_mm2?Blue color). Is this correct?
ColHeaders Index SegId NVertices Area_mm2 StructName Mean StdDev Min Max Range 1 0 161058 81037.1 Seg0000 242940.3281 0.7312 0.0000 3.8885 3.8885 2 1 2784 1182.3 Seg0001 3760.6619 0.2525 0.7136 1.8140 1.1005
Following is the code for extracting volumes mri_segstats --i qdec/Volume_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.volume.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_volume.avgwf.dat (output file) --accumulate --sum lh_volume.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU mailto:dgreve@MGH.HARVARD.EDU ????:2020-11-11 23:58:20 (???) ???: freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed} {Disarmed}
Sorry, try this
mri_segstats --i qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) On 11/5/2020 10:26 PM, ??? wrote:
External Email - Use Caution
I tried following codes according to the suggestions, the terminal reported an error: cannot do frame average without input volume
mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel fsaverage lh lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file)
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU mailto:dgreve@MGH.HARVARD.EDU ????:2020-11-05 22:37:07 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed} {Disarmed}
Try --slabel fsaverage lh /path/to/lh.areapial.label
On 11/2/2020 10:24 PM, ??? wrote:
External Email - Use Caution
Thank you very much! I tried to extract the areas with the following codes: mri_segstats --seg qdec/Areapial_15_L/y.mgh (y.mgh was created after Qdec) --slabel lh.areapial.label (This was the label extracted from the fsaverage after multi-correction) --avgwf lh_areapial.avgwf.dat (output file) --accumulate --sum lh_areapial.sum (output file) I did not get a text file including the areas of all subjects. Is this code correct?
-----????----- ???:"Douglas N. Greve" dgreve@mgh.harvard.edu mailto:dgreve@mgh.harvard.edu ????:2020-11-02 23:36:14 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject {Disarmed}
I think the reason for this may be that the data in fsaverage space (after mris_preproc) will have had a jacobian correction which will not be in data on the native surface. For this reason, I would not use #1. #2 is fine.You can apply your label in fsaverage space to the y.mgh used as input to mri_segstats specifying the label using --slabel and using --avgwf output and also use --accumulate; run it with --help for more info. This will create a text file of the areas or volumes (depending upon which y.mgh you input) all your subjects for that label.
On 10/30/2020 10:37 PM, ??? wrote:
External Email - Use Caution
Dear Professors:
I compared the thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found statistic difference region in the cortex area, volume respectively. I defined the statistic difference regions as a label on the fsaverage and mapped this label to subjects by Qdec/mri_label2label. The label defined on the fsaverage was mapped onto all subjects successfully, and the label in subjects matched well with the inflated cortex of subjects in Freeview Then the value of the label in every single subjects was extracted, and I found that there is no statistic difference in the value regarding to the area and volume between the mild traumatic brain injury patients and health control subjects. Following are my questions:
(1)Can I carry out correlation analysis between the cortex area and volume with the behavior scores through these non-statistical extracted values?
(2)Can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects, and carry out correlation analysis between the cortex area and volume with the behavior scores. How can I extract the value of cortex area and volume in the standard space for every TBI and health control subjects
Best wishes Mengjun Li
-----????----- ???:"Douglas N. Greve" dgreve@MGH.HARVARD.EDU mailto:dgreve@MGH.HARVARD.EDU ????:2020-10-30 23:40:30 (???) ???:freesurfer@nmr.mgh.harvard.edu ??: ??: Re: [Freesurfer] Extract he value of area and volume in the fsaverage for every subject
Do you mean you compared your TBI subjects against fsaverage? That is not proper methodology.
On 10/29/2020 9:51 PM, ??? wrote:
External Email - Use Caution
Dear FreeSurfer Developers:
I compared the cortical thickness, area, volume in the mild traumatic brain injury patients with health control by FreeSurFer, and found a statistic difference region in the cortex area and volume after correction. How can I extract the value of cortex area and volume for every subject in the fsaverage with the code of mri_segstats
FreeSurfer version: freesurfer-Darwin-OSX-stable-pub-v6.0.0-2beb96c Platform: macOS High Sierra.
Best wishes Mengjun Li Second Xiangya Hospital Central South University
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner mailto:Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc... https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdcyV4GFKhr02NfYckkjYBTfEfybejkWBcGEfyyzIq9MEY6kJA5eK6J-MuWIE2Wdg9CNL7csTx7QrsB7VkbO7WUm32aO8PJDPeU_0cqYD_WWZz2p8mRqA96vnIY3mml8dEgZ6aJOUsko-rTLgo3-LlZCUyLZAMfODPpdlLnersRXFF6O113IFFWRKSdR6KPtIWtTwC65knShAjZdJ2R7c-_3lO98gcXLaysC3Sfh1SQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner mailto:Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc... https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdcyV4GFKhr02NfYckkjYBTfEfybejkWBcGEfyyzIq9MEY6kJA5eK6J-MuWIE2Wdg9CNL7csTx7QrsB7VkbO7WUm32aO8PJDPeU_0cqYD_WWZz2p8mRqA96vnIY3mml8dEgZ6aJOUsko-rTLgo3-LlZCUyLZAMfODPpdlLnersRXFF6O113IFFWRKSdR6KPtIWtTwC65knShAjZdJ2R7c-_3lO98gcXLaysC3Sfh1SQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduMailScanner mailto:Freesurfer@nmr.mgh.harvard.eduMailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdc... https://secure-web.cisco.com/1XuArL9u2F6UeXtxWprizR8bwWe0Fw6TQOEze4B98CIjQdcyV4GFKhr02NfYckkjYBTfEfybejkWBcGEfyyzIq9MEY6kJA5eK6J-MuWIE2Wdg9CNL7csTx7QrsB7VkbO7WUm32aO8PJDPeU_0cqYD_WWZz2p8mRqA96vnIY3mml8dEgZ6aJOUsko-rTLgo3-LlZCUyLZAMfODPpdlLnersRXFF6O113IFFWRKSdR6KPtIWtTwC65knShAjZdJ2R7c-_3lO98gcXLaysC3Sfh1SQ/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer mailto:Freesurfer@nmr.mgh.harvard.eduhttps://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
Not presently, as I would need to install on my personal computer. I can ask HPC IT to replace the file again and retest to see if things replicate...
Erin
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:48 AM To: Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
External Email - Use Caution
From the HPC, I am running: freesurfer/7.1.0
Yes, the file is in the /bin:
[edub@longleaf-login1 dicom2nifti]$ ls $FREESURFER_HOME/bin/tkreg*
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2 /nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregisterfv
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2_cmdl
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edumailto:dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:21 AM To: Walsh, Erin erin_walsh@med.unc.edumailto:erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
What version of FS are you running? Can you find tkregister2_cmdl in $FREESURFER_HOME/bin ?
On 11/13/2020 10:51 AM, Walsh, Erin wrote:
I'm sure they will. When you re-run it, add --debug as the first argument and capture the entire terminal output to a file (don't try to take a snapshot)
On 11/13/2020 11:50 AM, Walsh, Erin wrote:
External Email - Use Caution
Not presently, as I would need to install on my personal computer. I can ask HPC IT to replace the file again and retest to see if things replicate...
Erin
*From:* Douglas N. Greve dgreve@mgh.harvard.edu *Sent:* Friday, November 13, 2020 11:48 AM *To:* Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu *Subject:* Re: tkregister issue with reg-feat2anat Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
External Email - Use Caution
From the HPC, I am running: freesurfer/7.1.0
Yes, the file is in the /bin:
[edub@longleaf-login1 dicom2nifti]$ ls $FREESURFER_HOME/bin/tkreg*
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregisterfv
/nas/longleaf/apps/freesurfer/7.1.0/freesurfer/bin/tkregister2_cmdl
*From:* Douglas N. Greve dgreve@mgh.harvard.edu mailto:dgreve@mgh.harvard.edu *Sent:* Friday, November 13, 2020 11:21 AM *To:* Walsh, Erin erin_walsh@med.unc.edu mailto:erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu mailto:freesurfer@nmr.mgh.harvard.edu *Subject:* Re: tkregister issue with reg-feat2anat What version of FS are you running? Can you find tkregister2_cmdl in $FREESURFER_HOME/bin ?
On 11/13/2020 10:51 AM, Walsh, Erin wrote:
External Email - Use Caution
Thanks. I have attached the error output when using the debug option when attempting to run a subject. When I type from the command line (no --feat or --subject options), it is an identical error:
[edub@longleaf-login1 Freesurfer]$ reg-feat2anat --debug
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
reg-feat2anat @FS_VERSION@
: Command not found.
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 12:01 PM To: Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
I'm sure they will. When you re-run it, add --debug as the first argument and capture the entire terminal output to a file (don't try to take a snapshot)
On 11/13/2020 11:50 AM, Walsh, Erin wrote:
External Email - Use Caution
Not presently, as I would need to install on my personal computer. I can ask HPC IT to replace the file again and retest to see if things replicate...
Erin
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edumailto:dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:48 AM To: Walsh, Erin erin_walsh@med.unc.edumailto:erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
External Email - Use Caution
Hi, following up on this. The difference I see in the file sent vs previous file is the version line:
Old:
set VERSION = 'reg-feat2anat 7.1.0';
New:
set VERSION = 'reg-feat2anat @FS_VERSION@';
Could this be the issue? Hence the @FS_VERSION@ error in the debug output?
Thanks again, Erin
________________________________ From: Walsh, Erin erin_walsh@med.unc.edu Sent: Friday, November 13, 2020 1:45 PM To: Douglas N. Greve dgreve@mgh.harvard.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Thanks. I have attached the error output when using the debug option when attempting to run a subject. When I type from the command line (no --feat or --subject options), it is an identical error:
[edub@longleaf-login1 Freesurfer]$ reg-feat2anat --debug
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
reg-feat2anat @FS_VERSION@
: Command not found.
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 12:01 PM To: Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
I'm sure they will. When you re-run it, add --debug as the first argument and capture the entire terminal output to a file (don't try to take a snapshot)
On 11/13/2020 11:50 AM, Walsh, Erin wrote:
External Email - Use Caution
Not presently, as I would need to install on my personal computer. I can ask HPC IT to replace the file again and retest to see if things replicate...
Erin
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edumailto:dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:48 AM To: Walsh, Erin erin_walsh@med.unc.edumailto:erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
External Email - Use Caution
Hi again,
I did try to amend the VERSION line to what is listed in the original 7.1.0 file, yet I still received the "Command not found" error. I have attached output with and without --debug flag when executing the original 7.1.0 reg-feat2anat vs. the updated file from the command line. The original lists the reg-feat2anat usage/options as one would expect.
Any other suggestions you all might have regarding how to troubleshoot would be greatly appreciated.
Thanks again for your time, Erin
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: Walsh, Erin erin_walsh@med.unc.edu Sent: Monday, November 16, 2020 12:13 PM To: Douglas N. Greve dgreve@mgh.harvard.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Hi, following up on this. The difference I see in the file sent vs previous file is the version line:
Old:
set VERSION = 'reg-feat2anat 7.1.0';
New:
set VERSION = 'reg-feat2anat @FS_VERSION@';
Could this be the issue? Hence the @FS_VERSION@ error in the debug output?
Thanks again, Erin
________________________________ From: Walsh, Erin erin_walsh@med.unc.edu Sent: Friday, November 13, 2020 1:45 PM To: Douglas N. Greve dgreve@mgh.harvard.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Thanks. I have attached the error output when using the debug option when attempting to run a subject. When I type from the command line (no --feat or --subject options), it is an identical error:
[edub@longleaf-login1 Freesurfer]$ reg-feat2anat --debug
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
reg-feat2anat @FS_VERSION@
: Command not found.
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 12:01 PM To: Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
I'm sure they will. When you re-run it, add --debug as the first argument and capture the entire terminal output to a file (don't try to take a snapshot)
On 11/13/2020 11:50 AM, Walsh, Erin wrote:
External Email - Use Caution
Not presently, as I would need to install on my personal computer. I can ask HPC IT to replace the file again and retest to see if things replicate...
Erin
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edumailto:dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:48 AM To: Walsh, Erin erin_walsh@med.unc.edumailto:erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
External Email - Use Caution
Hi, thought I would try one last time to see if there any ideas for troubleshooting? Not sure what to do at this point to run reg-feat2anat without error. Thanks again.
Erin
________________________________ From: Walsh, Erin erin_walsh@med.unc.edu Sent: Wednesday, November 18, 2020 1:50 PM To: Douglas N. Greve; freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Hi again,
I did try to amend the VERSION line to what is listed in the original 7.1.0 file, yet I still received the "Command not found" error. I have attached output with and without --debug flag when executing the original 7.1.0 reg-feat2anat vs. the updated file from the command line. The original lists the reg-feat2anat usage/options as one would expect.
Any other suggestions you all might have regarding how to troubleshoot would be greatly appreciated.
Thanks again for your time, Erin
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: Walsh, Erin erin_walsh@med.unc.edu Sent: Monday, November 16, 2020 12:13 PM To: Douglas N. Greve dgreve@mgh.harvard.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Hi, following up on this. The difference I see in the file sent vs previous file is the version line:
Old:
set VERSION = 'reg-feat2anat 7.1.0';
New:
set VERSION = 'reg-feat2anat @FS_VERSION@';
Could this be the issue? Hence the @FS_VERSION@ error in the debug output?
Thanks again, Erin
________________________________ From: Walsh, Erin erin_walsh@med.unc.edu Sent: Friday, November 13, 2020 1:45 PM To: Douglas N. Greve dgreve@mgh.harvard.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Thanks. I have attached the error output when using the debug option when attempting to run a subject. When I type from the command line (no --feat or --subject options), it is an identical error:
[edub@longleaf-login1 Freesurfer]$ reg-feat2anat --debug
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
: Command not found.
reg-feat2anat @FS_VERSION@
: Command not found.
-- Erin Walsh, Ph.D. Assistant Professor University of North Carolina-Chapel Hill Department of Psychiatry Chapel Hill, NC 27599-3367 erin_walsh@med.unc.edu pronouns: she/her
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 12:01 PM To: Walsh, Erin erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
I'm sure they will. When you re-run it, add --debug as the first argument and capture the entire terminal output to a file (don't try to take a snapshot)
On 11/13/2020 11:50 AM, Walsh, Erin wrote:
External Email - Use Caution
Not presently, as I would need to install on my personal computer. I can ask HPC IT to replace the file again and retest to see if things replicate...
Erin
________________________________ From: Douglas N. Greve dgreve@mgh.harvard.edumailto:dgreve@mgh.harvard.edu Sent: Friday, November 13, 2020 11:48 AM To: Walsh, Erin erin_walsh@med.unc.edumailto:erin_walsh@med.unc.edu; freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Re: tkregister issue with reg-feat2anat
Can you run it outside of the HCP?
On 11/13/2020 11:27 AM, Walsh, Erin wrote:
freesurfer@nmr.mgh.harvard.edu