Skip to content

Commit

Permalink
Update nipype_module_example.ipynb
Browse files Browse the repository at this point in the history
updated source of image on oracle open data
  • Loading branch information
stebo85 authored Sep 19, 2023
1 parent 8b67c37 commit adf2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion books/structural_imaging/nipype_module_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
}
],
"source": [
"![ -f ./sub-01_ses-01_7T_T1w_defaced.nii ] && echo \"$FILE exist.\" || wget https://objectstorage.us-ashburn-1.oraclecloud.com/n/idrvm4tkz2a8/b/TOMCAT/o/TOMCAT_DIB/sub-01/ses-01_7T/anat/sub-01_ses-01_7T_T1w_defaced.nii.gz -O ./sub-01_ses-01_7T_T1w_defaced.nii.gz \n",
"![ -f ./sub-01_ses-01_7T_T1w_defaced.nii ] && echo \"$FILE exist.\" || wget https://api.opendata.ocs.oraclecloud.com/data/tomcat/TOMCAT_DIB/sub-01/ses-01_7T/anat/sub-01_ses-01_7T_T1w_defaced.nii.gz -O ./sub-01_ses-01_7T_T1w_defaced.nii.gz \n",
"![ -f ./sub-01_ses-01_7T_T1w_defaced.nii ] && echo \"$FILE exist.\" || gunzip ./sub-01_ses-01_7T_T1w_defaced.nii.gz "
]
},
Expand Down

0 comments on commit adf2fa4

Please sign in to comment.