Fix polar plot trajectory to only show during active passes

The trajectory line now only appears when the satellite is currently
making the selected pass, fixing the confusing mismatch between the
predicted path and real-time position.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
James Smith
2025-12-22 18:00:20 +00:00
parent 9a4a629427
commit d4c1ce2040
2 changed files with 36 additions and 17 deletions
+12
View File
@@ -0,0 +1,12 @@
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Committer: James Smith <jsmith@Jamess-MBP.Home>
#
# On branch main
# Your branch is up to date with 'origin/main'.
#
# Changes to be committed:
# modified: intercept.py
#