Open astrofrog opened 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.
image_to_dask
At the moment, there is duplicate code between
image_to_dask
and what is in the Table API. We should simplifyimage_to_dask
to just read in the table with Table API and return the correct (dask-ified) column.