mio_ipde(mio) Volume I/O mio_ipde(mio)
NAME
mio_ipde - image I/O from IPDE files
DESCRIPTION
This class reads images that are in IPDE format. There is
no standard convention for naming IPDE files.
SUPERCLASS
mio_16bit
INSTANCE VARIABLES
none
MESSAGES
low_level_read
reads the raw slice data for the specified slice
and prefix. Internal.
filename?
returns the filename for the current slice.
resolution?
returns the resolution.
number_slices?
returns the number of slices in the data set.
EXAMPLE
/* read a single IPDE slice */
mio_ipde new: mio_name
prefix= "/home/mydisk/myname/volumename"
slice= 10
read!;
SEE ALSO
mio, mio_16bit
Please send comments and suggestions toconsult@rpi.edu