Skip to content

Commit

Permalink
Cluster: Add RMS as cluster function
Browse files Browse the repository at this point in the history
  • Loading branch information
rcassani committed Mar 21, 2024
1 parent a2faeda commit 769e61d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<body alink="#fff000" link="#fff000" vlink="#fff000">
<h4><span style="font-family: Arial Black; color: #ffffff;"><strong>THERE IS NO UNDO BUTTON!<BR>SET UP A <FONT color=red>BACKUP</FONT> OF YOUR DATABASE</strong></span></h4>
<HR>
<!-- LICENCE_START -->Version: 3.240320 (20-Mar-2024)<br>
<!-- LICENCE_START -->Version: 3.240321 (21-Mar-2024)<br>
<span style="font-style: italic;">COPYRIGHT &copy; 2000-2024
USC &amp; McGill University.<br>
</span>
Expand Down
2 changes: 1 addition & 1 deletion doc/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% Brainstorm
% v. 3.240320 (20-Mar-2024)
% v. 3.240321 (21-Mar-2024)
1 change: 1 addition & 0 deletions toolbox/gui/panel_cluster.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
gui_component('MenuItem', jMenuTs, [], 'FastPCA', [], [], @(h,ev)SetClusterFunction('FastPCA'));
gui_component('MenuItem', jMenuTs, [], 'Max', [], [], @(h,ev)SetClusterFunction('Max'));
gui_component('MenuItem', jMenuTs, [], 'Power', [], [], @(h,ev)SetClusterFunction('Power'));
gui_component('MenuItem', jMenuTs, [], 'RMS', [], [], @(h,ev)SetClusterFunction('RMS'));
gui_component('MenuItem', jMenuTs, [], 'All', [], [], @(h,ev)SetClusterFunction('All'));
jMenu.addSeparator();
gui_component('MenuItem', jMenu, [], 'Rename [Double-click]', IconLoader.ICON_EDIT, [], @(h,ev)EditClusterLabel);
Expand Down

0 comments on commit 769e61d

Please sign in to comment.