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
I'm trying to get a model of the Stokes I meerkat primary beam, but when I run eidos -p 5500 -r 0.00036111111111111115 -f 1283 -c mh -P out -S I I get the following error.
Traceback (most recent call last):
File "/home/trehaeven/venv/bin/eidos", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/home/trehaeven/software/eidos/bin/eidos", line 6, in
create_beam.main(sys.argv[1:])
File "/home/trehaeven/software/eidos/eidos/create_beam.py", line 87, in main
params, freqs = zernike_parameters(filename, args.pixels, args.diameter, args.thresh)
File "/home/trehaeven/software/eidos/eidos/create_beam.py", line 20, in zernike_parameters
return np.array(params), C['nu']
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (8001, 4) + inhomogeneous part.
Not sure whats going on here.
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to get a model of the Stokes I meerkat primary beam, but when I run
eidos -p 5500 -r 0.00036111111111111115 -f 1283 -c mh -P out -S I
I get the following error.Traceback (most recent call last):
File "/home/trehaeven/venv/bin/eidos", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/home/trehaeven/software/eidos/bin/eidos", line 6, in
create_beam.main(sys.argv[1:])
File "/home/trehaeven/software/eidos/eidos/create_beam.py", line 87, in main
params, freqs = zernike_parameters(filename, args.pixels, args.diameter, args.thresh)
File "/home/trehaeven/software/eidos/eidos/create_beam.py", line 20, in zernike_parameters
return np.array(params), C['nu']
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (8001, 4) + inhomogeneous part.
Not sure whats going on here.
The text was updated successfully, but these errors were encountered: