Prev: sorting a vector
Next: int32 to double
From: Stephen Yip on 19 Apr 2010 14:52 Hi, I am using the hdrread function to read a hdr file, but I get the following error message. ??? Error using ==> hdrread>readHeader at 63 Not a Radiance file. Error in ==> hdrread at 29 fileinfo = readHeader(fid); Does anyone know how to solve this problem? I can read and view the hdr fine using other software. I don't think it is the issue of the file. Thank you, Stephen
From: Ashish Uthama on 19 Apr 2010 14:45 On Mon, 19 Apr 2010 15:52:05 -0300, Stephen Yip <stephen.fyip1(a)gmail.com> wrote: > Hi, I am using the hdrread function to read a hdr file, but I get the > following error message. ??? Error using ==> hdrread>readHeader at 63 > Not a Radiance file. > > Error in ==> hdrread at 29 > fileinfo = readHeader(fid); > > Does anyone know how to solve this problem? I can read and view the hdr > fine using other software. I don't think it is the issue of the file. > Thank you, > Stephen How was this file created? What other software are you using to view it? Maybe the format of this HDR is different from what HDRREAD supports (the help text has a link).
|
Pages: 1 Prev: sorting a vector Next: int32 to double |