You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> a =airydisk(
x =40.5, y=40.5, fwhm=10, ratio=0.2,amp=1)
#24 (generic function with 1 method)# Slightly off axis
julia>a(40.51,40.51)
0.9999945790370132# Exactly on axis:
julia>a(40.5,40.5)
1.0850694444444444
The flux exactly (same float, not float + eps) on axis is wrong by 8.5%.
The text was updated successfully, but these errors were encountered:
The flux exactly on-axis is incorrect:
The flux exactly (same float, not float + eps) on axis is wrong by 8.5%.
The text was updated successfully, but these errors were encountered: