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

Some antenna table columns are not copied through to measurement set #25

Closed TariqBlecher closed 8 years ago

TariqBlecher commented 8 years ago

So the NAME and STATION columns of the antenna table used are not copied through to the MS subtable ANTENNA. I haven't check other columns from other subtables yet.

So for:

print pt.table(pt.table('simmstest/timetest2.MS/').getkeyword('ANTENNA')).getcol('NAME') print pt.table("simmstest/vlba_antenna/").getcol("NAME")

['', '', '', '', '', '', '', '', '', ''] ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']