From ad463a11b256f90d07c41be33e91026f293cbd9f Mon Sep 17 00:00:00 2001
From: Alan Johnston
Date: Sun, 9 Feb 2025 09:02:55 -0500
Subject: [PATCH] Update fc_block_decode.py add frame type and count
---
groundstation/fc_block_decode.py | 35 +++++++++++++++++++-------------
1 file changed, 21 insertions(+), 14 deletions(-)
diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py
index 619fb30b..ea2efe2d 100644
--- a/groundstation/fc_block_decode.py
+++ b/groundstation/fc_block_decode.py
@@ -28,20 +28,24 @@ Iy = 0
Iz = 0
Ic = 0
Ib = 0
+frame_count = 0
+frame_type = " "
head_string = '\n\nFunCube CubeSatSim Telemetry
' + \
' 
'
-foot_string = "
\n"
-telem_string = f"\nSequence number: {sequence:5d} Image ID: {image_id:3d} count: {image_count:2d}" + \
+foot_string = "