diff --git a/ExploreBehaviorAnatomyCorrelations.fig b/ExploreBehaviorAnatomyCorrelations.fig index 4f4a62d..18ec0c8 100644 Binary files a/ExploreBehaviorAnatomyCorrelations.fig and b/ExploreBehaviorAnatomyCorrelations.fig differ diff --git a/ExploreBehaviorAnatomyCorrelations.m b/ExploreBehaviorAnatomyCorrelations.m index 88e075d..519f2df 100644 --- a/ExploreBehaviorAnatomyCorrelations.m +++ b/ExploreBehaviorAnatomyCorrelations.m @@ -993,6 +993,7 @@ function pushbutton_update_Callback(hObject, eventdata, handles) EBAC_DATA.bamap.clustermap = []; end set(handles.uipanel_cluster,'Visible','off'); +set(handles.uipanel_supervoxel,'Visible','on'); function ClearStatus(handles) @@ -1250,8 +1251,10 @@ function ClearStatusCallback(hObj,varargin) if strcmp(handles.datatype,'cluster'), set(handles.uipanel_cluster,'Visible','on'); + set(handles.uipanel_supervoxel,'Visible','off'); else set(handles.uipanel_cluster,'Visible','off'); + set(handles.uipanel_supervoxel,'Visible','on'); end if strcmp(handles.datatype,'exprcorr'), set(handles.text_map_expr_corr,'Visible','on'); @@ -2311,6 +2314,7 @@ function menu_analyze_clustersv_Callback(hObject, eventdata, handles) handles.datatype = 'cluster'; handles = ClusterSupervoxels(handles); set(handles.uipanel_cluster,'Visible','on'); +set(handles.uipanel_supervoxel,'Visible','off'); guidata(hObject,handles); @@ -2324,6 +2328,7 @@ function pushbutton_stop_map_clustering_Callback(hObject, eventdata, handles) handles.svmaskid = -1; set(handles.uipanel_cluster,'Visible','off'); +set(handles.uipanel_supervoxel,'Visible','on'); handles = UpdateMap(handles); handles = UpdateMaskBoundary(handles);