DefDAP
DefDAP copied to clipboard
A python library for correlating EBSD and HRDIC data
How difficult would it be to link the the raw image to the grain segmented via EBSD? For example, we might like to see how the slip interacts with features...
The process of matching grains in a DIC to EBSD map needs to be made more robust or some error handling added so the process does not completely fail if...
Hi All Am I correct in thinking that the current calcKam() function in ebsd.py takes the average of neighbouring pixels in the row, in the column, and then takes the...
When linking EBSD and DIC maps with a piecewise affine transform, all the grain boundaries join up to a point at the top left corner of the map. This does...
Even after the `find_grains` function has been executed succesfully, the function executes again when using the `locate_grain` function, wasting a lot of time.
I'm currently trying to load EDAX type files (.ang) but the notebook example only uses cpr, crc or ctf files. Is there a way to load EDAX files without having...
in rotateData method in ebsd map class, rotation is applied to quats but not euler angles. when running rotateData a second time, the quats first are rebuilt from non-rotated euler...
HCP orientations are now plotted onto the IPF in the correct place. There is an option to choose between triangle facing down (like aztec) and triangle facing up (like mtex).
Output from: https://github.com/MechMicroMan/openpiv-python
This means that we can now do slip trace analysis with just an optical or SEM image without a DIC map Thanks Patrick!