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
- Host: GitHub
- URL: https://github.com/astrofrog/casa-astropy
- Owner: astrofrog
- Created: 2012-10-08T21:35:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T22:14:51.000Z (almost 14 years ago)
- Last Synced: 2025-01-04T03:40:50.925Z (over 1 year ago)
- Size: 109 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)