diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 39b35dda..ee9b3ed0 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -38,13 +38,13 @@ system("sudo rm " + image_dir + image) #system("cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg " + html_dir + "image_file.jpeg") -head_string = '\n\n

FunCube CubeSatSim Telemetry

' + \ - '

  
All images ' +head_string = 'FunCube CubeSatSim Telemetry\n\n

FunCube CubeSatSim Telemetry

' + \ + '

  
All images
' foot_string = '' telem_string_format = " Image: {image_id:3d} count: {image_count:2d}

" + \ " Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}

" + \ " Ix(mA): {Ix:5d} Iy(mA): {Iy:5d} Iz(mA): {Iz:5d}

" + \ - " Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}

" + \ + " Vbat(mV): {Vb:5d} Ibat(mA): {Ib:5d}

" + \ " Freq: {frequency:10.1f} errors: {errors} Seq: {sequence:d} {frame_type} frames: {frame_count:d}" label_string = " frm, freq off, err, h, seq, frame, img, c, Vx, Vy, Vz, Ix, Iy, Iz, Vb, Ib " label_string_html = label_string.replace(" "," ")