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
' 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: