Skip to content

Commit

Permalink
Merge pull request #5 from HealthBioscienceIDEAS/add-alexa-images
Browse files Browse the repository at this point in the history
Added images
  • Loading branch information
davecash75 authored Jun 23, 2024
2 parents f7238c2 + 947245a commit 1a21fd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions episodes/diffusion-weighted-imaging.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,15 @@ fsleyes sub-OAS30001_dwi.nii.gz
cat sub-OAS30001_ses-d2430_dwi.bval
cat sub-OAS30001_ses-d2430_dwi.bvec
```
```output
@Dave can you insert the bval_bvec.png please?
```

:::::::::::::::::::: spoiler
### The command should show the following content

![](fig/bval_bvec.png){alt="example of bval and bvec file"}

* The nifti file is a 4D file of all the directions acquired.
* The `.bval` file refers to the *b-value* applied to each image.
* The `.bvec` file refers to the *vector* applied to each image, with the coordinates in x, y and z.
::::::::::::::::::::

:::::::::::::::::::: challenge
Use the "movie" option in fsleyes to look at all frames of the nifti file.
Expand All @@ -90,7 +92,8 @@ for more details!

:::::::::::::::::::: solution
There is 1 b0 image and 64 gradient images! You can check for the maximum number as you move through the "Volume" box as shown below.
@Dave can you insert fsleyes.png please?

![](fig/fsleyes_b0.png){alt="FSLeyes of B0 image"}
:::::::::::::::::::::::::::::

:::::::::::::::::::::::::::::
Expand Down
Binary file added episodes/fig/bval_bvec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added episodes/fig/fsleyes_b0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a21fd3

Please sign in to comment.