radio-astro-tools / radio-beam

A simple toolkit for reading and manipulating beams from astrophysical radio spectral data cubes.
https://radio-beam.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

Add loading from a CASA image #42

Closed e-koch closed 8 years ago

e-koch commented 8 years ago

Converted NGC0925.bima.mmom0 into a CASA image for added test.

keflavich commented 8 years ago

For the test data, maybe we should zip the .mom0 file so that git doesn't try to track it as code but leaves it as a binary? Then extract it during testing? Can use the tarfile package for that.

e-koch commented 8 years ago

Good point. The CASA image gets extracted in the test now. And it passes locally.

e-koch commented 8 years ago

@keflavich -- good to merge?