DREAM.3D v6 User Manual
|
IO (Output)
This Filter is used in a workflow where the user would like to generate a synthetic microstructure with an ODF that matches (as closely as possible) an existing experimental data set or other data set that is being mimicked. The basic workflow is the following:
StatsGenerator can not load data from standard .ang or .ctf files. If you want to get the ODF from an existing experimental data set and you have one of those files then you must use the functionality of this filter
The file written is a simple text file that contains a short comment section and a single Header line of data. All comment lines should come BEFORE the actual header line. There is a single header line in the form of "Key:Value" and then the lines of data.
# All lines starting with '#' are comments and should come before the header. # DREAM.3D StatsGenerator Angles Input File # DREAM.3D Version 6.1.107.0d8bad9 # Angle Data is space delimited. # Euler0 Euler1 Euler2 Weight Sigma Angle Count:100 0 0 0 1 1 3.6 1.8 3.6 1 1 7.2 3.6 7.2 1 1 10.8 5.4 10.8 1 1 14.4 7.2 14.4 1 1
The only required header line is:
Angle Count:100
There are 5 columns of data which are the 3 Euler Angles, the Weight Value and the Sigma Value.
Name | Type | Description |
---|---|---|
Output File | File Path | Output angles file path |
Convert to Degrees | bool | Whether to convert the Euler angles from radians to degrees. If the Euler angles are already in degrees, this option will "convert" the data again, resulting in garbage orientations! |
Only Write Good Elements | bool | Whether to only write the Euler angles for those elements denoted as true in the supplied mask array |
Kind | Default Name | Type | Component Dimensions | Description |
---|---|---|---|---|
Element Attribute Array | EulerAngles | float | (3) | Three angles defining the orientation of the Element in Bunge convention (Z-X-Z) |
Element Attribute Array | Phases | int32_t | (1) | Specifies to which Ensemble each Element belongs |
Element Attribute Array | Mask | bool | (1) | Used to define Elements as good or bad. Only required if Only Write Good Elements is checked |
None
Please see the description file distributed with this Plugin
If you need more help with a Filter, please consider asking your question on the DREAM.3D Users Google group!