navvab-afrashteh / OFAMM

Optical-flow based toolbox to analyse mesoscale wide-field imaging data. It characterizes cortical travelling waves to detect waves, estimate speed and direction, and track waves' trajectory path.
GNU General Public License v3.0
3 stars 2 forks source link

Image loading issue (example data) #3

Open cx749 opened 5 years ago

cx749 commented 5 years ago

Hi there,

I have tried to upload the example data (both via the .m and .tif files - in Matlab R2018a) and I am getting this error:

`Reference to non-existent field 'FramesSlider'.

Error in OFAMM_v1>loadData (line 196) set(handles.FramesSlider,'Max',nFrames);

Error in OFAMM_v1>LoadImgSeq_Callback (line 1196) handles = loadData(handles,eventdata);

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

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

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

Error while evaluating UIControl Callback.`

Do you have any advice?

Many thanks.

navvab-afrashteh commented 5 years ago

Hi Christine,

I have been so busy for the past days as we are moving to our new department and I appologies for the dely. I will look in the code for potential problems and get back to you.

Best Navvab

On Tue, Jul 9, 2019 at 8:53 AM Christine Cross notifications@github.com wrote:

Hi there,

I have tried to upload the example data (both via the .m and .tif files - in Matlab R2018a) and I am getting this error:

`Reference to non-existent field 'FramesSlider'.

Error in OFAMM_v1>loadData (line 196) set(handles.FramesSlider,'Max',nFrames);

Error in OFAMM_v1>LoadImgSeq_Callback (line 1196) handles = loadData(handles,eventdata);

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

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

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

Error while evaluating UIControl Callback.`

Do you have any advice?

Many thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/navvab-afrashteh/OFAMM/issues/3?email_source=notifications&email_token=AB2XN3WJ7PHWHR6XNQO2BTTP6SRAJA5CNFSM4H7GMNTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G6D7KPA, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2XN3WXPQPWPM2MXR6OATLP6SRAJANCNFSM4H7GMNTA .

cx749 commented 5 years ago

Hi Navvab,

Thank you very much.

BW, Christine

navvab-afrashteh commented 5 years ago

Hi, I did some changes to the files and ran the program with R2018a and there was not such that error you mentioned. Although the changes that I did were not related to frame slider, please download the updated toolbox and try it. If you still have problems send me an email directly @ navvab.afrashteh@gmail.com so that we can resolve the issue easier.

Thanks, Navvab