Description Usage Arguments Value Examples
Transform DWI to mask
1 2 3 4 |
infile |
the input DWI image containing volumes that are both diffusion weighted and b=0 |
bvals |
The file containing the b-values. |
bvecs |
The file containing the b-vectors. |
scheme |
The file containing a 4xT text file, instead of bvals/bvecs |
outfile |
output mask file name |
clean_scale |
amount of cleaning of the mask is done |
opts |
Additional options to pass |
verbose |
Print diagnostic output |
Name of output file
1 2 3 4 5 6 7 | ## Not run:
infile = "~/Downloads/data.nii.gz"
bvals = "~/Downloads/bvals"
bvecs = "~/Downloads/bvecs"
mask = dwi2mask(infile, bvals = bvals, bvecs = bvecs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.