carpentries-incubator / SDC-BIDS-IntroMRI

Introduction to MRI and BIDS
https://carpentries-incubator.github.io/SDC-BIDS-IntroMRI
Other
24 stars 19 forks source link

Update anatomy-of-nifti.md #31

Closed annajiat closed 2 years ago

annajiat commented 2 years ago

For binder environment, correct path: t1_img = nib.load("../data/dicom_examples/0219191_mystudy-0219-1114/nii/dcm_anat_ses-01_T1w_20190219111436_5.nii.gz")

existing path: t1_img = nib.load("../data/dicom_examples/nii/0219191_mystudy-0219-1114_anat_ses-01_T1w_20190219111436_5.nii.gz")

reference: https://nbviewer.jupyter.org/github/carpentries-incubator/SDC-BIDS-IntroMRI/blob/gh-pages/code/02-anatomy-of-nifti.ipynb

netlify[bot] commented 2 years ago

✔️ Deploy Preview for carpentries-intromri ready!

🔨 Explore the source changes: f51e3087cc6b917d83327d5d4ceabfc03c25e1c6

🔍 Inspect the deploy log: https://app.netlify.com/sites/carpentries-intromri/deploys/615c68e6307cbc00072c079b

😎 Browse the preview: https://deploy-preview-31--carpentries-intromri.netlify.app

josephmje commented 2 years ago

Thanks @annajiat . I resolved this in #32