External Email - Use Caution        

Hi all,

ANTSPATH needs to end with a trailing slash to use many ANTs utilities. So 
you'd do (for bash)

  export ANTSPATH=/home/afrancis/Imaging/ANTs/
  export PATH=${ANTSPATH}:$PATH

then try

  antsRegistrationSyNQuick.sh

You can check version info with

 antsRegistration --version

That should give you the last release version and a git hash that you can use 
to lookup exactly what commit you have - or if you have a release, it should 
just say so (eg v2.1.0).

However, the version info in ANTs < 2.4.0  did not get populated correctly for 
certain users, eg people who downloaded a ZIP file from Github rather than 
using git clone. So if you see version "0.0.0", it's probably because your ANTs 
was build from a source zip or tarball. Also, apologies for the lack of 
binaries since v2.1.0. I've recently figured out how to build for more 
platforms with Github Actions, so the next patch release (will be 2.4.1) ought 
to come with binaries for Linux and Mac.

In the interests of not taking up too much space on the Freesurfer list with 
ANTs stuff, I'll just point to an example install script 
(https://secure-web.cisco.com/1kE31wxnZE8qC12u8QHTNsvMc4YZE3ilh-zqVvHnq2Q8EFxSeqNpZOSaSKJn19V1JFSmfuxgULZ7mqNcq0P9UHctR1pABa5xQ-NOqFf4_2ekq1fni7MbY3ns1FIEeKcfwNMBpcrz4tKqFI-vxuHOlgX2jH6RQUxXbY3eH5QnYcs8uuMIUVDYxq2ooNyecWh8qS3douhKSutzxIxENdxWfddcTg9-ls4R2LO20OjwFMUU38J3iZTzMMOw-vgPwVn5gtc2cGkjRpY8yU8qFdg62RJe-S5mWq0-EaZckR6SZ85k2DDhED8cnNBuUsJ14NuIx/https%3A%2F%2Fgithub.com%2Fcookpa%2FantsInstallExample)
 which should give you all the files you need to submit an issue on the main 
ANTs page if you're having build problems 
(https://secure-web.cisco.com/1SANSgtbAfLPF6JGcWNSrFwc8tRqyqyUmG7J1NsnwwIMa0mBV9zC1W-aMufCbc0GDmUZp7CQl5Vaf9V-UCWd-_6ZS1K836qGRO2ibvhGlMvM-Lw4gkKSWYSFIu8v3ZzBKMvzH9hhQu8iDtPj2Vh9rS2099RFafaixgUUm2imkx6b08TbteTdDbe-wM_uLa9xZtmU1U9gwHX1RC7e9TZzOj3Jr8SdJdtg6iNvhK4EwAcovHdMOg3mkiJNsmLJ3ls5vQsQPRlwHp3fUaEsZjSk4Bown7MmNNEQWNtJdjPSiA7Jc4F0E75MtYZ_mrOvhoGk2/https%3A%2F%2Fgithub.com%2FANTsX%2FANTs).


Thanks

From: freesurfer-boun...@nmr.mgh.harvard.edu 
<freesurfer-boun...@nmr.mgh.harvard.edu> on behalf of King-Wai Chu 
<kingwai....@gmail.com>
Date: Monday, August 15, 2022 at 1:54 PM
To: Freesurfer support list <freesurfer@nmr.mgh.harvard.edu>
Subject: [External] Re: [Freesurfer] Tracula - Preproc

        External Email - Use Caution
Hi Alan,

First find out the version of ANTs you have by running the command below
antsRegistration --version

If it is below 2.1.0
download the 2.1.0 binaries here, it works for me.
MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/10joadA41tHC6_xnAiio8HtlKNKkPuXdDvBUu-Qz70v0zabxyWnxDBUwvskDRPbi8PoeXnaWMLSzC9y3Qty0zsxWF6bU5PYMfwL5OS8LfofLmCSIjU56hAGVS4XpBkgTVCvgAXE7Wvv6Arsfq-bWSLxLcmqVMNLExqO5rXu_oBQdhcHCET4O_o0dbmNc00mIryn9iwLoZ7IRDtrg4vq-BjOV6WQtJR4IU7DiF0lt63n1hxq6JGUss3VCnWd5revSnDcB9B8zq62Mo2vM5W-SGVgkte5B0zyy010hvZqBiUJhGE-kxRgszmUBIMfsICiLQ/https%3A%2F%2Fgithub.com%2FANTsX%2FANTs%2Freleases%2Ftag%2Fv2.1.0<https://secure-web.cisco.com/1NMd_rcPaYSvhGkOTDq6LZhGGFrvJPOKYz-pvH2Y8mi4GpUZhsdzgMiDYBrwA13AACNGNmIhkqZqQoEIs5fSIgISExrttLBYgDTATDAQ5lxNqC2J_SgADNsbw4OyIDVabLhAWxR0PqOIHYjqGICgWOpQSNH1KD1ng_fPfLqRfhcavePNTbCgLbM4n3fXSDbP6PkHxNn-F5ty6DhoULggX1RmZNaLXy5ad4UjX_cUhC3H6numGQgfYK7nFTnaFrdDP9WDUJluOnkqsLIJNcn3L2REEr0O3ZIwDrPHmuuMMo7mlcUTrG86Jmy5muPEYeTBs/https%3A%2F%2Fgithub.com%2FANTsX%2FANTs%2Freleases%2Ftag%2Fv2.1.0>

If you want to use your script, edit the yellow lines to remove "#"
# If you want to build a particular release, do so here
# cd ANTs
# git checkout v2.3.1
# cd -

# If you want to build a particular release, do so here
cd ANTs
git checkout v2.3.1
cd -

you can also try v2.3.5 or v2.4.0.

I don't know if it will work or not because I don't write this script.

Best,

King-Wai

On Mon, Aug 15, 2022 at 1:15 PM Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>> wrote:

        External Email - Use Caution
Hi King Wai -

I used a script (enclosed) to install ANTs. Is there anyway this script could 
be modified to install the latest version?

Thank you so much,

Alan

On Mon, Aug 15, 2022 at 11:40 AM King-Wai Chu 
<kingwai....@gmail.com<mailto:kingwai....@gmail.com>> wrote:

        External Email - Use Caution
Hi Alan,

Do you have the latest version of ANTs?
It should be 2.1.0
Older version don't have all the binaries and scripts required by trac-all.

Best,

King-Wai

On Mon, Aug 15, 2022 at 11:49 AM Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>> wrote:

        External Email - Use Caution
Hello King Wai -

I used the C shell pathway just as you specified. But I got this error message 
right at the end of the processing:

#@# Inter-subject registration Mon Aug 15 10:32:25 CDT 2022
/home/afrancis/Imaging/ANTs/antsRegistrationSyNQuick.sh -d 3 -m 
/home/afrancis/Imaging/111312-2/dmri/dtifit_FA.nii.gz -f 
/usr/local/freesurfer/7.2.0-1/trctrain/hcp/MGH35_HCP_FA_template.nii.gz -o 
/home/afrancis/Imaging/111312-2/dmri/xfms/diff2syn
/home/afrancis/Imaging/ANTs/antsRegistrationSyNQuick.sh: Command not found.
Linux AADL22137 4.18.0-372.9.1.el8.x86_64 #1 SMP Fri Apr 15 22:12:19 EDT 2022 
x86_64 x86_64 x86_64 GNU/Linux

trac-preproc exited with ERRORS at Mon Aug 15 10:32:25 CDT 2022

In the installed ANTs folder I could not find the antsRegistrationSyNQuick.sh 
script. Should I create this script?

Thanks ever so much!

Alan

On Mon, Aug 15, 2022 at 10:13 AM Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>> wrote:
Thank you so much King Wai,

On Fri, Aug 12, 2022 at 5:12 PM King-Wai Chu 
<kingwai....@gmail.com<mailto:kingwai....@gmail.com>> wrote:

        External Email - Use Caution
For bash shell
ANTSPATH=/home/afrancis/Imaging/ANTs

For tcsh
setenv ANTSPATH /home/afrancis/Imaging/ANTs

On Fri, Aug 12, 2022 at 5:54 PM Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>> wrote:

        External Email - Use Caution
Hi Anastasia :

I installed ANTS and tried this

set ANTSPATH = /home/afrancis/Imaging/ANTs

but it did not work. Is there a different set path?

Thanks,

Alan

On Fri, Aug 12, 2022 at 3:39 PM Yendiki, Anastasia 
<ayend...@mgh.harvard.edu<mailto:ayend...@mgh.harvard.edu>> wrote:
If you want to use ANTs for registration, you have to have ANTs installed and 
set ANTSPATH to its location.
________________________________
From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
<freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 on behalf of Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>>
Sent: Friday, August 12, 2022 4:35 PM
To: Freesurfer support list 
<freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu>>
Subject: Re: [Freesurfer] Tracula - Preproc


        External Email - Use Caution
Hi Anastasia and King_Wei :

Thank you for your suggestions. I have fixed the bet issue by reinstalling FSL. 
But I have one more error:

ERROR: must set ANTSPATH environment variable to use ANTs

I tried setting

set ANTSPATH = 0 but that did not work.

I looked up the web to see if there were any default values I could use for 
ANTs but did not come up with any.

Thanks again for your help,

Alan

On Fri, Aug 12, 2022 at 12:03 PM King-Wai Chu 
<kingwai....@gmail.com<mailto:kingwai....@gmail.com>> wrote:

        External Email - Use Caution
Hi Alan,

If you really have FSL installed inside Freesurfer, it is not the way to do it.
If you type
echo $FSLDIR
does it return anything?
If FSL is installed the way you said it is, echo $FSLDIR should give something 
like
/usr/local/freesurfer/7.2.0-1/FSL
in your system

Also, if you type
which bet
It should return something like
/usr/local/freesurfer/7.2.0-1/FSL/bin/bet
or type
ls /usr/local/freesurfer/7.2.0-1/FSL/bin/bet
Does it say "No such file or directory" or return
/usr/local/freesurfer/7.2.0-1/FSL/bin/bet

If you don't get all these, your FSL is not installed correctly.

Best,

King-Wai

On Fri, Aug 12, 2022 at 12:34 PM Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>> wrote:

        External Email - Use Caution
Hi Anastasia and King wei -

I checked the directory /usr/local/freesurfer/7.2.0-1. It shows that FSL is 
part of that installation. Do you recommend a second installation of FSL 
separately?

Thanks so much for your help and comments!

Alan

On Thu, Aug 11, 2022 at 2:50 PM 
<kingwai....@gmail.com<mailto:kingwai....@gmail.com>> wrote:

        External Email - Use Caution

Hi Alan,



As Anastasia said, bet is part of FSL.

If you don’t have it installed already, you need to install FSL.



Best,



King-Wai



From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
<freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 On Behalf Of Yendiki, Anastasia
Sent: Thursday, August 11, 2022 3:42 PM
To: Freesurfer support list 
<freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu>>
Subject: Re: [Freesurfer] Tracula - Preproc



Yes that's from FSL. It's needs to be in $FSLDIR.

________________________________

From: 
freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>
 
<freesurfer-boun...@nmr.mgh.harvard.edu<mailto:freesurfer-boun...@nmr.mgh.harvard.edu>>
 on behalf of Alan Francis 
<alandarkene...@gmail.com<mailto:alandarkene...@gmail.com>>
Sent: Thursday, August 11, 2022 3:30 PM
To: Freesurfer 
<freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu>>
Subject: [Freesurfer] Tracula - Preproc



        External Email - Use Caution

Hi Anastasia, King Wei:



I did as you suggested with the config file and the preprocessing ran for a bit 
but then an error occurred. I have attached the run script. It says BET not 
found. Is this the Brain Extraction tool?



Could you please shed some light on this?



thanks so much,



Alan

--

|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience

University of Texas, School of Medicine

Rio Grande Valley

Texas.


_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1jeB_jxkGKWxaafWD_KPYT2IRAgjmZbPF2GIUKKyvtF0_D3f3h4-FmZEPPt9Qlxio_CsG9mZaxY9l6gxc1MaZ1iWaodvNxwaCqKduHKs28N2e5-Ycc3MCG6UECKEzDxEG0UXLO8ukNiQwGgEvtS2-e8Svdio6FYyK1C7gtXoQcMpXR-IPcYaUbo0H8VOFKQIwfrheBtub-PMCrbzUzE-iUjRIbJiEH4f2uV4-blBzqVw-z1gFbivJ4DmwHoNYrb9CIBq2QHpqSQ_-TkUtUpKWGRi9GSaECcvVcox4xu6wwXOnLGGkGtRj1-BIJ7pSoe_wZR823aE7968dYs6eiAFnoA/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1u4v3sPgHzaXdLUOyn7NSBcwLUbsaUfJPkKo-3t0w4fXcImxk_xuMfLQll6xZ2YFSHmPfHUaZw0VMjWf9kazYVfq7aHHpucMy9wcOUGpeiaxj-NrRsKNlR6iBlpo5q2VkcyekjXdIVQ2-egNx91gbi7Tq2DWlvDP3JiriUpmB6Wg6jGq5MdlXrbY8AB85_tLKO0bQR3Jj3o1xfI8MQwayoplrJRbUN9RdbJCPExC-3FGkw1eWk5H7Uc8fAc1m7uedJzDKzrX3NBd0bXty0SAXzCMAD3ZeH7i0TMQH5Zhg4QbeZG7s_QdP_E5obZXlgHiw-nadkn11dbv3lBRemXneow/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1u4v3sPgHzaXdLUOyn7NSBcwLUbsaUfJPkKo-3t0w4fXcImxk_xuMfLQll6xZ2YFSHmPfHUaZw0VMjWf9kazYVfq7aHHpucMy9wcOUGpeiaxj-NrRsKNlR6iBlpo5q2VkcyekjXdIVQ2-egNx91gbi7Tq2DWlvDP3JiriUpmB6Wg6jGq5MdlXrbY8AB85_tLKO0bQR3Jj3o1xfI8MQwayoplrJRbUN9RdbJCPExC-3FGkw1eWk5H7Uc8fAc1m7uedJzDKzrX3NBd0bXty0SAXzCMAD3ZeH7i0TMQH5Zhg4QbeZG7s_QdP_E5obZXlgHiw-nadkn11dbv3lBRemXneow/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience
University of Texas, School of Medicine
Rio Grande Valley
Texas.

_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1ya6JvGMaiTaLdV_RFI9p755zjyL9Xf7XygbVoLWjVcp1aMfCW54Ve6BXwyVTgw-sXgRlCbmWpM_HbJqT31X3b13LFy66hGznBK01PvWGqUimueqP9QVQYDFwMKYAt-U07t8W-9hFs5dcHM0tuz8fwSxvrgoEdY77mF3-sRfq_zNd6fLw9A_2iJlecVDkDmPNVs8t6YO5uEV2HK1MIO2GjjVBCgqOOAOroVb6ZNL5Y2hJus5WrH8CVwLBN5mijz1uxDoKZENg4ESJj8LMFh9_AYnIRkIenN3xWRP1hhC9yuBAAL732Uw4iEB7CAATwQSGjvqdGG1W_Opkjw8eqCL96A/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1q5No534S3eCaYMPbpL73aDavRve-q80-4p88Pn9BopRGlLQI1tU_C1Z7nerNEfGNQG7jtovxmvHvXxNMPROSRiAKNw2aZ-q3aq1WmtcmpOoXvRwiwdnnjRKwChdCmOnfIT8wofo0PX29IeXcb94DlmzuNYshWxDX5mgBposqt4Tys2fjDnSQ4D3zTn54qHmF3wWW4XON5ejopaNPdibMgayrdMIHwFKy3VnpiyiJVpjBIMpH9Nml3JUBod6IgJGY-r-FiApP-1Qjq7IEcSiTDziBfRZ64RiYYgPhYh5mnBAPiA39QyviDts0LFEwFMad48dZN_wbbt-XzotWZl-fXA/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1q5No534S3eCaYMPbpL73aDavRve-q80-4p88Pn9BopRGlLQI1tU_C1Z7nerNEfGNQG7jtovxmvHvXxNMPROSRiAKNw2aZ-q3aq1WmtcmpOoXvRwiwdnnjRKwChdCmOnfIT8wofo0PX29IeXcb94DlmzuNYshWxDX5mgBposqt4Tys2fjDnSQ4D3zTn54qHmF3wWW4XON5ejopaNPdibMgayrdMIHwFKy3VnpiyiJVpjBIMpH9Nml3JUBod6IgJGY-r-FiApP-1Qjq7IEcSiTDziBfRZ64RiYYgPhYh5mnBAPiA39QyviDts0LFEwFMad48dZN_wbbt-XzotWZl-fXA/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
King-Wai Chu, Ph.D.
Program Analyst
Mental Illness Research, Education and Clinical Center (MIRECC, VISN3)
James J. Peters Dept. of Veterans Administration Medical Center (OOMH)
130 W. Kingsbridge Road
Bronx, NY 10468
_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1RNwSit2rkfAZobK86FQ-0u2W7rCOisOJGNJUdXTjn4JJ_YYTEc5JfrFEULZiLkFuBHufgfdpKHdpMqnUv8zvjqfHCJR2rIHnmHtA-D8ugMIJRy9iJz0o-vcL3JGmXuBvnVtYjC3GelPiAUEhCPrpSeC065rIfDq5flQonzJ7AMYasSka968hktBTOEpmUxwNSGzp0b7LZXcoSOnynpezXd6sg9UGQnpQ1q92SLi4mG-ougxszyUvzXx14aTviYybE3wAQ1O1YTLZUHDGd_GyKeLeCmjnqJnozZbRW_l5BNHcTTm_dorYVy4VzLnEKjRTBdBua2iPb3b1NL1wsextrw/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1NoQSBD7koFWxXVGA1fxFK5Y8knUpyMW5dA0irD183jfqp31SW6-kYOnCnmeyVS-SE3eAA3Ull5x8RRKTtxftU2RRWsrFOo5o2I_JCZW7HlHoT25FyCUvZgmK9-DBS75-g0gUaJrzx5gwnGgN-SCmEjEopS1AKClT7mlI2BN_B5aolGTP3druy8C_K44PN_zmixRXyF5hT5AnGdLb77spGZ5dvm7aIp5Ehvzui3G1c7NIn6WQQ-j1bkQXc9qOAQ_4j6vgNoWGY6uAlCnKQtNLsq9nlGRs9mrrcKxDfsCcZ5Fe4rdtSk2VFAB64N49AoIt4RZbulQdF-tMh-ga2TFKtw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1NoQSBD7koFWxXVGA1fxFK5Y8knUpyMW5dA0irD183jfqp31SW6-kYOnCnmeyVS-SE3eAA3Ull5x8RRKTtxftU2RRWsrFOo5o2I_JCZW7HlHoT25FyCUvZgmK9-DBS75-g0gUaJrzx5gwnGgN-SCmEjEopS1AKClT7mlI2BN_B5aolGTP3druy8C_K44PN_zmixRXyF5hT5AnGdLb77spGZ5dvm7aIp5Ehvzui3G1c7NIn6WQQ-j1bkQXc9qOAQ_4j6vgNoWGY6uAlCnKQtNLsq9nlGRs9mrrcKxDfsCcZ5Fe4rdtSk2VFAB64N49AoIt4RZbulQdF-tMh-ga2TFKtw/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience
University of Texas, School of Medicine
Rio Grande Valley
Texas.

_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1kmGk3eaVED_r9v2sch0zUwDQf_N1l7oRm0rXzQZrFiO9Qe2oToTdA6VNhB1sMV8WewODy8rtaT5aZgsHm4mn79Feu4jQV2PEL7D_56ZO680gA5g1VWd6Q9DMFVdkVg6T__bkr7lYT51johrjzh-7OUnNhpGGCz5bMwhHR_3vH5w3Fvx0CxzDc1OM0P3kdnRufUqDhnSIG6xtyhFRGaUF9HdVBPvSRMIxVbXXMBrw5ziw5cpjI-bhpnEJgIe9Z_aaMSh_jL-48zGleSExo_7q7vu1DoqsWuNwdf5DcjoSPEaTM0FLI3w1i_AzNKTcC8oL3-1bsyo2KnSAVYHOeuWLdg/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/10JAZPF9TK94uvIg4HC-gnf5j-d_MzwRu_0GaVoGCxxOjK3HLlRVdVWN-74oApUxPN8znaISpUh1z-TdU9bzybFqWicJ2zbUOkTml-woSaYs6SJeEhq_Bu2Xl4zpX8J6EKn4SU5fiebbulJPmN4fZOyrNw94ykn4ZKYg6_e1yMhGH7NGHZD7iAVigvghReQ5wDN2ulbof78wEoRvZSdSmichjUWVkfaQaTS16UOGHjYzUygiFJpZJGmmpF4B0bHaJhaD8v3_v0HqDYUrOQqzcEgU7oFhxwwYDjTE009xxIztn5pWvraXm4zHxb-3zf2AC_l98unET5V35Tim1sF6s4A/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/10JAZPF9TK94uvIg4HC-gnf5j-d_MzwRu_0GaVoGCxxOjK3HLlRVdVWN-74oApUxPN8znaISpUh1z-TdU9bzybFqWicJ2zbUOkTml-woSaYs6SJeEhq_Bu2Xl4zpX8J6EKn4SU5fiebbulJPmN4fZOyrNw94ykn4ZKYg6_e1yMhGH7NGHZD7iAVigvghReQ5wDN2ulbof78wEoRvZSdSmichjUWVkfaQaTS16UOGHjYzUygiFJpZJGmmpF4B0bHaJhaD8v3_v0HqDYUrOQqzcEgU7oFhxwwYDjTE009xxIztn5pWvraXm4zHxb-3zf2AC_l98unET5V35Tim1sF6s4A/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience
University of Texas, School of Medicine
Rio Grande Valley
Texas.

_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1bpeq-EpVr7xC-LfhZp68OO27V1EnvYoE13U_m2UuuTN-MU4a75ULXavmGrUMnj-vey0neBueNM0l0QS9OlE-4ZIEA77TGwuOdKsAE-iyJnsUurdVbCH-81kMeRrT4e-ojvworVjEraq7xO7QwRnsBNriudwdUZeIGXfxiRlw27HUSJC5d5MRH5KfLTAFvfszCNJEOEWDDMSrJtyCwTcA_2h_uZeIgMdXAf691m4GfZ_lt7UFPQ7vrKOGNw757Al5_g-UogL9BtjdUxp7lO4gTAI059niVqtiCIioqkwHUd1RGLCNU0Lf-3N-nWApjVeq/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1x4HJwDlBKI2bhG9GRQtnXU5WC24mFqyrzIRbkP_Ng1JkZ3MfFGHAaZuQeTJ_ZfAIoGkbRPGTx6GicQjV35UMGJBTnZ2z8Mwf3jjimcaBU-eWIPnLEKQZvPinzyPsIOeAUD5CopkjB1--id_r0KC1zJbICdwAOutOsxOhmjQPKqlu6xy4SINbceY0DmQQD-j3UvG3ttnta9Bm254_0LL0KL5yLmuH1D_NeSLdttc5Qt0viVlxkQ59DDUkTXBWkewY0qARO8J1ci6NPmX2R7F1MO8H3uZOxzdHGFCBxWiwTd2n-D_-pq1l30X5rIoWKXRk/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1x4HJwDlBKI2bhG9GRQtnXU5WC24mFqyrzIRbkP_Ng1JkZ3MfFGHAaZuQeTJ_ZfAIoGkbRPGTx6GicQjV35UMGJBTnZ2z8Mwf3jjimcaBU-eWIPnLEKQZvPinzyPsIOeAUD5CopkjB1--id_r0KC1zJbICdwAOutOsxOhmjQPKqlu6xy4SINbceY0DmQQD-j3UvG3ttnta9Bm254_0LL0KL5yLmuH1D_NeSLdttc5Qt0viVlxkQ59DDUkTXBWkewY0qARO8J1ci6NPmX2R7F1MO8H3uZOxzdHGFCBxWiwTd2n-D_-pq1l30X5rIoWKXRk/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
King-Wai Chu, Ph.D.
Program Analyst
Mental Illness Research, Education and Clinical Center (MIRECC, VISN3)
James J. Peters Dept. of Veterans Administration Medical Center (OOMH)
130 W. Kingsbridge Road
Bronx, NY 10468
_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1kUg_dV0QxDtOWXilrxzAoM8AieGG16geE84CUkUAZzdBNmHrOjZZDtFeqUbxS5mjlbcxCHNpTRj01p9ynfe48PGFr7KvT2dMtVSPYyM4FQvClwqQv_NBRB5-d07oeTv2SibOzGSHo_8N4XXmVk022xGDfI6whF_0ChWLN4keYpA7uJhu68U9hvxRxVMIJVbtdSTDZx6QuVI6S3PvtXJMohXPwNP76rXpoWuVY-M65gk9dxcKr4Bc_t84y05yJa-POR1zQ_CT28HGF1QNjWWhiBnKLHcXEUEqM9HInEzcsdSpjIfUofsHQBjAuvLk-lLfSd8MArwwPprwSTpK46bIPw/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1GL03L1l_QTysUr7QDilnJ3aIzwH_EvMQM8Zv8pmLs31ZBPistWhabOm1qlazRdQ--ufU7ZOuAgZd1AyasC2iPok_PBaJc4euhQPmMecZGSb6mpc5ayoDinsxdUTFjDU2_KF7K347PAvTd08gx2NVDvGe8bGffGLVLwelYIIXlJgokNEvb3j1LroJl9hHpcmmT5QVUt8QaR_KvjaQwl-BQuhYV5PEwqEjUB0lYE2Hggm7QFf4X49ZzNkQOaHKxLqCrFZQhECSKVAAoG4WaRopyPIIOF2kZ-vNKQYhRiqwgLCekiaw2yxzsDesl8lElwEMeXaKgM1-rCh0C2UoK_Altg/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1GL03L1l_QTysUr7QDilnJ3aIzwH_EvMQM8Zv8pmLs31ZBPistWhabOm1qlazRdQ--ufU7ZOuAgZd1AyasC2iPok_PBaJc4euhQPmMecZGSb6mpc5ayoDinsxdUTFjDU2_KF7K347PAvTd08gx2NVDvGe8bGffGLVLwelYIIXlJgokNEvb3j1LroJl9hHpcmmT5QVUt8QaR_KvjaQwl-BQuhYV5PEwqEjUB0lYE2Hggm7QFf4X49ZzNkQOaHKxLqCrFZQhECSKVAAoG4WaRopyPIIOF2kZ-vNKQYhRiqwgLCekiaw2yxzsDesl8lElwEMeXaKgM1-rCh0C2UoK_Altg/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience
University of Texas, School of Medicine
Rio Grande Valley
Texas.



--
|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience
University of Texas, School of Medicine
Rio Grande Valley
Texas.

_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1XH3S9mn0TJRoB2RWedFAogV22-Sq0FrSD11Pqegx8kYzyQfW9yxAcjT8r5jBuvrj9R7teuKjplAsGgG1hkDNCSrTcjOjMUIzgV7_Y_IOZb-BnLVs_YCLubjmTiCYNKInHuisZHsBJVfUP0m31LXco7gSa5EeukziGpJ_czSwSn-FeCNCdnAlKi7bra0ykrVwz28I7c_He6CuE1HdgodznPy_xVIqYe58X_VL7wchQshsbBAICzUuWzRGYFkcAxlaN9fciXK2iCth4TK888uKPJgMREgc_2Cq5WFo2mQ4tzjwJ2TxT7q_6QtnjVfbmETujuEyEi9Pxr85CTzc6T6Plg/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1-8oOkK-wLPMrAmkNjkFEXX-S2C0Q9yvT36t1o2AMLHEmWejdtngiYJ0ZvHXcXHZrlzGiromD9lRhTimzetDBMDCr1FPaomAXT7Xlfm24YxcKSGgkoqjl1YkYkfIMLuUvwKFnhlnNJjKC1GRrUTysnazzYWdeqcDi1G41vWPSpgYDSxa9GGxvjkElvM6Hd1_iDMy9D51TxV8aFPZhYJ76gb5gbj_JnwoNVby4VCTpVn-WcQ-ObZFZ6vWRGkupddXhMWnQPM3Qoucu8WTnnOzn2r4Mpyhn1fYZEpFCS78Bf-lsQGb-6unsYA8jxAJMEPPa2pOESOxSO9piMYCia4cKwg/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1-8oOkK-wLPMrAmkNjkFEXX-S2C0Q9yvT36t1o2AMLHEmWejdtngiYJ0ZvHXcXHZrlzGiromD9lRhTimzetDBMDCr1FPaomAXT7Xlfm24YxcKSGgkoqjl1YkYkfIMLuUvwKFnhlnNJjKC1GRrUTysnazzYWdeqcDi1G41vWPSpgYDSxa9GGxvjkElvM6Hd1_iDMy9D51TxV8aFPZhYJ76gb5gbj_JnwoNVby4VCTpVn-WcQ-ObZFZ6vWRGkupddXhMWnQPM3Qoucu8WTnnOzn2r4Mpyhn1fYZEpFCS78Bf-lsQGb-6unsYA8jxAJMEPPa2pOESOxSO9piMYCia4cKwg/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
King-Wai Chu, Ph.D.
Program Analyst
Mental Illness Research, Education and Clinical Center (MIRECC, VISN3)
James J. Peters Dept. of Veterans Administration Medical Center (OOMH)
130 W. Kingsbridge Road
Bronx, NY 10468
_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1FZTrEN5KcV4QB-2kn8RgF7ua0iNTOihf2JmdhixKie4ldqnOF1VGc2kE71NyESYP0ICpbljmkIXf8kmfX2AbD0MqmnXv6Mp4nt_JQcSY8TJQZgFSkSx_deD7QSfeeN1Q98BNIcVeH31rJsSHJzkSCjhKjy0v-C4KWtSl-T1lebx3akQnpAnqzmc-RAn_93gpDIljdkkSRyKL_TVc5b5KIHHjE8jibsBOUwYC8NxeB-ktV4V_47SG2KvUG9VSi6zi-4akqzV0PX0LIn0cA_Lp4Oqfqi5vVy84SpbUAxSqU8Bu3ApvxLRoeI9zp7lXO2b5gssNsoiGXdoBFc-hENz8MA/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1C98EGcFMaOxg0iR7RWGrv7MsnftXuOVKY5JppzmzD2fKx83TWixyLI6pqQ1ZS3ZYBj2nz4O8QbB-xH1JloG3Bm5bNyAL6aU9JMrwwwtg09NVmkHNiCCeH2LQBg6MLIjJ5bjNmI2WSzTTfAjqR5p4gxWnYFxSC0PsWwVHmaJ65Ixb3MjMJPdihiSz9ztIxDrsAaX6wq2jHw3D4gsVoRA1kqf6QlgmipCDCVxlX2_T2zlIa4cA61IrOF14Vy_yqQ5DjPVyw-y25Cip2lATh2i1RrXR1dSnwoUVuPpTRGVJ1XR-1yjTaoalNI8YuR9dS4aenwRosqRw8YZZykG4rzwyHg/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/1C98EGcFMaOxg0iR7RWGrv7MsnftXuOVKY5JppzmzD2fKx83TWixyLI6pqQ1ZS3ZYBj2nz4O8QbB-xH1JloG3Bm5bNyAL6aU9JMrwwwtg09NVmkHNiCCeH2LQBg6MLIjJ5bjNmI2WSzTTfAjqR5p4gxWnYFxSC0PsWwVHmaJ65Ixb3MjMJPdihiSz9ztIxDrsAaX6wq2jHw3D4gsVoRA1kqf6QlgmipCDCVxlX2_T2zlIa4cA61IrOF14Vy_yqQ5DjPVyw-y25Cip2lATh2i1RrXR1dSnwoUVuPpTRGVJ1XR-1yjTaoalNI8YuR9dS4aenwRosqRw8YZZykG4rzwyHg/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|

Alan N. Francis PhD
Assistant Professor of Neuroscience
Institute of Neuroscience
University of Texas, School of Medicine
Rio Grande Valley
Texas.

_______________________________________________
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://secure-web.cisco.com/1fiqDOkg23xsGtJOj0IUpRdeCnNc3kn3TGQGb0dGU9XGlO4LsHP2BHbJFIP6v8XJEMikrRWkqWTURd9FbLjFj2widLt2gff0cszwRZ-m7GfXzxuZNQ6ztkEw_qAC5ckTipdNqrHmAa5BaiAs-BXn11NhAnyBjESN9dudpiR9cpcySFUlJuZjI424LM2-y2hKKY1kwB5AhXk8ZTXjkPdqAt7h8vXtCHztr7F4ujRuYh0IW2gCLIVETk7ThuVDbN3UMOhOHkAVsMoxeynOnq4V8KByqg2yFxvNoObw4_EkloQoq5JwLNw3Hphjp5GmGDRJA/https%3A%2F%2Fmail.nmr.mgh.harvard.edu%2Fmailman%2Flistinfo%2Ffreesurfer<https://secure-web.cisco.com/1G8t_LBqckS2rU7MJO3PZuydB3WlH-1PzMbmLgDLeFeCLb40_cYnHVm3ePaG2Q2CAAUPw7GOkx3N-9zCGSW0Dc1XqgFusNpSGmfA_bQcfhyW6_OrMFxNhb-OQ1YF9VHLAaoIDa7K8L-VV6Z1T5bmQQkflY3iYGSGy_Kjsuj1VsQgjy784uG7_UR9atmEhqYuz8lk1BWKFX5ENPpSpPv2ijp40x8ENr-fJZ-CCrSOZiAIXSyjkIKcaEuARlKsAeRavgDdEHK9fHLnyNgQXPVA7Pmb6k_Kaq2T4VOm5oFgrBiQKqh20ZLYUYt4wxD5kZeZM/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://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/172-UOQhlCXRtQPjexvHx3hpn76JuMAR5aYSXn2GAiNxlld2QN0D2CPKtV7Sw5jCxBf0lVGuhbq0xrbXRyG33QP6y6ueO0BNVIXTYKjWng6r22NQgKztOiUNLoVblop14lx6s4Twe_xq9_HBjzBgoSAGPdnP2Icr2ozPjnNFJDcvUt8TpnQGbZWWguFAZu1NgJaaITHWrwfeZ96qHMCOYmZHXhH7sVR676gDNCl3o7YOt3xAnY37uLLnrTSSqkRJpv5JQdGK3_ZPHlLaLLuMs3xnfB_sOpgFabhfYzMo0302uBKa-EAvzAGJlK390IHeQ/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>
 <MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" 
claiming to be 
https://secure-web.cisco.com/1GYWRxPjGiJkDrY4kH0A8vPIgzMWcded6Zp9ROlnuZX0r3MO4elvxOQa1UrQP78s8HCoNrhVxEdzjkGr9FuiYV7dz_HpC1SLg4Roq9wfexQWrnpYi6MFYGdt5OQEMxyCbV9zME3E4OPtyd71tMrrxZqNDJLokM9zdOfjVEOJE-2VOPM3nkLGjA24MAL9iYEVJMMmU3Htxgkb9D7nyLQH56o5XcfpO-T7VJ-ZZPzOgJaLuyrOFZfr8QdzUXO5JWqg3BxqsJQPBPIfagvNmI8uGIE-eFpy_UN540zIEBhIT9zfTgbaj8fOrMeZL1sVvtDvB/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline<https://secure-web.cisco.com/172-UOQhlCXRtQPjexvHx3hpn76JuMAR5aYSXn2GAiNxlld2QN0D2CPKtV7Sw5jCxBf0lVGuhbq0xrbXRyG33QP6y6ueO0BNVIXTYKjWng6r22NQgKztOiUNLoVblop14lx6s4Twe_xq9_HBjzBgoSAGPdnP2Icr2ozPjnNFJDcvUt8TpnQGbZWWguFAZu1NgJaaITHWrwfeZ96qHMCOYmZHXhH7sVR676gDNCl3o7YOt3xAnY37uLLnrTSSqkRJpv5JQdGK3_ZPHlLaLLuMs3xnfB_sOpgFabhfYzMo0302uBKa-EAvzAGJlK390IHeQ/https%3A%2F%2Fwww.massgeneralbrigham.org%2Fcomplianceline>>
 .


--
King-Wai Chu, Ph.D.
Program Analyst
Mental Illness Research, Education and Clinical Center (MIRECC, VISN3)
James J. Peters Dept. of Veterans Administration Medical Center (OOMH)
130 W. Kingsbridge Road
Bronx, NY 10468
_______________________________________________
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. 

Reply via email to