


Invert the data compression, ieCompressData
ucData = ieUncompressData(cData,mn,mx,bitDepth)
This routine uncompresses the multispectral data stored in SCENE and
OPTICALIMAGE structures. The formula is:
ucData = ((mx-mn)/mxCompress)*(double(cData)) + mn
This routine, like ieCompressData, is called only through sceneGet and
sceneSet (or oiGet and oiSet).
Copyright ImagEval Consultants, LLC, 2005.