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

Receptor angles may not be incorporated correctly for multi-spw data #312

Open
JSKenyon opened this issue Nov 10, 2023 · 0 comments
Open
Assignees

Comments

@JSKenyon
Copy link
Collaborator

Describe the bug
This is a bit of an edge case I uncovered while pursuing a different bug. Currently, QC presumes that each antenna is associated with exactly one row of the FEED table. This is not necessarily true as the FEED table has a SPECTRAL_WINDOW_ID column i.e. there may be more rows than anticipated. This can make the application of the parallactic angle fail spectacularly.

Data description (if applicable)
The data comes from the casa imaging tutorial: https://casaguides.nrao.edu/index.php?title=VLA_CASA_Imaging-CASA6.5.2

To Reproduce
Simply run QC on the above data and set input_model.apply_p_jones=True. Note that this is not in any way sensible as this is single correlation data, but it does expose the problem.

Expected behavior
Parallactic angle (which includes the receptor angles) should function regardless of the structure of the FEED table.

Version
main

@JSKenyon JSKenyon self-assigned this Nov 10, 2023
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