|
From: Kris T. <kri...@cs...> - 2003-03-14 18:24:43
|
> > The real problem here is that medcon is reading the file as integer.... > My guess is it's not getting the pixel type entry. Make sure in the > header file that it's "long float" or "short float", which are double > (64bit) and float (32bit) respectively. > ah ok. I just had 'float' and not 'short float'. Thanks! Kris |