Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TKD: SHT preparation and indexing errors #9

Open
Habakuk224 opened this issue Oct 11, 2020 · 1 comment
Open

TKD: SHT preparation and indexing errors #9

Habakuk224 opened this issue Oct 11, 2020 · 1 comment

Comments

@Habakuk224
Copy link

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!

@marcdegraef
Copy link
Collaborator

marcdegraef commented Oct 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants