f.nifti.file.summary {AnalyzeFMRI} | R Documentation |
Prints a summary of the contents of a NIFTI .img file using the associated .hdr header file.
f.nifti.file.summary(file)
file |
The location of .img file to be read |
A print out containing information about the .img file. This includes File name, Data Dimension, X dimension, Y dimension, Z dimension, Time dimension, Voxel dimensions, Data type
f.read.nifti.header
,
f.read.nifti.slice
,
f.read.nifti.slice.at.all.timepoints
,
f.read.nifti.ts
,
f.write.nifti
,
f.read.nifti.volume
,
f.spectral.summary.nifti
,
f.write.array.to.img.2bytes
,
f.write.array.to.img.float
,
f.write.list.to.hdr.nifti
,
f.basic.hdr.nifti.list.create
f.nifti.file.summary(system.file("example-nifti.img", package="AnalyzeFMRI"))