Clean x2s5827 probe csv
This commit is contained in:
parent
321fc27dbb
commit
a95399fb04
@ -7677,6 +7677,4 @@ second,Volt,Volt,Volt
|
|||||||
+2.3960937E-03,-30.1114813E-03,+1.2955536E-03,+4.9963188130E+00
|
+2.3960937E-03,-30.1114813E-03,+1.2955536E-03,+4.9963188130E+00
|
||||||
+2.3967448E-03,-31.1195928E-03,+1.2955536E-03,+4.9988159450E+00
|
+2.3967448E-03,-31.1195928E-03,+1.2955536E-03,+4.9988159450E+00
|
||||||
+2.3973958E-03,-32.6240441E-03,+1.7996095E-03,+4.9947989305E+00
|
+2.3973958E-03,-32.6240441E-03,+1.7996095E-03,+4.9947989305E+00
|
||||||
+2.3980469E-03,-32.6240441E-03,+3.0558911E-03,+4.9922863674E+00
|
+2.3980469E-03,-32.6240441E-03,+3.0558911E-03,+4.9922863674E+00
|
||||||
+2.3986979E-03,,,
|
|
||||||
+2.3993490E-03,,,
|
|
|
5
main.py
5
main.py
@ -25,7 +25,8 @@ DATA_INFO = "_info.yaml"
|
|||||||
|
|
||||||
data_to_load = [
|
data_to_load = [
|
||||||
"x2s5823",
|
"x2s5823",
|
||||||
"x2s5824"
|
"x2s5824",
|
||||||
|
"x2s5827"
|
||||||
]
|
]
|
||||||
|
|
||||||
data = {}
|
data = {}
|
||||||
@ -86,7 +87,7 @@ print("Loaded Data")
|
|||||||
|
|
||||||
|
|
||||||
foo = data[loaded_data[0]]["x2"][0]
|
foo = data[loaded_data[0]]["x2"][0]
|
||||||
bar = foo[:]
|
bar = foo[:].seconds
|
||||||
baz = bar[0]
|
baz = bar[0]
|
||||||
|
|
||||||
print(foo)
|
print(foo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user