ziotom78 / Healpix.jl

Healpix library written in Julia
GNU General Public License v2.0
51 stars 18 forks source link

Bug in `queryDiscRing` ? #87

Closed LudwigBoess closed 1 year ago

LudwigBoess commented 2 years ago

Hi, I get a method call error when using queryDiskRing in very rare cases. Backtracing the error lead me to this line.

Changing it to

ringinfo = getringinfo(resol, irmax + 1)

fixed it for me.

ziotom78 commented 2 years ago

Thanks for the report! Might you please provide the parameters (NSIDE, θ, φ, radius) that cause the error, so that I can add a new test case for this and fix the code?

ziotom78 commented 2 years ago

Never mind, I was able to find a test case by trial and error.