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

440 implement aperture efficiency calculations #443

Merged
merged 29 commits into from
Jan 11, 2025

Conversation

mpound
Copy link
Collaborator

@mpound mpound commented Jan 4, 2025

This PR includes the calculation and testing of aperture efficiency, surface error, gain correction as function of zenith distance. New class BaseGainCorrection is an abstract base class to be used by telescope specific gain correction classes, GBTGainCorrection is the GBT-specific class. Important coefficients and constants are stored in an ASCII configuration file. Test code is in test_gaincorrection.py

This PR also includes a new dysh/conf directory where configuration tables are to be stored. (The first is the gain correction table). util code gets the conf path: get_project_configuration()

Not included in this PR is any change to the calibration routines to use these classes.

@mpound mpound linked an issue Jan 4, 2025 that may be closed by this pull request
@mpound mpound marked this pull request as draft January 4, 2025 00:51
@mpound mpound marked this pull request as ready for review January 5, 2025 18:43
@mpound mpound requested a review from astrofle January 5, 2025 18:43
Copy link
Collaborator

@astrofle astrofle left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks Marc.

@mpound mpound merged commit 9221fe4 into main Jan 11, 2025
11 checks passed
@mpound mpound deleted the 440-implement-aperture-efficiency-calculations branch January 11, 2025 04:37
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.

implement aperture efficiency calculations
2 participants