Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	template_colormodel/CM120312.mat
  • Loading branch information
jakebeal committed Nov 17, 2017
2 parents b3926df + e3a57a5 commit b5f795e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template_analysis/batch_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
AP=setPemDropThreshold(AP,5');
% Add autofluorescence back in after removing for compensation?
AP=setUseAutoFluorescence(AP,false');
% By default, analysis tries to fit constitutive to transformed and non-transformed components
% By default, analysis tries to fit constitutive to transformed and non-transformed components
% If your distribution is more complex or less complex, you can change the number of components
% AP=setNumGaussianComponents(AP,3);

Expand Down
2 changes: 1 addition & 1 deletion template_analysis/plusminus_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
AP=setPemDropThreshold(AP,5');
% Add autofluorescence back in after removing for compensation?
AP=setUseAutoFluorescence(AP,false');
% By default, analysis tries to fit constitutive to transformed and non-transformed components
% By default, analysis tries to fit constitutive to transformed and non-transformed components
% If your distribution is more complex or less complex, you can change the number of components
% AP=setNumGaussianComponents(AP,3);

Expand Down
2 changes: 1 addition & 1 deletion template_analysis/transfercurve_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
AP=setPemDropThreshold(AP,5');
% Add autofluorescence back in after removing for compensation?
AP=setUseAutoFluorescence(AP,false');
% By default, analysis tries to fit constitutive to transformed and non-transformed components
% By default, analysis tries to fit constitutive to transformed and non-transformed components
% If your distribution is more complex or less complex, you can change the number of components
% AP=setNumGaussianComponents(AP,3);

Expand Down
Binary file modified template_colormodel/CM120312.mat
Binary file not shown.

0 comments on commit b5f795e

Please sign in to comment.