Update fc_block_decode.py reset image_index at end of image

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent e7f53aee7f
commit 6646b25810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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")

Loading…
Cancel
Save

Powered by TurnKey Linux.