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