pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

`array_from_unit` is unconsistent with `chiArray`

Open kif opened this issue 4 months ago • 3 comments

ai.reset()
a=ai.chiArray()
ai.reset()
b=ai.array_from_unit(unit="chi_rad")
abs(a-b).max()

gives small values but non null (1e-5)

Could be related to #2588

kif avatar Aug 20 '25 14:08 kif