Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with plotting #48

Open
aishrimc opened this issue May 24, 2023 · 0 comments
Open

Issue with plotting #48

aishrimc opened this issue May 24, 2023 · 0 comments

Comments

@aishrimc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant