Skip to content

Fix WSClean ticket #132 (WSClean with IDG produces NaN images)

Bram Veenboer requested to merge update into master

The main bugfix: prevent a domain error in the sqrt() used to compute the n coordinate. For these cases, set n to 1.0 explicitly.

Furthermore, some common math code (the lmn and aterm computation) have been moved to a common Math.h header file, that is now used in the CPU and the CUDA proxies.

Merge request reports