An open API service indexing awesome lists of open source software.

https://github.com/astrofrog/casa-astropy

Experimental code for linking CASA and Astropy
https://github.com/astrofrog/casa-astropy

Last synced: 4 months ago
JSON representation

Experimental code for linking CASA and Astropy

Awesome Lists containing this project

README

          

About
=====

This is a directory containing experimental code to convert between CASA
and Astropy objects.

Example
=======

CASA <1>: ia.open("testcube.fits")
Out[1]: True

CASA <2>: d = nddata_casa2astropy(ia)

CASA <3>: d.wcs
Out[3]:

CASA <4>: d.data.shape
Out[4]: (128, 128, 50, 1)