External Email - Use Caution
Dear Freesurfer experts,
I'm stuck on something which I think has to do with how Freesurfer calculates volumes, but can't quite wrap my head around it, hopefully you can enlighten me.
I have already produced robust results for our data using region-based cortical volumes, using aparcstats2table. This is in a group of 55 healthy older adults, modeling is using linear mixed effects models. All volumes were normalized with the eTIV.
We were hoping on exploring the same models with voxel-wise analyses, and are getting wildly different results. Data were created using mri_preproc, resampled onto fsaverage, and my assumptions was that because of this resampling, we should NOT be normalizing these values to the eTIV. The same regions which were highly significant on the region-based analyses and now not significant at all, and other regions are now showing up as significant.
Just as a sanity check, I attempted to reproduce the region-based analyses with these data using the following simple (I thought!) procedure:
1) Created an mgz mask of the region I'm interested in, using mri_annotation2label and mri_label2label
2) Read my volume data (#subjects x #vertices) into Matlab
3) Read my mask into Matlab (yes, I know I can probably do this in Freesurfer, but I'm more comfortable with Matlab!)
4) Multiply them together and take the sum across vertices.
5) Feed the resultant data back into my LME model.
Two things are puzzling to me. 1) The highly significant results from the old LME are no longer significant (at the moment, only checked for two of the cortical regions), and 2) The correlation between these new data and the aparc volume are OK, although far from perfect (R2 ~ 0.86).
So, I'm obviously missing something here. What is the difference between the two volume calculation methods which could explain these discrepancies?
Any help with this would be MOST appreciated!
Best,
Mark
[cid:image004.jpg@01D6F59B.DA0205F0]
____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011 FAX: 718-430-3399 Email: mark.wagshul@einsteinmed.orgmailto:mark.wagshul@einsteinmed.org
[einstein-logo-rgb] This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
What is your mris_preproc comman?
On 1/28/2021 5:34 PM, Mark Wagshul wrote:
External Email - Use Caution
Dear Freesurfer experts,
I’m stuck on something which I think has to do with how Freesurfer calculates volumes, but can’t quite wrap my head around it, hopefully you can enlighten me.
I have already produced robust results for our data using region-based cortical volumes, using aparcstats2table. This is in a group of 55 healthy older adults, modeling is using linear mixed effects models. All volumes were normalized with the eTIV.
We were hoping on exploring the same models with voxel-wise analyses, and are getting wildly different results. Data were created using mri_preproc, resampled onto fsaverage, and my assumptions was that because of this resampling, we should NOT be normalizing these values to the eTIV. The same regions which were highly significant on the region-based analyses and now not significant at all, and other regions are now showing up as significant.
Just as a sanity check, I attempted to reproduce the region-based analyses with these data using the following simple (I thought!) procedure:
1)Created an mgz mask of the region I’m interested in, using mri_annotation2label and mri_label2label
2)Read my volume data (#subjects x #vertices) into Matlab
3)Read my mask into Matlab (yes, I know I can probably do this in Freesurfer, but I’m more comfortable with Matlab!)
4)Multiply them together and take the sum across vertices.
5)Feed the resultant data back into my LME model.
Two things are puzzling to me. 1) The highly significant results from the old LME are no longer significant (at the moment, only checked for two of the cortical regions), and 2) The correlation between these new data and the aparc volume are OK, although far from perfect (R2 ~ 0.86).
So, I’m obviously missing something here. What is the difference between the two volume calculation methods which could explain these discrepancies?
Any help with this would be MOST appreciated!
Best,
Mark
Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011
FAX: 718-430-3399
Email:_mark.wagshul@einsteinmed.org mailto:mark.wagshul@einsteinmed.org_
einstein-logo-rgb
This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
mris_preproc --qdec-long RossQdecFinal30May.txt --target fsaverage --hemi lh --meas volume --out lh.Rossvolume.mgh
The vertex-wise analyses were run with 5 mm smoothing, but the graph I showed below was created with the unsmoothed data.
Thanks for the help!
Mark
____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011 FAX: 718-430-3399 Email: mark.wagshul@einsteinmed.orgmailto:mark.wagshul@einsteinmed.org
[einstein-logo-rgb] This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
From: freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu On Behalf Of Douglas N. Greve Sent: Friday, January 29, 2021 11:41 AM To: freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] Voxel-wise volumes vs APARC volumes
What is your mris_preproc comman? On 1/28/2021 5:34 PM, Mark Wagshul wrote:
External Email - Use Caution Dear Freesurfer experts,
I'm stuck on something which I think has to do with how Freesurfer calculates volumes, but can't quite wrap my head around it, hopefully you can enlighten me.
I have already produced robust results for our data using region-based cortical volumes, using aparcstats2table. This is in a group of 55 healthy older adults, modeling is using linear mixed effects models. All volumes were normalized with the eTIV.
We were hoping on exploring the same models with voxel-wise analyses, and are getting wildly different results. Data were created using mri_preproc, resampled onto fsaverage, and my assumptions was that because of this resampling, we should NOT be normalizing these values to the eTIV. The same regions which were highly significant on the region-based analyses and now not significant at all, and other regions are now showing up as significant.
Just as a sanity check, I attempted to reproduce the region-based analyses with these data using the following simple (I thought!) procedure:
1. Created an mgz mask of the region I'm interested in, using mri_annotation2label and mri_label2label
2. Read my volume data (#subjects x #vertices) into Matlab
3. Read my mask into Matlab (yes, I know I can probably do this in Freesurfer, but I'm more comfortable with Matlab!)
4. Multiply them together and take the sum across vertices.
5. Feed the resultant data back into my LME model.
Two things are puzzling to me. 1) The highly significant results from the old LME are no longer significant (at the moment, only checked for two of the cortical regions), and 2) The correlation between these new data and the aparc volume are OK, although far from perfect (R2 ~ 0.86).
So, I'm obviously missing something here. What is the difference between the two volume calculation methods which could explain these discrepancies?
Any help with this would be MOST appreciated!
Best,
Mark
[cid:image003.jpg@01D6F656.F260AA50]
____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011 FAX: 718-430-3399 Email: mark.wagshul@einsteinmed.orgmailto:mark.wagshul@einsteinmed.org
[einstein-logo-rgb] This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu
https://secure-web.cisco.com/1DQE54LTNqT_HyPYxZSoTSj-FbLzivtw_FIFsXhQTreqrqe...https://secure-web.cisco.com/19TsfvMkUz0s06t9ThLTPn6awCXmfP3HZiqia-M1i4GoWmGGL8aoqARjgBMGKHI8W2gYbhgN0RXP9RXCm5d_SrPI1CdkLbnx4T1otGdT78EOEi_LfH8w6-C6IPzdb50GXPqrvn5Gp3ULVNWYZUvnXrCFxz7AUCxKLxV_7Kpsq8XeeCzAOiZlm0l1OXbzOGIBvnducfY5xYKVvGjmjCxr87aXX0dq_rdSi5KmrNbkLNgZkwuNDu3YqYdCSiuHPDJ1Zg_mGmThsNqOczzqQviYcCA/https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fmail.nmr.mgh.harvard.edu%252Fmailman%252Flistinfo%252Ffreesurfer%26data%3D04%257C01%257CMark.wagshul%2540einsteinmed.org%257Caad7e257fcb54587209b08d8c474ad2e%257C9c01f0fd65e040c089a82dfd51e62025%257C0%257C0%257C637475352697398706%257CUnknown%257CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%253D%257C1000%26sdata%3DHF%252Bni%252BmyDcVWYcA3ueJ9hPRrAIBIUkD%252BZVmbvXEvJ%252BI%253D%26reserved%3D0
Which version of FS are you using? Can you send the lh.Rossvolume.mgh.log file?
On 1/29/2021 3:54 PM, Mark Wagshul wrote:
External Email - Use Caution
mris_preproc --qdec-long RossQdecFinal30May.txt --target fsaverage --hemi lh --meas volume --out lh.Rossvolume.mgh
The vertex-wise analyses were run with 5 mm smoothing, but the graph I showed below was created with the unsmoothed data.
Thanks for the help!
Mark
Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011
FAX: 718-430-3399
Email:_mark.wagshul@einsteinmed.org mailto:mark.wagshul@einsteinmed.org_
einstein-logo-rgb
This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
*From:* freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu *On Behalf Of *Douglas N. Greve *Sent:* Friday, January 29, 2021 11:41 AM *To:* freesurfer@nmr.mgh.harvard.edu *Subject:* Re: [Freesurfer] Voxel-wise volumes vs APARC volumes
What is your mris_preproc comman?
On 1/28/2021 5:34 PM, Mark Wagshul wrote:
* External Email - Use Caution * Dear Freesurfer experts, I’m stuck on something which I think has to do with how Freesurfer calculates volumes, but can’t quite wrap my head around it, hopefully you can enlighten me. I have already produced robust results for our data using region-based cortical volumes, using aparcstats2table. This is in a group of 55 healthy older adults, modeling is using linear mixed effects models. All volumes were normalized with the eTIV. We were hoping on exploring the same models with voxel-wise analyses, and are getting wildly different results. Data were created using mri_preproc, resampled onto fsaverage, and my assumptions was that because of this resampling, we should NOT be normalizing these values to the eTIV. The same regions which were highly significant on the region-based analyses and now not significant at all, and other regions are now showing up as significant. Just as a sanity check, I attempted to reproduce the region-based analyses with these data using the following simple (I thought!) procedure: 1.Created an mgz mask of the region I’m interested in, using mri_annotation2label and mri_label2label 2.Read my volume data (#subjects x #vertices) into Matlab 3.Read my mask into Matlab (yes, I know I can probably do this in Freesurfer, but I’m more comfortable with Matlab!) 4.Multiply them together and take the sum across vertices. 5.Feed the resultant data back into my LME model. Two things are puzzling to me. 1) The highly significant results from the old LME are no longer significant (at the moment, only checked for two of the cortical regions), and 2) The correlation between these new data and the aparc volume are OK, although far from perfect (R2 ~ 0.86). So, I’m obviously missing something here. What is the difference between the two volume calculation methods which could explain these discrepancies? Any help with this would be MOST appreciated! Best, Mark ____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461 Ph: 718-430-4011 FAX: 718-430-3399 Email:_mark.wagshul@einsteinmed.org <mailto:mark.wagshul@einsteinmed.org>_ einstein-logo-rgb This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately. _______________________________________________ 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/19TsfvMkUz0s06t9ThLTPn6awCXmfP3HZiqia-M1i4GoWmGGL8aoqARjgBMGKHI8W2gYbhgN0RXP9RXCm5d_SrPI1CdkLbnx4T1otGdT78EOEi_LfH8w6-C6IPzdb50GXPqrvn5Gp3ULVNWYZUvnXrCFxz7AUCxKLxV_7Kpsq8XeeCzAOiZlm0l1OXbzOGIBvnducfY5xYKVvGjmjCxr87aXX0dq_rdSi5KmrNbkLNgZkwuNDu3YqYdCSiuHPDJ1Zg_mGmThsNqOczzqQviYcCA/https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fmail.nmr.mgh.harvard.edu%252Fmailman%252Flistinfo%252Ffreesurfer%26data%3D04%257C01%257CMark.wagshul%2540einsteinmed.org%257Caad7e257fcb54587209b08d8c474ad2e%257C9c01f0fd65e040c089a82dfd51e62025%257C0%257C0%257C637475352697398706%257CUnknown%257CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%253D%257C1000%26sdata%3DHF%252Bni%252BmyDcVWYcA3ueJ9hPRrAIBIUkD%252BZVmbvXEvJ%252BI%253D%26reserved%3D0>
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
7.1.0.
I deleted most of the subjects, assuming that info is not relevant, it was quite a big file and got rejected the first time.
Mark
____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011 FAX: 718-430-3399 Email: mark.wagshul@einsteinmed.orgmailto:mark.wagshul@einsteinmed.org
[einstein-logo-rgb] This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
From: freesurfer-bounces@nmr.mgh.harvard.edu freesurfer-bounces@nmr.mgh.harvard.edu On Behalf Of Douglas N. Greve Sent: Sunday, January 31, 2021 12:15 PM To: freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] Voxel-wise volumes vs APARC volumes
Which version of FS are you using? Can you send the lh.Rossvolume.mgh.log file? On 1/29/2021 3:54 PM, Mark Wagshul wrote:
External Email - Use Caution mris_preproc --qdec-long RossQdecFinal30May.txt --target fsaverage --hemi lh --meas volume --out lh.Rossvolume.mgh
The vertex-wise analyses were run with 5 mm smoothing, but the graph I showed below was created with the unsmoothed data.
Thanks for the help!
Mark
____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011 FAX: 718-430-3399 Email: mark.wagshul@einsteinmed.orgmailto:mark.wagshul@einsteinmed.org
[einstein-logo-rgb] This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
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 Douglas N. Greve Sent: Friday, January 29, 2021 11:41 AM To: freesurfer@nmr.mgh.harvard.edumailto:freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] Voxel-wise volumes vs APARC volumes
What is your mris_preproc comman? On 1/28/2021 5:34 PM, Mark Wagshul wrote:
External Email - Use Caution Dear Freesurfer experts,
I'm stuck on something which I think has to do with how Freesurfer calculates volumes, but can't quite wrap my head around it, hopefully you can enlighten me.
I have already produced robust results for our data using region-based cortical volumes, using aparcstats2table. This is in a group of 55 healthy older adults, modeling is using linear mixed effects models. All volumes were normalized with the eTIV.
We were hoping on exploring the same models with voxel-wise analyses, and are getting wildly different results. Data were created using mri_preproc, resampled onto fsaverage, and my assumptions was that because of this resampling, we should NOT be normalizing these values to the eTIV. The same regions which were highly significant on the region-based analyses and now not significant at all, and other regions are now showing up as significant.
Just as a sanity check, I attempted to reproduce the region-based analyses with these data using the following simple (I thought!) procedure:
1. Created an mgz mask of the region I'm interested in, using mri_annotation2label and mri_label2label
2. Read my volume data (#subjects x #vertices) into Matlab
3. Read my mask into Matlab (yes, I know I can probably do this in Freesurfer, but I'm more comfortable with Matlab!)
4. Multiply them together and take the sum across vertices.
5. Feed the resultant data back into my LME model.
Two things are puzzling to me. 1) The highly significant results from the old LME are no longer significant (at the moment, only checked for two of the cortical regions), and 2) The correlation between these new data and the aparc volume are OK, although far from perfect (R2 ~ 0.86).
So, I'm obviously missing something here. What is the difference between the two volume calculation methods which could explain these discrepancies?
Any help with this would be MOST appreciated!
Best,
Mark
[cid:image004.jpg@01D6F80A.97D46990]
____________________ Mark Wagshul, PhD Associate Professor Gruss Magnetic Resonance Research Center Albert Einstein College of Medicine Bronx, NY 10461
Ph: 718-430-4011 FAX: 718-430-3399 Email: mark.wagshul@einsteinmed.orgmailto:mark.wagshul@einsteinmed.org
[einstein-logo-rgb] This email message and any accompanying attachments may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately.
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://secure-web.cisco.com/1DKbUS3WgM8ZLdEIQqc6tvi5GAfbKFhkj0932KnS1MSWCn9...https://secure-web.cisco.com/1dHYY3WYlIGPZgvCySakr5JRlfB_QHiaeOW5keyaQUXGxlizj0dG3jx8b7crFfrKPharHNRmG08Og4W4_qysA3dQ-vCGIJGhnCQ0Z-aBPYMRb25uGozoRmCqs-UlbVV6-lEHNdRxPKd6EKF5_pkK5WR9LkfEOt4pVqXEChXQEgDTlFQM4J4Ys0GMT3jWlw4jVKcH15wwWSuk4HT1iHMz3oUuYHgWzDMDzuUn2gmEdDwjDg1YHgremtlANbKeVjAyg5SmYoXLHdoOiwBI1uRMGjA/https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fsecure-web.cisco.com%252F19TsfvMkUz0s06t9ThLTPn6awCXmfP3HZiqia-M1i4GoWmGGL8aoqARjgBMGKHI8W2gYbhgN0RXP9RXCm5d_SrPI1CdkLbnx4T1otGdT78EOEi_LfH8w6-C6IPzdb50GXPqrvn5Gp3ULVNWYZUvnXrCFxz7AUCxKLxV_7Kpsq8XeeCzAOiZlm0l1OXbzOGIBvnducfY5xYKVvGjmjCxr87aXX0dq_rdSi5KmrNbkLNgZkwuNDu3YqYdCSiuHPDJ1Zg_mGmThsNqOczzqQviYcCA%252Fhttps%25253A%25252F%25252Fnam04.safelinks.protection.outlook.com%25252F%25253Furl%25253Dhttps%2525253A%2525252F%2525252Fmail.nmr.mgh.harvard.edu%2525252Fmailman%2525252Flistinfo%2525252Ffreesurfer%252526data%25253D04%2525257C01%2525257CMark.wagshul%25252540einsteinmed.org%2525257Caad7e257fcb54587209b08d8c474ad2e%2525257C9c01f0fd65e040c089a82dfd51e62025%2525257C0%2525257C0%2525257C637475352697398706%2525257CUnknown%2525257CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%2525253D%2525257C1000%252526sdata%25253DHF%2525252Bni%2525252BmyDcVWYcA3ueJ9hPRrAIBIUkD%2525252BZVmbvXEvJ%2525252BI%2525253D%252526reserved%25253D0%26data%3D04%257C01%257CMark.wagshul%2540einsteinmed.org%257C736278643e7b4012e52b08d8c60bc219%257C9c01f0fd65e040c089a82dfd51e62025%257C0%257C0%257C637477101114796261%257CUnknown%257CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%253D%257C1000%26sdata%3Dwrp%252FhMsCU0Q3Y03ZQYkgh3pPeyMSBkCk60WQ%252FngOYy4%253D%26reserved%3D0
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edumailto:Freesurfer@nmr.mgh.harvard.edu
https://secure-web.cisco.com/1DKbUS3WgM8ZLdEIQqc6tvi5GAfbKFhkj0932KnS1MSWCn9...https://secure-web.cisco.com/1HfSnCjzpZrxSyZBXbw0HQ3xZBfVO6dUg47SzR9u0wMRgCKtVEJv5ORSR7Hi1WgWQyxsz1NqDLMhJGHl_ebd5SFGDRShVXxCoRLprvsgjTlvAq77yD1EsXeyEPVys-apphzKC7YbVDB9KNkUesy3257jbeLjm8lZmwLNHdHeh6nioYKJiT3udX3c2EbgSj6BCVVoq_ruNPCUwHPWraOGPzdN9yd7A2D7PnEFT415ZI2NMTB4b6bgF6j9qwtB4nmebPjT8Ws_5r-8BmRsmKpUzpA/https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fmail.nmr.mgh.harvard.edu%252Fmailman%252Flistinfo%252Ffreesurfer%26data%3D04%257C01%257CMark.wagshul%2540einsteinmed.org%257C736278643e7b4012e52b08d8c60bc219%257C9c01f0fd65e040c089a82dfd51e62025%257C0%257C0%257C637477101114806255%257CUnknown%257CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%253D%257C1000%26sdata%3DCcChD81SDRaShWbEc7C0TNNVWTBb9xQDH3OG6%252FbBoUc%253D%26reserved%3D0
freesurfer@nmr.mgh.harvard.edu