This function calls the readNIfTI function from the
oro.nifti package, but sets the reorientation to FALSE by default
readNIfTI2(..., reorient = FALSE)readnii(
...,
reorient = FALSE,
dtype = TRUE,
drop_dim = TRUE,
reset_slope = FALSE,
warn = FALSE,
rm_extensions = TRUE
)
nifti object
Arguments to pass to readNIfTI
Reorientation argument to pass to readNIfTI
Should datatyper be run after reading?
Should drop_img_dim be run after reading?
Reset slope/intercept of image
Should warnings from readNIfTI be
printed? If not, suppressWarnings is called. Also passed to
datatyper
should niftiExtensions be converted to simple nifti objects?