[e726ab]: / man / CT_Skull_Stripper.Rd

Download this file

25 lines (21 with data), 728 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/CT_Skull_Stripper.R
\name{CT_Skull_Stripper}
\alias{CT_Skull_Stripper}
\alias{CT_Skull_Stripper_mask}
\title{CT Skull Stripping Wrapper}
\usage{
CT_Skull_Stripper(..., robust = FALSE)
CT_Skull_Stripper_mask(..., maskfile = NULL, robust = FALSE)
}
\arguments{
\item{...}{(character) File to be skull stripped or object of class}
\item{robust}{(logical) output filename}
\item{maskfile}{(character) Filename for mask (if \code{keepmask = TRUE}).
If \code{NULL}, then a temporary file will be generated.
nifti}
}
\description{
Simple Wrapper for \code{\link{CT_Skull_Strip}} and
\code{\link{CT_Skull_Strip_robust}}, with simple flag for robustness
}