NAME:      read_DICOM

AUTHOR:    Zachary DelProposto

TYPE:      Input

INPUT:     filename

OUTPUT:    
	Image Data		2d scalar short
	Pixel Spacing X		1d scalar real
	Pixel Spacing Y		1d scalar real
	Slice Thickness		1d scalar real

PARAMETERS:
      DICOM file	file	
 
DESCRIPTION:

This reads DICOM files and outputs the image (pixel) data as
a 2-dimensional array of scalar short values.


