ratt-ru / simms

Creates empty measurement sets using the the CASA simulate tool.
GNU General Public License v2.0
7 stars 8 forks source link

Can't read FLAG_CATEGORY column #6

Closed modhurita closed 9 years ago

modhurita commented 9 years ago

There is something wrong with the FLAG_CATEGORY column; it seems to exist in the simulated MS, but I can't open it:

In [53]: t.getcol('FLAG_CATEGORY')

RuntimeError Traceback (most recent call last)

in () ----> 1 t.getcol('FLAG_CATEGORY') /usr/lib/python2.7/dist-packages/pyrap/tables/table.pyc in getcol(self, columnname, startrow, nrow, rowincr) 854 # i = inx* 855 # except: --> 856 return self._getcol (columnname, startrow, nrow, rowincr) 857 858 def getvarcol (self, columnname, startrow=0, nrow=-1, rowincr=1): RuntimeError: Table DataManager error: Invalid operation: TSM: no array in row 0 of column FLAG_CATEGORY in /home/mitra/SimTest/VLA-C.MS/table.f8
SpheMakh commented 9 years ago

I doubt this something I can fix here. The problem probably lies deep in CASA.