Skip to content

Commit

Permalink
Merge pull request #2 from HealthBioscienceIDEAS/alexapichet-patch-1
Browse files Browse the repository at this point in the history
Update diffusion-weighted-imaging.Rmd
  • Loading branch information
davecash75 authored Aug 28, 2024
2 parents d0d8011 + a512a6b commit 71569b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/diffusion-weighted-imaging.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ cd sub-OAS30001/dwi
fsleyes sub-OAS30001_dwi.nii.gz

## Text files
cat sub-OAS30001_ses-d2430_dwi.bval
cat sub-OAS30001_ses-d2430_dwi.bvec
cat sub-OAS30001_dwi.bval
cat sub-OAS30001_dwi.bvec
```
:::::::::::::::::::: spoiler
### The command should show the following content
Expand Down Expand Up @@ -225,7 +225,7 @@ The command is `dtifit`, and uses the eddy-corrected data as input. All the inpu
# -r,--bvecs b vectors file
# -b,--bvals b values file

dtifit --data=sub-OAS30001_eddy_corrected.nii.gz --mask=sub-OAS30001_b0_bet_mask.nii.gz --bvecs=sub-OAS30001_dwi.bvec --bvals=sub-OAS30001_dwi.bval --out=../dti/sub-OAS30001_
dtifit --data=sub-OAS30001_eddy_corrected.nii.gz --mask=sub-OAS30001_b0_bet_mask.nii.gz --bvecs=sub-OAS30001_dwi.bvec --bvals=sub-OAS30001_dwi.bval --out=../dwi/sub-OAS30001_
```

Many files have been created, let's look at the ones most commonly used, i.e. FA, MD and V1.\
Expand Down

0 comments on commit 71569b7

Please sign in to comment.