Skip to content

Commit d8af691

Browse files
author
jakebeal
committed
note how to do FSC/SSC
1 parent bc8a42f commit d8af691

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template_colormodel/make_color_model.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
channels{3} = setLineSpec(channels{3}, 'b');
3838
colorfiles{3} = [stem0312 'ebfp2_P3.fcs'];
3939

40+
% FSC and SSC channels can be added to be read unprocessed.
41+
%channels{4} = Channel('FSC-A', 488, 488, 10);
42+
%channels{4} = setPrintName(channels{4}, 'FSC');
43+
%channels{4} = setLineSpec(channels{4}, 'k');
44+
% If the name is FSC or SSC (or one of those with '-A', '-H', or '-W') it will automatically be unprocessed; otherwise, set it
45+
%channels{4} = setIsUnprocessed(channels{4}), true);
46+
47+
4048
% Multi-color controls are used for converting other colors into ERF units
4149
% Any channel without a control mapping it to ERF will be left in arbirary units.
4250
colorpairfiles = {};

0 commit comments

Comments
 (0)