Skip to content

Commit

Permalink
Get a couple more data-sets onto a permanent URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Apr 13, 2017
1 parent 966f425 commit 138ffe7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dipy/data/fetcher.py
Expand Up @@ -363,8 +363,7 @@ def fetcher():
fetch_scil_b0 = _make_fetcher(
"fetch_scil_b0",
dipy_home,
'http://scil.dinf.usherbrooke.ca/wp-content/data/',
['datasets_multi-site_all_companies.zip'],
"https://digital.lib.washington.edu/researchworks/bitstream/handle/1773/38479", ['datasets_multi-site_all_companies.zip'],
['datasets_multi-site_all_companies.zip'],
None,
doc="Download b=0 datasets from multiple MR systems (GE, Philips, Siemens) \
Expand All @@ -374,7 +373,7 @@ def fetcher():

fetch_viz_icons = _make_fetcher("fetch_viz_icons",
pjoin(dipy_home, "icons"),
'https://dl.dropboxusercontent.com/u/2481924/',
"https://digital.lib.washington.edu/researchworks/bitstream/handle/1773/38478",
['icomoon.tar.gz'],
['icomoon.tar.gz'],
['94a07cba06b4136b6687396426f1e380'],
Expand Down

0 comments on commit 138ffe7

Please sign in to comment.