From 6646b258108d5ba7ef88ab8a0bf9667ce3379888 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 6 Feb 2025 22:36:47 -0500 Subject: [PATCH] Update fc_block_decode.py reset image_index at end of image --- groundstation/fc_block_decode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index ffc3a0f5..605b16f4 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -77,5 +77,6 @@ if __name__ == "__main__": print("Image count: ") print(image_count) image_count = (image_count + 1) % 256 + image_index = 0 else: print("Unknown Sat Id or Frame")