f.read.analyze.slice: read one slice from a .img file
Description
Reads in a specific slice from an ANALYZE .img image format
file into an array.
Usage
f.read.analyze.slice(file, slice, tpt)
Arguments
file
The .img file to be read from
slice
The number of the slice (assumed to be the 3rd dimension)
tpt
The number of the scan that the slice is to be taken from
Value
An array containing the slice
Details
The entire dataset is assumed to be 4D and a slice is extracted
that is referenced by specifying the last two dimensions of the
dataset i.e.slice and tpt.