casangi / xradio

Xarray Radio Astronomy Data IO
Other
9 stars 5 forks source link

support writing xds with numpy data vars to casa images #117

Closed dmehring closed 6 months ago

dmehring commented 6 months ago

Writing xarray.Datasets to casa images currently fails (in an unfriendly way) when at least one of the data variables is a numpy array. The code is expecting dask arrays. However, this is unnecessarily constraining and since it is easy to create xr.Datasets using the xradio.image.make* methods and to attach numpy arrays as data variables to them, xradio.image.write_image() should support writing xarray.Datasets to CASA images even if they contain numpy arrays rather than dask arrays.