Conversation
Add complete ionospheric profile modeling capabilities including: - CCIR/URSI coefficient maps (FourierMaps) - E/F1/F2/Es layer parameter calculations - Electron density profile modeling - Ionogram generation - True and virtual height calculations - Penetration angle calculations New modules: - fourier_maps.py: CCIR/URSI data loading and interpolation - ionospheric_profile.py: Electron density and ionogram modeling - layer_parameters.py: Layer parameter computation Features: - Load and interpolate monthly coefficient files - Compute critical frequencies (foE, foF1, foF2, foEs) - Model electron density vs height profiles - Calculate true and virtual heights for any frequency - Generate ionograms with E, F1, and F2 layer cusps - Compute penetration angles for oblique propagation - Support seasonal and solar cycle variations Testing: - Comprehensive test suite with 20+ tests - Integration tests for full workflow - Validation against expected ionospheric values Version: 0.3.0 (60% complete)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add complete ionospheric profile modeling capabilities including:
New modules:
Features:
Testing:
Version: 0.3.0 (60% complete)