Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The forum ‘Support forum ARCHIVED – Please use Slack Channel instead’ is closed to new topics and replies.
Dear Andy,
When I download the extra-tool in lead such as the “FlipLR, connectome data (structural or functional )”, I can download these data. However all these zip data are empty with zero bits, and can’t unzip.
Downloading FlipLR…
Extracting FlipLR…
Error using unzip (line 84)
Invalid zip file…
I don’t know how to solve this problem. I wonder if it is convenient to sent me another download links or websites. Many thanks in advance!
Hi Kailaing,
good to hear from you.
The downloads to work, must be something in your Matlab internet connection (institutional firewall or similar?).
For Flip-LR you can use https://filedn.com/lsPIJ4ragTWjjmV6PvlDQLu/data/fliplr.zip
Best, Andy
Many thanks. It works now!
I have another question: Could you tell me the difference between ‘nAtlasIntersection’ and ‘AtlasIntersection’, ‘nboth\both’ and why perform the following calculation in the lead group :
‘stats.vicorr.nboth=(stats.vicorr.nboth/2)*100;
stats.vicorr.nright=(stats.vicorr.nright/2)*100;
stats.vicorr.nleft=(stats.vicorr.nleft/2)*100;’
Many thanks in advance!
nAtlasintersection = AtlasIntersection / VTA volume.
So it’s normalized to VTA volume.
Best, Andy
And I can’t figure out why do the following calculations:
stats.vicorr.nboth=(stats.vicorr.nboth/2)*100;
stats.vicorr.nright=(stats.vicorr.nright/2)*100;
stats.vicorr.nleft=(stats.vicorr.nleft/2)*100;
Sorry to trouble you again.
Many thanks!