DREAM.3D v6 User Manual
|
IO (Input)
This Filter reads information about an existing set of Feature into the a new Feature Attribute Matrix. The basic format of the file is the number of Features on the first line of the file followed by columnar formatted data listing the Feature Id, Ensemble Id, Euler Angle 1, Euler Angle 2 and Euler Angle 3. Currently, only the Ensemble Id and Euler angle information can be read using this Filter.
If you do not have Euler Angle data for each Feature then substituting Zero (0.0) is fine.
Feature and Ensemble Ids start from one (1) in DREAM.3D. DREAM.3D uses the zero (0) index internally which has several ramifications that the user needs to understand. Statistics will not be calculated for any Feature or Ensemble with an Id value of zero (0). If your segmented data numbering starts with Zero (0), then the user needs to find a way to renumber Feature=0 to another value, typically the max Id + 1. For example, if you have a file with 123 Features and 2 Ensembles then the file would be similar to the following:
For example, if you have a file with 123 Features and 2 Ensembles then the file would be similar to the following:
123 1 2 1.2 0.4 0.8 2 1 0.8 0.99 1.0 ..... 121 1 0.3 0.5 0.9 123 2 1.0 1.1 0.03
Name | Type | Description |
---|---|---|
Input Feature Info File | File Path | The input file path |
Create Element Level Arrays | bool | Whether to create Element level arrays for the imported data |
Renumber Features | bool | Whether to randomly shuffle the Feature Ids |
Not Applicable
Kind | Default Name | Type | Component Dimensions | Description |
---|---|---|---|---|
Element Attribute Array | FeatureIds | int32_t | (1) | Specifies to which Feature each Element belongs |
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). Only created if Create Cell Level Arrays is checked |
Element Attribute Array | Phases | int32_t | (1) | Specifies to which Ensemble each Element belongs. Only created if Create Cell Level Arrays is checked |
Feature Attribute Array | EulerAngles | float | (3) | Three angles defining the orientation of each Feature in Bunge convention (Z-X-Z) |
Feature Attribute Array | Phases | int32_t | (1) | Specifies to which Ensemble each Feature belongs |
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!