generate.ct: Generate a CT phantom

View source: R/phantom-functions.R

generate.ctR Documentation

Generate a CT phantom

Description

It uses the definition of box-shaped volumes stored in a data.frame with columns: x_min, x_max, y_min, y_max, z_min, z_max, HU, voi.

Usage

generate.ct(CT.df, deltaX = 1, deltaY = 1, deltaZ = 1)

Arguments

CT.df

the dataframe in which are defined the volumes.

deltaX, deltaY, deltaZ

are the dimensions of the voxels.

Value

a CT (values) object

See Also

Other Phantoms: generate.contours, generate.ct.contours


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.