ct_template_fname: Get CT Template Filename

Description Usage Arguments Value Examples

View source: R/ct_template.R

Description

Wrapper for returning the filename of the CT Template

Usage

1
2
3
4
ct_template_fname(
  type = c("brain", "mask", "image", "cormack", "stripped_cormack", "stripped_hu",
    "stripped_hu8")
)

Arguments

type

Type of image. image is the original image, brain is the skull stripped image, mask is brain mask. Values with cormack or stripped are in 2 millimeter resolution, and smoothed.

Value

Character filename

Examples

1
2
3
4
5
6
types = c("brain", "mask", "image",
"cormack",
"stripped_cormack",
"stripped_hu",
"stripped_hu8")
sapply(types, ct_template_fname)

neuroconductor/ichseg documentation built on Sept. 29, 2020, 2:31 p.m.