Read metadata from header file of Analyze 7.5 data set
reads the header file of the Analyze 7.5 data set specified by
info
= analyze75info(filename
)filename
. The function returns info
, a
structure whose fields contain information about the data set. Analyze 7.5 is a 3-D
biomedical image visualization and analysis product developed by the Biomedical
Imaging Resource of the Mayo Clinic. An Analyze 7.5 data set is made of two files, a
header file and an image file. The files have the same name with different file
extensions. The header file has the file extension .hdr
and the
image file has the file extension .img
.
reads
the Analyze 7.5 header file using name-value pairs to control different
aspects of the operation.info
= analyze75info(___,Name,Value
)