Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Table API #19

Open
astrofrog opened this issue Aug 19, 2021 · 0 comments
Open

Improve Table API #19

astrofrog opened this issue Aug 19, 2021 · 0 comments

Comments

@astrofrog
Copy link
Member

At the moment the Table API is clunky and requires an additional step to get from the casa table to an astropy table. In reality, we probably want a simple API like:

from astropy.table import Table
tab = Table.read('dataset.ms', format='casa')

and have this work transparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant