Hello everyone,
I've been trying to identify the "most important" texture components (eg: maximum volume fraction) using MTEX 5.11 in ODF section plots and have run into a slight issue. The data I'm working with comes from beartex files imported after initial processing using MAUD 2.33.
Whenever I run the below code, MTEX will correctly identify the first maximum in the 30 degree section, but miss identifying the second maximum in the 0 degree section and instead mark an orientation in the 23 degree section (this can also be seen in the attached .jpg). Upgrading to MTEX 5.2 after the official release did not solve the issue.
Code in Question:
odf = calcODF(pf_rotated,'resolution',5*degree); % Rotation is to align data with specific reference frame and completed in prior step.
[m,ori] = max(odf,3);
plotSection(odf,'phi2',[0 7.5 15 22.5 30 37.5 45 52.5]*degree)
annotate(ori);
I found one previous question on here where a similar issue was reported for an ODF calculated pole figure, but no definitive answer came out of that discussion (to my understanding).
Does anyone have an idea where I may be going wrong or an alternative command to use?
If anyone also has insight on how to automatically document each of the "most important" texture components (Bunge angles pre-adjusted for MTEX's inverse definition of orientation angles) and their respective volume fractions (both ODF and Uniform ODF) after MTEX identifies them I would be very grateful. My previous efforts were less than successful and any calculated volume fractions were questionable at best.
Of course, let me know if extra information would help.
Thanks in advance,
Alec