DefDAP icon indicating copy to clipboard operation
DefDAP copied to clipboard

A python library for correlating EBSD and HRDIC data

Results 13 DefDAP issues
Sort by recently updated
recently updated
newest added

Thanks @mikesmic for your guidance re quaternion product — that helped me understand the code in `calc_sym_eqvs` which is currently the slowest part of reading in a file. I've vectorised...

Currently, the indices to get grains out of `hrdic.Map` are off by one relative to the integer IDs in the `hrdic.Map.grains` image. That is, `hrdic.Map[0]` gets the grain that has...

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...

Issues to fix for davis 10 format - [ ] Coordinate values are formatted as floats (even for int values) - [ ] Coordinate values are not necessarily integers (Only...

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...

### Discussed in https://github.com/MechMicroMan/DefDAP/discussions/116 Originally posted by **Patcurran** January 1, 2024 Hi everyone, no major rush but there is a mismatch for the orientation labels in the IPF triangles (for...

Cheers, Could you clarify how to set each slip system for each phase? For example, I have a dataset with two-phase material and want to set a 'hexagonal_withca' slip system...

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...

enhancement

I installed DefDap on a different computer today and it took so long tod download everything, primarily because the example data (which is needed) is relatively large. Could I suggest...

enhancement