pyFAI
pyFAI copied to clipboard
distortion should use `position_t` instead of `float32`
In the distortion correction module, the LUT is calculated using "float32" while all other pieces of code use "position_t" which points to float64. Slight enhancement (could make calculation slower ?)
ID02 spotted a bug in this part ...