From 20c2c53a734fbd6f364e87207296c8780af110ef Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 14:20:30 -0400 Subject: [PATCH] Update auto-tune.py fix format --- groundstation/auto-tune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/auto-tune.py b/groundstation/auto-tune.py index 1cb62950..0e909a24 100644 --- a/groundstation/auto-tune.py +++ b/groundstation/auto-tune.py @@ -83,7 +83,7 @@ if __name__ == "__main__": offset = (np.argmax(x)*(150e3 - 10e3)/(9770 - 709)) freq_max = center_frequency + offset - print(f" {:.0f} {.2f}".format(freq_max, max_value) + print(f" {freq_max:.0f} {max_value:.2f}") #print(f"The minimum signal is {min_value} at frequency {freq_min}") #print(min_value)