MBT.getImageVoxel: Retrieve the imageVoxelCube of the main images

Description Usage Arguments Value Examples

View source: R/mmButo.wrappingFunctions.R

Description

It gives back the complete MRI/CT/PET scans, evantually interpolated to the wished step

N.B: pay attention.... Splat! Ok, bless you!

Usage

1
MBT.getImageVoxel(obj.mmButo, ps.x = NA, ps.y = NA, ps.z = NA)

Arguments

obj.mmButo

the object mmButo

ps.x

Optional, default NA. If you want to interpolate the image to a new step on the x-axes you can specif here the new PixelSpaginc along the x direction

ps.y

Optional, default NA. If you want to interpolate the image to a new step on the Y-axes you can specif here the new PixelSpaginc along the y direction

ps.z

Optional, default NA. come on... try to imagine....

Value

a list of 3D arrays

Examples

1
2
3
4
5
6
7
## Not run: 

obj<-mmButo()
MBT.getImageVoxel(obj.mmButo = obj);


## End(Not run)

robertogattabs/RadAgent documentation built on June 30, 2018, 12:02 a.m.