Skip to content

Commit

Permalink
Merge pull request #6 from HealthBioscienceIDEAS/lg-patch
Browse files Browse the repository at this point in the history
Update imaging-data-structure-and-formats.Rmd
  • Loading branch information
davecash75 authored Sep 23, 2024
2 parents 64378a8 + 37f1a20 commit 5bbf9f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions episodes/imaging-data-structure-and-formats.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ example [dcm2niix](https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPag

:::::::::::::::::::::: discussion
If you are interested in trying out converting DICOM data to Nifti, we have some
sample DICOM data for you. Please see the [bonus exercise](#) at the end of this lesson
sample DICOM data for you. Please see the [bonus exercise](#bonus_dicom) at the end of this lesson

Check warning on line 47 in episodes/imaging-data-structure-and-formats.Rmd

View workflow job for this annotation

GitHub Actions / Build Full Site

[missing anchor]: [bonus exercise](#bonus_dicom)
if you would like to give this a go.
::::::::::::::::::::::

Expand Down Expand Up @@ -779,6 +779,7 @@ brain lesions – white matter hyperintensities – are more clearly visible
:::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::
<a id="bonus_dicom"></a>
::::::::::::::::::::: challenge
### BONUS EXERCISE: DICOM to NIfTI
As discussed earlier, if you have received medical imaging data from a hosptial it is likely in
Expand All @@ -798,7 +799,7 @@ mkdir Nifti
```
1. How do we know how to use this command?
2. Construct a command to convert the images and put them in the directory `mkdir data/ImageDataVisualization/DICOM/Subject01/Nifti`
2. Construct a command to convert the images and put them in the directory `data/ImageDataVisualization/DICOM/Subject01/Nifti`
3. Figure out what option to use to store a compressed gzipped-version of the NIfTI file.
4. Try out some different options to make the name easier to manage.
5. Look at the converted NIfTI images in `fsleyes`. What modalities are they?
Expand Down

0 comments on commit 5bbf9f0

Please sign in to comment.