Skip to content

Instantly share code, notes, and snippets.

@gijzelaerr
Created October 22, 2014 13:24
Show Gist options
  • Select an option

  • Save gijzelaerr/0cd0912edcdcae10deac to your computer and use it in GitHub Desktop.

Select an option

Save gijzelaerr/0cd0912edcdcae10deac to your computer and use it in GitHub Desktop.
2014/10/21 22:10:21 INFO: ## Tue Oct 21 22:10:21 2014:
/usr/bin/pyxis CFG=/results/sims.cfg LOG=/results/output.log OUTDIR=/results azishe
2014/10/21 22:10:21 PYXIS: running command OUTDIR=/results
2014/10/21 22:10:21 PYXIS: running command azishe
2014/10/21 22:10:21 PYXIS: creating directory MS
2014/10/21 22:10:21 INFO: ms MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS, configuration MeerKAT64, antenna table MeerKAT64_ANTENNAS
2014/10/21 22:10:21 INFO: creating MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS: 4.0h synthesis, 10.0s integration, Dec=-30.0, 1 channels of 5e+04 kHz starting at 1400 MHz
2014/10/21 22:10:21 PYXIS: executing '/usr/bin/makems makems.MeerKAT64_4h10s_dec-30_1400MHz_1ch.cfg':
Debug: registered context Global=0
Debug::loadLevels: error opening makems.debug
Created 1 MS part and its VDS file
Created global VDS file MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS.gds
2014/10/21 22:12:34 PYXIS: '/usr/bin/makems makems.MeerKAT64_4h10s_dec-30_1400MHz_1ch.cfg' succeeded
2014/10/21 22:12:34 PYXIS: executing '/bin/mv MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS_p0 MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS':
2014/10/21 22:12:34 PYXIS: /bin/mv succeeded
2014/10/21 22:12:34 PYXIS: executing '/bin/rm MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS.gds -f':
2014/10/21 22:12:34 PYXIS: /bin/rm succeeded
2014/10/21 22:12:34 PYXIS: executing '/bin/rm MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS_p0.vds -f':
2014/10/21 22:12:34 PYXIS: /bin/rm succeeded
Successful readonly open of default-locked table MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS: 25 columns, 2995200 rows
Successful readonly open of default-locked table /opt/ceiling-kat/web-kat/MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS/DATA_DESCRIPTION: 3 columns, 1 rows
Successful readonly open of default-locked table MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS: 25 columns, 2995200 rows
Successful readonly open of default-locked table /opt/ceiling-kat/web-kat/MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS/DATA_DESCRIPTION: 3 columns, 1 rows
Successful readonly open of default-locked table MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS: 25 columns, 2995200 rows
Successful readonly open of default-locked table /opt/ceiling-kat/web-kat/MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS/SPECTRAL_WINDOW: 14 columns, 1 rows
2014/10/21 22:12:34 INFO: MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS ddid 0 is spwid 0 with 1 channels
Successful readonly open of default-locked table MS/MeerKAT64_4h10s_dec-30_1400MHz_1ch.MS: 25 columns, 2995200 rows
2014/10/21 22:12:36 INFO: max baseline is 7.125 km
Traceback (most recent call last):
File "/usr/bin/pyxis", line 165, in <module>
Pyxis.Internals.run(*commands);
File "/usr/lib/python2.7/dist-packages/Pyxis/Internals.py", line 1017, in run
comcall();
File "pyxis-meerkat.py", line 61, in azishe
makems(shift=shift,**ms_opts) # simulate empty MS
File "pyxis-base.py", line 543, in makems
ms.plot_uvcov(ms=.1,width=10,height=10,dpi=150,save="$OUTFILE-uvcov.png")
File "/usr/lib/python2.7/dist-packages/Pyxides/ms.py", line 129, in plot_uvcov
pylab.savefig(save,dpi=(dpi or FIGURE_DPI));
File "/usr/lib/pymodules/python2.7/matplotlib/pyplot.py", line 561, in savefig
return fig.savefig(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/figure.py", line 1421, in savefig
self.canvas.print_figure(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/backend_bases.py", line 2220, in print_figure
**kwargs)
File "/usr/lib/pymodules/python2.7/matplotlib/backends/backend_agg.py", line 510, in print_png
filename_or_obj = open(filename_or_obj, 'wb')
IOError: [Errno 2] No such file or directory: '/results/plots-MeerKAT64_4h10s_dec-30_1400MHz_1ch/MeerKAT64_4h10s_dec-30_1400MHz_1ch-uvcov.png'
2014/10/21 22:12:38 ERROR: Exception raised, aborting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment