Update fc_block_decode.py csv under images

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 02805b1b85
commit 1f90b0de69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,7 +56,7 @@ with open(html_dir + "index.html", "w+") as html_file:
html_file.write(telem_string) html_file.write(telem_string)
html_file.write(foot_string) html_file.write(foot_string)
with open(html_dir + "telem.csv.txt", "w+") as csv_file: with open(html_dir + "/images/telem.csv.txt", "w+") as csv_file:
csv_file.write(csv_format) csv_file.write(csv_format)
image_id = 256 # set illegal image ID for null # random.randint(0, 255) image_id = 256 # set illegal image ID for null # random.randint(0, 255)
@ -169,7 +169,7 @@ if __name__ == "__main__":
frequency_string, errors = " ", 0 frequency_string, errors = " ", 0
tlm_string = fstr(csv_format) tlm_string = fstr(csv_format)
with open(html_dir + "telem.csv.txt", "a") as csv_file: with open(html_dir + "/images/telem.csv.txt", "a") as csv_file:
csv_file.write(tlm_string) csv_file.write(tlm_string)

Loading…
Cancel
Save

Powered by TurnKey Linux.