reflectors param in EBSDDetector.get_indexer() method (kp v0.9, pyebsdindex v0.2) #664
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Erlendos12! Sorry for the late response. I'm glad you're initial indexing is working out with multiple reflector lists. We're discussing the general approach of building reflector lists for PyEBSDIndex here: USNavalResearchLaboratory/PyEBSDIndex#50. Feel free to pitch in! I believe the higher number of reflectors comes from you multiplying your lattice parameters one times too many. EMsoft stores lattice parameters in nanometers, which is why we multiply them to get Ångströms. orix, on the other hand, stores lattice parameters as they are given, because their unit is not stored anywhere. Regarding the |
Beta Was this translation helpful? Give feedback.
Hi @Erlendos12! Sorry for the late response.
I'm glad you're initial indexing is working out with multiple reflector lists. We're discussing the general approach of building reflector lists for PyEBSDIndex here: USNavalResearchLaboratory/PyEBSDIndex#50. Feel free to pitch in!
I believe the higher number of reflectors comes from you multiplying your lattice parameters one times too many. EMsoft stores lattice parameters in nanometers, which is why we multiply them to get Ångströms. orix, on the other hand, stores lattice parameters as they are given, because their unit is not stored anywhere.
Regarding the
ValueError
you're seeing, are you able to create minimal working example? If so, it …