mio_signa(mio) Volume I/O mio_signa(mio)
NAME
mio_signa - signa magnetic resonance I/O
DESCRIPTION
This class reads images that are in the GE Medical Systems
Signa format.
SUPERCLASS
mio
INSTANCE VARIABLES
none
MESSAGES
low_level_read
returns the data for the current prefix and slice.
Internal.
filename?
returns the filename for the current slice. Signa
file names are of the form prefix.001, prefix.002,
...
pixel_size?
returns the pixel width (x, y) in millimeters.
(Actually, x and y will be the same size.)
resolution?
returns the resolution.
EXAMPLE
/* read a signa slice */
mio_signa new: mio_name
prefix= "/home/cgsp/u0/lorensen/tumor/06411.002"
slice= 10
read! ;
SEE ALSO
mio_16bit, mio
Please send comments and suggestions toconsult@rpi.edu