Skip to content

Commit b680db4

Browse files
author
jakebeal
committed
fix missing gate argument in comment
1 parent ef7aedb commit b680db4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

template_colormodel/CM120312.mat

1.23 KB
Binary file not shown.

template_colormodel/make_color_model.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
% Typically two components: one tight single-cell component, one diffuse
1414
% non-cell or clump component. More complex distributions may need more.
1515
%TASBEConfig.set('gating.kComponents') = 2;
16-
%TASBEConfig.set('selectedComponents') = [1];
16+
%TASBEConfig.set('gating.selectedComponents') = [1];
1717
autogate = GMMGating(blankfile);
1818

1919
% Create one channel / colorfile pair for each color

0 commit comments

Comments
 (0)