Currently download_MR_data.sh downloads the data to ~/data and then symbolically link the files into the locations expected by the examples.
This may cause a problem for the two grappa files (grappa2_1rep.h5 and grappa2_6rep.h5, which during git pull, are downloaded directly into the examples folder. This might lead to the files having to replace the dynamic links in the same folder.
Currently
download_MR_data.sh
downloads the data to~/data
and then symbolically link the files into the locations expected by the examples.This may cause a problem for the two grappa files (
grappa2_1rep.h5
andgrappa2_6rep.h5
, which duringgit pull
, are downloaded directly into the examples folder. This might lead to the files having to replace the dynamic links in the same folder.