Skip to content

Commit 9b7f537

Browse files
committed
Add comments about RoI{i}.SMD
1 parent d007a48 commit 9b7f537

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MATLAB/+smi_cluster/@PairAnalysis/defineROIs2.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
% Note: data file defines n_ROIs (number of ROIs) and
2424
% RoI{1:n_ROIs}.ROI ROI coordinates (xmin, xmax, ymin, ymax)
2525
% RoI{1:n_ROIs}.X/Y/X_SE/Y_SE [L1 values, L2 values]
26+
% RoI{1:n_ROIs}.SMD {L1 values, L2 values}
2627

2728
% Created by
2829
% Michael J. Wester (2022)

MATLAB/examples/simplePairCorr.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
% ROIS in a cell are defined by n_ROIs (number of ROIs) and
134134
% RoI{1:n_ROIs}.ROI ROI coordinates (xmin, xmax, ymin, ymax)
135135
% RoI{1:n_ROIs}.X/Y/X_SE/Y_SE [L1 values, L2 values]
136+
% RoI{1:n_ROIs}.SMD {L1 values, L2 values}
136137

137138
% Collect the Label 1 files.
138139
Files1 = {};

0 commit comments

Comments
 (0)