ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

dask-ms convert doesn't support index_cols #176

Closed JSKenyon closed 2 years ago

JSKenyon commented 2 years ago

Description

dask-ms convert is really useful, but I think it would be more so if the user had control over the ordering of the output (particularly when converting from MS to another format as we may lose the ability to TAQL/reorder thereafter). This is already available in the xds_from_ms functions so it may be as simple as exposing it once #175 is resolved.

Apologies if this should have been a discussion @sjperkins - feel free to migrate it.

JSKenyon commented 2 years ago

Closed by #194.