HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
56 stars 25 forks source link

Use Zack's Eigen implementation of inverse distortion #699

Closed kevindlewis23 closed 2 months ago

kevindlewis23 commented 2 months ago

Much faster, agrees with python version up to around 1e-12.

kevindlewis23 commented 2 months ago

When I say agrees with Python implementation up to around 1e-12, the old C++ version only agreed up to around 1e-6 or so because the constants used for 4/3pi or other things like that were rounded too much. So this version is more accurate