Skip to content

Commit

Permalink
uvw -> uvw_label in the MSv2ColumnSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 9, 2024
1 parent 43da771 commit 5f6709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray_ms/backend/msv2/main_dataset_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MSv2ColumnSchema:
"INTEGRATION_TIME": MSv2ColumnSchema("INTERVAL", (), np.nan, QuantityCoder),
"TIME_CENTROID": MSv2ColumnSchema("TIME_CENTROID", (), np.nan, TimeCoder),
"EFFECTIVE_INTEGRATION_TIME": MSv2ColumnSchema("EXPOSURE", (), np.nan, QuantityCoder),
"UVW": MSv2ColumnSchema("UVW", ("uvw",), np.nan, None),
"UVW": MSv2ColumnSchema("UVW", ("uvw_label",), np.nan, None),
"FLAG": MSv2ColumnSchema("FLAG", ("frequency", "polarization"), 1, None),
"VISIBILITY": MSv2ColumnSchema(
"DATA", ("frequency", "polarization"), np.nan + np.nan * 1j, None
Expand Down

0 comments on commit 5f6709f

Please sign in to comment.