From eb5d4e2f45a24bcc5f51430aa510155e49c60960 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 7 Feb 2025 17:26:12 -0500 Subject: [PATCH] Update fc_block_decode.py added &> --- 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 8e247734..9b781a62 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -64,7 +64,7 @@ if __name__ == "__main__": print("File error") # try: filename = "image_file" + str(image_count) + "." + str(image_index) + ".jpeg" - system("/home/pi/ssdv/ssdv -d -J image_file " + filename + " > ssdv_output") + system("/home/pi/ssdv/ssdv -d -J image_file " + filename + " &> ssdv_output") # process = subprocess.run(["/home/pi/ssdv/ssdv","-d","-J", "image_file", filename], text=True) # print("\n\n RESULT: \n") # print(process)