[242173]: / man / ct_template_fname.Rd

Download this file

32 lines (31 with data), 793 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
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ct_template.R
\name{ct_template_fname}
\alias{ct_template_fname}
\title{Get CT Template Filename}
\usage{
ct_template_fname(
type = c("brain", "mask", "image", "cormack", "stripped_cormack", "stripped_hu",
"stripped_hu8")
)
}
\arguments{
\item{type}{Type of image. \code{image} is the original image,
\code{brain} is the skull stripped image,
\code{mask} is brain mask. Values with \code{cormack} or \code{stripped}
are in 2 millimeter resolution, and smoothed.}
}
\value{
Character filename
}
\description{
Wrapper for returning the filename of the CT Template
}
\examples{
types = c("brain", "mask", "image",
"cormack",
"stripped_cormack",
"stripped_hu",
"stripped_hu8")
sapply(types, ct_template_fname)
}