Update frequency.py add target_pass

master-bd
Alan Johnston 3 weeks ago committed by GitHub
parent 1c3549599f
commit ecee072272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -370,6 +370,10 @@ if (doppler_mode == 'off'):
if (doppler_mode == 'sim'):
print("Sim mode")
TARGET_PASS = 85 # Maximum elevation profile
doppler_table = iss_doppler_passes[TARGET_PASS]
print(f"Pass Max Elevation: {TARGET_PASS}°")
start_time = time.perf_counter()
current_index = 0;
while True:

Loading…
Cancel
Save

Powered by TurnKey Linux.