Coastal-Imaging-Research-Network / CoastSnap-Toolbox

This repository contains code, documentation and discussion forum for the CoastSnap community beach monitoring network
30 stars 9 forks source link

Error in rectifying image #10

Closed amarsajali closed 1 year ago

amarsajali commented 1 year ago

Hello everyone, is it possible to fix this error in step 2. Rectify image? Image loaded to GUI Tide level of image is -0.27 m Finding all images within tidal tolerance... Done Index exceeds the number of array elements. Index must not exceed 0.

Error in CSPGrectifyImage (line 104) HFOV_min = siteDB.rect.FOVlims(1); %From DB

Error in CSP>rectimage_Callback (line 113) CSPGrectifyImage(handles);

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in CSP (line 42) gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)CSP('rectimage_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating UIControl Callback.

error

Thanks