Browse Source

Fixed small bug in batch_process_metadata_ekf.py

sbg
Angel 6 years ago committed by Beat Küng
parent
commit
7097c0a1b8
  1. 4
      Tools/ecl_ekf/batch_process_metadata_ekf.py

4
Tools/ecl_ekf/batch_process_metadata_ekf.py

@ -167,8 +167,8 @@ if (len(result1) > 0 and len(result2) > 0): @@ -167,8 +167,8 @@ if (len(result1) > 0 and len(result2) > 0):
plt.xlabel("mag_test_mean")
plt.ylabel("Frequency")
pp.savefig()
plt.close(1)
pp.savefig()
plt.close(1)
# Velocity Sensor (GPS)
temp = np.asarray([population_data[k].get('vel_test_max') for k in found_keys])

Loading…
Cancel
Save