Skip to content

Commit

Permalink
Force remove CATEGORY keyword from FLAG_CATEGORY
Browse files Browse the repository at this point in the history
It automatically gets add in the C++ ms layer.
See casacore/python-casacore#72 (comment)
for more information.
  • Loading branch information
sjperkins committed May 17, 2017
1 parent 2d66811 commit 43f27b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions katdal/ms_extra.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def dmspec(coldesc, tile_mem_limit=None):
dm_group = 'FlagCategory'
shape = [1, nchan, ncorr]
extra_table_desc["FLAG_CATEGORY"].update(options=4,
keywords={},
shape=shape, ndim=len(shape),
dataManagerGroup=dm_group,
dataManagerType='TiledColumnStMan')
Expand Down

0 comments on commit 43f27b9

Please sign in to comment.