kristinbranson / JAABA

Janelia Animal Behavior Detector
Other
76 stars 30 forks source link

JAABAplot errors out when adding an experiment #166

Closed arobie closed 11 years ago

arobie commented 11 years ago

JAABAPlot I get this error when trying to add an experiment to JAABAplot, restarted, deleted recent config file but none of that fixed it. Tried a couple different experiment folders as well

Starting matlabpool using the 'local' profile ... connected to 8 labs. Error in JAABAPlot>check_for_diff_and_return_intersection (line 627) if(length(arg)==0) ret_val=[]; return; end

Output argument "feature_intersection" (and maybe others) not assigned during call to "/groups/branson/home/robiea/Code_versioned/Jdetect_github/Jdetect/perframe/JAABAPlot.m>check_for_diff_and_return_intersection".

Error in JAABAPlot>ExperimentAdd_Callback (line 760) handles.featurelist=check_for_diff_and_return_intersection(handles.features);

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

Error in JAABAPlot (line 39) gui_mainfcn(gui_State, varargin{:});

Error in @(hObject,eventdata)JAABAPlot('ExperimentAdd_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating uicontrol Callback

arobie commented 11 years ago

Kristin fixed it and we committed the change.