mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Interpolation central pixel warning #136

Closed mtazzari closed 6 years ago

mtazzari commented 6 years ago

Add a warning if dR>dxy/5. It is recommended to have at least 10 points in the central pixel. It should appear when using *Profile() functions and sweep. I will throw an exception at the lowest level, C++.

mtazzari commented 6 years ago

Actually, it show throw an exception to ensure the results are scientifically reliable.