Hi,
I am attempting to reconstruct the ODF's I created using channel5 software hkl from imported EBSD data shown in the attached image. However my ODF's using MATLAB turn out like the second attached image. I am unsure why and my attempts to rotate the ODF haven't worked.
Here is the code:
psi = calcKernel(grains('Ironbcc').meanOrientation)
odf = calcODF(ebsd('Ironbcc').orientations,'kernel',psi)
CS = crystalSymmetry('cubic')
SS = specimenSymmetry('orthorhombic')
plot(odf,'phi1', [0 45]*degree, 'minmax') %plots the phi1 figure at 0 and 45
mtexColorbar
In importing the EBSD data I have matched the two images in the x-y directions but the orientation colouring is different, perhaps due to different IPF mapping? The third attachment is the plot I have when I use the import wizard and the fourth is the raw ebsd image.
Thank you for your time.
Dwayne