From f517f14cd27b8e5d7b41721fcbc37ab60182352b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 9 Feb 2025 10:45:19 -0500 Subject: [PATCH] Update fc_block_decode.py more --- 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 23f9fcad..ebb02627 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -37,7 +37,7 @@ telem_string_format = " Image: {image_id:3d} count: {image_count:2d}

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

" + \ " Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}

" + \ - "         Seq: {sequence:d} {frame_type} frames: {frame_count:d}" + "                 Seq: {sequence:d} {frame_type} frames: {frame_count:d}" telem_string = fstr(telem_string_format) with open(html_dir + "index.html", "w") as html_file: html_file.write(head_string)