-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Improvements and Bug Fixes to Orientation Analysis filters. (#1081)
* MergeTwins: Only get the LaueOps list once when the MergeTwins class is instantiated. * ENH: Various updates to Compute Feature Face Curvature filters * Create parameter defaults for Feature Face Curvature filter * Docs and new pipeline included. * Update CMake Policies * CMAKE: Check for proper version of CMake before setting policy * BUG: Fix human name of ComputeFZQuaternions * STYLE: Remove bad comment from WritePoleFigure * Update TiffWriter to properly order the tiff tags in ascending order. * Fix pole figure generation. Add improved IPF Legends * COMP: Update to EbsdLib 1.0.33 * PY: Update conda build specs for newer EbsdLib 1.0.33 * DOC: Fix sphinx warnings Signed-off-by: Michael Jackson <[email protected]> --------- Signed-off-by: Michael Jackson <[email protected]>
- Loading branch information
1 parent
e6148a2
commit 8037025
Showing
46 changed files
with
676 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# ------------------------------------------------------------------------------ | ||
# Required EbsdLib and H5Support | ||
# ------------------------------------------------------------------------------ | ||
|
||
if(SIMPLNX_BUILD_EBSDLIB) | ||
find_package(H5Support REQUIRED) | ||
find_package(EbsdLib REQUIRED) | ||
else() | ||
|
||
if(NOT TARGET EbsdLib::EbsdLib) | ||
|
||
if(EXISTS "${simplnx_SOURCE_DIR}/../EbsdLib") | ||
set(EbsdLibProj_SOURCE_DIR "${simplnx_SOURCE_DIR}/../EbsdLib") | ||
else() | ||
message(FATAL_ERROR "EbsdLibProj_SOURCE_DIR was not set. Where is the EbsdLib project directory. Please set the EbsdLibProj_SOURCE_DIR variable to the EbsdLib directory.") | ||
endif() | ||
message(STATUS "EbsdLibProj_SOURCE_DIR: ${EbsdLibProj_SOURCE_DIR}") | ||
|
||
set(EbsdLib_ENABLE_HDF5 ON) | ||
set(EbsdLib_USE_PARALLEL_ALGORITHMS ${SIMPLNX_ENABLE_MULTICORE}) | ||
set(EbsdLib_BUILD_H5SUPPORT ON) | ||
set(H5Support_INCLUDE_QT_API OFF) | ||
add_subdirectory( ${EbsdLibProj_SOURCE_DIR} ${PROJECT_BINARY_DIR}/EbsdLib) | ||
endif() | ||
endif() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-48.4 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/CubicLowOps Cubic m-3 (Th).png
Binary file not shown.
Binary file removed
BIN
-176 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/CubicOps Cubic m-3m (Oh).png
Binary file not shown.
Binary file added
BIN
+269 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Hexagonal 6_m (C6h).tiff
Binary file not shown.
Binary file added
BIN
+307 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Hexagonal 6_mmm (D6h).tiff
Binary file not shown.
Binary file removed
BIN
-207 KB
...gins/OrientationAnalysis/data/IPF_Legend/HexagonalLowOps Hexagonal 6m (C6h).png
Binary file not shown.
Binary file removed
BIN
-128 KB
...ugins/OrientationAnalysis/data/IPF_Legend/HexagonalOps Hexagonal 6mmm (D6h).png
Binary file not shown.
Binary file added
BIN
+461 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Monoclinic 2_m (C2h).tiff
Binary file not shown.
Binary file removed
BIN
-170 KB
...ugins/OrientationAnalysis/data/IPF_Legend/MonoclinicOps Monoclinic 2m (C2h).png
Binary file not shown.
Binary file removed
BIN
-238 KB
.../OrientationAnalysis/data/IPF_Legend/OrthoRhombicOps Orthorhombic mmm (D2h).png
Binary file not shown.
Binary file added
BIN
+359 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Orthorhombic mmm (D2h).tiff
Binary file not shown.
Binary file added
BIN
+322 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Tetragonal 4_m (C4h).tiff
Binary file not shown.
Binary file added
BIN
+359 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Tetragonal 4_mmm (D4h).tiff
Binary file not shown.
Binary file removed
BIN
-236 KB
...ns/OrientationAnalysis/data/IPF_Legend/TetragonalLowOps Tetragonal 4m (C4h).png
Binary file not shown.
Binary file removed
BIN
-173 KB
...ins/OrientationAnalysis/data/IPF_Legend/TetragonalOps Tetragonal 4mmm (D4h).png
Binary file not shown.
Binary file added
BIN
+768 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Triclinic -1 (Ci).tiff
Binary file not shown.
Binary file removed
BIN
-296 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/TriclinicOps Triclinic -1 (Ci).png
Binary file not shown.
Binary file added
BIN
+448 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Trigonal -3 (C3i).tiff
Binary file not shown.
Binary file added
BIN
+374 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/Trigonal -3m (D3d).tiff
Binary file not shown.
Binary file removed
BIN
-134 KB
...lugins/OrientationAnalysis/data/IPF_Legend/TrigonalLowOps Trigonal -3 (C3i).png
Binary file not shown.
Binary file removed
BIN
-196 KB
src/Plugins/OrientationAnalysis/data/IPF_Legend/TrigonalOps Trigonal -3m (D3d).png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.