Skip to content

Commit 39f9520

Browse files
committed
Expand comments.
1 parent e740b5a commit 39f9520

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

MATLAB/examples/simplePairCorr.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
% *_ls_RC_PDF/CDF ROI combined localization L1+L2 seps.
5050
% *_gmax_den1/2 max(g(r)) vs L1/2 loc. density (#/nm^2)
5151
% *_ROIs plot of the selected ROIs in each cell
52+
%
53+
% Output file naming conventions:
54+
% analysis.mat analysis results by file # and ROI
55+
% *_ROIs.txt [xmin, xmax, ymin, ymax] by ROI number
56+
% *_stats.txt Pearson's and Manders' coefficients
5257

5358
%% --- Set important parameters
5459
% Collect the set of files expressing each label together.

MATLAB/examples/simpleROIcluster.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
% OriginLLvsUL = true says to use lower left origin coordinates rather than
7373
% upper left origin coordinates in the ROI selection display.
7474
% If GaussIm is true, make OriginLLvsUL false for consistency. The default is:
75-
% GaussIm = false and OriginLLvsUL = true. Currently, GaussIm only works for
76-
% single labeled molecules.
75+
% GaussIm = false and OriginLLvsUL = true.
7776
%RT.GaussIm = true; RT.OriginLLvsUL = false;
7877
RT.GaussIm = false; RT.OriginLLvsUL = true;
7978
RT.SRzoom = 4; % zoom factor for gaussianImage

0 commit comments

Comments
 (0)