From 5c0122fbb2950e2fd690cfe49a86f4e970feab5b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 21 Feb 2025 16:29:32 -0500 Subject: [PATCH] Update fc_block_decode.py if not an image payload, don't set id to 256 --- 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 ce11711d..956cbbca 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -178,7 +178,7 @@ if __name__ == "__main__": html_file.write(foot_string) else: print("Payload not an image!") - image_id = 256 # set illegal image_id to force new image + # image_id = 256 # set illegal image_id to force new image else: print("Unknown Sat Id or Frame") sequence, image_id, image_count = 0, 0, 0