In this tutorial, you will learn how to download the DIPY datasets using the terminal. First, let’s create a folder: You can list all available datasets in DIPY using the command: In order to fetch a specific dataset, you will need to specify its name to the For example, to download the You can find details about all the datasets available in DIPY DataDownloading DIPY datasets
mkdir data_folder
dipy_fetch list
dipy_fetch
command, and an optional destination directory using the --out_dir
argument:dipy_fetch {specific_dataset} --out_dir {specific_data_out_folder}
sherbrooke_3shell
dataset, you would run:dipy_fetch sherbrooke_3shell --out_dir data_folder