Skip to content

Commit bf4baa1

Browse files
authored
Merge pull request #46 from TASBE/develop
Prepare for 7.1.1 release
2 parents 363f450 + d8af691 commit bf4baa1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

batch_template.xlsm

20.9 KB
Binary file not shown.

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)