Skip to content

Commit d1bf5a0

Browse files
committed
Save x,y,z positon to rawstats not raw_stats
1 parent 7dadc45 commit d1bf5a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MATLAB/countGrain.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
stats.x = centroid(1);
136136
stats.y = centroid(2);
137137
stats.z = centroid(3);
138-
raw_stats.x = stats.x;
139-
raw_stats.y = stats.y;
140-
raw_stats.z = stats.z;
138+
rawstats.x = stats.x;
139+
rawstats.y = stats.y;
140+
rawstats.z = stats.z;
141141

142142
stats.grainT = T;
143143
stats.grainB = B;

0 commit comments

Comments
 (0)