radio-astro-tools / casa-formats-io

Code to handle I/O from/to data in CASA format
Other
10 stars 7 forks source link

Simplify image_to_dask to internally just use Table API #21

Open astrofrog opened 3 years ago

astrofrog commented 3 years ago

At the moment, there is duplicate code between image_to_dask and what is in the Table API. We should simplify image_to_dask to just read in the table with Table API and return the correct (dask-ified) column.