From 81f428db9fb79a4c69a77806b56aeef5d946b11f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 18 Jun 2026 16:06:56 -0400 Subject: [PATCH] Update transmit.py change to doppler_table --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 4c063826..524d5a53 100644 --- a/transmit.py +++ b/transmit.py @@ -1181,7 +1181,7 @@ if __name__ == "__main__": relative_time = time.perf_counter() - start_time index = int(relative_time/10) - table_row = iss_doppler_table[index] + table_row = doppler_table[index] rx_doppler_shift_hz = table_row["doppler_434_khz"] * 1000 tx_doppler_shift_hz = table_row["doppler_144_khz"] * 1000