Closed sahar-github closed 3 years ago
What product are you trying to read? (please make sure you give sufficient information, otherwise we can't help)
I am trying to read IASI L1C native product. please let me know if any further info is required
Please provide the exact product name of the product that is giving this problem
of course: IASI_xxx_1C_M02_20211005000254Z_20211005000558Z_N_O_20211005014336Z
I think the problem is solved! it seems the data was not yet created when I tried to read it. So the issue has not in fact nothing to do with the coda_fetch
I used coda_fetch for one data in matlab and it worked, but if I try to use it with completely similar data type only from another date, it does not work anymore. I get an error message like: ERROR : product error detected (value for ascii integer too large for uint16) Error using coda_matlab CODA Error Error in coda_fetch (line 25) [varargout{1:max(1,nargout)}] = coda_matlab('FETCH',varargin{:});
could you please help me how can i solve this issue? Thanks