Description Usage Arguments Value Examples
View source: R/flexconn_normalize_image.R
Normalize Image
| 1 2 3 4 | flexconn_normalize_image(image, contrast = c("T1", "T2", "FLAIR", "PD",
  "FL"))
flexconn_get_peak(image, contrast = c("T1", "T2", "FLAIR", "PD", "FL"))
 | 
| image | Object of class  | 
| contrast | Type of imaging modality. | 
An list of object of class nifti and the peak used to norm.
| 1 2 3 4 5 6 7 8 | ## Not run: 
library(reticulate)
use_python("/Library/Frameworks/Python.framework/Versions/3.5/bin/python3")
flair = system.file("extdata", "FLAIR.nii.gz", package = "flexconnr")
norm_flair = flexconn_normalize_image(flair, "FLAIR")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.