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

Measurement sets: FLAG_ROW column of ANTENNA table is unutilised #20

Open
cjordan opened this issue Oct 11, 2022 · 0 comments
Open

Measurement sets: FLAG_ROW column of ANTENNA table is unutilised #20

cjordan opened this issue Oct 11, 2022 · 0 comments

Comments

@cjordan
Copy link
Contributor

cjordan commented Oct 11, 2022

At present, there is no unambiguous way to know if a main table row (which contains data for a baseline) is completely flagged because one of its tiles is flagged, or if the timestep is flagged. Therefore, in hyperdrive, I must consider all tiles as unflagged, even though Birli correctly flags baselines containing a flagged tile.

One hopefully neat way to improve this situation is to use the FLAG_ROW column of the ANTENNA table. Perhaps to match cotter's behaviour, this is always false, but I don't see the harm in allowing these values to be true. If this happens, then hyperdrive is able to unambiguously detect flagged tiles and use less memory for its operations with these MSs.

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