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
It turns out that compute_fwhm fails if there are NaNs in the input data. Though there is an option to filter out infinite values (i.e. np.inf) but no way in astropy modeling to filter out np.nan though the documentation explains how to do that in a note.
The text was updated successfully, but these errors were encountered:
It turns out that
compute_fwhm
fails if there areNaN
s in the input data. Though there is an option to filter out infinite values (i.e.np.inf
) but no way in astropy modeling to filter outnp.nan
though the documentation explains how to do that in a note.The text was updated successfully, but these errors were encountered: