Skip to content

ORTools v2.2.0

Compare
Choose a tag to compare
@frankNiessen frankNiessen released this 12 Jul 12:29
· 122 commits to develop since this release

ORTools v2.2.0 change log

To enjoy all the features provided with this release v2.2.0, please pair up this toolbox with MTEX 5.10 or later

Habit plane determination:

The tools for habit plane analysis, showcased in Example 9 of the previous release have undergone major revision. Now all methods for trace determination that were reported in the accompanying research paper are supported in the function computeHabitPlane.m. Furthermore several additional plots were added, which now allow for a better visual inspection of the results. The example demonstrates plots of all fitted traces and the traces that are projected based on the fitted habit plane. Also the spherical projection plots were revised to give a better indication of the sensitivity of the analysis.

Variant pairing analysis:

The previously implemented analysis for block boundary pairing, or variant pairing, is now generalized in a new function computeGrainPairs.m. The functionality is demonstrated in Example 10 where different types of analysis are presented alongside scientific references. Some standard types of analysis are demonstrated and it is also demonstrated how the analysis can be customized according to individual applications.

Compute variant grains:

The function computeVariantGrains.m now refines the child grains in the "job" object based on their variant IDs while keeping the grains of the remaining phases untouched. The ebsd dataset is returned with updated grainIds associated with the refined grains. Previously this function only returned data of the child phase.