You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add option to save the Counts or MRD values to an array for Pole Figures (#995)
* ENH: Add ability to save intensity data arrays as image geometries
* ENH: Add option to NormalizeToMRD. Add Metadata DataArray
* Use the RTree.hpp from simplnx/Utilities
---------
Signed-off-by: Michael Jackson <[email protected]>
Co-authored-by: Jared Duffey <[email protected]>
Copy file name to clipboardExpand all lines: src/Plugins/OrientationAnalysis/docs/WritePoleFigureFilter.md
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ IO (Output)
6
6
7
7
## Description
8
8
9
-
This **Filter** creates a standard crystallographic pole figure image for each **Ensemble** (phase)in a selected **Data Container**. The **Filter** uses Euler angles in radians and requires the crystal structures and material names for each **Ensemble** array and the corresponding **Ensemble** Ids on the **Cells**. The **Filter** also optionally can use a *mask* array to determine which **Cells** are valid for the pole figure computation.
9
+
This **Filter** creates a standard crystallographic pole figure image for each **Ensemble** (phase)in a selected **Data Container**. The **Filter** uses Euler angles in radians and requires the crystal structures and material names for each **Ensemble** array and the corresponding **Ensemble** Ids on the **Cells**. The **Filter** also optionally can use a *mask* array to determine which angles are valid for the pole figure computation.
10
10
11
-
In a practicale sense, this means that the following information is available to the filter:
11
+
In a practical sense, this means that the following information is available to the filter:
12
12
13
13
- Cell Level
14
14
@@ -23,17 +23,36 @@ In a practicale sense, this means that the following information is available to
23
23
24
24
### Algorithm Choice
25
25
26
-
1: The pole figure algorithm uses a *modified Lambert square* to perform the interpolations onto the unit circle. This is an alternate type of interpolation that the EBSD OEMs do not perform which may make the output from DREAM.3D look slightly different than output obtained from the OEM programs.
26
+
1: The pole figure algorithm uses a *modified Lambert square* to perform the interpolations onto the unit circle. This is an alternate type
27
+
of interpolation that the EBSD OEMs do not perform which may make the output from DREAM.3D look slightly different than output
28
+
obtained from the OEM programs.
27
29
28
-
**Only an advanced user with intimate knowledge of the modified Lambert projection should attempt to change the value for the "Lambert Image Size (Pixels)" input parameter.**
30
+
**Only an advanced user with intimate knowledge of the modified Lambert projection should attempt to change the value for
31
+
the "Lambert Image Size (Pixels)" input parameter.**
29
32
30
33
2: Discrete Pole figure. The algorithm will simply mark each pixel that had at least 1 count as a black pixel.
31
34
32
-
### Layout
35
+
## Output Options
36
+
37
+
### Write Image to Disk
38
+
39
+
The user can select to have the combined set of pole figures written to disk as a tiff image file
40
+
41
+
### Save Pole Figure as Image Geometry
42
+
43
+
The combined pole figure image will be saved into the DataStructure as an Image Geometry
44
+
45
+
### Save Raw Intensity Data
46
+
47
+
The normalized count data is saved for each pole figure into a Data Array that is stored inside an Image Geometry. This allows
48
+
the user to select their own color plots. The Image Geometry will also have a string DataArray that lists the pertinent
49
+
data that went into the creation: Number of points, which hemisphere, Phase Name, etc.
50
+
51
+
### Image Layout
33
52
34
53
The 3 pole figures can be laid out in a Square, Horizontal row or vertical column. Supporting information (including the color bar legend for color pole figures) will also be printed on the image.
35
54
36
-
|Lambert Projection| Discrete |
55
+
|Colorized Intensity| Discrete |
37
56
|--------------------|----------|
38
57
|||
0 commit comments