View source: R/zscore_template.R
| zscore_template | R Documentation | 
Registers an image to a template, subtracts a mean and sd image, and will return the image either in template space or native.
zscore_template(
  img,
  template.file,
  mean.img,
  sd.img,
  outfile = NULL,
  typeofTransform = "SyN",
  interpolator = "Linear",
  robust = TRUE,
  probs = c(0, 0.999),
  native = TRUE,
  verbose = TRUE,
  ...
)
img | 
 Image to be z-scored  | 
template.file | 
 Template file to be registered to. An affine registration will be done usually, so if the image is skull-stripped, use a skull-stripped template and vice versa  | 
mean.img | 
 Mean image to be subtracted  | 
sd.img | 
 SD image to be divded  | 
outfile | 
 Output filename.  Will use   | 
typeofTransform | 
 Transform for registration.  See   | 
interpolator | 
 Interpolator to use, See   | 
robust | 
 Should See   | 
probs | 
 quantiles to constrain the image these define the window sent 
to   | 
native | 
 Should a native-space image (default) or template-space image be returned  | 
verbose | 
 Print diagnostic output  | 
... | 
 Options passed to   | 
Object of class nifti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.