BlueQuartzSoftware / EbsdLib

C++ Library that can read EBSD Files from OEMs and perform basic EBSD processing such as orientation conversion
BSD 3-Clause "New" or "Revised" License
5 stars 11 forks source link

Fixed incorrect symmetry operator count when finding Cubic FZ orientations #7

Closed imikejackson closed 4 years ago

imikejackson commented 4 years ago

Took the opportunity to clean up the symmetry operators and convert them from "C" style 2D arrays into std::vector of QuatD or OrientationD types. This cleans up the API in some of the called methods where we don't have to send in a count of the symmetry operators possibly introducing errors (like what was fixed).

Signed-off-by: Michael Jackson mike.jackson@bluequartz.net