Commit 050af22188362a14e5caf7d40af5cb886898239f

Authored by bmarechal
1 parent 7db5c07792
Exists in master

datalogger-gui: replace E with e for float conversion

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -61,6 +61,7 @@
61 61 meas = meas.replace(",", "\t")
62 62 meas = meas.replace(";", "\t")
63 63 meas = meas.replace("+", "")
  64 + meas = meas.replace("E", "e")
64 65  
65 66 string = "%f\t%f\t%s" % (epoch, mjd, meas)
66 67 self.data_file.write(string) # Write in a file