From d67f8639ce84340f7b3d95789b2a949c6d2e5c7d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 9 Feb 2025 14:27:36 -0500 Subject: [PATCH] Update fc_block_decode.py fix " --- 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 f981389a..654dfda3 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -33,7 +33,7 @@ ssdv = "/home/pi/ssdv/ssdv -d -J " head_string = '\n\n

FunCube CubeSatSim Telemetry

' + \ '

  
' -foot_string = " All images " +foot_string = ' All images ' telem_string_format = " Image: {image_id:3d} count: {image_count:2d}

" + \ " Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}

" + \ " Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}

" + \