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
I was getting the following warning for certain choices of parameters: "Bad value in power spectrum. The power spectrum must be positive and not contain any NaN values. This is likely due to your UVtable (incorrect units or weights), or the deprojection being applied (incorrect geometry and/or phase center). Else you may want to increase rout by 10-20% or n so that it is large, >~300." In my case, I found that decreasing rather than increasing r_out fixed things, so it may be helpful to users to make the warning more general.
The text was updated successfully, but these errors were encountered:
I was getting the following warning for certain choices of parameters: "Bad value in power spectrum. The power spectrum must be positive and not contain any NaN values. This is likely due to your UVtable (incorrect units or weights), or the deprojection being applied (incorrect geometry and/or phase center). Else you may want to increase
rout
by 10-20% orn
so that it is large, >~300." In my case, I found that decreasing rather than increasing r_out fixed things, so it may be helpful to users to make the warning more general.The text was updated successfully, but these errors were encountered: