-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mutual coupling fix #248
Mutual coupling fix #248
Conversation
The Jones matrix reordering step was fixed so that the shapes used in calculation are (n_directions, n_freqs, n_feeds, n_axes). Prior to this, the last two axes were swapped. The overall scaling of the coupling coefficients was also not updated correctly when the calculation was updated a few commits ago--it was scaled by the frequency rather than the wavelength. This has been fixed.
Make things work again after changing the simulation routine.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Just seeing if this will fix the annoying poetry error when building the linter.
for more information, see https://pre-commit.ci
Codecov ReportBase: 96.52% // Head: 96.55% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #248 +/- ##
==========================================
+ Coverage 96.52% 96.55% +0.03%
==========================================
Files 24 24
Lines 3019 3046 +27
==========================================
+ Hits 2914 2941 +27
Misses 105 105
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…ra_sim into mutual_coupling_fix
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good to me! Thanks @r-pascua for all the hard work.
It should only have one factor of omega_p. Also improved the class documentation.
This PR updates the mutual coupling simulation routine to correctly use the provided
UVBeam
objects. See this memo for details.