WONDER-project / Orange3-WONDER-Prototype

GNU General Public License v3.0
1 stars 0 forks source link

Bug found #14

Closed PaoloScardi closed 6 years ago

PaoloScardi commented 6 years ago

In wppm_functions, line 661, a common error in the atomic scattering factor the variable is not s but s/2, that is, instead of f_s += anumpy.exp(-b(s_angstrom*2)) it should be f_s += anumpy.exp(-b(0.5s_angstrom)**2)

lucarebuffi commented 6 years ago

Fixed in 0.1.23