You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
and have this work transparently.
The text was updated successfully, but these errors were encountered: