From 7e4109373017bf63deacaece2a05ba026467d8dd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 8 Feb 2025 12:14:58 -0500 Subject: [PATCH] Update fc_block_decode.py add

--- groundstation/fc_block_decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 7ac4bf76..26daf757 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -96,7 +96,7 @@ if __name__ == "__main__": filename = "/home/pi/fctelem/image_file" + str(image_id) + "." + str(image_count) + ".jpeg" system("/home/pi/ssdv/ssdv -d -J /home/pi/fctelem/image_file " + filename) system("cp " + filename + " /home/pi/CubeSatSim/groundstation/public_html/image_file.jpeg") - head_string = '\n\nFunCube CubeSatSim Telemetry\n

\n' + head_string = '\n\nFunCube CubeSatSim Telemetry\n

\n

' telem_string = "\nSequence number: " + str(sequence) + "\nImage ID: " + str(image_id) + " count: " + str(image_count) foot_string = "

\n" with open("/home/pi/CubeSatSim/groundstation/public_html/index.html", "w") as html_file: