diff --git a/2022-01-24-150110_1920x1080_scrot.png b/2022-01-24-150110_1920x1080_scrot.png new file mode 100644 index 0000000000000000000000000000000000000000..9e89a2a66e8fe188015c96ba661fa1520c0c68d8 Binary files /dev/null and b/2022-01-24-150110_1920x1080_scrot.png differ diff --git a/2022-01-24-150201_1920x1080_scrot.png b/2022-01-24-150201_1920x1080_scrot.png new file mode 100644 index 0000000000000000000000000000000000000000..f947508033d5c6f6764087cea0f3982ac75d7b66 Binary files /dev/null and b/2022-01-24-150201_1920x1080_scrot.png differ diff --git a/2022-01-24-150447_1920x1080_scrot.png b/2022-01-24-150447_1920x1080_scrot.png new file mode 100644 index 0000000000000000000000000000000000000000..b93cf53a8b7b52d4266d3e8ea4413240438f54de Binary files /dev/null and b/2022-01-24-150447_1920x1080_scrot.png differ diff --git a/2022-01-24-150500_1920x1080_scrot.png b/2022-01-24-150500_1920x1080_scrot.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0afe084a96fb5f6a0b226305313614db249296 Binary files /dev/null and b/2022-01-24-150500_1920x1080_scrot.png differ diff --git a/Ohmpi_4elec.py b/Ohmpi_4elec.py index 3919b2ceb684f3968430aa5ea90ec07f3c156500..e1038e6adb1db42c512fef6d24df09ff921bb309 100644 --- a/Ohmpi_4elec.py +++ b/Ohmpi_4elec.py @@ -12,7 +12,7 @@ print('\ \_/ / | | || | | || | _| |_') print(' \___/\_| |_/\_| |_/\_| \___/ ') print('\033[0m') print('OhmPi 4 elec start' ) -print('Vers: 1.00') +print('Vers: 1.01') print('Import library') @@ -24,6 +24,7 @@ from pandas import DataFrame from datetime import datetime from adafruit_mcp230xx.mcp23008 import MCP23008 from adafruit_mcp230xx.mcp23017 import MCP23017 +from termcolor import colored import digitalio from digitalio import Direction from gpiozero import CPUTemperature @@ -33,6 +34,8 @@ print(current_time.strftime("%Y-%m-%d %H:%M:%S")) hardware parameters """ R_shunt = 2# reference resistance value in ohm +Imax=4800/50/2 +print(colored(('The maximum current cannot be higher than ',Imax, 'mA'), 'red')) coef_p2 = 2.50# slope for current conversion for ADS.P2, measurement in V/V coef_p3 = 2.50 # slope for current conversion for ADS.P3, measurement in V/V offset_p2= 0 @@ -50,8 +53,8 @@ with open('ohmpi_param.json') as json_file: i2c = busio.I2C(board.SCL, board.SDA) #activation du protocle I2C mcp = MCP23008(i2c, address=0x20) #connexion I2C MCP23008, injection de courant -ads_current = ADS.ADS1115(i2c, gain=2/3,data_rate=860, address=0X48)# connexion ADS1115, pour la mesure de courant -ads_voltage = ADS.ADS1115(i2c, gain=2/3,data_rate=860, address=0X49)# connexion ADS1115, pour la mesure de voltage +ads_current = ADS.ADS1115(i2c, gain=2/3,data_rate=128, address=0X48)# connexion ADS1115, pour la mesure de courant +ads_voltage = ADS.ADS1115(i2c, gain=2/3,data_rate=128, address=0X49)# connexion ADS1115, pour la mesure de voltage #initialisation desvoie pour la polarité pin0 = mcp.get_pin(0) pin0.direction = Direction.OUTPUT diff --git a/measurement.csv b/measurement.csv index fd5a6c48dab17e78dfab90e47727afd84717d18d..17a00254f083416fbc7889bb5d606f0272393807 100644 --- a/measurement.csv +++ b/measurement.csv @@ -11416,3 +11416,825 @@ 0,2021-09-05 16:42:34.958600,1,2,3,4,4042.23,2475.72,11.23,220.39,-2.29,1,48.2,32.38,2 0,2021-09-05 16:43:09.410254,1,2,3,4,4042.51,2475.9,11.23,220.41,-0.59,1,47.71,32.38,2 0,2021-09-05 16:43:43.861220,1,2,3,4,4042.24,2476.36,11.23,220.58,-0.59,1,47.71,32.38,2 +0,2021-12-06 14:07:10.399738,1,2,3,4,269.03,1.0,0.1,9.7,-19.51,1,59.89,2.17,2 +0,2021-12-06 14:07:14.673588,1,2,3,4,270.07,-3.87,0.1,-37.76,-13.71,1,60.37,2.19,2 +0,2021-12-06 14:07:18.880732,1,2,3,4,269.31,1.93,0.1,19.37,-16.82,1,60.37,2.17,2 +0,2021-12-06 14:26:11.156041,1,2,3,4,284.06,-2302.1,10.44,-220.5,1.76,1,48.69,2.23,2 +0,2021-12-06 14:26:15.532069,1,2,3,4,288.68,-2304.21,10.44,-220.73,1.64,1,47.71,2.33,2 +0,2021-12-06 14:26:19.899250,1,2,3,4,284.82,-2303.39,10.44,-220.56,1.99,1,48.2,2.31,2 +0,2021-12-06 14:26:24.264741,1,2,3,4,287.0,-2304.09,10.44,-220.72,1.76,1,46.74,2.29,2 +0,2021-12-06 14:26:28.658653,1,2,3,4,284.09,-2303.57,10.43,-220.77,1.11,1,47.71,2.32,2 +0,2021-12-06 14:26:33.036697,1,2,3,4,286.55,-2304.15,10.43,-220.89,1.35,1,47.71,2.31,2 +0,2021-12-06 14:26:37.437190,1,2,3,4,288.8,-2304.68,10.44,-220.82,1.52,1,47.71,2.34,2 +0,2021-12-06 14:26:41.844161,1,2,3,4,288.4,-2304.21,10.44,-220.77,1.29,1,47.71,2.33,2 +0,2021-12-06 14:26:46.248922,1,2,3,4,288.73,-2304.04,10.44,-220.79,1.58,1,48.2,2.33,2 +0,2021-12-06 14:26:50.652652,1,2,3,4,288.5,-2304.97,10.44,-220.84,1.35,1,47.22,2.34,2 +0,2021-12-06 14:26:55.044600,1,2,3,4,284.14,-2304.62,10.43,-220.89,2.17,1,48.2,2.32,2 +0,2021-12-06 14:26:59.430472,1,2,3,4,283.79,-2304.45,10.44,-220.75,1.29,1,48.69,2.31,2 +0,2021-12-06 14:27:03.848375,1,2,3,4,288.41,-2304.56,10.44,-220.81,1.17,1,48.2,2.34,2 +0,2021-12-06 14:27:08.234084,1,2,3,4,284.23,-2304.39,10.43,-220.85,1.46,1,47.22,2.31,2 +0,2021-12-06 14:27:12.618080,1,2,3,4,291.18,-2304.5,10.44,-220.82,1.93,1,47.71,2.32,2 +0,2021-12-06 14:27:17.013422,1,2,3,4,287.8,-2304.74,10.43,-220.88,1.35,1,47.71,2.33,2 +0,2021-12-06 14:27:21.385885,1,2,3,4,288.2,-2304.09,10.44,-220.79,0.82,1,47.71,2.31,2 +0,2021-12-06 14:27:25.780572,1,2,3,4,288.34,-2304.45,10.44,-220.79,2.46,1,46.74,2.34,2 +0,2021-12-06 14:27:30.169290,1,2,3,4,286.67,-2304.56,10.43,-220.9,1.29,1,48.2,2.32,2 +0,2021-12-06 14:27:34.564279,1,2,3,4,290.51,-2305.09,10.44,-220.78,2.17,1,46.74,2.33,2 +0,2021-12-06 14:27:38.972133,1,2,3,4,285.11,-2305.09,10.43,-220.98,2.05,1,47.71,2.33,2 +0,2021-12-06 14:27:43.363023,1,2,3,4,284.24,-2304.8,10.44,-220.7,1.99,1,47.71,2.32,2 +0,2021-12-06 14:27:47.742514,1,2,3,4,288.16,-2304.21,10.44,-220.63,1.52,1,48.2,2.32,2 +0,2021-12-06 14:27:52.145969,1,2,3,4,288.37,-2304.21,10.44,-220.67,1.17,1,47.71,2.34,2 +0,2021-12-06 14:27:56.530594,1,2,3,4,288.46,-2303.86,10.44,-220.78,0.47,1,47.22,2.31,2 +0,2021-12-06 14:28:00.920821,1,2,3,4,288.51,-2304.45,10.44,-220.68,1.64,1,46.25,2.33,2 +0,2021-12-06 14:28:05.318919,1,2,3,4,285.73,-2304.21,10.44,-220.71,2.23,1,46.74,2.33,2 +0,2021-12-06 14:28:09.714926,1,2,3,4,285.33,-2304.56,10.44,-220.71,1.41,1,47.71,2.32,2 +0,2021-12-06 14:28:14.125129,1,2,3,4,288.23,-2304.04,10.44,-220.67,1.82,1,47.71,2.34,2 +0,2021-12-06 14:28:18.518066,1,2,3,4,281.74,-2304.74,10.44,-220.83,2.05,1,46.74,2.32,2 +0,2021-12-06 14:28:22.889886,1,2,3,4,288.8,-2301.57,10.44,-220.46,-1.0,1,47.71,2.31,2 +0,2021-12-06 14:28:27.287581,1,2,3,4,287.32,-2303.92,10.44,-220.66,1.11,1,47.71,2.33,2 +0,2021-12-06 14:28:31.669614,1,2,3,4,288.51,-2303.57,10.44,-220.7,2.64,1,47.71,2.31,2 +0,2021-12-06 14:28:36.070705,1,2,3,4,288.38,-2304.68,10.45,-220.64,2.11,1,48.2,2.34,2 +0,2021-12-06 14:28:40.440377,1,2,3,4,281.67,-2305.03,10.44,-220.87,1.76,1,48.2,2.31,2 +0,2021-12-06 14:28:44.828908,1,2,3,4,289.66,-2304.91,10.45,-220.67,1.64,1,48.69,2.32,2 +0,2021-12-06 14:28:49.241120,1,2,3,4,288.44,-2304.39,10.44,-220.67,1.46,1,48.2,2.34,2 +0,2021-12-06 14:28:53.622397,1,2,3,4,287.03,-2304.45,10.44,-220.72,1.52,1,47.71,2.31,2 +0,2021-12-06 14:28:58.023199,1,2,3,4,288.52,-2304.39,10.44,-220.75,1.58,1,47.71,2.34,2 +0,2021-12-06 14:29:02.433788,1,2,3,4,288.45,-2304.5,10.44,-220.71,1.7,1,47.22,2.33,2 +0,2021-12-06 14:29:06.815929,1,2,3,4,288.26,-2304.09,10.44,-220.72,1.76,1,49.17,2.32,2 +0,2021-12-06 14:29:11.211413,1,2,3,4,288.5,-2303.92,10.44,-220.72,2.05,1,48.69,2.34,2 +0,2021-12-06 14:29:15.616300,1,2,3,4,280.8,-2304.33,10.43,-220.83,1.64,1,47.22,2.32,2 +0,2021-12-06 14:29:19.959533,1,2,3,4,271.81,-2305.21,10.44,-220.86,1.82,1,47.71,2.28,2 +0,2021-12-06 14:29:24.365076,1,2,3,4,288.26,-2304.39,10.44,-220.78,2.05,1,47.71,2.34,2 +0,2021-12-06 14:29:28.747502,1,2,3,4,288.07,-2304.39,10.43,-220.85,1.7,1,48.2,2.32,2 +0,2021-12-06 14:29:33.128757,1,2,3,4,288.26,-2304.91,10.44,-220.83,2.11,1,47.71,2.32,2 +0,2021-12-06 14:29:37.517186,1,2,3,4,288.07,-2304.74,10.43,-220.87,1.0,1,48.2,2.31,2 +0,2021-12-06 14:29:41.910601,1,2,3,4,288.23,-2304.5,10.44,-220.75,1.46,1,47.22,2.33,2 +0,2021-12-06 14:29:46.310562,1,2,3,4,288.41,-2304.39,10.44,-220.64,1.35,1,47.22,2.34,2 +0,2021-12-06 14:29:50.681623,1,2,3,4,280.53,-2304.74,10.44,-220.76,1.93,1,47.71,2.3,2 +0,2021-12-06 14:29:55.075852,1,2,3,4,289.03,-2303.92,10.44,-220.63,1.0,1,47.22,2.32,2 +0,2021-12-06 14:29:59.465579,1,2,3,4,284.46,-2303.45,10.43,-220.78,-0.06,1,48.2,2.33,2 +0,2021-12-06 14:30:03.838844,1,2,3,4,280.38,-2304.91,10.43,-220.92,1.41,1,47.71,2.31,2 +0,2021-12-06 14:30:08.240125,1,2,3,4,288.13,-2304.5,10.44,-220.84,1.58,1,47.71,2.34,2 +0,2021-12-06 14:30:12.633229,1,2,3,4,288.2,-2305.09,10.43,-220.97,2.29,1,47.71,2.32,2 +0,2021-12-06 14:30:17.004754,1,2,3,4,288.55,-2303.92,10.44,-220.78,1.35,1,47.71,2.31,2 +0,2021-12-06 14:30:21.404530,1,2,3,4,288.2,-2304.97,10.44,-220.75,1.23,1,48.2,2.34,2 +0,2021-12-06 14:30:25.760693,1,2,3,4,274.32,-2304.45,10.44,-220.76,1.88,1,47.71,2.29,2 +0,2021-12-06 14:30:30.160784,1,2,3,4,288.64,-2304.27,10.44,-220.74,1.46,1,48.69,2.34,2 +0,2021-12-06 14:30:34.547958,1,2,3,4,280.29,-2304.68,10.44,-220.84,1.64,1,47.71,2.31,2 +0,2021-12-06 14:30:38.946745,1,2,3,4,288.46,-2304.62,10.44,-220.73,1.82,1,47.71,2.34,2 +0,2021-12-06 14:30:43.347523,1,2,3,4,288.09,-2304.21,10.44,-220.74,3.28,1,48.2,2.33,2 +0,2021-12-06 14:30:47.728627,1,2,3,4,288.0,-2303.86,10.44,-220.62,1.41,1,47.71,2.31,2 +0,2021-12-06 14:30:52.129492,1,2,3,4,288.55,-2304.74,10.44,-220.83,1.7,1,48.69,2.34,2 +0,2021-12-06 14:30:56.534761,1,2,3,4,288.58,-2304.33,10.44,-220.76,1.64,1,47.71,2.34,2 +0,2021-12-06 14:31:00.905353,1,2,3,4,282.84,-2305.27,10.44,-220.85,1.17,1,47.22,2.3,2 +0,2021-12-06 14:31:05.326441,1,2,3,4,288.36,-2304.86,10.44,-220.82,1.93,1,47.71,2.35,2 +0,2021-12-06 14:31:09.711278,1,2,3,4,281.87,-2303.45,10.44,-220.72,1.82,1,48.2,2.32,2 +0,2021-12-06 14:31:14.075233,1,2,3,4,278.08,-2304.8,10.44,-220.72,2.11,1,47.71,2.3,2 +0,2021-12-06 14:31:18.486792,1,2,3,4,288.66,-2304.15,10.44,-220.64,1.46,1,48.2,2.33,2 +0,2021-12-06 14:31:22.873847,1,2,3,4,288.59,-2304.74,10.44,-220.74,1.35,1,47.71,2.32,2 +0,2021-12-06 14:31:27.254173,1,2,3,4,288.51,-2303.92,10.43,-220.82,-2.52,1,48.69,2.32,2 +0,2021-12-06 14:31:31.629341,1,2,3,4,281.29,-2304.74,10.45,-220.6,0.76,1,47.22,2.32,2 +0,2021-12-06 14:31:36.030177,1,2,3,4,287.19,-2305.03,10.44,-220.74,1.41,1,47.71,2.34,2 +0,2021-12-06 14:31:40.432348,1,2,3,4,284.49,-2305.03,10.44,-220.84,1.76,1,48.69,2.33,2 +0,2021-12-06 14:31:44.813473,1,2,3,4,282.44,-2305.09,10.44,-220.88,1.7,1,48.2,2.32,2 +0,2021-12-06 14:31:49.205343,1,2,3,4,288.59,-2304.97,10.44,-220.82,1.93,1,47.71,2.33,2 +0,2021-12-06 14:31:53.618311,1,2,3,4,288.78,-2304.86,10.45,-220.65,1.7,1,47.71,2.34,2 +0,2021-12-06 14:31:58.007749,1,2,3,4,288.58,-2304.45,10.43,-220.85,0.82,1,49.17,2.32,2 +0,2021-12-06 14:32:02.416555,1,2,3,4,288.37,-2304.8,10.44,-220.7,1.88,1,48.2,2.34,2 +0,2021-12-06 14:32:06.823187,1,2,3,4,288.3,-2304.09,10.45,-220.58,1.76,1,47.71,2.34,2 +0,2021-12-06 14:32:11.206930,1,2,3,4,288.43,-2304.27,10.44,-220.74,1.23,1,48.2,2.31,2 +0,2021-12-06 14:32:15.600021,1,2,3,4,288.56,-2305.03,10.44,-220.8,1.64,1,48.69,2.33,2 +0,2021-12-06 14:32:19.981359,1,2,3,4,280.53,-2304.04,10.44,-220.76,2.05,1,47.22,2.31,2 +0,2021-12-06 14:32:24.360453,1,2,3,4,288.73,-2304.56,10.43,-220.91,1.88,1,48.2,2.32,2 +0,2021-12-06 14:32:28.757319,1,2,3,4,288.5,-2304.27,10.44,-220.68,1.46,1,47.22,2.33,2 +0,2021-12-06 14:32:33.129546,1,2,3,4,288.36,-2304.62,10.44,-220.81,1.46,1,47.22,2.31,2 +0,2021-12-06 14:32:37.529282,1,2,3,4,288.79,-2304.68,10.44,-220.68,1.29,1,48.69,2.34,2 +0,2021-12-06 14:32:41.916366,1,2,3,4,284.26,-2304.74,10.44,-220.84,0.76,1,48.2,2.32,2 +0,2021-12-06 14:32:46.295570,1,2,3,4,288.95,-2303.86,10.44,-220.64,1.29,1,48.2,2.32,2 +0,2021-12-06 14:32:50.712391,1,2,3,4,288.34,-2304.5,10.44,-220.67,1.0,1,47.71,2.35,2 +0,2021-12-06 14:32:55.082960,1,2,3,4,285.05,-2304.45,10.44,-220.77,1.76,1,48.69,2.31,2 +0,2021-12-06 14:32:59.471178,1,2,3,4,288.32,-2304.62,10.44,-220.75,1.23,1,48.69,2.33,2 +0,2021-12-06 14:33:03.884691,1,2,3,4,288.63,-2304.91,10.44,-220.87,1.99,1,48.2,2.34,2 +0,2021-12-06 14:33:08.318269,1,2,3,4,288.23,-2304.09,10.44,-220.74,1.88,1,48.2,2.31,2 +0,2021-12-06 14:33:12.703931,1,2,3,4,288.86,-2304.27,10.44,-220.79,1.11,1,48.69,2.33,2 +0,2021-12-06 14:33:17.103602,1,2,3,4,284.42,-2304.97,10.44,-220.75,1.23,1,48.69,2.33,2 +0,2021-12-06 14:33:21.478290,1,2,3,4,281.32,-2304.86,10.43,-220.91,1.58,1,48.2,2.31,2 +0,2021-12-06 14:33:25.802938,1,2,3,4,268.64,-2305.09,10.44,-220.88,1.58,1,48.2,2.25,2 +0,2021-12-06 14:52:15.998551,1,2,3,4,268.73,828.6,12.0,69.08,2.29,1,48.69,2.17,2 +0,2021-12-06 14:52:20.393812,1,2,3,4,284.44,828.89,12.0,69.07,1.76,1,48.2,2.32,2 +0,2021-12-06 14:52:24.758421,1,2,3,4,281.23,828.6,11.99,69.08,1.35,1,46.74,2.29,2 +0,2021-12-06 14:52:29.152309,1,2,3,4,288.85,827.95,12.0,69.0,0.94,1,48.2,2.33,2 +0,2021-12-06 14:52:33.542958,1,2,3,4,288.51,828.48,11.99,69.08,1.7,1,48.2,2.33,2 +0,2021-12-06 14:52:37.912006,1,2,3,4,288.73,828.48,12.0,69.03,1.35,1,48.2,2.31,2 +0,2021-12-06 14:52:42.322067,1,2,3,4,288.46,827.95,12.0,69.02,1.29,1,47.71,2.33,2 +0,2021-12-06 14:52:46.714004,1,2,3,4,288.52,827.49,11.99,69.04,1.05,1,48.2,2.32,2 +0,2021-12-06 14:52:51.114512,1,2,3,4,288.5,2304.5,10.43,220.87,1.93,1,48.2,2.34,2 +0,2021-12-06 14:52:55.514302,1,2,3,4,280.63,2303.74,10.43,220.81,1.52,1,48.69,2.32,2 +0,2021-12-06 14:52:59.876613,1,2,3,4,278.26,2304.68,10.44,220.74,1.88,1,48.2,2.29,2 +0,2021-12-06 14:53:04.285026,1,2,3,4,288.21,2304.45,10.44,220.76,1.64,1,48.2,2.33,2 +0,2021-12-06 14:53:08.663313,1,2,3,4,281.61,2303.74,10.42,221.01,0.82,1,48.2,2.31,2 +0,2021-12-06 14:53:14.578138,1,2,3,4,270.5,2305.03,10.44,220.84,1.64,1,50.15,2.21,2 +0,2021-12-06 14:53:18.978152,1,2,3,4,288.46,2304.15,10.43,220.91,1.7,1,49.17,2.33,2 +0,2021-12-06 14:53:23.356407,1,2,3,4,284.15,2304.09,10.43,220.91,1.64,1,49.17,2.31,2 +0,2021-12-06 14:53:27.735,1,2,3,4,287.0,2303.86,10.43,220.79,1.17,1,48.69,2.32,2 +0,2021-12-06 14:53:32.150264,1,2,3,4,287.38,2304.04,10.44,220.73,1.23,1,48.2,2.33,2 +0,2021-12-07 09:16:18.306972,1,2,3,4,271.05,-2305.21,10.44,-220.9,1.58,1,55.02,2.19,2 +0,2021-12-07 09:16:22.562999,1,2,3,4,269.9,-2305.21,10.44,-220.74,2.05,1,55.99,2.18,2 +0,2021-12-07 14:57:13.141638,1,2,3,4,288.62,-2303.57,10.43,-220.92,1.11,1,50.15,2.25,2 +0,2021-12-07 14:57:17.568566,1,2,3,4,288.63,-2304.62,10.43,-221.0,0.88,1,49.17,2.34,2 +0,2021-12-07 14:57:21.969594,1,2,3,4,288.58,-2303.51,10.43,-220.77,1.41,1,50.15,2.33,2 +0,2021-12-07 14:57:26.375486,1,2,3,4,288.79,-2302.92,10.43,-220.75,0.59,1,49.66,2.34,2 +0,2021-12-07 14:57:30.781803,1,2,3,4,288.58,-2303.57,10.43,-220.85,1.7,1,49.66,2.34,2 +0,2021-12-07 14:57:35.186583,1,2,3,4,288.49,-2304.39,10.43,-221.0,2.17,1,49.66,2.34,2 +0,2021-12-07 14:57:39.589991,1,2,3,4,288.42,-2304.27,10.43,-220.88,2.05,1,49.17,2.34,2 +0,2021-12-07 14:57:44.004302,1,2,3,4,288.58,-2304.68,10.43,-220.96,0.82,1,48.69,2.34,2 +0,2021-12-07 14:57:48.418186,1,2,3,4,288.36,-2304.15,10.43,-220.88,1.0,1,49.66,2.34,2 +0,2021-12-07 14:57:52.726782,1,2,3,4,275.47,-2303.27,10.43,-220.88,1.52,1,49.66,2.23,2 +0,2021-12-07 14:57:57.022051,1,2,3,4,282.38,-2304.45,10.43,-220.95,2.34,1,50.15,2.26,2 +0,2021-12-07 14:58:06.690607,1,2,3,4,395.08,-2303.8,10.43,-220.94,1.54,1,49.66,2.96,10 +0,2021-12-07 14:58:12.018528,1,2,3,4,404.23,-2303.85,10.43,-220.97,1.7,1,50.15,3.24,10 +0,2021-12-07 14:58:17.329381,1,2,3,4,396.31,-2303.78,10.43,-220.98,1.35,1,49.17,3.24,10 +0,2021-12-07 14:58:22.641390,1,2,3,4,404.13,-2303.91,10.42,-221.02,1.83,1,51.12,3.25,10 +0,2021-12-07 14:58:27.984915,1,2,3,4,403.99,-2304.18,10.43,-220.98,1.37,1,48.69,3.27,10 +0,2021-12-07 14:58:33.282025,1,2,3,4,405.89,-2303.25,10.43,-220.89,2.09,1,49.66,3.23,10 +0,2021-12-07 14:58:38.602173,1,2,3,4,404.15,-2303.39,10.43,-220.88,1.66,1,48.69,3.26,10 +0,2021-12-07 14:58:43.960695,1,2,3,4,412.31,-2303.89,10.43,-220.93,1.09,1,50.15,3.29,10 +0,2021-12-07 14:58:49.211202,1,2,3,4,399.83,-2303.65,10.43,-220.92,1.69,1,49.66,3.18,10 +0,2021-12-07 14:58:54.532705,1,2,3,4,388.78,-2303.82,10.42,-221.01,2.4,1,49.66,3.25,10 +0,2021-12-07 14:58:59.831671,1,2,3,4,391.38,-2303.86,10.43,-220.99,1.36,1,49.66,3.24,10 +0,2021-12-07 14:59:05.146983,1,2,3,4,404.86,-2303.45,10.42,-220.97,1.39,1,48.2,3.24,10 +0,2021-12-07 14:59:10.428298,1,2,3,4,405.39,-2303.67,10.43,-220.92,1.85,1,49.17,3.21,10 +0,2021-12-07 14:59:15.706337,1,2,3,4,394.17,-2303.79,10.42,-221.0,1.55,1,49.17,3.2,10 +0,2021-12-07 14:59:21.020645,1,2,3,4,405.48,-2303.6,10.43,-220.93,1.71,1,49.17,3.25,10 +0,2021-12-07 14:59:26.347154,1,2,3,4,406.75,-2303.59,10.43,-220.84,1.37,1,49.66,3.26,10 +0,2021-12-07 14:59:31.660113,1,2,3,4,409.53,-2303.82,10.43,-220.99,1.54,1,48.2,3.25,10 +0,2021-12-07 14:59:37.002388,1,2,3,4,403.77,-2303.79,10.43,-220.86,1.08,1,49.66,3.26,10 +0,2021-12-07 14:59:42.366015,1,2,3,4,412.18,-2303.61,10.43,-220.92,1.58,1,48.69,3.3,10 +0,2021-12-07 14:59:47.683246,1,2,3,4,395.3,-2303.18,10.43,-220.92,1.66,1,48.2,3.25,10 +0,2021-12-07 14:59:53.042303,1,2,3,4,405.98,-2303.34,10.43,-220.93,1.5,1,48.2,3.29,10 +0,2021-12-07 14:59:58.368868,1,2,3,4,401.48,-2303.52,10.43,-220.91,1.77,1,49.17,3.25,10 +0,2021-12-07 15:00:03.673693,1,2,3,4,409.06,-2303.16,10.43,-220.9,1.8,1,49.17,3.23,10 +0,2021-12-07 15:00:09.001694,1,2,3,4,400.93,-2303.06,10.43,-220.87,1.57,1,48.2,3.26,10 +0,2021-12-07 15:00:14.313934,1,2,3,4,400.23,-2302.98,10.43,-220.89,1.65,1,48.69,3.24,10 +0,2021-12-07 15:00:19.248230,1,2,3,4,396.74,-2304.02,10.43,-220.93,1.83,1,49.17,3.29,10 +0,2021-12-07 15:00:24.520204,1,2,3,4,393.81,-2303.58,10.43,-220.95,1.55,1,49.66,3.21,10 +0,2021-12-07 15:00:29.850995,1,2,3,4,409.17,-2303.06,10.43,-220.84,2.18,1,49.17,3.26,10 +0,2021-12-07 15:00:35.167767,1,2,3,4,401.12,-2303.26,10.43,-220.91,1.54,1,49.17,3.25,10 +0,2021-12-07 15:00:40.454363,1,2,3,4,396.98,-2303.34,10.43,-220.93,1.69,1,49.17,3.21,10 +0,2021-12-07 15:00:45.732583,1,2,3,4,403.74,-2303.7,10.42,-221.01,1.52,1,49.17,3.21,10 +0,2021-12-07 15:00:51.068585,1,2,3,4,409.0,-2303.39,10.43,-220.85,1.38,1,50.15,3.27,10 +0,2021-12-07 15:00:56.392338,1,2,3,4,406.05,-2303.6,10.43,-220.92,1.59,1,48.69,3.26,10 +0,2021-12-07 15:01:01.725644,1,2,3,4,410.36,-2303.79,10.42,-221.01,1.92,1,49.66,3.25,10 +0,2021-12-07 15:01:07.089680,1,2,3,4,408.16,-2303.14,10.43,-220.89,1.68,1,49.66,3.29,10 +0,2021-12-07 15:01:12.418613,1,2,3,4,393.84,-2303.6,10.43,-220.94,1.29,1,49.66,3.25,10 +0,2021-12-07 15:01:17.758781,1,2,3,4,398.33,-2303.94,10.43,-220.93,1.32,1,49.17,3.27,10 +0,2021-12-07 15:01:23.074977,1,2,3,4,382.72,-2303.16,10.42,-220.95,1.66,1,48.69,3.24,10 +0,2021-12-07 15:01:28.377382,1,2,3,4,402.79,-2303.36,10.42,-220.96,1.77,1,48.69,3.24,10 +0,2021-12-07 15:01:33.656658,1,2,3,4,396.2,-2303.39,10.43,-220.93,1.48,1,48.69,3.22,10 +0,2021-12-07 15:01:38.936563,1,2,3,4,397.54,-2303.87,10.43,-220.95,1.72,1,48.69,3.2,10 +0,2021-12-07 15:01:44.255500,1,2,3,4,405.93,-2303.24,10.43,-220.88,1.02,1,49.17,3.24,10 +0,2021-12-07 15:01:49.595459,1,2,3,4,406.84,-2303.48,10.43,-220.92,1.34,1,48.69,3.28,10 +0,2021-12-07 15:01:54.971755,1,2,3,4,405.76,-2303.44,10.43,-220.89,1.34,1,48.69,3.3,10 +0,2021-12-07 15:02:00.338599,1,2,3,4,413.13,-2303.53,10.43,-220.92,1.57,1,48.69,3.29,10 +0,2021-12-07 15:02:05.774650,1,2,3,4,442.09,-2303.57,10.43,-220.89,1.21,1,49.66,3.37,10 +0,2021-12-07 15:02:11.125540,1,2,3,4,404.15,-2304.05,10.43,-220.9,1.83,1,49.17,3.28,10 +0,2021-12-07 15:02:16.483090,1,2,3,4,403.83,-2303.33,10.43,-220.87,1.54,1,49.66,3.3,10 +0,2021-12-07 15:02:21.790118,1,2,3,4,403.99,-2303.17,10.42,-220.96,1.79,1,48.69,3.25,10 +0,2021-12-07 15:02:27.104924,1,2,3,4,401.8,-2303.18,10.43,-220.88,1.85,1,48.2,3.24,10 +0,2021-12-07 15:02:32.423176,1,2,3,4,401.83,-2303.65,10.43,-220.89,1.45,1,48.69,3.25,10 +0,2021-12-07 15:02:37.724138,1,2,3,4,403.18,-2303.48,10.43,-220.91,1.59,1,48.69,3.24,10 +0,2021-12-07 15:02:43.026663,1,2,3,4,400.62,-2303.2,10.43,-220.8,1.71,1,49.17,3.24,10 +0,2021-12-07 15:02:48.346715,1,2,3,4,403.83,-2303.02,10.43,-220.87,2.06,1,48.69,3.25,10 +0,2021-12-07 15:02:53.636341,1,2,3,4,402.31,-2303.29,10.43,-220.88,1.37,1,50.15,3.23,10 +0,2021-12-07 15:02:58.948620,1,2,3,4,402.52,-2303.65,10.43,-220.91,1.83,1,47.71,3.25,10 +0,2021-12-07 15:03:04.298105,1,2,3,4,404.4,-2303.87,10.43,-220.88,1.63,1,49.66,3.28,10 +0,2021-12-08 13:54:38.714623,1,2,3,4,380.63,11723.19,50.43,232.48,1.95,1,43.33,3.05,10 +0,2021-12-08 13:54:44.059691,1,2,3,4,411.21,11722.62,50.46,232.33,1.78,1,42.84,3.25,10 +0,2021-12-08 13:54:49.430185,1,2,3,4,405.98,11722.61,50.46,232.33,1.89,1,43.33,3.29,10 +0,2021-12-08 13:54:54.796322,1,2,3,4,409.55,11722.51,50.46,232.33,1.62,1,42.36,3.3,10 +0,2021-12-08 13:55:00.144265,1,2,3,4,405.95,11722.67,50.45,232.37,1.78,1,42.36,3.28,10 +0,2021-12-08 13:55:05.486487,1,2,3,4,404.39,11722.68,50.46,232.31,1.72,1,41.87,3.28,10 +0,2021-12-08 13:55:10.837508,1,2,3,4,406.34,11722.94,50.45,232.39,2.0,1,40.89,3.29,10 +0,2021-12-08 13:55:16.183124,1,2,3,4,403.81,11722.67,50.45,232.34,1.95,1,41.87,3.29,10 +0,2021-12-08 13:55:21.111869,1,2,3,4,395.54,11722.48,50.43,232.47,2.02,1,41.87,2.87,10 +0,2021-12-08 13:57:16.892407,1,2,3,4,407.93,0.71,0.1,7.52,1.65,1,41.87,3.15,10 +0,2021-12-08 13:57:22.261742,1,2,3,4,405.39,0.63,0.09,6.72,1.69,1,41.87,3.29,10 +0,2021-12-08 13:57:27.625754,1,2,3,4,406.3,1362.57,5.13,265.57,-882.2,1,40.89,3.29,10 +0,2021-12-08 13:57:32.988557,1,2,3,4,406.21,9452.02,50.46,187.31,2.13,1,41.87,3.29,10 +0,2021-12-08 13:57:38.356943,1,2,3,4,403.82,9452.08,50.46,187.32,1.56,1,40.41,3.3,10 +0,2021-12-08 13:57:43.698551,1,2,3,4,399.68,9452.16,50.47,187.27,1.66,1,41.38,3.27,10 +0,2021-12-08 13:57:49.045691,1,2,3,4,407.32,9452.4,50.47,187.3,1.71,1,41.87,3.29,10 +0,2021-12-08 13:57:54.400074,1,2,3,4,404.47,9453.03,50.46,187.32,1.76,1,41.38,3.29,10 +0,2021-12-08 13:57:59.760524,1,2,3,4,407.28,9452.27,50.47,187.3,1.79,1,41.38,3.3,10 +0,2021-12-08 13:58:05.085642,1,2,3,4,403.53,9452.34,50.45,187.35,1.75,1,41.38,3.26,10 +0,2021-12-08 13:58:10.430619,1,2,3,4,409.74,9036.58,50.48,179.0,-140.18,1,40.89,3.27,10 +0,2021-12-08 13:58:15.794005,1,2,3,4,407.43,7359.2,49.06,150.01,1.71,1,40.89,3.3,10 +0,2021-12-08 13:58:20.967419,1,2,3,4,416.02,7356.6,49.4,148.93,3.19,1,42.36,3.11,10 +0,2021-12-08 13:58:26.157816,1,2,3,4,410.88,7358.1,49.04,150.06,1.41,1,41.87,3.12,10 +0,2021-12-08 13:58:31.516133,1,2,3,4,408.55,7357.78,49.03,150.06,1.46,1,41.38,3.29,10 +0,2021-12-08 13:58:36.871607,1,2,3,4,401.85,7357.01,49.02,150.07,1.51,1,41.38,3.27,10 +0,2021-12-08 13:58:41.982111,1,2,3,4,367.19,7357.15,49.02,150.08,1.58,1,42.36,3.04,10 +0,2021-12-08 13:58:46.901473,1,2,3,4,334.32,7357.15,49.02,150.09,1.44,1,42.84,2.89,10 +0,2021-12-08 13:58:51.878533,1,2,3,4,418.86,7357.12,49.01,150.11,1.36,1,42.36,2.95,10 +0,2021-12-08 13:58:56.970887,1,2,3,4,402.09,7356.81,49.01,150.12,1.38,1,41.87,3.07,10 +0,2021-12-08 13:59:02.297428,1,2,3,4,401.98,7356.22,49.01,150.11,1.88,1,41.87,3.26,10 +0,2021-12-08 13:59:07.386222,1,2,3,4,407.42,7355.95,49.0,150.11,1.56,1,42.36,3.03,10 +0,2021-12-08 13:59:12.545351,1,2,3,4,344.83,7355.59,49.0,150.11,1.66,1,43.33,3.09,10 +0,2021-12-08 13:59:17.655551,1,2,3,4,392.0,7355.86,48.99,150.15,1.37,1,42.36,3.08,10 +0,2021-12-08 13:59:22.715402,1,2,3,4,395.01,7355.73,49.0,150.11,1.55,1,42.36,2.99,10 +0,2021-12-08 13:59:27.788237,1,2,3,4,339.78,7355.59,49.0,150.1,1.59,1,43.82,3.01,10 +0,2021-12-08 13:59:32.890620,1,2,3,4,367.16,7355.62,49.0,150.12,1.57,1,42.36,3.07,10 +0,2021-12-08 13:59:38.208701,1,2,3,4,404.05,7355.43,49.0,150.11,1.66,1,41.87,3.28,10 +0,2021-12-08 13:59:43.570697,1,2,3,4,403.07,7355.44,49.0,150.1,1.93,1,41.87,3.29,10 +0,2021-12-08 13:59:48.915980,1,2,3,4,399.23,7355.39,49.0,150.1,1.49,1,42.36,3.28,10 +0,2021-12-08 13:59:54.234469,1,2,3,4,402.3,7355.13,49.01,150.08,1.44,1,42.36,3.26,10 +0,2021-12-08 13:59:59.408734,1,2,3,4,336.18,7355.18,49.0,150.1,1.32,1,43.33,3.11,10 +0,2021-12-08 14:00:04.718473,1,2,3,4,412.84,7354.9,49.0,150.1,1.56,1,42.36,3.27,10 +0,2021-12-08 14:00:10.083694,1,2,3,4,403.99,7354.97,49.0,150.1,1.42,1,42.84,3.3,10 +0,2021-12-08 14:00:15.425628,1,2,3,4,402.0,7354.54,49.0,150.1,1.43,1,42.84,3.27,10 +0,2021-12-08 14:00:20.761397,1,2,3,4,403.49,7354.42,49.0,150.1,1.36,1,41.87,3.28,10 +0,2021-12-08 14:00:26.105289,1,2,3,4,402.07,7354.42,49.0,150.1,1.57,1,41.87,3.28,10 +0,2021-12-08 14:00:31.445032,1,2,3,4,400.73,7354.56,49.0,150.1,1.59,1,42.36,3.28,10 +0,2021-12-08 14:00:36.787436,1,2,3,4,402.37,7354.24,49.0,150.1,1.49,1,42.36,3.28,10 +0,2021-12-08 14:00:42.123783,1,2,3,4,404.2,7354.75,49.0,150.1,1.55,1,41.38,3.28,10 +0,2021-12-08 14:00:47.468299,1,2,3,4,403.15,7354.19,49.0,150.09,1.03,1,41.87,3.28,10 +0,2021-12-08 14:00:52.812787,1,2,3,4,402.18,7354.19,49.0,150.09,1.66,1,42.36,3.28,10 +0,2021-12-08 14:00:58.146160,1,2,3,4,405.03,7354.35,48.99,150.1,1.71,1,40.89,3.27,10 +0,2021-12-08 14:01:03.583680,1,2,3,4,449.23,7353.93,49.0,150.09,1.66,1,41.87,3.38,10 +0,2021-12-08 14:01:08.619626,1,2,3,4,342.52,7354.06,49.0,150.1,1.56,1,43.33,2.98,10 +0,2021-12-08 14:01:13.685517,1,2,3,4,396.58,6370.37,42.44,150.11,-984.38,1,42.84,3.03,10 +0,2021-12-08 14:01:18.908537,1,2,3,4,340.83,4315.67,28.73,150.2,46.94,1,43.82,3.16,10 +0,2021-12-08 14:01:24.051914,1,2,3,4,408.81,5915.86,39.4,150.16,113.64,1,42.36,3.11,10 +0,2021-12-08 14:01:29.405062,1,2,3,4,409.29,8205.73,50.47,162.59,5.92,1,42.36,3.29,10 +0,2021-12-08 14:01:34.743993,1,2,3,4,406.06,7671.78,50.47,152.02,-12.18,1,41.38,3.28,10 +0,2021-12-08 14:01:40.092025,1,2,3,4,407.05,7499.74,49.97,150.08,-0.19,1,42.36,3.29,10 +0,2021-12-08 14:01:45.381972,1,2,3,4,376.9,7073.42,47.12,150.1,1.52,1,42.36,3.23,10 +0,2021-12-08 14:01:50.563265,1,2,3,4,405.29,7073.22,47.12,150.11,1.56,1,41.87,3.12,10 +0,2021-12-08 14:01:55.879771,1,2,3,4,403.55,7073.1,47.12,150.12,1.58,1,42.36,3.24,10 +0,2021-12-08 14:02:01.188839,1,2,3,4,402.0,7073.08,47.12,150.11,1.56,1,41.38,3.25,10 +0,2021-12-08 14:02:06.541301,1,2,3,4,397.92,7073.14,47.11,150.13,1.1,1,42.36,3.28,10 +0,2021-12-08 14:02:11.905823,1,2,3,4,406.4,7073.37,47.11,150.13,1.34,1,42.36,3.3,10 +0,2021-12-08 14:02:17.219521,1,2,3,4,400.44,7072.76,47.11,150.13,1.27,1,41.87,3.25,10 +0,2021-12-08 14:02:22.579742,1,2,3,4,411.24,7072.73,47.11,150.13,1.51,1,41.87,3.29,10 +0,2021-12-08 14:02:27.923265,1,2,3,4,408.03,7072.74,47.12,150.12,1.92,1,42.36,3.27,10 +0,2021-12-08 14:02:33.234618,1,2,3,4,403.81,7073.09,47.11,150.14,1.71,1,41.38,3.24,10 +0,2021-12-08 14:02:38.593161,1,2,3,4,405.96,7072.76,47.12,150.12,1.73,1,43.33,3.3,10 +0,2021-12-08 14:02:43.934581,1,2,3,4,403.48,7072.94,47.11,150.13,1.51,1,42.36,3.28,10 +0,2021-12-08 14:02:49.259765,1,2,3,4,408.65,7073.17,47.11,150.14,1.14,1,40.89,3.27,10 +0,2021-12-08 14:02:54.578766,1,2,3,4,405.67,7072.83,47.11,150.13,1.34,1,41.38,3.26,10 +0,2021-12-08 14:02:59.928137,1,2,3,4,404.55,7072.65,47.11,150.13,1.69,1,42.36,3.28,10 +0,2021-12-08 14:03:05.276312,1,2,3,4,401.18,7073.04,47.11,150.14,1.64,1,42.36,3.28,10 +0,2021-12-08 14:03:10.588954,1,2,3,4,411.72,7072.62,47.11,150.14,1.71,1,42.36,3.25,10 +0,2021-12-08 14:03:15.939925,1,2,3,4,407.3,7072.87,47.1,150.15,1.75,1,41.38,3.28,10 +0,2021-12-08 14:03:21.110843,1,2,3,4,404.12,7072.65,47.11,150.13,1.71,1,43.82,3.11,10 +0,2021-12-08 14:03:26.024199,1,2,3,4,333.74,7073.21,47.11,150.14,1.24,1,42.84,2.87,10 +0,2021-12-08 14:03:31.037354,1,2,3,4,334.06,7072.97,47.11,150.14,1.71,1,42.36,2.93,10 +0,2021-12-08 14:03:36.097023,1,2,3,4,335.78,7072.65,47.11,150.13,1.83,1,43.33,3.01,10 +0,2021-12-08 14:03:41.215988,1,2,3,4,378.54,7072.77,47.11,150.14,1.65,1,43.33,3.07,10 +0,2021-12-08 14:03:46.382179,1,2,3,4,378.71,7072.5,47.11,150.14,1.22,1,42.36,3.1,10 +0,2021-12-08 14:03:51.437967,1,2,3,4,373.63,7072.42,47.11,150.13,1.56,1,42.84,3.01,10 +0,2021-12-08 14:03:56.658430,1,2,3,4,392.15,7072.53,47.11,150.13,1.45,1,42.84,3.16,10 +0,2021-12-08 14:04:01.774450,1,2,3,4,401.13,7072.39,47.11,150.13,1.43,1,42.36,3.07,10 +0,2021-12-08 14:04:07.123997,1,2,3,4,402.47,7072.75,47.11,150.14,1.77,1,41.87,3.28,10 +0,2021-12-08 14:04:12.470709,1,2,3,4,407.31,7072.02,47.11,150.12,1.61,1,42.36,3.28,10 +0,2021-12-08 14:04:17.816432,1,2,3,4,409.49,7072.29,47.11,150.13,1.17,1,42.36,3.28,10 +0,2021-12-08 14:04:23.110639,1,2,3,4,399.76,7072.77,47.1,150.15,1.51,1,42.84,3.23,10 +0,2021-12-08 14:04:28.469941,1,2,3,4,407.97,7072.7,47.11,150.14,1.39,1,42.84,3.29,10 +0,2021-12-08 14:04:33.825478,1,2,3,4,400.75,7073.07,47.11,150.14,1.59,1,42.36,3.28,10 +0,2021-12-08 14:04:39.186949,1,2,3,4,408.14,7072.95,47.11,150.14,1.55,1,42.84,3.29,10 +0,2021-12-08 14:04:44.541205,1,2,3,4,407.7,7073.02,47.11,150.14,1.97,1,41.87,3.29,10 +0,2021-12-08 14:04:49.900840,1,2,3,4,407.92,7072.99,47.11,150.15,1.44,1,41.38,3.29,10 +0,2021-12-08 14:04:55.259394,1,2,3,4,407.78,7070.65,47.11,150.1,4.17,1,41.87,3.29,10 +0,2021-12-08 14:05:00.619026,1,2,3,4,407.9,7070.52,47.12,150.06,3.95,1,41.87,3.29,10 +0,2021-12-08 14:05:05.960574,1,2,3,4,400.54,7072.76,47.12,150.11,1.59,1,42.36,3.27,10 +0,2021-12-08 14:05:11.309486,1,2,3,4,407.32,7072.99,47.12,150.1,1.68,1,41.87,3.29,10 +0,2021-12-08 14:05:16.664207,1,2,3,4,407.54,7072.5,47.12,150.1,1.76,1,41.38,3.29,10 +0,2021-12-08 14:05:22.017805,1,2,3,4,407.67,7072.53,47.12,150.1,1.88,1,41.87,3.29,10 +0,2021-12-08 14:05:27.375407,1,2,3,4,408.22,7072.4,47.12,150.09,1.61,1,41.38,3.29,10 +0,2021-12-08 14:05:32.729587,1,2,3,4,409.92,7072.95,47.12,150.11,1.92,1,41.38,3.29,10 +0,2021-12-08 14:05:37.752463,1,2,3,4,383.06,7072.65,47.12,150.11,1.59,1,41.38,2.96,10 +0,2021-12-08 14:05:42.858095,1,2,3,4,387.92,7072.56,47.12,150.11,1.68,1,42.36,3.03,10 +0,2021-12-08 14:05:48.190113,1,2,3,4,408.46,7072.34,47.11,150.11,1.31,1,42.36,3.29,10 +0,2021-12-08 14:05:53.553435,1,2,3,4,409.26,7072.38,47.11,150.12,1.56,1,41.87,3.3,10 +0,2021-12-08 14:05:58.704344,1,2,3,4,409.89,7072.72,47.11,150.14,1.29,1,42.84,3.09,10 +0,2021-12-08 14:09:28.561826,1,2,3,4,359.56,7073.0,47.06,150.31,1.55,1,45.28,2.95,10 +0,2021-12-08 14:09:33.665677,1,2,3,4,402.73,7073.34,47.07,150.26,1.35,1,43.82,3.06,10 +0,2021-12-08 14:09:38.572823,1,2,3,4,335.11,8018.98,49.59,161.72,174.18,1,44.3,2.84,10 +0,2021-12-08 14:09:43.387417,1,2,3,4,341.85,8618.9,50.38,171.06,1.3,1,46.25,2.75,10 +0,2021-12-08 14:09:48.588982,1,2,3,4,411.82,8617.28,50.45,170.8,1.86,1,44.3,3.15,10 +0,2021-12-08 14:09:53.947935,1,2,3,4,407.39,11444.48,50.46,226.79,445.49,1,41.87,3.3,10 +0,2021-12-08 14:09:59.309338,1,2,3,4,407.7,12363.12,50.46,245.02,1.8,1,43.82,3.29,10 +0,2021-12-08 14:10:04.332292,1,2,3,4,375.15,12363.24,50.42,245.18,2.23,1,44.3,2.95,10 +0,2021-12-08 14:10:09.678191,1,2,3,4,404.45,12362.55,50.47,244.96,1.89,1,43.33,3.28,10 +0,2021-12-08 14:10:15.013083,1,2,3,4,411.1,12362.69,50.45,245.03,1.65,1,42.36,3.28,10 +0,2021-12-08 14:10:20.367289,1,2,3,4,403.47,12362.19,50.47,244.96,1.7,1,42.36,3.28,10 +0,2021-12-08 14:10:25.716811,1,2,3,4,406.79,12362.65,50.47,244.93,1.73,1,42.84,3.29,10 +0,2021-12-08 14:10:31.067739,1,2,3,4,403.56,12362.38,50.48,244.91,2.33,1,42.84,3.29,10 +0,2021-12-08 14:10:36.424929,1,2,3,4,407.78,12362.36,50.47,244.94,1.7,1,43.33,3.3,10 +0,2021-12-08 14:10:41.763861,1,2,3,4,406.0,12362.57,50.46,245.02,1.7,1,43.33,3.28,10 +0,2021-12-08 14:10:47.122299,1,2,3,4,405.04,12362.37,50.46,244.97,2.18,1,41.87,3.29,10 +0,2021-12-08 14:10:52.460293,1,2,3,4,401.25,12362.57,50.46,245.01,2.05,1,42.36,3.27,10 +0,2021-12-08 14:10:57.820010,1,2,3,4,407.75,12362.5,50.47,244.95,2.21,1,42.84,3.29,10 +0,2021-12-08 14:11:03.166030,1,2,3,4,410.27,12362.36,50.47,244.97,1.77,1,42.84,3.28,10 +0,2021-12-08 14:11:08.511563,1,2,3,4,410.89,12362.17,50.46,244.99,1.91,1,42.36,3.28,10 +0,2021-12-08 14:11:13.863444,1,2,3,4,404.02,12362.44,50.47,244.97,1.9,1,41.87,3.28,10 +0,2021-12-08 14:11:19.207769,1,2,3,4,410.05,12362.38,50.46,245.0,1.75,1,42.36,3.27,10 +0,2021-12-08 14:11:24.527061,1,2,3,4,404.34,12362.47,50.46,245.0,1.77,1,42.84,3.26,10 +0,2021-12-08 14:11:29.884399,1,2,3,4,406.81,12362.56,50.46,244.98,1.73,1,43.33,3.3,10 +0,2021-12-08 14:11:35.207704,1,2,3,4,404.09,12362.25,50.45,245.03,1.73,1,42.36,3.26,10 +0,2021-12-08 14:11:40.516646,1,2,3,4,403.48,12361.95,50.46,244.97,1.83,1,42.36,3.25,10 +0,2021-12-08 14:11:45.860507,1,2,3,4,405.09,12362.12,50.46,244.98,1.91,1,42.84,3.28,10 +0,2021-12-08 14:11:51.198524,1,2,3,4,411.44,12362.1,50.47,244.93,2.1,1,42.84,3.28,10 +0,2021-12-08 14:11:56.538444,1,2,3,4,407.39,12361.76,50.46,244.96,1.92,1,42.36,3.27,10 +0,2021-12-08 14:12:01.710284,1,2,3,4,364.85,12361.75,50.45,245.01,2.07,1,42.36,3.1,10 +0,2021-12-08 14:12:06.595770,1,2,3,4,333.98,12362.16,50.42,245.17,2.04,1,42.84,2.84,10 +0,2021-12-08 14:12:11.506096,1,2,3,4,393.31,12362.26,50.39,245.33,1.91,1,43.82,2.88,10 +0,2021-12-08 14:12:16.576903,1,2,3,4,372.51,12362.32,50.44,245.09,1.83,1,44.3,3.01,10 +0,2021-12-08 14:12:21.583467,1,2,3,4,380.69,12362.09,50.43,245.15,2.3,1,43.33,2.97,10 +0,2021-12-08 14:12:26.943471,1,2,3,4,407.98,12362.23,50.46,245.0,2.2,1,42.36,3.3,10 +0,2021-12-08 14:12:32.015991,1,2,3,4,388.17,12361.9,50.42,245.16,1.92,1,43.82,3.0,10 +0,2021-12-08 14:13:00.505295,1,2,3,4,3161.15,12361.55,50.49,244.85,1.76,1,42.36,25.31,10 +0,2021-12-08 14:13:27.897200,1,2,3,4,3166.32,12361.39,50.45,245.0,2.2,1,42.36,25.32,10 +0,2021-12-08 14:13:55.295976,1,2,3,4,3159.79,12361.06,50.46,244.95,2.34,1,41.38,25.34,10 +0,2021-12-08 14:14:22.676448,1,2,3,4,3153.08,11736.65,50.47,232.55,1.86,1,40.89,25.32,10 +0,2021-12-08 14:14:50.070209,1,2,3,4,3160.72,11110.48,50.46,220.19,1.39,1,42.36,25.32,10 +0,2021-12-08 14:21:13.233856,1,2,3,4,6817.37,2.91,0.09,31.27,1.1,1,40.89,54.57,10 +0,2021-12-08 14:22:09.844753,1,2,3,4,6824.22,2.91,0.09,31.27,1.13,1,41.38,54.55,10 +0,2021-12-08 14:23:06.518066,1,2,3,4,6822.32,2.98,0.09,32.05,1.15,1,41.38,54.6,10 +0,2021-12-08 14:24:03.166797,1,2,3,4,6818.6,2.94,0.09,31.71,1.21,1,41.38,54.58,10 +0,2021-12-08 14:24:59.837036,1,2,3,4,6814.86,2.86,0.09,30.73,1.01,1,40.89,54.61,10 +0,2021-12-08 14:25:56.517212,1,2,3,4,6818.69,4134.08,0.09,44676.29,4119.36,1,40.89,54.61,10 +0,2021-12-08 14:26:53.196821,1,2,3,4,6820.24,3740.94,0.09,40325.54,-451.22,1,40.41,54.62,10 +0,2021-12-08 14:27:49.871068,1,2,3,4,6820.74,2.55,0.09,27.11,0.68,1,40.89,54.62,10 +0,2021-12-08 14:28:46.544283,1,2,3,4,6817.4,2.99,0.09,31.73,1.07,1,40.89,54.61,10 +0,2021-12-08 14:29:43.205022,1,2,3,4,6817.77,2.96,0.09,31.56,1.02,1,40.41,54.59,10 +0,2021-12-08 14:30:39.868727,1,2,3,4,6815.6,2.95,0.09,31.41,1.01,1,40.41,54.6,10 +0,2021-12-08 14:31:36.541819,1,2,3,4,6817.14,2.99,0.09,31.86,1.0,1,40.89,54.61,10 +0,2021-12-08 14:32:33.221329,1,2,3,4,6822.31,2.94,0.09,31.25,1.07,1,39.92,54.61,10 +0,2021-12-08 14:33:29.895304,1,2,3,4,6824.69,2.91,0.09,30.94,1.03,1,40.89,54.61,10 +0,2021-12-08 14:34:26.577483,1,2,3,4,6820.09,2.96,0.09,31.62,1.0,1,40.41,54.61,10 +0,2021-12-08 14:35:23.251260,1,2,3,4,6820.91,3.01,0.09,32.12,0.95,1,40.89,54.61,10 +0,2021-12-08 14:36:19.926615,1,2,3,4,6816.0,2.95,0.09,31.47,1.01,1,40.41,54.6,10 +0,2021-12-08 14:37:16.598747,1,2,3,4,6818.47,2.88,0.09,30.78,1.05,1,40.89,54.6,10 +0,2021-12-08 14:38:13.273552,1,2,3,4,6815.33,2.98,0.09,31.77,1.03,1,40.41,54.61,10 +0,2021-12-08 14:39:09.926048,1,2,3,4,6816.67,2.99,0.09,31.81,0.95,1,40.89,54.59,10 +0,2021-12-08 14:40:06.589903,1,2,3,4,6818.28,2.95,0.09,31.5,0.98,1,39.92,54.6,10 +0,2021-12-08 14:48:23.375770,1,2,3,4,6800.68,2.79,0.09,30.23,1.51,1,41.87,54.37,10 +0,2021-12-08 14:54:02.993198,1,2,3,4,4017.55,2.81,0.09,30.41,1.49,1,43.33,32.13,10 +0,2021-12-08 14:54:33.121904,1,2,3,4,967.97,11635.09,50.45,230.61,-3.86,1,43.33,7.74,2 +0,2021-12-08 14:54:42.984356,1,2,3,4,967.76,11634.85,50.46,230.57,-3.77,1,42.36,7.78,2 +0,2021-12-08 14:54:52.818932,1,2,3,4,965.19,10517.96,50.46,208.43,-3.36,1,42.84,7.77,2 +0,2021-12-08 14:55:02.653085,1,2,3,4,966.27,9797.95,50.46,194.16,-81.87,1,42.36,7.76,2 +0,2021-12-08 14:55:12.488791,1,2,3,4,966.46,8956.2,50.47,177.47,-157.75,1,42.36,7.77,2 +0,2021-12-08 14:55:22.326182,1,2,3,4,968.32,7987.3,50.47,158.26,-245.44,1,43.33,7.77,2 +0,2021-12-08 14:55:32.149543,1,2,3,4,962.26,7611.09,50.01,152.2,-134.86,1,42.84,7.76,2 +0,2021-12-08 14:55:41.940713,1,2,3,4,960.27,6813.07,45.48,149.8,-1.64,1,43.82,7.72,2 +0,2021-12-08 14:55:51.774037,1,2,3,4,967.71,6811.92,45.47,149.82,-1.8,1,42.84,7.77,2 +0,2021-12-08 14:56:01.610322,1,2,3,4,967.17,6811.51,45.46,149.83,-1.72,1,42.36,7.77,2 +0,2021-12-08 14:56:11.437980,1,2,3,4,966.0,6811.26,45.46,149.84,-1.64,1,42.84,7.77,2 +0,2021-12-08 14:56:21.280647,1,2,3,4,967.77,6810.93,45.46,149.84,-1.8,1,43.82,7.78,2 +0,2021-12-08 14:56:31.117846,1,2,3,4,965.28,6810.77,45.45,149.85,-1.48,1,42.36,7.77,2 +0,2021-12-08 14:56:40.943756,1,2,3,4,967.41,6810.61,45.45,149.86,-1.48,1,42.36,7.77,2 +0,2021-12-08 14:56:50.775401,1,2,3,4,965.07,6810.2,45.45,149.86,-1.89,1,42.36,7.77,2 +0,2021-12-08 14:57:00.608143,1,2,3,4,966.5,6810.2,45.44,149.86,-1.72,1,41.87,7.77,2 +0,2021-12-08 14:57:10.437776,1,2,3,4,966.87,6809.87,45.44,149.86,-1.56,1,41.38,7.77,2 +0,2021-12-08 14:57:20.272515,1,2,3,4,967.44,6809.87,45.44,149.86,-1.56,1,43.33,7.77,2 +0,2021-12-08 14:57:30.103548,1,2,3,4,965.14,6809.62,45.44,149.86,-1.8,1,42.84,7.77,2 +0,2021-12-08 14:57:39.935297,1,2,3,4,966.63,6809.38,45.44,149.86,-1.56,1,42.36,7.77,2 +0,2021-12-08 14:57:49.769332,1,2,3,4,966.39,6809.38,45.44,149.87,-1.56,1,43.33,7.77,2 +0,2021-12-08 14:57:59.590963,1,2,3,4,965.28,6809.21,45.43,149.87,-1.56,1,42.36,7.76,2 +0,2021-12-08 14:58:09.417490,1,2,3,4,965.19,6809.21,45.43,149.87,-1.56,1,42.36,7.77,2 +0,2021-12-08 14:58:19.253590,1,2,3,4,967.0,6809.29,45.43,149.87,-1.48,1,42.36,7.77,2 +0,2021-12-08 14:58:29.089883,1,2,3,4,967.81,6808.97,45.43,149.87,-1.8,1,42.84,7.77,2 +0,2021-12-08 14:58:38.922153,1,2,3,4,966.01,6809.05,45.43,149.87,-1.72,1,42.84,7.77,2 +0,2021-12-08 14:58:48.748937,1,2,3,4,966.6,6808.64,45.43,149.87,-1.64,1,42.36,7.77,2 +0,2021-12-08 14:58:58.587406,1,2,3,4,966.61,6808.8,45.43,149.88,-1.8,1,42.36,7.77,2 +0,2021-12-08 14:59:08.423476,1,2,3,4,967.49,6808.88,45.43,149.88,-1.89,1,42.84,7.78,2 +0,2021-12-08 14:59:18.251640,1,2,3,4,967.11,6808.8,45.43,149.87,-1.8,1,43.33,7.77,2 +0,2021-12-08 14:59:28.087712,1,2,3,4,967.56,6808.8,45.43,149.88,-1.48,1,42.84,7.78,2 +0,2021-12-08 14:59:37.932053,1,2,3,4,967.08,6808.56,45.43,149.87,-1.56,1,43.33,7.77,2 +0,2021-12-08 14:59:47.760518,1,2,3,4,966.87,6808.72,45.43,149.87,-1.56,1,42.36,7.76,2 +0,2021-12-08 14:59:57.584458,1,2,3,4,965.76,6808.47,45.43,149.87,-1.64,1,42.84,7.77,2 +0,2021-12-08 15:00:07.420438,1,2,3,4,967.89,6808.56,45.43,149.87,-1.56,1,42.84,7.77,2 +0,2021-12-08 15:00:17.245371,1,2,3,4,965.13,6808.39,45.43,149.87,-1.72,1,42.84,7.76,2 +0,2021-12-08 15:00:27.087025,1,2,3,4,967.18,6808.56,45.43,149.87,-1.56,1,42.84,7.77,2 +0,2021-12-08 15:00:36.910673,1,2,3,4,967.43,6808.23,45.43,149.87,-1.89,1,42.36,7.77,2 +0,2021-12-08 15:00:46.745228,1,2,3,4,967.55,6808.39,45.43,149.88,-1.72,1,43.33,7.77,2 +0,2021-12-08 15:00:56.580800,1,2,3,4,966.65,6808.15,45.43,149.88,-1.97,1,43.33,7.77,2 +0,2021-12-08 15:01:06.420779,1,2,3,4,966.03,6808.23,45.42,149.88,-1.89,1,43.33,7.77,2 +0,2021-12-08 15:01:16.238234,1,2,3,4,959.44,6808.23,45.42,149.88,-1.72,1,42.84,7.75,2 +0,2021-12-08 15:01:26.046094,1,2,3,4,967.73,6808.23,45.43,149.87,-1.72,1,43.82,7.78,2 +0,2021-12-08 15:01:35.872421,1,2,3,4,966.91,6808.06,45.43,149.87,-1.72,1,42.36,7.77,2 +0,2021-12-08 15:01:45.714666,1,2,3,4,968.76,6808.06,45.42,149.88,-1.72,1,43.33,7.77,2 +0,2021-12-08 15:01:55.536211,1,2,3,4,966.65,6808.23,45.42,149.88,-1.56,1,43.33,7.77,2 +0,2021-12-08 15:02:05.359822,1,2,3,4,965.91,6807.98,45.43,149.87,-1.48,1,43.33,7.76,2 +0,2021-12-08 15:02:15.199247,1,2,3,4,967.97,6808.23,45.43,149.88,-1.56,1,42.84,7.78,2 +0,2021-12-08 15:02:25.035817,1,2,3,4,966.54,6808.15,45.43,149.87,-1.64,1,42.84,7.77,2 +0,2021-12-08 15:02:34.859159,1,2,3,4,967.37,6808.23,45.42,149.88,-1.72,1,42.36,7.77,2 +0,2021-12-08 15:02:44.696452,1,2,3,4,966.85,6807.98,45.42,149.88,-1.64,1,43.82,7.77,2 +0,2021-12-08 15:02:54.525445,1,2,3,4,966.38,6807.9,45.43,149.87,-1.56,1,42.36,7.77,2 +0,2021-12-08 15:03:04.372895,1,2,3,4,968.03,6807.82,45.42,149.87,-1.64,1,43.33,7.78,2 +0,2021-12-08 15:03:14.209573,1,2,3,4,967.8,6807.98,45.42,149.87,-1.64,1,43.82,7.77,2 +0,2021-12-08 15:03:24.047203,1,2,3,4,966.08,6807.9,45.42,149.88,-1.56,1,43.33,7.77,2 +0,2021-12-08 15:03:33.888714,1,2,3,4,967.01,6807.82,45.42,149.88,-1.64,1,43.33,7.77,2 +0,2021-12-08 15:03:43.718326,1,2,3,4,966.62,6807.74,45.42,149.87,-1.72,1,42.84,7.77,2 +0,2021-12-08 15:03:53.559981,1,2,3,4,967.49,6807.82,45.42,149.88,-1.64,1,43.33,7.77,2 +0,2021-12-08 15:04:03.387043,1,2,3,4,968.1,6807.49,45.42,149.87,-1.97,1,42.84,7.77,2 +0,2021-12-08 15:04:13.227732,1,2,3,4,967.39,6807.74,45.42,149.87,-1.72,1,43.82,7.77,2 +0,2021-12-08 15:04:23.066311,1,2,3,4,967.88,6807.57,45.42,149.87,-1.89,1,43.33,7.78,2 +0,2021-12-08 15:04:32.900106,1,2,3,4,966.78,6807.9,45.42,149.88,-1.56,1,43.33,7.77,2 +0,2021-12-08 15:04:42.737204,1,2,3,4,968.57,6807.82,45.42,149.88,-1.64,1,42.84,7.77,2 +0,2021-12-08 15:04:52.563776,1,2,3,4,967.61,6807.74,45.42,149.87,-1.72,1,41.87,7.77,2 +0,2021-12-08 15:05:02.405236,1,2,3,4,965.84,6807.65,45.42,149.87,-1.8,1,42.84,7.77,2 +0,2021-12-08 15:05:12.239263,1,2,3,4,966.47,6807.82,45.42,149.88,-1.64,1,43.33,7.77,2 +0,2021-12-08 15:05:22.072323,1,2,3,4,967.04,6807.57,45.42,149.87,-1.89,1,44.3,7.77,2 +0,2021-12-08 15:05:31.916076,1,2,3,4,968.88,6807.49,45.42,149.87,-1.97,1,42.84,7.78,2 +0,2021-12-08 15:05:41.752974,1,2,3,4,968.0,6807.57,45.42,149.88,-1.72,1,43.33,7.77,2 +0,2021-12-08 15:05:51.588038,1,2,3,4,967.47,6807.41,45.42,149.88,-1.56,1,42.84,7.77,2 +0,2021-12-08 15:06:01.417298,1,2,3,4,965.3,6807.49,45.42,149.88,-1.48,1,43.33,7.77,2 +0,2021-12-08 15:06:11.243563,1,2,3,4,966.23,6807.16,45.42,149.87,-1.64,1,42.36,7.77,2 +0,2021-12-08 15:06:21.079021,1,2,3,4,965.04,6807.49,45.42,149.87,-1.48,1,43.33,7.77,2 +0,2021-12-08 15:06:30.913780,1,2,3,4,965.43,6807.49,45.42,149.88,-1.8,1,42.84,7.77,2 +0,2021-12-08 15:06:40.742344,1,2,3,4,967.22,6807.16,45.42,149.87,-1.64,1,42.36,7.77,2 +0,2021-12-08 15:06:50.572868,1,2,3,4,967.37,6807.08,45.42,149.87,-1.72,1,44.3,7.77,2 +0,2021-12-08 15:07:00.405640,1,2,3,4,965.66,6807.16,45.42,149.87,-1.64,1,43.82,7.77,2 +0,2021-12-08 15:07:10.245081,1,2,3,4,966.88,6807.16,45.42,149.87,-1.64,1,42.84,7.77,2 +0,2021-12-08 15:07:20.070386,1,2,3,4,966.13,6807.32,45.42,149.88,-1.48,1,43.33,7.76,2 +0,2021-12-08 15:07:29.898521,1,2,3,4,965.97,6807.24,45.42,149.87,-1.56,1,42.84,7.76,2 +0,2021-12-08 15:07:39.735900,1,2,3,4,967.99,6807.16,45.42,149.88,-1.64,1,43.82,7.78,2 +0,2021-12-08 15:07:49.568893,1,2,3,4,966.07,6807.24,45.42,149.88,-1.56,1,41.87,7.77,2 +0,2021-12-08 15:07:59.403404,1,2,3,4,969.11,6807.0,45.42,149.87,-1.8,1,43.82,7.77,2 +0,2021-12-08 15:08:09.231091,1,2,3,4,967.16,6807.0,45.42,149.87,-1.8,1,43.33,7.77,2 +0,2021-12-08 15:08:19.073797,1,2,3,4,968.33,6807.08,45.42,149.87,-1.72,1,43.33,7.77,2 +0,2021-12-08 15:08:28.899839,1,2,3,4,966.92,6807.24,45.42,149.87,-1.56,1,43.33,7.77,2 +0,2021-12-08 15:08:38.730869,1,2,3,4,966.96,6807.16,45.42,149.87,-1.64,1,43.33,7.76,2 +0,2021-12-08 15:08:48.561653,1,2,3,4,966.17,6807.0,45.42,149.87,-1.8,1,43.33,7.77,2 +0,2021-12-08 15:08:58.400807,1,2,3,4,967.06,6807.08,45.42,149.88,-1.72,1,42.84,7.77,2 +0,2021-12-08 15:09:08.224688,1,2,3,4,966.78,6807.16,45.42,149.88,-1.64,1,43.33,7.77,2 +0,2021-12-08 15:09:18.057286,1,2,3,4,966.99,6807.0,45.42,149.87,-1.8,1,42.84,7.76,2 +0,2021-12-08 15:09:27.893485,1,2,3,4,968.1,6806.91,45.42,149.88,-1.72,1,43.82,7.77,2 +0,2021-12-08 15:09:37.723496,1,2,3,4,965.94,6807.0,45.42,149.87,-1.64,1,43.33,7.76,2 +0,2021-12-08 15:09:47.550208,1,2,3,4,966.73,6806.67,45.42,149.87,-1.97,1,43.33,7.77,2 +0,2021-12-08 15:09:57.388314,1,2,3,4,968.98,6807.0,45.42,149.87,-1.8,1,44.3,7.77,2 +0,2021-12-08 15:10:07.219346,1,2,3,4,967.06,6807.08,45.42,149.88,-1.72,1,43.33,7.77,2 +0,2021-12-08 15:10:17.050272,1,2,3,4,967.72,6807.0,45.42,149.87,-1.8,1,42.84,7.77,2 +0,2021-12-08 15:10:26.880990,1,2,3,4,967.39,6806.91,45.42,149.88,-1.89,1,42.84,7.77,2 +0,2021-12-08 15:10:36.716210,1,2,3,4,967.22,6807.0,45.42,149.87,-1.8,1,44.3,7.77,2 +0,2021-12-08 15:10:46.540853,1,2,3,4,967.08,6807.0,45.42,149.88,-1.64,1,42.36,7.77,2 +0,2021-12-08 15:51:22.015069,1,2,3,4,955.74,6806.09,45.36,150.04,-1.39,1,53.56,7.67,2 +0,2021-12-08 15:51:31.740717,1,2,3,4,962.9,6805.85,45.38,149.96,-1.64,1,55.02,7.69,2 +0,2021-12-08 15:51:41.437008,1,2,3,4,955.85,6805.93,45.39,149.93,-1.56,1,54.53,7.66,2 +0,2021-12-08 15:51:51.127181,1,2,3,4,955.83,6805.93,45.4,149.91,-1.56,1,54.04,7.66,2 +0,2021-12-08 15:52:10.996610,1,2,3,4,969.22,6805.93,45.4,149.9,-1.56,1,50.63,7.71,2 +0,2021-12-08 15:52:20.851287,1,2,3,4,968.64,6805.77,45.4,149.89,-1.72,1,49.17,7.77,2 +0,2021-12-08 15:52:30.678709,1,2,3,4,964.75,6805.68,45.4,149.89,-1.8,1,47.22,7.77,2 +0,2021-12-08 15:52:40.512926,1,2,3,4,966.44,6805.85,45.41,149.89,-1.64,1,47.71,7.77,2 +0,2021-12-08 15:52:50.356247,1,2,3,4,967.14,6805.68,45.41,149.89,-1.8,1,47.71,7.75,2 +0,2021-12-08 15:53:00.143348,1,2,3,4,961.38,6806.01,45.41,149.89,-1.48,1,49.17,7.72,2 +0,2021-12-08 15:53:09.943711,1,2,3,4,966.92,6805.85,45.41,149.89,-1.64,1,46.74,7.77,2 +0,2021-12-08 15:53:19.771612,1,2,3,4,966.31,6805.93,45.41,149.89,-1.56,1,47.22,7.77,2 +0,2021-12-08 15:53:29.606141,1,2,3,4,967.18,6805.77,45.41,149.89,-1.72,1,47.22,7.77,2 +0,2021-12-08 15:53:39.436791,1,2,3,4,965.65,6805.68,45.41,149.88,-1.8,1,46.74,7.77,2 +0,2021-12-08 15:53:49.274289,1,2,3,4,964.45,6805.93,45.41,149.89,-1.56,1,46.25,7.77,2 +0,2021-12-08 15:53:59.060712,1,2,3,4,965.78,6805.77,45.41,149.89,-1.72,1,46.25,7.73,2 +0,2021-12-08 15:54:18.359585,1,2,3,4,967.62,6805.6,45.41,149.88,-1.89,1,48.2,7.71,2 +0,2021-12-09 13:22:02.710973,1,2,3,4,967.56,-3227.78,10.42,-309.63,2.05,1,38.95,7.76,2 +0,2021-12-09 13:22:13.653763,1,2,3,4,965.82,-3227.29,10.43,-309.55,2.21,1,39.43,7.77,2 +0,2021-12-09 13:22:23.490283,1,2,3,4,965.86,-3227.13,10.43,-309.53,2.21,1,38.95,7.77,2 +0,2021-12-09 13:22:33.339128,1,2,3,4,967.81,-3226.96,10.43,-309.48,1.56,1,39.43,7.77,2 +0,2021-12-09 13:22:43.174385,1,2,3,4,968.26,-3226.22,10.43,-309.4,2.3,1,40.41,7.76,2 +0,2021-12-09 13:22:53.024181,1,2,3,4,967.33,-3225.73,10.43,-309.36,2.13,1,38.95,7.77,2 +0,2021-12-09 13:23:08.408893,1,2,3,4,967.94,-2304.27,10.43,-220.96,1.35,1,40.41,7.75,2 +0,2021-12-09 13:23:18.246467,1,2,3,4,966.24,-2304.39,10.43,-220.98,1.46,1,39.92,7.76,2 +0,2021-12-09 13:23:28.095876,1,2,3,4,966.22,-2304.21,10.43,-220.98,1.29,1,39.43,7.77,2 +0,2021-12-09 13:23:37.924081,1,2,3,4,966.64,-2304.39,10.43,-221.01,1.35,1,40.41,7.77,2 +0,2021-12-09 13:23:47.768203,1,2,3,4,966.09,-2304.56,10.43,-221.03,1.52,1,40.89,7.77,2 +0,2021-12-09 13:23:57.614332,1,2,3,4,968.52,-2304.5,10.43,-221.02,1.82,1,39.92,7.78,2 +0,2021-12-09 13:24:07.527105,1,2,3,4,1005.36,-2304.33,10.43,-220.99,1.52,1,40.89,7.85,2 +0,2021-12-09 13:24:17.365637,1,2,3,4,967.66,-2304.45,10.43,-220.99,1.52,1,40.41,7.78,2 +0,2021-12-09 13:24:27.214196,1,2,3,4,966.87,-2304.27,10.43,-220.96,1.7,1,39.92,7.77,2 +0,2021-12-09 13:24:37.053358,1,2,3,4,968.15,-2304.45,10.43,-220.98,1.41,1,41.38,7.78,2 +0,2021-12-09 13:24:46.892688,1,2,3,4,966.95,-2304.27,10.43,-220.98,1.58,1,40.41,7.77,2 +0,2021-12-09 13:24:56.736492,1,2,3,4,968.15,-2304.39,10.43,-220.99,1.46,1,42.36,7.77,2 +0,2021-12-09 13:25:06.574052,1,2,3,4,967.49,-2304.33,10.43,-220.97,1.52,1,41.87,7.77,2 +0,2021-12-09 13:25:16.415712,1,2,3,4,968.76,-2304.39,10.43,-220.98,1.46,1,41.87,7.77,2 +0,2021-12-09 13:25:26.252663,1,2,3,4,966.67,-2304.39,10.43,-220.98,1.58,1,42.36,7.77,2 +0,2021-12-09 13:25:36.096905,1,2,3,4,969.23,-2304.39,10.43,-220.99,1.46,1,42.36,7.77,2 +0,2021-12-09 13:25:45.929754,1,2,3,4,968.02,-2304.45,10.43,-220.99,1.52,1,41.38,7.77,2 +0,2021-12-09 13:25:55.775333,1,2,3,4,967.42,-2304.33,10.43,-220.96,1.52,1,41.38,7.77,2 +0,2021-12-09 13:26:05.606647,1,2,3,4,967.56,-2304.45,10.43,-220.98,1.41,1,42.36,7.77,2 +0,2021-12-09 13:26:15.453976,1,2,3,4,967.78,-2304.45,10.43,-220.99,1.41,1,41.87,7.77,2 +0,2021-12-09 13:26:25.304321,1,2,3,4,968.76,-2304.33,10.43,-220.98,1.52,1,41.87,7.78,2 +0,2021-12-09 13:26:35.138391,1,2,3,4,965.76,-2304.39,10.43,-220.98,1.46,1,43.33,7.77,2 +0,2021-12-09 13:26:44.984763,1,2,3,4,967.15,-2304.45,10.43,-220.98,1.41,1,42.84,7.77,2 +0,2021-12-09 13:26:54.816070,1,2,3,4,967.42,-2304.39,10.43,-220.97,1.46,1,43.33,7.77,2 +0,2021-12-09 13:27:04.664756,1,2,3,4,967.28,-2304.45,10.43,-220.99,1.41,1,42.84,7.78,2 +0,2021-12-09 13:27:14.495766,1,2,3,4,968.25,-2304.45,10.43,-220.98,1.52,1,42.36,7.77,2 +0,2021-12-09 13:27:24.335814,1,2,3,4,967.14,-2304.5,10.43,-220.98,1.46,1,43.82,7.78,2 +0,2021-12-09 13:27:34.167262,1,2,3,4,967.66,-2304.45,10.43,-220.98,1.52,1,42.84,7.77,2 +0,2021-12-09 13:27:44.013236,1,2,3,4,967.28,-2304.39,10.43,-220.98,1.46,1,43.33,7.77,2 +0,2021-12-09 13:27:53.864351,1,2,3,4,968.92,-2304.33,10.43,-220.96,1.64,1,43.82,7.78,2 +0,2021-12-09 13:28:03.700959,1,2,3,4,966.92,-2304.21,10.43,-220.94,1.41,1,43.33,7.77,2 +0,2021-12-09 13:28:13.553237,1,2,3,4,967.46,-2304.5,10.43,-220.97,1.58,1,43.33,7.77,2 +0,2021-12-09 13:28:23.397053,1,2,3,4,967.57,-2304.39,10.43,-220.98,1.35,1,44.79,7.78,2 +0,2021-12-09 13:28:33.241397,1,2,3,4,967.41,-2304.33,10.43,-220.97,1.52,1,43.82,7.77,2 +0,2021-12-09 13:28:43.080422,1,2,3,4,968.03,-2304.33,10.43,-220.95,1.29,1,44.3,7.77,2 +0,2021-12-09 13:28:52.921111,1,2,3,4,966.35,-2304.39,10.43,-220.96,1.58,1,43.82,7.77,2 +0,2021-12-09 13:29:02.769115,1,2,3,4,967.53,-2304.56,10.43,-220.99,1.52,1,43.82,7.78,2 +0,2021-12-09 13:29:12.604866,1,2,3,4,967.42,-2304.27,10.43,-220.94,1.35,1,44.79,7.77,2 +0,2021-12-09 13:29:22.441379,1,2,3,4,966.94,-2304.21,10.43,-220.93,1.41,1,43.82,7.77,2 +0,2021-12-09 13:29:32.284198,1,2,3,4,967.79,-2304.27,10.43,-220.94,1.58,1,44.79,7.77,2 +0,2021-12-09 13:29:42.123712,1,2,3,4,966.94,-2304.27,10.43,-220.96,1.46,1,44.3,7.78,2 +0,2021-12-09 13:29:51.952462,1,2,3,4,966.85,-2304.33,10.43,-220.97,1.41,1,44.3,7.77,2 +0,2021-12-09 13:30:01.792158,1,2,3,4,966.5,-2304.33,10.43,-220.95,1.52,1,44.3,7.77,2 +0,2021-12-09 13:30:11.643728,1,2,3,4,969.25,-2304.27,10.43,-220.96,1.58,1,45.28,7.78,2 +0,2021-12-09 13:30:21.482479,1,2,3,4,966.48,-2304.39,10.43,-220.96,1.58,1,44.3,7.77,2 +0,2021-12-09 13:30:31.311680,1,2,3,4,966.72,-2304.27,10.43,-220.94,1.58,1,45.28,7.77,2 +0,2021-12-09 13:30:41.158791,1,2,3,4,967.88,-2304.27,10.43,-220.94,1.58,1,44.79,7.77,2 +0,2021-12-09 13:30:50.995729,1,2,3,4,968.71,-2304.33,10.43,-220.94,1.41,1,44.3,7.78,2 +0,2021-12-09 13:31:00.839417,1,2,3,4,967.8,-2304.33,10.43,-220.95,1.64,1,45.28,7.77,2 +0,2021-12-09 13:31:10.670994,1,2,3,4,966.31,-2304.21,10.43,-220.93,1.52,1,44.79,7.77,2 +0,2021-12-09 13:31:20.515978,1,2,3,4,966.27,-2304.27,10.43,-220.94,1.46,1,45.28,7.77,2 +0,2021-12-09 13:31:30.355132,1,2,3,4,966.78,-2304.39,10.43,-220.94,1.58,1,46.25,7.77,2 +0,2021-12-09 13:31:40.198687,1,2,3,4,967.62,-2304.27,10.43,-220.93,1.58,1,44.79,7.77,2 +0,2021-12-09 13:31:50.041828,1,2,3,4,966.59,-2304.27,10.43,-220.93,1.58,1,45.28,7.78,2 +0,2021-12-09 13:31:59.887545,1,2,3,4,967.7,-2304.27,10.43,-220.94,1.58,1,45.76,7.77,2 +0,2021-12-09 13:32:09.722701,1,2,3,4,966.51,-2304.21,10.43,-220.93,1.64,1,45.76,7.77,2 +0,2021-12-09 13:32:19.571593,1,2,3,4,967.46,-2304.21,10.43,-220.94,1.41,1,46.74,7.78,2 +0,2021-12-09 13:32:29.406350,1,2,3,4,966.92,-2304.39,10.43,-220.97,1.58,1,46.25,7.77,2 +0,2021-12-09 13:32:39.250517,1,2,3,4,966.09,-2304.39,10.43,-220.96,1.58,1,46.25,7.77,2 +0,2021-12-09 13:32:49.084856,1,2,3,4,967.86,-2304.21,10.43,-220.95,1.64,1,46.74,7.77,2 +0,2021-12-09 13:32:58.931175,1,2,3,4,967.12,-2304.21,10.43,-220.93,1.52,1,46.74,7.77,2 +0,2021-12-09 13:33:08.768956,1,2,3,4,967.46,-2304.27,10.43,-220.92,1.58,1,45.76,7.78,2 +0,2021-12-09 13:33:18.616994,1,2,3,4,968.44,-2304.27,10.43,-220.94,1.58,1,46.74,7.78,2 +0,2021-12-09 13:33:28.463220,1,2,3,4,966.33,-2304.27,10.43,-220.96,1.58,1,45.76,7.77,2 +0,2021-12-09 13:33:38.300177,1,2,3,4,966.91,-2304.21,10.43,-220.95,1.64,1,45.76,7.78,2 +0,2021-12-09 13:33:48.152870,1,2,3,4,968.55,-2304.27,10.43,-220.95,1.58,1,46.25,7.78,2 +0,2021-12-09 13:33:57.991237,1,2,3,4,969.1,-2304.33,10.43,-220.97,1.52,1,46.74,7.77,2 +0,2021-12-09 13:34:07.827112,1,2,3,4,968.76,-2304.15,10.43,-220.93,1.46,1,46.25,7.78,2 +0,2021-12-09 13:34:17.663701,1,2,3,4,967.8,-2304.21,10.43,-220.94,1.64,1,44.79,7.77,2 +0,2021-12-09 13:34:27.494260,1,2,3,4,965.72,-2304.21,10.43,-220.93,1.52,1,44.3,7.77,2 +0,2021-12-09 13:34:37.332665,1,2,3,4,967.02,-2304.27,10.43,-220.93,1.46,1,45.28,7.77,2 +0,2021-12-09 13:34:47.155531,1,2,3,4,967.73,-2304.21,10.43,-220.94,1.64,1,44.79,7.77,2 +0,2021-12-09 13:34:56.986802,1,2,3,4,967.68,-2304.27,10.43,-220.94,1.58,1,45.76,7.77,2 +0,2021-12-09 13:35:06.818205,1,2,3,4,966.43,-2304.33,10.43,-220.94,1.52,1,43.82,7.77,2 +0,2021-12-09 13:35:16.655859,1,2,3,4,968.17,-2304.33,10.43,-220.92,1.52,1,44.79,7.77,2 +0,2021-12-09 13:35:26.489234,1,2,3,4,966.43,-2304.27,10.43,-220.92,1.58,1,44.79,7.77,2 +0,2021-12-09 13:35:36.324862,1,2,3,4,966.3,-2304.33,10.43,-220.93,1.52,1,43.82,7.77,2 +0,2021-12-09 13:35:46.162470,1,2,3,4,966.45,-2304.21,10.43,-220.92,1.52,1,44.3,7.77,2 +0,2021-12-09 13:35:55.995756,1,2,3,4,966.72,-2304.39,10.43,-220.93,1.46,1,43.82,7.77,2 +0,2021-12-09 13:36:05.843821,1,2,3,4,969.34,-2304.33,10.43,-220.95,1.52,1,44.3,7.78,2 +0,2021-12-09 13:36:15.678841,1,2,3,4,967.83,-2304.33,10.43,-220.96,1.52,1,44.79,7.78,2 +0,2021-12-09 13:36:25.515251,1,2,3,4,966.69,-2304.39,10.43,-220.98,1.46,1,44.3,7.77,2 +0,2021-12-09 13:36:35.352110,1,2,3,4,968.39,-2304.45,10.43,-220.96,1.41,1,43.82,7.78,2 +0,2021-12-09 13:36:45.194965,1,2,3,4,968.12,-2304.33,10.43,-220.95,1.52,1,43.33,7.77,2 +0,2021-12-09 13:36:55.032343,1,2,3,4,967.19,-2304.33,10.43,-220.95,1.52,1,43.82,7.77,2 +0,2021-12-09 13:37:04.867483,1,2,3,4,968.35,-2304.45,10.43,-220.93,1.41,1,44.3,7.78,2 +0,2021-12-09 13:37:14.710391,1,2,3,4,966.32,-2304.39,10.43,-220.94,1.46,1,44.3,7.78,2 +0,2021-12-09 13:37:24.550496,1,2,3,4,967.89,-2304.33,10.43,-220.95,1.52,1,44.3,7.78,2 +0,2021-12-09 13:37:34.391712,1,2,3,4,968.53,-2304.39,10.43,-220.99,1.46,1,44.3,7.77,2 +0,2021-12-09 13:37:44.229282,1,2,3,4,966.71,-2304.33,10.43,-220.96,1.52,1,44.3,7.77,2 +0,2021-12-09 13:37:54.066718,1,2,3,4,967.89,-2304.39,10.43,-220.95,1.46,1,44.79,7.78,2 +0,2021-12-09 13:38:03.904652,1,2,3,4,966.35,-2304.39,10.43,-220.97,1.46,1,45.28,7.77,2 +0,2021-12-09 13:38:13.736509,1,2,3,4,967.25,-2304.33,10.43,-220.94,1.52,1,43.82,7.77,2 +0,2021-12-09 13:38:23.577275,1,2,3,4,968.24,-2304.45,10.43,-220.98,1.41,1,44.3,7.77,2 +0,2021-12-09 13:38:33.415084,1,2,3,4,966.54,-2304.45,10.43,-220.95,1.52,1,44.3,7.78,2 +0,2021-12-09 13:38:43.258321,1,2,3,4,966.73,-2304.39,10.43,-220.94,1.46,1,44.3,7.77,2 +0,2021-12-09 13:38:53.098684,1,2,3,4,966.69,-2304.39,10.43,-220.93,1.46,1,44.3,7.77,2 +0,2021-12-09 13:39:02.931768,1,2,3,4,967.03,-2304.45,10.43,-220.93,1.41,1,44.79,7.77,2 +0,2021-12-09 13:39:12.768828,1,2,3,4,966.26,-2304.39,10.43,-220.97,1.46,1,44.79,7.77,2 +0,2021-12-09 13:39:22.600742,1,2,3,4,968.12,-2304.39,10.43,-220.96,1.46,1,43.82,7.77,2 +0,2021-12-09 15:52:59.830217,1,2,3,4,967.92,-2303.86,10.43,-220.95,1.41,1,49.17,7.74,2 +0,2021-12-09 15:53:09.692114,1,2,3,4,966.78,-2303.39,10.42,-220.99,1.52,1,48.69,7.77,2 +0,2021-12-09 15:53:19.530414,1,2,3,4,959.56,-2303.27,10.42,-221.0,1.52,1,48.69,7.76,2 +0,2021-12-09 15:53:29.364704,1,2,3,4,969.2,-2303.21,10.42,-220.99,1.46,1,48.69,7.78,2 +0,2021-12-09 15:53:39.207918,1,2,3,4,968.32,-2302.98,10.42,-220.98,1.58,1,48.2,7.78,2 +0,2021-12-09 15:53:49.052548,1,2,3,4,967.89,-2303.1,10.42,-220.99,1.46,1,48.2,7.77,2 +0,2021-12-09 15:53:58.919865,1,2,3,4,967.1,-2303.04,10.42,-220.98,1.64,1,47.71,7.81,2 +0,2021-12-09 15:54:08.757167,1,2,3,4,966.6,-2303.1,10.42,-221.01,1.35,1,48.69,7.78,2 +0,2021-12-09 15:54:18.608830,1,2,3,4,967.8,-2302.98,10.42,-220.97,1.35,1,48.69,7.78,2 +0,2021-12-09 15:54:28.440725,1,2,3,4,967.14,-2302.8,10.42,-220.93,1.41,1,47.71,7.77,2 +0,2021-12-09 15:54:38.282899,1,2,3,4,967.03,-2302.92,10.42,-220.92,1.41,1,48.69,7.77,2 +0,2021-12-09 15:54:48.118579,1,2,3,4,966.45,-2302.86,10.42,-220.92,1.58,1,48.2,7.77,2 +0,2021-12-09 15:54:57.964830,1,2,3,4,967.6,-2302.92,10.42,-220.92,1.52,1,48.2,7.77,2 +0,2021-12-09 15:55:07.783182,1,2,3,4,967.18,-2302.86,10.42,-220.91,1.58,1,48.69,7.75,2 +0,2021-12-09 15:55:17.609268,1,2,3,4,967.45,-2302.8,10.42,-220.9,1.64,1,48.69,7.76,2 +0,2021-12-09 15:55:27.436661,1,2,3,4,966.71,-2302.75,10.42,-220.89,1.7,1,47.71,7.77,2 +0,2021-12-09 15:55:37.271271,1,2,3,4,966.51,-2302.69,10.42,-220.9,1.52,1,48.69,7.76,2 +0,2021-12-09 15:55:47.040186,1,2,3,4,967.21,-2302.92,10.42,-220.92,1.64,1,50.15,7.71,2 +0,2021-12-09 15:55:56.801526,1,2,3,4,955.97,-2303.04,10.42,-220.93,1.41,1,49.66,7.72,2 +0,2021-12-09 15:56:06.623510,1,2,3,4,962.97,-2302.86,10.42,-220.91,1.58,1,50.63,7.76,2 +0,2021-12-09 15:56:16.423148,1,2,3,4,968.34,-2302.92,10.42,-220.92,1.52,1,49.17,7.77,2 +0,2021-12-09 15:56:26.254781,1,2,3,4,964.49,-2302.34,10.42,-220.9,1.52,1,49.17,7.77,2 +0,2021-12-09 15:56:36.082769,1,2,3,4,967.67,-2302.86,10.43,-220.86,1.58,1,48.69,7.77,2 +0,2021-12-09 15:56:45.860111,1,2,3,4,958.71,-2302.8,10.43,-220.88,1.52,1,49.66,7.71,2 +0,2021-12-09 15:56:55.664751,1,2,3,4,961.95,-2302.8,10.42,-220.92,1.76,1,50.15,7.74,2 +0,2021-12-09 15:57:05.480629,1,2,3,4,960.77,-2302.92,10.42,-220.94,1.52,1,49.17,7.74,2 +0,2021-12-09 15:57:15.253044,1,2,3,4,956.39,-2302.92,10.42,-220.92,1.52,1,50.63,7.75,2 +0,2021-12-09 15:57:25.050870,1,2,3,4,967.76,-2302.8,10.42,-220.9,1.52,1,50.63,7.73,2 +0,2021-12-09 15:57:34.824705,1,2,3,4,967.69,-2302.86,10.42,-220.91,1.58,1,50.15,7.74,2 +0,2021-12-09 15:57:44.648750,1,2,3,4,966.02,-2302.98,10.42,-220.93,1.46,1,48.69,7.75,2 +0,2021-12-09 15:57:54.473970,1,2,3,4,966.17,-2302.8,10.43,-220.89,1.41,1,49.17,7.77,2 +0,2021-12-09 15:58:04.293369,1,2,3,4,966.14,-2302.8,10.42,-220.9,1.64,1,50.15,7.76,2 +0,2021-12-09 15:58:14.127624,1,2,3,4,968.73,-2302.86,10.43,-220.89,1.58,1,49.66,7.76,2 +0,2021-12-09 15:58:23.920444,1,2,3,4,966.99,-2302.86,10.42,-220.92,1.58,1,50.63,7.73,2 +0,2021-12-09 15:58:33.735438,1,2,3,4,957.55,-2302.8,10.42,-220.9,1.64,1,50.15,7.75,2 +0,2021-12-09 15:58:45.300872,1,2,3,4,273.63,-2302.8,10.43,-220.89,1.64,1,50.15,2.15,2 +0,2021-12-09 15:58:49.597696,1,2,3,4,273.05,-2303.16,10.42,-220.97,1.29,1,49.66,2.22,2 +0,2021-12-09 15:58:53.888602,1,2,3,4,274.0,-2303.1,10.43,-220.89,1.58,1,50.15,2.22,2 +0,2021-12-09 15:58:58.182841,1,2,3,4,274.64,-2303.04,10.43,-220.87,1.17,1,49.66,2.22,2 +0,2021-12-09 15:59:02.467200,1,2,3,4,274.02,-2302.8,10.43,-220.81,1.52,1,48.69,2.22,2 +0,2021-12-09 15:59:06.744997,1,2,3,4,273.62,-2302.92,10.43,-220.9,1.41,1,49.17,2.22,2 +0,2021-12-09 15:59:11.036473,1,2,3,4,274.1,-2302.98,10.43,-220.85,1.58,1,50.15,2.23,2 +0,2021-12-09 15:59:15.328582,1,2,3,4,274.53,-2302.8,10.43,-220.87,0.94,1,49.66,2.22,2 +0,2021-12-09 15:59:19.608726,1,2,3,4,272.09,-2302.92,10.43,-220.9,1.88,1,49.17,2.21,2 +0,2021-12-09 15:59:23.894098,1,2,3,4,274.48,-2303.27,10.43,-220.84,1.76,1,49.66,2.22,2 +0,2021-12-09 15:59:28.187823,1,2,3,4,274.07,-2303.57,10.43,-220.95,1.46,1,49.66,2.22,2 +0,2021-12-09 15:59:32.466213,1,2,3,4,273.78,-2303.27,10.43,-220.94,1.76,1,50.15,2.21,2 +0,2021-12-09 15:59:36.739333,1,2,3,4,271.83,-2302.86,10.42,-220.9,1.58,1,50.15,2.21,2 +0,2021-12-09 15:59:40.957887,1,2,3,4,266.93,-2303.45,10.43,-220.93,1.7,1,49.66,2.16,2 +0,2021-12-09 15:59:45.148365,1,2,3,4,273.97,-2303.51,10.42,-220.97,1.88,1,49.17,2.16,2 +0,2021-12-09 15:59:49.349672,1,2,3,4,266.67,-2303.51,10.42,-221.03,1.52,1,50.63,2.15,2 +0,2021-12-09 15:59:53.638896,1,2,3,4,277.27,-2303.1,10.43,-220.91,1.82,1,50.63,2.23,2 +0,2021-12-09 15:59:57.849235,1,2,3,4,258.49,-2303.57,10.43,-220.88,1.58,1,50.63,2.18,2 +0,2021-12-09 16:00:02.081884,1,2,3,4,264.84,-2303.16,10.43,-220.89,2.34,1,50.63,2.18,2 +0,2021-12-09 16:00:06.274010,1,2,3,4,260.44,-2303.33,10.42,-220.96,1.46,1,51.12,2.13,2 +0,2021-12-09 16:00:10.550679,1,2,3,4,277.48,-2303.33,10.43,-220.94,1.46,1,50.63,2.23,2 +0,2021-12-09 16:00:14.836665,1,2,3,4,274.21,-2303.45,10.43,-220.92,1.23,1,50.63,2.22,2 +0,2021-12-09 16:00:19.117320,1,2,3,4,274.18,-2303.51,10.43,-220.92,1.88,1,50.63,2.22,2 +0,2021-12-09 16:00:23.395462,1,2,3,4,272.09,-2303.92,10.43,-220.97,1.93,1,49.17,2.21,2 +0,2021-12-09 16:00:27.690592,1,2,3,4,274.01,-2303.21,10.43,-220.86,1.46,1,50.63,2.22,2 +0,2021-12-09 16:00:31.973471,1,2,3,4,272.91,-2303.57,10.42,-220.98,1.23,1,49.66,2.22,2 +0,2021-12-09 16:00:36.269300,1,2,3,4,274.61,-2303.45,10.43,-220.94,1.58,1,49.17,2.22,2 +0,2021-12-09 16:00:40.548412,1,2,3,4,273.05,-2303.57,10.42,-220.98,1.58,1,49.17,2.21,2 +0,2021-12-09 16:00:44.835413,1,2,3,4,274.09,-2303.33,10.43,-220.93,1.7,1,49.66,2.22,2 +0,2021-12-09 16:00:49.126736,1,2,3,4,274.4,-2303.21,10.42,-220.95,1.58,1,49.17,2.22,2 +0,2021-12-09 16:00:53.408247,1,2,3,4,268.92,-2303.16,10.43,-220.84,1.29,1,48.69,2.21,2 +0,2021-12-09 16:00:57.691696,1,2,3,4,271.19,-2303.45,10.43,-220.94,1.11,1,49.66,2.21,2 +0,2021-12-09 16:01:01.983557,1,2,3,4,274.14,-2303.39,10.43,-220.88,1.29,1,48.69,2.22,2 +0,2021-12-09 16:01:06.257341,1,2,3,4,274.96,-2303.21,10.43,-220.86,1.7,1,49.17,2.22,2 +0,2021-12-09 16:01:10.542497,1,2,3,4,274.07,-2303.45,10.43,-220.95,1.23,1,50.15,2.22,2 +0,2021-12-09 16:01:14.829381,1,2,3,4,273.11,-2303.39,10.42,-221.0,1.29,1,49.17,2.22,2 +0,2021-12-09 16:01:19.116012,1,2,3,4,272.89,-2303.68,10.42,-221.06,1.58,1,49.66,2.21,2 +0,2021-12-09 16:01:23.395107,1,2,3,4,272.69,-2303.16,10.42,-220.99,1.41,1,50.15,2.22,2 +0,2021-12-09 16:01:27.675150,1,2,3,4,272.32,-2303.27,10.42,-220.99,1.41,1,49.17,2.22,2 +0,2021-12-09 16:01:31.960954,1,2,3,4,274.11,-2303.16,10.43,-220.85,1.29,1,49.66,2.22,2 +0,2021-12-09 16:01:36.250494,1,2,3,4,273.86,-2303.21,10.43,-220.76,1.7,1,49.17,2.22,2 +0,2021-12-09 16:01:40.517037,1,2,3,4,273.07,-2302.98,10.43,-220.76,1.58,1,48.69,2.21,2 +0,2021-12-09 16:01:44.793776,1,2,3,4,272.9,-2303.74,10.43,-220.94,1.52,1,48.69,2.21,2 +0,2021-12-09 16:01:49.081371,1,2,3,4,272.89,-2302.8,10.42,-220.91,1.41,1,48.2,2.22,2 +0,2021-12-09 16:01:53.370819,1,2,3,4,272.93,-2303.1,10.42,-220.94,1.23,1,50.15,2.22,2 +0,2021-12-09 16:01:57.656844,1,2,3,4,273.03,-2303.45,10.43,-220.93,1.58,1,49.66,2.22,2 +0,2021-12-09 16:02:01.932568,1,2,3,4,274.32,-2303.39,10.43,-220.89,1.41,1,49.66,2.21,2 +0,2021-12-09 16:02:06.213240,1,2,3,4,273.54,-2302.92,10.43,-220.87,1.41,1,49.17,2.21,2 +0,2021-12-09 16:02:10.503679,1,2,3,4,272.9,-2303.21,10.43,-220.85,1.46,1,49.17,2.21,2 +0,2021-12-09 16:02:14.789352,1,2,3,4,273.11,-2303.1,10.42,-220.98,2.17,1,49.66,2.22,2 +0,2021-12-09 16:02:19.073696,1,2,3,4,272.66,-2302.98,10.43,-220.86,1.23,1,49.17,2.22,2 +0,2021-12-09 16:02:23.360443,1,2,3,4,272.32,-2302.86,10.43,-220.88,1.58,1,49.17,2.21,2 +0,2021-12-09 16:02:27.589116,1,2,3,4,272.35,-2303.04,10.42,-220.95,1.64,1,50.15,2.16,2 +0,2021-12-09 16:02:31.878112,1,2,3,4,274.1,-2303.45,10.43,-220.88,1.58,1,49.66,2.22,2 +0,2021-12-09 16:02:36.165091,1,2,3,4,272.71,-2303.21,10.43,-220.92,1.35,1,49.66,2.21,2 +0,2021-12-09 16:02:40.445444,1,2,3,4,274.07,-2303.04,10.43,-220.89,1.29,1,49.66,2.22,2 +0,2021-12-09 16:02:44.733206,1,2,3,4,274.0,-2302.69,10.43,-220.78,1.64,1,49.66,2.22,2 +0,2021-12-09 16:02:49.022467,1,2,3,4,274.03,-2303.39,10.43,-220.94,1.64,1,50.63,2.22,2 +0,2021-12-09 16:02:53.291501,1,2,3,4,274.08,-2303.27,10.43,-220.85,1.64,1,48.69,2.22,2 +0,2021-12-09 16:02:57.567308,1,2,3,4,273.65,-2302.98,10.43,-220.89,1.35,1,49.17,2.21,2 +0,2021-12-09 16:03:01.845872,1,2,3,4,272.18,-2303.27,10.43,-220.93,1.52,1,49.66,2.22,2 +0,2021-12-09 16:03:06.130346,1,2,3,4,273.87,-2303.1,10.43,-220.9,1.58,1,49.17,2.22,2 +0,2021-12-09 16:03:10.417933,1,2,3,4,273.62,-2302.86,10.43,-220.86,1.7,1,47.71,2.22,2 +0,2021-12-09 16:03:14.691608,1,2,3,4,271.92,-2303.1,10.43,-220.89,1.58,1,49.66,2.21,2 +0,2021-12-09 16:03:18.975654,1,2,3,4,272.35,-2303.39,10.42,-220.97,1.76,1,49.66,2.21,2 +0,2021-12-09 16:03:23.252332,1,2,3,4,271.65,-2303.04,10.43,-220.87,1.29,1,49.66,2.21,2 +0,2021-12-09 16:03:27.540365,1,2,3,4,272.98,-2303.27,10.43,-220.94,1.64,1,49.66,2.22,2 +0,2021-12-09 16:03:31.830983,1,2,3,4,274.78,-2302.86,10.43,-220.78,1.35,1,50.15,2.22,2 +0,2021-12-09 16:03:36.118916,1,2,3,4,273.58,-2303.27,10.43,-220.87,1.05,1,49.17,2.21,2 +0,2021-12-09 16:03:40.399792,1,2,3,4,274.17,-2302.75,10.43,-220.81,1.58,1,48.69,2.22,2 +0,2021-12-09 16:03:44.687561,1,2,3,4,273.98,-2303.04,10.43,-220.86,1.52,1,48.69,2.22,2 +0,2021-12-09 16:03:48.967934,1,2,3,4,273.46,-2303.27,10.43,-220.86,1.29,1,49.17,2.22,2 +0,2021-12-09 16:03:53.249222,1,2,3,4,274.2,-2303.39,10.43,-220.91,1.52,1,48.2,2.22,2 +0,2021-12-09 16:03:57.526836,1,2,3,4,273.97,-2303.27,10.43,-220.93,1.64,1,49.66,2.21,2 +0,2021-12-09 16:04:01.804441,1,2,3,4,274.19,-2303.1,10.43,-220.88,1.58,1,48.69,2.22,2 +0,2021-12-09 16:04:06.086115,1,2,3,4,272.86,-2302.69,10.43,-220.83,1.52,1,49.17,2.22,2 +0,2021-12-09 16:04:10.377640,1,2,3,4,272.97,-2303.1,10.43,-220.86,1.46,1,49.66,2.21,2 +0,2021-12-09 16:04:14.656332,1,2,3,4,272.8,-2302.98,10.43,-220.86,1.46,1,49.66,2.22,2 +0,2021-12-09 16:04:18.939815,1,2,3,4,277.42,-2303.39,10.43,-220.88,1.52,1,49.66,2.22,2 +0,2021-12-09 16:04:23.229630,1,2,3,4,274.09,-2302.98,10.43,-220.83,1.35,1,48.69,2.21,2 +0,2021-12-09 16:04:27.619881,1,2,3,4,325.65,-2302.8,10.43,-220.87,1.76,1,48.69,2.32,2 +0,2021-12-09 16:04:31.901783,1,2,3,4,272.89,-2303.1,10.43,-220.87,1.23,1,49.17,2.22,2 +0,2021-12-09 16:04:36.188340,1,2,3,4,273.97,-2303.21,10.43,-220.88,1.23,1,49.17,2.21,2 +0,2021-12-09 16:04:40.477487,1,2,3,4,274.11,-2303.16,10.43,-220.87,1.41,1,49.17,2.22,2 +0,2021-12-09 16:04:44.759259,1,2,3,4,272.59,-2303.16,10.43,-220.9,1.05,1,49.17,2.21,2 +0,2021-12-09 16:04:49.046575,1,2,3,4,273.89,-2303.1,10.43,-220.9,1.11,1,48.69,2.22,2 +0,2021-12-09 16:04:53.314376,1,2,3,4,274.62,-2303.27,10.42,-220.97,1.17,1,48.69,2.22,2 +0,2021-12-09 16:04:57.601407,1,2,3,4,272.88,-2302.98,10.42,-220.93,1.0,1,49.66,2.22,2 +0,2021-12-09 16:05:01.900640,1,2,3,4,274.25,-2303.21,10.42,-220.97,1.93,1,48.2,2.23,2 +0,2021-12-09 16:05:06.185249,1,2,3,4,273.45,-2302.69,10.43,-220.87,1.41,1,49.17,2.22,2 +0,2021-12-09 16:05:10.467243,1,2,3,4,272.91,-2303.51,10.42,-220.97,1.29,1,47.71,2.22,2 +0,2021-12-09 16:05:14.754437,1,2,3,4,273.8,-2303.33,10.43,-220.89,1.58,1,49.17,2.22,2 +0,2021-12-09 16:05:19.026558,1,2,3,4,265.9,-2303.16,10.43,-220.87,1.17,1,48.69,2.2,2 +0,2021-12-09 16:05:23.314752,1,2,3,4,273.73,-2303.27,10.43,-220.83,1.41,1,48.69,2.22,2 +0,2021-12-09 16:05:27.606485,1,2,3,4,272.9,-2302.92,10.43,-220.77,1.88,1,49.17,2.22,2 +0,2021-12-09 16:05:31.882578,1,2,3,4,271.84,-2302.1,10.43,-220.73,1.76,1,48.69,2.21,2 +0,2021-12-09 16:05:36.172823,1,2,3,4,274.21,-2302.16,10.42,-220.85,1.46,1,48.2,2.22,2 +0,2021-12-09 16:05:40.463332,1,2,3,4,272.96,-2302.8,10.42,-220.93,1.29,1,48.69,2.22,2 +0,2021-12-09 16:05:44.754413,1,2,3,4,273.81,-2302.86,10.42,-221.01,2.29,1,49.17,2.22,2 +0,2021-12-09 16:05:49.036053,1,2,3,4,271.83,-2302.16,10.42,-220.94,1.11,1,49.66,2.21,2 +0,2021-12-09 15:20:17.584798,1,2,3,4,273.53,1490.26,3.0,496.54,29.83,1,45.28,2.18,2 +0,2021-12-09 15:20:21.895017,1,2,3,4,274.21,1486.39,2.99,496.61,23.03,1,45.76,2.22,2 +0,2021-12-09 15:20:26.176431,1,2,3,4,273.07,1480.36,2.98,496.74,19.45,1,44.79,2.22,2 +0,2021-12-09 15:20:30.467491,1,2,3,4,273.45,1473.27,2.97,496.82,18.34,1,45.28,2.22,2 +0,2021-12-09 15:20:34.759682,1,2,3,4,274.32,1467.82,2.95,496.75,16.76,1,45.28,2.22,2 +0,2021-12-09 15:20:39.048099,1,2,3,4,272.56,1462.08,2.94,497.09,16.52,1,44.3,2.22,2 +0,2021-12-09 15:20:43.340056,1,2,3,4,274.56,1457.8,2.93,497.46,16.23,1,44.3,2.22,2 +0,2021-12-09 15:20:47.627688,1,2,3,4,273.66,1453.46,2.92,497.29,14.82,1,45.28,2.22,2 +0,2021-12-09 15:20:51.922646,1,2,3,4,273.68,1450.01,2.92,497.31,15.35,1,45.28,2.22,2 +0,2021-12-09 15:20:56.206575,1,2,3,4,273.04,1446.02,2.91,497.66,15.35,1,44.3,2.22,2 +0,2021-12-09 15:21:00.497799,1,2,3,4,273.05,1442.92,2.9,497.76,15.41,1,44.79,2.22,2 +0,2021-12-09 15:21:04.793028,1,2,3,4,273.54,1440.63,2.89,497.73,14.77,1,45.28,2.22,2 +0,2021-12-09 15:21:09.080158,1,2,3,4,274.18,1436.7,2.89,497.79,14.82,1,45.28,2.22,2 +0,2021-12-09 15:21:13.355332,1,2,3,4,271.48,1434.42,2.88,497.68,14.53,1,45.28,2.21,2 +0,2021-12-09 15:21:17.638988,1,2,3,4,272.6,1432.72,2.88,497.42,14.24,1,44.79,2.21,2 +0,2021-12-09 15:21:21.923488,1,2,3,4,273.72,1430.84,2.87,498.14,13.89,1,44.3,2.22,2 +0,2021-12-09 15:21:26.209287,1,2,3,4,272.51,1429.61,2.87,497.67,15.12,1,44.79,2.21,2 +0,2021-12-09 15:21:30.494007,1,2,3,4,272.93,1427.15,2.86,498.32,13.95,1,43.33,2.22,2 +0,2021-12-09 15:21:34.782427,1,2,3,4,273.28,1425.34,2.86,498.14,13.42,1,45.28,2.22,2 +0,2021-12-09 15:21:39.069082,1,2,3,4,272.73,1423.58,2.86,498.09,12.95,1,46.25,2.22,2 +0,2021-12-09 15:21:43.362910,1,2,3,4,273.43,1421.7,2.85,498.3,12.83,1,44.79,2.22,2 +0,2021-12-09 15:21:47.653063,1,2,3,4,274.8,1418.54,2.85,497.88,12.72,1,45.28,2.22,2 +0,2021-12-09 15:21:51.934944,1,2,3,4,273.49,1416.66,2.84,498.41,12.72,1,45.28,2.22,2 +0,2021-12-09 15:21:56.215150,1,2,3,4,273.97,1415.43,2.84,498.27,11.95,1,45.28,2.22,2 +0,2021-12-09 15:22:00.504441,1,2,3,4,274.11,1413.62,2.84,498.08,11.89,1,44.79,2.22,2 +0,2021-12-09 15:22:04.784139,1,2,3,4,273.89,1412.74,2.84,498.22,11.48,1,43.82,2.22,2 +0,2021-12-09 15:22:09.070475,1,2,3,4,273.61,1409.57,2.83,497.93,11.48,1,43.82,2.22,2 +0,2021-12-09 15:22:13.354682,1,2,3,4,273.06,1408.4,2.83,498.22,11.6,1,45.28,2.22,2 +0,2021-12-09 15:22:17.638309,1,2,3,4,273.12,1406.29,2.83,497.59,11.13,1,45.76,2.21,2 +0,2021-12-09 15:22:21.917745,1,2,3,4,272.35,1405.06,2.82,497.61,10.84,1,45.28,2.21,2 +0,2021-12-09 15:22:26.197947,1,2,3,4,273.14,1403.13,2.82,497.92,10.43,1,44.79,2.22,2 +0,2021-12-09 15:22:30.493969,1,2,3,4,274.22,1402.84,2.81,498.81,10.14,1,44.79,2.23,2 +0,2021-12-09 15:22:34.781225,1,2,3,4,274.07,1400.9,2.81,498.58,9.14,1,45.28,2.22,2 +0,2021-12-09 15:22:39.044949,1,2,3,4,273.36,1399.44,2.81,498.85,9.79,1,45.28,2.2,2 +0,2021-12-09 15:22:43.311734,1,2,3,4,272.79,1397.91,2.8,498.77,9.43,1,45.28,2.21,2 +0,2021-12-09 15:22:47.589921,1,2,3,4,273.21,1396.62,2.8,498.89,8.73,1,44.3,2.22,2 +0,2021-12-09 15:22:51.878923,1,2,3,4,273.32,1395.1,2.8,499.01,9.08,1,45.28,2.22,2 +0,2021-12-09 15:22:56.160506,1,2,3,4,273.67,1394.63,2.79,499.22,8.5,1,44.3,2.22,2 +0,2021-12-09 15:23:00.447383,1,2,3,4,273.13,1393.05,2.79,499.03,8.79,1,45.76,2.22,2 +0,2021-12-09 15:23:04.736508,1,2,3,4,274.42,1391.12,2.79,499.18,8.5,1,45.28,2.22,2 +0,2021-12-09 15:23:09.015311,1,2,3,4,272.83,1390.18,2.78,499.18,8.97,1,45.28,2.21,2 +0,2021-12-09 15:23:13.300408,1,2,3,4,274.33,-0.29,0.1,-3.0,22.79,1,44.79,2.21,2 +0,2021-12-09 15:23:17.588891,1,2,3,4,274.02,2.23,0.1,23.17,23.2,1,46.74,2.22,2 +0,2021-12-09 15:23:21.865978,1,2,3,4,273.13,-5876.37,0.1,-58992.35,5848.36,1,45.28,2.22,2 +0,2021-12-09 15:23:26.145837,1,2,3,4,273.98,-5939.07,0.1,-61205.92,5868.87,1,44.79,2.22,2 +0,2021-12-09 15:23:30.431114,1,2,3,4,272.85,478.96,0.1,4853.92,1123.98,1,45.28,2.21,2 +0,2021-12-09 15:23:34.715761,1,2,3,4,272.98,-612.62,0.1,-6359.49,1154.86,1,44.3,2.21,2 +0,2021-12-09 15:23:38.999170,1,2,3,4,271.55,-188.15,0.1,-1939.01,-61.7,1,45.76,2.22,2 +0,2021-12-09 15:23:43.278698,1,2,3,4,273.02,-261.51,0.1,-2613.0,-73.42,1,44.3,2.21,2 +0,2021-12-09 15:23:47.566416,1,2,3,4,273.92,98.67,0.1,1014.46,-96.92,1,45.76,2.22,2 +0,2021-12-09 15:23:51.856051,1,2,3,4,274.13,76.35,0.1,802.34,-170.57,1,45.76,2.22,2 +0,2021-12-09 15:23:56.140304,1,2,3,4,272.72,-216.1,0.1,-2154.21,-81.68,1,44.79,2.22,2 +0,2021-12-09 15:24:00.422663,1,2,3,4,272.99,-85.02,0.1,-874.1,-44.36,1,44.79,2.22,2 +0,2021-12-09 15:24:04.702306,1,2,3,4,274.15,-203.74,0.1,-2099.64,-107.64,1,45.28,2.22,2 +0,2021-12-09 15:24:08.990681,1,2,3,4,274.21,312.02,0.1,3169.64,-90.18,1,45.28,2.22,2 +0,2021-12-09 15:24:13.255787,1,2,3,4,274.01,-101.02,0.1,-1033.57,-88.48,1,45.28,2.21,2 +0,2021-12-09 15:24:17.536946,1,2,3,4,273.98,-103.25,0.09,-1087.65,-121.53,1,45.76,2.21,2 +0,2021-12-09 15:24:21.816930,1,2,3,4,273.99,44.47,0.1,453.95,-109.05,1,45.76,2.22,2 +0,2021-12-09 15:24:26.103418,1,2,3,4,272.29,-193.37,0.09,-2083.33,-82.03,1,44.79,2.21,2 +0,2021-12-09 15:24:30.390210,1,2,3,4,274.12,12.89,0.1,134.15,-62.11,1,45.28,2.22,2 +0,2021-12-09 15:24:34.669844,1,2,3,4,272.85,77.81,0.1,792.36,-62.7,1,45.76,2.21,2 +0,2021-12-09 15:24:38.961208,1,2,3,4,275.01,243.58,0.1,2547.18,-84.44,1,46.25,2.22,2 +0,2021-12-09 15:24:43.243888,1,2,3,4,274.31,-42.6,0.1,-430.69,-125.34,1,45.76,2.21,2 +0,2021-12-09 15:24:47.525761,1,2,3,4,272.56,-264.38,0.1,-2771.5,-80.98,1,44.79,2.21,2 +0,2021-12-09 15:24:51.802321,1,2,3,4,271.59,-236.67,0.1,-2404.17,-75.53,1,46.25,2.21,2 +0,2021-12-09 15:24:56.081442,1,2,3,4,273.97,237.96,0.1,2458.23,-107.29,1,45.76,2.22,2 +0,2021-12-09 15:25:00.369132,1,2,3,4,273.9,-302.88,0.09,-3230.62,-117.48,1,45.28,2.22,2 +0,2021-12-09 15:25:04.652980,1,2,3,4,273.88,-293.68,0.1,-3012.02,-117.78,1,44.79,2.22,2 +0,2021-12-09 15:25:08.921740,1,2,3,4,272.14,273.41,0.1,2751.18,-132.66,1,45.76,2.21,2 +0,2021-12-09 15:25:13.207472,1,2,3,4,274.45,265.44,0.1,2742.13,-117.54,1,45.28,2.22,2 +0,2021-12-09 15:25:17.494844,1,2,3,4,274.06,-272.41,0.1,-2728.29,-120.77,1,45.76,2.22,2 +0,2021-12-09 15:25:21.780326,1,2,3,4,274.01,-206.96,0.1,-2112.44,-116.96,1,45.76,2.22,2 +0,2021-12-09 15:25:26.058608,1,2,3,4,272.69,-226.3,0.1,-2326.51,-78.4,1,45.76,2.21,2 +0,2021-12-09 15:25:30.345460,1,2,3,4,274.12,26.95,0.1,280.49,-112.5,1,45.76,2.22,2 +0,2021-12-09 15:25:34.633997,1,2,3,4,274.66,294.03,0.1,2986.9,-107.93,1,46.25,2.22,2 +0,2021-12-09 15:25:38.914499,1,2,3,4,272.67,152.76,0.1,1581.92,-164.59,1,44.79,2.21,2 +0,2021-12-09 15:25:43.199491,1,2,3,4,273.97,-33.75,0.1,-343.68,-125.16,1,44.79,2.22,2 +0,2021-12-09 15:25:47.487933,1,2,3,4,274.02,-306.04,0.1,-3079.6,-100.61,1,45.76,2.22,2 +0,2021-12-09 15:25:51.772956,1,2,3,4,274.16,-5.33,0.1,-54.43,-89.94,1,45.28,2.22,2 +0,2021-12-09 15:25:56.050767,1,2,3,4,271.49,140.39,0.1,1450.36,-90.82,1,45.28,2.21,2 +0,2021-12-09 15:26:00.328272,1,2,3,4,273.93,-294.56,0.1,-2950.12,-84.9,1,45.76,2.21,2 +0,2021-12-09 15:26:04.614838,1,2,3,4,273.82,-214.34,0.1,-2151.76,-105.24,1,46.74,2.22,2 +0,2021-12-09 15:26:08.890851,1,2,3,4,274.75,71.31,0.1,726.13,-135.53,1,45.28,2.22,2 +0,2021-12-09 15:26:13.168428,1,2,3,4,272.27,-62.46,0.1,-637.56,-155.28,1,45.76,2.21,2 +0,2021-12-09 15:26:17.448206,1,2,3,4,274.13,300.01,0.1,3084.34,-113.21,1,44.3,2.22,2 +0,2021-12-09 15:26:21.737920,1,2,3,4,273.95,-291.57,0.1,-2968.97,-100.32,1,45.28,2.22,2 +0,2021-12-09 15:26:26.025331,1,2,3,4,274.01,7.38,0.1,75.36,-79.92,1,46.25,2.22,2 +0,2021-12-09 15:26:30.408944,1,2,3,4,323.26,315.01,0.1,3207.64,-103.25,1,45.28,2.32,2 +0,2021-12-09 15:26:34.689739,1,2,3,4,272.9,309.27,0.1,3126.78,-126.57,1,46.25,2.22,2 +0,2021-12-09 15:26:38.977563,1,2,3,4,274.29,-13.13,0.1,-134.94,-114.03,1,45.76,2.22,2 +0,2021-12-09 15:26:43.263285,1,2,3,4,275.13,-292.27,0.1,-2941.04,-131.02,1,46.25,2.22,2 +0,2021-12-09 15:26:47.549206,1,2,3,4,274.21,-186.1,0.1,-1872.64,-75.59,1,46.25,2.22,2 +0,2021-12-09 15:26:51.837341,1,2,3,4,273.29,174.44,0.1,1810.83,-40.96,1,46.25,2.22,2 +0,2021-12-09 15:26:56.125682,1,2,3,4,272.88,-280.26,0.1,-2787.3,-97.8,1,45.76,2.21,2 +0,2021-12-09 15:27:00.409685,1,2,3,4,273.05,-273.76,0.1,-2780.95,-120.12,1,46.74,2.21,2 +0,2021-12-09 15:27:04.691365,1,2,3,4,272.82,-192.31,0.1,-1953.57,-130.67,1,45.28,2.21,2 +0,2021-12-09 15:27:08.977003,1,2,3,4,272.91,-102.84,0.1,-1029.93,-23.73,1,47.22,2.22,2 +0,2021-12-09 15:27:13.257398,1,2,3,4,272.22,5.39,0.1,55.56,-49.45,1,45.76,2.22,2 +0,2021-12-09 15:27:17.535898,1,2,3,4,272.97,-218.39,0.1,-2239.78,-111.16,1,45.28,2.21,2 +0,2021-12-09 15:27:21.814543,1,2,3,4,273.94,-255.07,0.1,-2519.1,-104.94,1,46.25,2.22,2 diff --git a/ohmpi_param.json b/ohmpi_param.json index e6f80b3249dbfa17c99351ff2ca5cb0111532e64..018dd93fd39403377d7074565d5356ef36a73ce6 100644 --- a/ohmpi_param.json +++ b/ohmpi_param.json @@ -1,8 +1,8 @@ { "nb_electrodes": 64, - "injection_duration": 4, + "injection_duration":0.2, "nbr_meas": 100, "sequence_delay": 1, "stack": 1, - "export_path": "/home/pi/ohmpi/ohmpi/master/measurement.csv" + "export_path": "/home/pi/Documents/OhmPi/measurement.csv" } diff --git a/requirements.txt b/requirements.txt index b604ac73fa0fef0ddedb49b9550969d49a09af71..4935e38a311ae23aa6e007577eb790e5623e19ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ libraries to install using the package manager : libatlas-base-dev python libraries dependencies : Adafruit-Blinka==3.2.0 adafruit-circuitpython-ads1x15==2.1.1 +adafruit-circuitpython-mcp230xx==2.5.1 adafruit-circuitpython-busdevice==4.0.1 Adafruit-PlatformDetect==1.3.8 adafruit-circuitpython-tca9548a==0.5.1 diff --git a/test_mux_board.py b/test_mux_board.py new file mode 100644 index 0000000000000000000000000000000000000000..003ded95232cc3ef203c2d457f332d8550a96352 --- /dev/null +++ b/test_mux_board.py @@ -0,0 +1,78 @@ +""" +Created on Tue Dec 7 06:39:33 2021 +Code for testing switch MUX for ohmpi 2 +@author: remi.clement +""" + +import time , board, busio,adafruit_tca9548a +from adafruit_mcp230xx.mcp23017 import MCP23017 +import digitalio +from digitalio import Direction + + +address=0X70# choose the mux board address +activation_time=1 # choose your activation time in second + + +i2c = busio.I2C(board.SCL, board.SDA) #activation du protocle I2C +def switch_mux_on(electrode,address): + tca= adafruit_tca9548a.TCA9548A(i2c, address) + if electrode < 17: + nb_i2C=7 + a=electrode + elif electrode > 16 and electrode< 33: + nb_i2C=6 + a=electrode-16 + elif electrode > 32 and electrode < 49: + nb_i2C=5 + a=electrode-32 + elif electrode > 48 and electrode < 65: + nb_i2C=4 + a=electrode-48 + + mcp2 = MCP23017(tca[nb_i2C]) + mcp2.get_pin(a-1).direction=Direction.OUTPUT + mcp2.get_pin(a-1).value=True + +def switch_mux_off(electrode,address): + tca= adafruit_tca9548a.TCA9548A(i2c, address) + if electrode < 17: + nb_i2C=7 + a=electrode + elif electrode > 16 and electrode < 33: + nb_i2C=6 + a=electrode-16 + elif electrode > 32 and electrode < 49: + nb_i2C=5 + + a=electrode-32 + elif electrode > 48 and electrode < 65: + nb_i2C=4 + a=electrode-48 + + mcp2 = MCP23017(tca[nb_i2C]) + mcp2.get_pin(a-1).direction=digitalio.Direction.OUTPUT + mcp2.get_pin(a-1).value=False + +a=input(' if vous want try 1 channel choose 1, if you want try all channel choose 2!') + +if a=='1': + b=0 + print ("run channel by channel test") + electrode=int(input(' Choose your electrode number (integer):')) + switch_mux_on(electrode,address) + print('electrode:',electrode,' activate' ) + time.sleep(activation_time) + switch_mux_off(electrode,address) + print('electrode:',electrode,' deactivate' ) + +if a== '2': + for electrode in range(1, 65): + switch_mux_on(electrode,address) + print('electrode:',electrode,' activate' ) + time.sleep(activation_time) + switch_mux_off(electrode,address) + print('electrode:',electrode,' deactivate' ) + time.sleep(activation_time) +if a not in ['1', '2']: + print ("Wrong choice !")