-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
506 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
.DS_Store | ||
._* | ||
*.fuse | ||
/Analysis/* | ||
/Data/* | ||
/Analysis/Ti64* | ||
/Data/Ti64* |
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,6 @@ | ||
Example Analysis | ||
----------- | ||
|
||
Example analysis files can be downloaded from Zenodo. Please download these analysis files and unzip them into this folder, to compare with your own example analysis with MTEX-texture-block-analysis. | ||
|
||
The analysis files for a hot-rolled Ti-6Al-4V sample recorded along the TD-ND plane (in the RD direction) can be downloaded from ebsd.zip in [Synchrotron X-ray Diffraction Results - Measuring Bulk Crystallographic Texture from Differently-Orientated Ti-6Al-4V Samples](https://doi.org/10.5281/zenodo.7319352) |
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,6 @@ | ||
Example Data | ||
----------- | ||
|
||
Example electron backscatter diffraction (EBSD) data files can be downloaded from Zenodo. Please download these data files and unzip them into this folder, to run an example analysis with MTEX-texture-block-analysis. | ||
|
||
The EBSD data for a hot-rolled Ti-6Al-4V sample recorded along the TD-ND plane (in the RD direction) can be downloaded from material_data.zip in [Synchrotron X-ray Diffraction Dataset - Measuring Bulk Crystallographic Texture from Differently-Orientated Ti-6Al-4V Samples](https://doi.org/10.5281/zenodo.7311306) |
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,27 @@ | ||
MTEX-texture-block-analysis | ||
----------- | ||
|
||
MTEX scripts for sequentially cropping electron backscatter diffraction (EBSD) maps, producing a grid of equivalent-sized squares (in x and y), for calculating and plotting the crystallographic texture variation across a sample. | ||
|
||
Includes MTEX scripts to calculate the ODFs, calculate texture intensity values and plot pole figures for each individual square. | ||
|
||
Contents | ||
----------- | ||
|
||
1. `texture_block_analysis.m` An MTEX script to segment the EBSD map into a grid of equivalent sized squares, to calculate crystallographic texture for the alpha phase, plot pole figures, plot ODFs and calculate texture strength values. | ||
|
||
2. `texture_block_analysis_beta.m` An MTEX script to segment the EBSD map to calculate crystallographic texture for the beta phase. | ||
|
||
MATLAB Setup | ||
----------- | ||
|
||
The scripts have been tested with MATLAB Version R2019b. | ||
|
||
MTEX Installation | ||
----------- | ||
|
||
The MTEX toolbox can be downloaded from [here](https://mtex-toolbox.github.io/download), which also includes instructions for installing MTEX and troubleshooting any issues. | ||
|
||
The scripts have been tested with MTEX Version 5.2.8, but should only require minor adjustments to work with future versions. | ||
|
||
Some minor changes to the base MTEX code have been made to produce better looking figures. See [here](https://lightform-group.github.io/wiki/software_and_simulation/mtex-nice-figures) for more information. |
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
Oops, something went wrong.