Releases: LightForm-group/matflow-mtex
Releases · LightForm-group/matflow-mtex
v0.1.11
v0.1.10
v0.1.9
[0.1.9] - 2021.12.20
Added
- Add task
sample_orientations
with methodsfrom_CTF_file
andfrom_CRC_file
. This is for randomly samplingN
orientations directly from the EBSD data. Similar to thesample_texture
task, but an intermediate ODF is not constructed. - Support sampling orientations from a fibre ODF that is parametrised by a crystal direction
fibre_crystal_dir
(e.g.[1, 0, -1, 0]
) and a parallel sample directionfibre_specimen_dir
(x
,y
, orz
). - Support sampling orientations from a unimodal ODF that is parametrised by a single Euler angle triplet
modal_orientation_euler
(in Bunge/degrees/MTEX hexagonal unit cell alignmenty // b
). - Option to either plot pole figures with filled contours or with markers using the new boolean option
use_contours
to the task:visualise_volume_element_response/pole_figure
. If using markers, the markers will be coloured by IPF colouring. The IPF reference direction is thez
-direction by default, but can be specified with the new optionIPF_reference_direction
.
Fixed
- Fix
visualise_volume_element_response/pole_figure
. Users can now plot pole figures for multiple increments and for selected phases. A pre-requisite for this is that twofield_data
items are specified in theoutput_map_options
of thesimulate_volume_element_loading
task:field_name: phase
field_name: O
(orientations).
v0.1.8
v0.1.7
v0.1.6
[0.1.6] - 2021.01.19
Added
- Support "fibre" ODF components in snippet
get_model_ODF.m
- Add input mapper for task
visualise_volume_element_response
with methodtexture_pole_figure
.
Changed
- Account for
euler_degree
boolean specification in orientations JSON file. - Scale vector part of quaternions in
plot_pole_figure
snippet by -1 if P-constant is +1. - Change visualise orientations snippet to plot contours
v0.1.5
[0.1.5] - 2021.01.10
Added
- Add new tasks for generating orientations that bypass exporting/importing ODFs due to issues with how MTEX currently handles this. These tasks are:
sample_texture
with methods:from_model_ODF
,from_CTF_file
andfrom_CRC_file
. Previously, this would have been achieved with two tasksget_model_texture
/estimate_ODF
and thensample_texture
. - Add ability to generate an ODF in
sample_texture/from_model_ODF
task using multiple ODF components. - Add
visualise_orientations/pole_figure
task to plot sampled orientations on a pole figure in MTEX.