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.
I want to add a method
from_ODF_mat
to tasksample texture
. I have already added this into thedev
branch task schema: UoM-CSF-matflow/ commit 57e8946ODF.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.