EMsoft-org / EMsoft-org/EMSphInx
TKD: SHT preparation and indexing errors
- Dominant language
- C++
- Stars
- 13
- Forks
- 27
- Avg merge
- 1d 42m
- Merged PRs (30d)
- 2
Description
I have run into two issues when trying to index TKD pattern:
### mp2sht issue
The _mp2sht_ assumes *.h5 file generated for standard EBSD geometry (backscatter) using _EMEBSDmaster_ etc. When trying to parse h5 file for TKD geometry, errors occur due to the different node naming ('TKDmaster'/'EBSDmaster', 'MCfoil'/'MCOpenCL', etc.). I was able to go around this by renaming the respective nodes in h5 file, but then I ran into another issue:
### Tilt check issue
There is a sanity check for abs(90°-sTlt+dTlt) < 90° (i.e. the detector can see the sample). However, for TKD sTlt = -20°and dTlt = 10°, resulting in an error "pattern center not on detector".
Could the TKD geometry be somehow taken into the accout? Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.