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

Add normalization bool parameter to visibility calculations #43

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tgross03
Copy link
Contributor

@tgross03 tgross03 commented Nov 13, 2024

Depending on the application of the simulated data it is or isn't necessary to multiply the visibility values by a factor of 0.5.

  • added optional normalize parameter to pyvisgen.visibility.vis_loop to decide whether to apply the normalization (default: True)

@tgross03 tgross03 requested review from Kevin2 and aknierim November 13, 2024 09:16
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.29%. Comparing base (94fe38f) to head (968625f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   86.28%   86.29%   +0.01%     
==========================================
  Files          13       13              
  Lines         853      854       +1     
==========================================
+ Hits          736      737       +1     
  Misses        117      117              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant