Clean x2s5827 probe csv

This commit is contained in:
Cal Wing 2024-10-16 19:59:49 +10:00
parent 321fc27dbb
commit a95399fb04
2 changed files with 4 additions and 5 deletions

View File

@ -7677,6 +7677,4 @@ second,Volt,Volt,Volt
+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.3973958E-03,-32.6240441E-03,+1.7996095E-03,+4.9947989305E+00
+2.3980469E-03,-32.6240441E-03,+3.0558911E-03,+4.9922863674E+00
+2.3986979E-03,,,
+2.3993490E-03,,,
+2.3980469E-03,-32.6240441E-03,+3.0558911E-03,+4.9922863674E+00
1 x-axis 1 2 4
7677 +2.3960937E-03 -30.1114813E-03 +1.2955536E-03 +4.9963188130E+00
7678 +2.3967448E-03 -31.1195928E-03 +1.2955536E-03 +4.9988159450E+00
7679 +2.3973958E-03 -32.6240441E-03 +1.7996095E-03 +4.9947989305E+00
7680 +2.3980469E-03 -32.6240441E-03 +3.0558911E-03 +4.9922863674E+00
+2.3986979E-03
+2.3993490E-03

View File

@ -25,7 +25,8 @@ DATA_INFO = "_info.yaml"
data_to_load = [
"x2s5823",
"x2s5824"
"x2s5824",
"x2s5827"
]
data = {}
@ -86,7 +87,7 @@ print("Loaded Data")
foo = data[loaded_data[0]]["x2"][0]
bar = foo[:]
bar = foo[:].seconds
baz = bar[0]
print(foo)