Skip to content

ORTools v2.1.0

Compare
Choose a tag to compare
@frankNiessen frankNiessen released this 06 Jun 09:10
· 244 commits to develop since this release

ORTools v2.1.0 change log

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

Habit plane determination:

With the successful development and release of the habit plane calculation in MTEX 5.9, we introduce Example 9 to ORTools showcasing the function computeHabitPlane.m.

Bain group determination:

With the successful development and release of the Bain group calculation in MTEX 5.10, we introduce the functions computeBainGrains.m, plotMap_bain.m, and plotPDF_bain.m to ORTools to enable Bain group analysis.

New colormaps:

With the integration of Perceptually uniform colormaps for MATLAB into ORTools, users now have the ability to plot their data using 74 additional colormaps.

Numerous minor functional and speed improvements, and bug fixes:

  • The odfs exported by orientationMaker.m and fibreMaker.m are saved as lossless *.mat file objects.
  • The odfs imported and exported plotPODF_transform.m are saved as lossless *.mat file objects.
  • Unless specified otherwise by the user, the transformed child odf in plotPODF_transform.m is created using the modal volume fractions of parent orientations as default.
  • Improvements to Example 4 further showcasing the transformation texture capabilities of ORTools.
  • Addition of Bain group analysis to plotStack.m.
  • Defining colormaps directly by their file name and not as a string.
  • Many more bug fixes and speed improvements.