Skip to content

Commit 24eda83

Browse files
author
coverney
committed
Updated color model and header JSON file
1 parent 0a07d63 commit 24eda83

20 files changed

+358605
-357744
lines changed
1.48 KB
Binary file not shown.

template_analysis/batch_template.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848

4949
n_conditions = size(file_pairs,1);
5050

51+
% Create point cloud files
52+
% TASBEConfig.set('flow.outputPointCloud','true');
53+
% TASBEConfig.set('flow.pointCloudPath','csv/');
54+
% TASBEConfig.set('flow.pointCloudFileType', 1);
55+
5156
% Execute the actual analysis
5257
TASBEConfig.set('OutputSettings.StemName','LacI-CAGop');
5358
TASBEConfig.set('OutputSettings.FixedInputAxis',[1e4 1e10]);

template_analysis/csv/LacI-CAGop.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
{
44
"name": "FITC-A",
55
"print_name": "EYFP",
6-
"unit": "ERF"
6+
"unit": "MEFL"
77
},
88
{
99
"name": "PE-Tx-Red-YG-A",
1010
"print_name": "mKate",
11-
"unit": "ERF"
11+
"unit": "MEFL"
1212
},
1313
{
1414
"name": "Pacific Blue-A",
1515
"print_name": "EBFP2",
16-
"unit": "ERF"
16+
"unit": "MEFL"
1717
}
1818
],
1919
"filenames": [
20-
"csv\/LacI-CAGop_Dox01_PointCloud.csv",
20+
"csv\/LacI-CAGop_Dox01_PointCloud.csv",
2121
"csv\/LacI-CAGop_Dox02_PointCloud.csv",
2222
"csv\/LacI-CAGop_Dox05_PointCloud.csv",
2323
"csv\/LacI-CAGop_Dox1_PointCloud.csv",

0 commit comments

Comments
 (0)