Rhys Thomas
Rhys Thomas
DIC step size for this data for 0.5 um and EBSD step size was 0.25 um, leading to discontinuous grain boundaries - we should look to fix this Changing EBSD...
Masking is now performed on accessing data in the datastore. Removed the preview function in `set_mask` since it is now extraneous as the original data is not being overwritten. We...
Details here: https://docs.python.org/3/library/typing.html. Already finished the process on the following functions: - [ ] base.py - [ ] crystal.py - [X] file_readers.py - [X] file_writers.py - [ ] hrdic.py -...
I wrote a bit of code a while ago, to deal with DIC data from multiple deformation steps. The way I implemented it was to have a different class (called...
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.
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!