-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I/O handler for load 0 save None failed with exception: Expected a bounding hull that is at least partially within the image #435
Comments
Hi, @o-smirnov I am also getting the following error -
|
That looks like a broken MS to me. You can check by doing: import pyrap.tables as pt
ms = pt.table("ms_name")
ms.getcol("MODEL_DATA", startrow=384904, nrow=10) If that dies it means portions of the MODEL_DATA column don't exist. It could also be a selection/TAQL bug I guess. |
@JSKenyon I got following
Actually, this ms file initially processed in the AIPS and later converted to ms file. I ran first DDFacet with |
Yeah, that means that something is wrong with the MS. It boils down to |
Can you look at row 384905 in e.g. casabrowser. What's so special about it -- is it a different field? An autocorrelation? Etc. etc. One way or another, indeed the MODEL_DATA column in that row did not get populated. We just need to figure out why. |
CubiCal hangs with this error message. Two separate issues here:
If the I/O handler dies unexpectedly (or any of the subprocesses, for that matter), the main process should exit and not just hang indefinitely (that's for me to look at)
@bennahugo can this particular error (region outside model) be caught and reported up front? It's an innocent (and easy) user mistake, so would be nice to have a friendlier error.
The text was updated successfully, but these errors were encountered: