-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
should be
ms_dsl = xds_from_ms(
ms_path,
index_cols=["TIME", "ANTENNA1", "ANTENNA2"],
group_cols=["DATA_DESC_ID"],
taql_where="FIELD_ID=={field_id}"
chunks={"row": chunks }
)- It may also be worth considering multiple spectral window's. Otherwise, it doesn't make sense to query all of them and then only use one.
- Also need to check if resulting
xr.Datasethas aFIELD_IDattribute to make sure the data written correctly later on.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request