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
After meqtee-pipeliner.py succesful, there is a problem in the gain plots. As a result of this, the script will not proceed. The errors in the log are:
gg = numpy.transpose(sols[j],(xaxis,yaxis))
ValueError: axes don't match array
File "/usr/local/meqtrees/Cattery/Pyxides/stefcal.py", line 186, in stefcal
plotfail("plot routine failed, see exception above");
I saw the script stefcal.py but I couldn't comprehend what the problem is related to my script.
Any suggestion, please?
The text was updated successfully, but these errors were encountered:
If you don't anything to do with those plots for the time being.
Obtain a stefcal script in elwood/home/sebokolodi/pipeline/applied-sourcery/stefcal.py
It has those lines commented out. #hides
Cheers,
Lerato
On Tuesday, June 2, 2015 4:25 PM, Sphesihle Makhathini <[email protected]> wrote:
I also get this error sometimes. We need to chase this down—
Reply to this email directly or view it on GitHub.
Nothing wrong with a pragmatic solution, but you should report the error as well!
Two problems here, one that the plot failure should have been be reported as a warning and not an outright failure. The warning mechanism itself threw an exception. This has been fixed by ratt-ru/meqtrees-cattery@6ad9285
The other problem is the actual plot failure per se at the dreaded line formerly known as 666. My guess is that there's a null gain solution in there (i.e. one that isn't a matrix) which the code doesn't check for.
After meqtee-pipeliner.py succesful, there is a problem in the gain plots. As a result of this, the script will not proceed. The errors in the log are:
gg = numpy.transpose(sols[j],(xaxis,yaxis))
ValueError: axes don't match array
File "/usr/local/meqtrees/Cattery/Pyxides/stefcal.py", line 186, in stefcal
plotfail("plot routine failed, see exception above");
I saw the script stefcal.py but I couldn't comprehend what the problem is related to my script.
Any suggestion, please?
The text was updated successfully, but these errors were encountered: