fsl_anat: FSL Anatomical Processing Script

Description Usage Arguments Value

View source: R/fsl_anat.R

Description

This function calls fsl_anat from FSL

Usage

1
2
3
4
5
6
7
8
9
fsl_anat(
  file,
  modality = c("T1", "T2", "PD"),
  outdir = NULL,
  intern = FALSE,
  opts = "",
  verbose = TRUE,
  ...
)

Arguments

file

(character) image to be manipulated, should be full path

modality

(character) Modality of Image to be run

outdir

(character) output directory, if none specified, will default to dirname(file)

intern

(logical) to be passed to system

opts

(character) operations to be passed to fsl_anat

verbose

(logical) print out command before running

...

options passed to checkimg

Value

Result from system command, depends if intern is TRUE or FALSE.


neuroconductor-devel-releases/fslr documentation built on May 6, 2020, 4:22 p.m.