```{index} single: Filters; Create Ensemble Info ``` # Create Ensemble Info ## Group (Subgroup) Processing (Generation) ## Description This **Filter** allows the user to enter basic crystallographic information about each phase. The Laue class, Phase Type, and Phase Name can all be entered by the user. The information is stored in an EnsembleAttributeMatrix. These values are needed to allow the calculation of certain kinds of crystallographic statistics on the volume, if they have not already been provided by some other means. Each row in the table lists the **Crystal Structure**, **Phase Type**, and **Phase Name**. The proper values for the crystal structure and phase type come from internal constants within DREAM3D-NX and are listed here: ### Crystal Structure | String Name | Internal Value | Laue Name | | ------------|----------------|----------| | Hexagonal_High | 0 | Hexagonal-High 6/mmm | | Cubic_High | 1 | Cubic Cubic-High m3m | | Hexagonal_Low | 2 | Hexagonal-Low 6/m | | Cubic_Low | 3 | Cubic Cubic-Low m3 (Tetrahedral) | | Triclinic | 4 | Triclinic -1 | | Monoclinic | 5 | Monoclinic 2/m | | OrthoRhombic | 6 | Orthorhombic mmm | | Tetragonal_Low | 7 | Tetragonal-Low 4/m | | Tetragonal_High | 8 | Tetragonal-High 4/mmm | | Trigonal_Low | 9 | Trigonal-Low -3 | | Trigonal_High | 10 | Trigonal-High -3m | | UnknownCrystalStructure | 999 | Undefined Crystal Structure | ### Phase Type | String Name | Internal Value | | ------------|----------------| | PrimaryPhase | 0 | | PrecipitatePhase | 1 | | TransformationPhase | 2 | | MatrixPhase | 3 | | BoundaryPhase | 4 | | UnknownPhaseType | 999 | ### Input Parameter(s) | Parameter Name | Parameter Type | Parameter Notes | Description | |----------------|----------------|-----------------|-------------| | Created Ensemble Info | EnsembleInfo | | The values with which to populate the crystal structures, phase types, and phase names data arrays. Each row corresponds to an ensemble phase. | ### Output Ensemble Data | Parameter Name | Parameter Type | Parameter Notes | Description | |----------------|----------------|-----------------|-------------| | Ensemble Attribute Matrix | DataGroupCreation | | The complete path to the attribute matrix in which to store the ensemble phase data arrays | | Crystal Structures | DataObjectName | | The name of the data array representing the crystal structure for each Ensemble | | Phase Types | DataObjectName | | The name of the data array representing the phase types for each Ensemble | | Phase Names | DataObjectName | | The name of the string array representing the phase names for each Ensemble | ## Example Pipelines Import_ASCII ## License & Copyright Please see the description file distributed with this **Plugin** ## DREAM3D-NX Help If you need help, need to file a bug report or want to request a new feature, please head over to the [DREAM3DNX-Issues](https://github.com/BlueQuartzSoftware/DREAM3DNX-Issues/discussions) GitHub site where the community of DREAM3D-NX users can help answer your questions.