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
Trying to use the bda averaging and ran into this. The bda docs declare uvw, chan_freq and chan_width as optional but the function falls over if these are not provided. Mostly you see errors along the lines of
'NoneType' object has no attribute 'dtype'
because they are None by default.
The text was updated successfully, but these errors were encountered:
Trying to use the bda averaging and ran into this. The bda docs declare uvw, chan_freq and chan_width as optional but the function falls over if these are not provided. Mostly you see errors along the lines of
because they are None by default.
The text was updated successfully, but these errors were encountered: