Gets pixdim from an antsImage

# S4 method for antsImage
pixdim(object)

Arguments

object

is an antsImage

Value

Vector of numeric values

Examples

library(ANTsRCore) fn <- getANTsRData( "r16" ) fi <- antsImageRead( fn ) pixdim(fi)
#> [1] 0 1 1 1 1 1 1 1