radio-astro-tools / casa-formats-io

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

Ensure that all Table columns are lazy loaded as dask arrays #20

Open astrofrog opened 3 years ago

astrofrog commented 3 years ago

At the moment, the Table API forces all the data to be loaded into memory, but we should ideally make sure that each column is loaded as a dask array that can then delay the actual I/O until the data is actually needed.