Skip to content

Commit

Permalink
docu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Nov 3, 2019
1 parent a90eb88 commit 83d224b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/GrainBoundaries/BoundaryPlots.m
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
% grain segementation and smoothing
[grains,ebsd.grainId] = calcGrains(ebsd('indexed'));
grains = smooth(grains,2);
gB = grains.boundary('iron','iron');

% and plot image quality + orientation
plot(ebsd,log(ebsd.prop.iq),'figSize','large')
Expand Down
2 changes: 1 addition & 1 deletion doc/GrainBoundaries/CSLBoundaries.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
% fundamental orientation zone.

% compute the boundary of the fundamental zone
oR = fundamentalRegion(moriKey.CS1,moriKey.CS2,'antipodal');
oR = fundamentalRegion(ebsd.CS,ebsd.CS,'antipodal');
close all
plot(oR)

Expand Down

0 comments on commit 83d224b

Please sign in to comment.