openspec: atmospheric-measurement-propagation — refraction + ionospheric delay biases with correction hooks (proposal + design + specs + tasks) - #144
Conversation
… design + specs + tasks) The last propagation-tier change: deterministic atmospheric measurement biases for microwave radar — Bean-Dutton exponential-profile refraction (elevation bending + excess range, 4/3-Earth cheap tier + cross-check, explicit low-elevation validity floor) and ionospheric group delay (K*STEC/f^2, thin-shell obliquity, configured VTEC only, Chapman->VTEC bridge to the OTHR machinery) — plus inverse-model correction hooks at the RAE->Cartesian seam with measured residual-honesty bounds, opt-in bias application in synthetic generation (default OFF, benchmarks bitwise-invariant), and the falsifiability demonstration: biased truth + uncorrected tracker degrades MOTP/ANEES measurably, corrections recover — the eval-consistency layer catching a physics-modeling gap. Validation is component-level with fetched published values (no python fixture generator — recorded deliberately in the design). openspec validate --all --strict: 46/46. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change adds an OpenSpec proposal for atmospheric measurement propagation, covering tropospheric refraction, ionospheric delay, opt-in biased measurement generation, inverse correction hooks, validation scenarios, benchmark invariance, and implementation tasks. ChangesAtmospheric Measurement Propagation
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@openspec/changes/atmospheric-measurement-propagation/tasks.md`:
- Line 32: Update task 5.1’s documented OpenSpec validation command to include
the required --no-interactive flag, preserving the existing --all and --strict
options and all other gate commands unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 18ede1f3-7756-454c-a382-76f4cbcd010a
📒 Files selected for processing (7)
openspec/changes/atmospheric-measurement-propagation/.openspec.yamlopenspec/changes/atmospheric-measurement-propagation/design.mdopenspec/changes/atmospheric-measurement-propagation/proposal.mdopenspec/changes/atmospheric-measurement-propagation/specs/biased-measurement-generation/spec.mdopenspec/changes/atmospheric-measurement-propagation/specs/ionospheric-group-delay/spec.mdopenspec/changes/atmospheric-measurement-propagation/specs/tropospheric-refraction/spec.mdopenspec/changes/atmospheric-measurement-propagation/tasks.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|



Summary
OpenSpec change artifacts for
atmospheric-measurement-propagation— the fifth and final change of the propagation tier.Why
The microwave radar path models the atmosphere only as SNR loss (ITU-R P.676): range/elevation measurements carry zero refraction bending and zero ionospheric delay — synthetic truth is unphysically clean, and trackers never face the dominant real-world measurement-bias class.
What the change specifies
tropospheric-refraction(new): Bean–Dutton exponential-profile ray integral (deterministic fixed quadrature) for elevation bending + excess range, 4/3-Earth cheap tier with a mandatory cross-check band, explicit low-elevation validity floor, and corrections whose residual after mismatched-parameter correction is measured and bounded (corrections are models; the tests say how good)ionospheric-group-delay(new):K·STEC/f²with fetched constant provenance, thin-shell obliquity mapping, configured VTEC only (no space-weather ingestion), exact 1/f² and L/S/X-band magnitude tests, and a unit-checked Chapman→VTEC bridge to the existing OTHR machinery (which stays untouched)biased-measurement-generation(new): opt-in bias-then-noise application in synthetic radar generation, default OFF with bitwise benchmark invariance, and the demonstration the tier was building toward: biased truth + uncorrected tracker degrades MOTP/ANEES measurably; corrections at the RAE→Cartesian seam recover near-honest statistics — the eval-consistency gates catching a physics-modeling gap end-to-endDesign notes
tracker_noise_sigmaAPI/test-only precedent)openspec validate --all --strict: 46/46.🤖 Generated with Claude Code
Summary by CodeRabbit