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

Make export to UVFits work with non-constant receptor angles #1341

Merged
merged 1 commit into from Apr 2, 2024

Conversation

tammojan
Copy link
Contributor

Implemented by Dirk Petry (@petry)

Fixes #1340

@dpetry
Copy link
Contributor

dpetry commented Mar 26, 2024

@tammojan , looks like the MacOS failure is not related to the actual code change ...

@tammojan
Copy link
Contributor Author

@tammojan , looks like the MacOS failure is not related to the actual code change ...

Agree. Not the first time we have to babysit the MacOS build. In the meantime, this build failure should not delay fixing your issue. Do you have a volunteer to review this change?

@dpetry
Copy link
Contributor

dpetry commented Mar 26, 2024

@kettenis , hi, would you mind reviewing this little adjustment? It downgrades the reaction to a potential problem
in the MS-to-UVFITS (not FITS-IDI) translation of the FEED table from an exception to a Warning.
The warning text explains it.

@dpetry
Copy link
Contributor

dpetry commented Mar 26, 2024

@tammojan , not sure if Mark (Kettenis) is actually entitled to do a review. Is he? If not, could you pick a different reviewer?

@dpetry dpetry requested review from aroffringa and apschoenmakers and removed request for aroffringa March 27, 2024 15:35
}
catch (const std::exception& x) {
os << LogOrigin("MSFitsOutput", __func__)
<< LogIO::WARN << "Receptor Angles in FEED table are not constant for antenna " << antnum
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

constant in time?

@dpetry dpetry merged commit 7ebb89f into master Apr 2, 2024
12 of 13 checks passed
@dpetry dpetry deleted the msfitsreceptorangles branch April 2, 2024 10:10
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

Successfully merging this pull request may close these issues.

MSFits: non-constant receptor angles in MS FEED table prevent export to UV FITS
3 participants