For block 1631552188, the receivers are m000h, m000v, m013h, m013v, m032h, m032v, m037h, m037v, m063h, m063v.
From museek-stdout.log, the flagging summary is:
--> Running AntennaFlaggerPlugin...
Visibility, flag and weight data is already loaded.
Visibility, flag and weight data is already loaded.
Outliers: flagged antenna m013.
Outliers: flagged antenna m037.
Outliers: flagged antenna m013.
The ones working are i_recv = 0,1,4.
For i_recv=2,3, the error is IndexError: list index out of range, while for i_recv=5 and beyond the error is IndexError: index 5 is out of bounds for axis 2 with size 5.
While using
all antennas are not plotting.
For block
1631552188
, the receivers arem000h, m000v, m013h, m013v, m032h, m032v, m037h, m037v, m063h, m063v
.From
museek-stdout.log
, the flagging summary is:The ones working are
i_recv = 0,1,4
.For
i_recv=2,3
, the error isIndexError: list index out of range
, while fori_recv=5
and beyond the error isIndexError: index 5 is out of bounds for axis 2 with size 5
.