R/pixdim.R
pixdim-methods.Rd
Gets pixdim from an antsImage
# S4 method for antsImage pixdim(object)
is an antsImage
Vector of numeric values
library(ANTsRCore) fn <- getANTsRData( "r16" ) fi <- antsImageRead( fn ) pixdim(fi)#> [1] 0 1 1 1 1 1 1 1