Update fc_block_decode.py add link to all images

fc-7
Alan Johnston 10 months ago committed by GitHub
parent a896c45f1e
commit aef6b16e7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ ssdv = "/home/pi/ssdv/ssdv -d -J "
head_string = '<HEAD><meta http-equiv="refresh" content="5"></HEAD>\n<HTML>\n<H2>FunCube CubeSatSim Telemetry</H2>' + \
'<p><pre> <img height="256" width="320" src="' + image + '.jpeg"><br>'
foot_string = "</HTML>"
foot_string = "<A HREF="images" target="_blank"> All images </a></HTML>"
telem_string_format = " Image: {image_id:3d} count: {image_count:2d}<p>" + \
" Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}<p>" + \
" Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}<p>" + \

Loading…
Cancel
Save

Powered by TurnKey Linux.