LightForm-group / matflow-mtex

Matflow extension for the MTEX MATLAB toolbox
MIT License
5 stars 2 forks source link

Gbowker/method/from odf mat #11

Closed Gbowker closed 2 years ago

Gbowker commented 2 years ago

I want to add a method from_ODF_mat to task sample texture. I have already added this into the dev branch task schema: UoM-CSF-matflow/ commit 57e8946

ODF.mat files may be created using MTEX. These contain the ODF as a variable, which can be imported and used in seperate MTEX scripts. Here, the user should be able to define a number of quaternions to sample from this ODF to input into a model. Each phase in a model possesses an individual ODF, which should be distrubuted to its corresponding phase in the model.

image

Gbowker commented 2 years ago

This now works for example: odf_mat_input_dualphase_loading in UoM-CSF-Matflow