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
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
When the output image is stokeI but the input visibility is e.g. linear, the resulting error message is very cryptic:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/rascil-0.1.2-py3.7.egg/rascil/processing_components/griddata/gridding.py", line 239, in grid_visibility_to_griddata
cf.data[chan, :, zzc, vvf, uuf, :, :] * v[:, numpy.newaxis, numpy.newaxis]
ValueError: non-broadcastable output operand with shape (1,6,6) doesn't match the broadcast shape (4,6,6)
The case should either be handled correctly or a better error message emitted.
The text was updated successfully, but these errors were encountered: