Skip to content

Commit f235534

Browse files
committed
Added more doc to plotROIDriver example.
1 parent 0b8b804 commit f235534

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MATLAB/examples/Example_plotROIDriver.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434
%IncludeCell = [1, 7]; % DNP-BSA_2150pM
3535
%IncludeCell = [2]; % Resting
3636

37+
PixelSize = 97.8; % nm/pixel
38+
3739
CI = smi_cluster.ClusterInterface;
38-
CI.plotROIDriver(97.8, options, start_DataDir, SaveDir, IncludeCell);
40+
CI.plotROIDriver(PixelSize, options, start_DataDir, SaveDir, IncludeCell);

0 commit comments

Comments
 (0)