Filippe

Results 3 comments of Filippe

Removing overlapping data checking individual pixels: ``` matlab XY_l=[ebsd_l.prop.x,ebsd_l.prop.y]; XY_r=[ebsd_r2.prop.x,ebsd_r2.prop.y]; % Set Tolerance = half the stepSize area_shape=polyarea(ebsd_r.unitCell(:,1),ebsd_r.unitCell(:,2)); stepSize=sqrt(area_shape/sind(60)); % For hexagonal grid tol=stepSize/2; % Find overlapping points [overlapID,~] =...

a few years later... Using @vector3d/planeIntersect might eventually work. A few issues: - scaling needs to be manually set and might be direction dependent, - for some planes (e.g. (100)...

Maybe try to change the Scope in the settings? I got it to work with .tex files by including .text.tex, e.g.: ``` .source.gfm,.text.md,.text.tex ```