meerklass / museek

A flexible and easy-to-extend data processing pipeline for multi-instrument autocorrelation radio experiments
GNU General Public License v3.0
3 stars 3 forks source link

Issue with plotting #48

Open aishrimc opened 1 year ago

aishrimc commented 1 year ago

While using

plot_time_ordered_data_map(right_ascension=data.right_ascension.get(recv=i_recv),
                           declination=data.declination.get(recv=i_recv),
                           visibility=data.visibility.get(recv=i_recv, freq=channel),
                           flags=data.flags.get(recv=i_recv, freq=channel),
                           grid_size=(100,100),
                           do_mask=True)

all antennas are not plotting.

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.