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

lib/world_magnetic_model: add constants for min/max/mean/median field strength #21907

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

dagar
Copy link
Member

@dagar dagar commented Jul 28, 2023

  • add comments for blackout zone warnings
  • reduce unnecessary precision in generated tests

static constexpr float WMM_STRENGTH_MIN_GS = 22.3; // latitude: -30, longitude: -60
static constexpr float WMM_STRENGTH_MAX_GS = 66.9; // latitude: -60, longitude: 140
static constexpr float WMM_STRENGTH_MEAN_GS = 46.4;
static constexpr float WMM_STRENGTH_MEDIAN_GS = 48.8;

… strength

 - add comments for blackout zone warnings
 - reduce unnecessary precision in generated tests
@dagar dagar merged commit 95b3005 into main Jul 28, 2023
84 of 86 checks passed
@dagar dagar deleted the pr-world_magnetic_model_blackout_zone_comments branch July 28, 2023 21:14
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.

None yet

1 participant