- Add creation of microstructure images with multiple phases from an EBSD map.
- Add check for non-indexed points when loading an EBSD map.
- Only pass
scale
from a DIC map if it exists.
- Update bad point filtering in
get_EBSD_image
to make sure no grain values < 0 are passed out.
- Add
quat_component_ordering
key toorientations
sub-dict inEBSD_image
andDIC_image
output parameters.
- Add implementation of task
load_microstructure
, methodEBSD
.
- Update for latest version of defdap (>0.93).
- Set default values for parameters in input map for task
load_microstructure
, methodEBSD+DIC
.
- In
get_DIC_image.py
snippet, returnorientations
dict item in a format used in other MatFlow extensions (and return as quaternions).
- Add option to scale the microstructure image produced in
get_DIC_image
snippet. - Apply rotation of hex unit cell from y // a2 in EBSD data to x // a1 expected by simulation in
get_DIC_image
snippet.
- Change grain numbering to 0-indexed in
get_DIC_image
snippet.
- Add filtering of "bad" voxels in
get_DIC_image
snippet.
- A new
main_func
decorator has been introduced, which allow snippets to contain utility functions, in addition to a main@main_func
-decoration function, whose inputs and outputs will be parsed for generating the wrapper script.
- Fix issue with including snippets in package data.
Initial release.