diff --git a/.gitignore b/.gitignore index 247d840..4f5769c 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,4 @@ session.csv test_out db/cars.csv +gt7dashboard/test/data diff --git a/Makefile b/Makefile index e25ecdf..2eb6675 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ car_lists: python3 helper/download_cars_csv.py serve: - GT7_PLAYSTATION_IP=ps5wifi bokeh serve . + bokeh serve . deploy: git push - ssh ${MK_SERVER_USER}@${MK_SERVER_HOST} "cd work/gt7telemetry; git pull; cd ~/git/conf/docker; sudo -S CONTAINER_NAME=gt7telemetry make build" + ssh ${MK_SERVER_USER}@${MK_SERVER_HOST} "cd work/gt7dashboard && git pull && git switch '$(shell git rev-parse --abbrev-ref HEAD)' && cd ~/git/conf/docker && sudo -S CONTAINER_NAME=gt7dashboard make build" diff --git a/README.assets/screenshot_boost.png b/README.assets/screenshot_boost.png new file mode 100644 index 0000000..ce6e581 Binary files /dev/null and b/README.assets/screenshot_boost.png differ diff --git a/README.assets/screenshot_peaks_and_valleys.png b/README.assets/screenshot_peaks_and_valleys.png new file mode 100644 index 0000000..6e3c184 Binary files /dev/null and b/README.assets/screenshot_peaks_and_valleys.png differ diff --git a/README.assets/screenshot_yaw.png b/README.assets/screenshot_yaw.png new file mode 100644 index 0000000..49a279e Binary files /dev/null and b/README.assets/screenshot_yaw.png differ diff --git a/README.md b/README.md index f5b5b3f..f769a93 100644 --- a/README.md +++ b/README.md @@ -33,25 +33,31 @@ See the [Manual](#manual) for detailed instructions. ### Get Telemetry of a Demonstration lap or Replay -Enable the "Always Record" checkbox to always record replays. Otherwise will only the laps you are actually driving are recorded. +Enable the "Always Record" checkbox to always record replays. Otherwise, will only the laps you are actually driving are recorded. ## How to run You will have to have a running Python installation. Look [here](https://wiki.python.org/moin/BeginnersGuide/Download) for instructions. -* If you are on Windows edit the file `run.bat` and replace `<...>` with your IP address. Run the file with a double click afterwards. +* If you are on Windows + * Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ -* If you are on MacOS edit the file `run.command` and replace `<...>` with your IP address. Run the file with a double click afterwards. - -* If you are on Linux edit the file `run.sh` and replace `<...>` with your IP address. Run the file with a double click afterwards. + * Run the file `run.bat` with a double click +* If you are on MacOS run the file `run.command` +* If you are on Linux run the file `run.sh` The commands `pip3` or `python3` may be different on your OS. Try `pip` or `python` instead. ## How to run for experienced users 1. (Once) `pip3 install -r requirements.txt` to install Python dependencies -2. (Optional) Download the list of car names with `python3 helper/download_cars_csv.py`. Without this file, car names will only show as `CAR-ID-123`. + 1. On Windows: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ + +2. (Optional, Once) Download the list of car names with `python3 helper/download_cars_csv.py`. Without this file, car names will only show as `CAR-ID-123`. 3. Running the Dashboard + - (Mac/Linux) `bokeh serve .` (when inside the `gt7dashboard` folder) + - (Windows) `python -m bokeh serve .` (when inside the `gt7dashboard` folder) +4. (Optional) Running the Dashboard with a custom IP - (Mac/Linux) `GT7_PLAYSTATION_IP= bokeh serve .` (when inside the `gt7dashboard` folder) - (Windows) `set GT7_PLAYSTATION_IP=` and `python -m bokeh serve .` (when inside the `gt7dashboard` folder) @@ -97,6 +103,13 @@ This is a sample `docker-compose` configuration: - GT7_PLAYSTATION_IP= - TZ=Europe/Berlin ``` + +Hint: You should set the `GT7_PLAYSTATION_IP` env var since Docker containers are not allowed to send UDP broadcasts by default. This is the default behaviour when no IP is set. + +## Lap Files + +If you want to edit your lap files, use a JSON editor. For example ` cat ... | jq -c '.[0:4]' > ...` will shorten the laps to the first 4 laps in the save file. + ## Contributing Please add unit tests for all new features, calculations etc. @@ -159,6 +172,12 @@ This map is helpful if you are using the index number of a graph to quickly dete See the tab 'Race Line' for a more detailed race line. +#### Peaks and Valleys + +![screenshot_header](README.assets/screenshot_peaks_and_valleys.png) + +A list of speed peaks and valleys for the selected laps. We assume peaks are straights (s) and valleys are turns (T). Use this to compare the difference in speed between the last lap and the reference lap on given positions of the race track. + #### Speed Deviation (Spd. Dev.) ![screenshot_header](README.assets/screenshot_speeddeviation.png) @@ -184,6 +203,14 @@ If they had one graph it would be the deviation in the (best) laps of the same d This is the amount of throttle pressure from 0% to 100% of the laps selected. +#### Yaw Rate / Second + +![screenshot_header](README.assets/screenshot_yaw.png) + +This is the yaw rate per second of your car. Use this to determine the Maximum Rotation Point (MRP). At this point you should normally accelerate. + +[Suellio Almeida](https://suellioalmeida.ca) introduced this concept to me. See [here](https://www.youtube.com/watch?v=B92vFKKjyB0) for more information. + #### Braking ![screenshot_header](README.assets/screenshot_braking.png) @@ -196,6 +223,24 @@ This is the amount of braking pressure from 0% to 100% of the laps selected. This is the amount of coasting from 0% to 100% of the laps selected. Coasting is when neither throttle nor brake are engaged. +#### Gear + +![screenshot_header](README.assets/screenshot_gear.png) + +This is the current gear of the laps selected. + +#### RPM + +![screenshot_header](README.assets/screenshot_rpm.png) + +This is the current RPM of the laps selected. + +#### Boost + +![screenshot_header](README.assets/screenshot_boost.png) + +This is the current Boost in x100 kPa of the laps selected. + #### Tire Speed / Car Speed ![screenshot_header](README.assets/screenshot_tirespeed.png) @@ -238,5 +283,3 @@ Here is some useful information you may use for tuning. Such as Max Speed and mi This is a race line map with the last lap (blue) and the reference lap (magenta). This diagram does also feature spead peaks (▴) and valleys (▾) as well as throttle, brake and coasting zones. The thinner line of the two is your last lap. The reference line is the thicker translucent line. If you want to make out differences in the race line have a look at the middle of the reference lap line and your line. You may zoom in to spot the differences and read the values on peaks and valleys. - - diff --git a/generate_doc.py b/generate_doc.py index b2e4668..5635ba6 100644 --- a/generate_doc.py +++ b/generate_doc.py @@ -41,6 +41,10 @@ def add_screenshot(filename): out_markdown += add_screenshot("screenshot_raceline.png") + "\n\n" out_markdown += gt7help.RACE_LINE_MINI + "\n\n" + out_markdown += "#### Peaks and Valleys\n\n" + out_markdown += add_screenshot("screenshot_peaks_and_valleys.png") + "\n\n" + out_markdown += gt7help.SPEED_PEAKS_AND_VALLEYS + "\n\n" + out_markdown += "#### Speed Deviation (Spd. Dev.)\n\n" out_markdown += add_screenshot("screenshot_speeddeviation.png") + "\n\n" out_markdown += gt7help.SPEED_VARIANCE + "\n\n" @@ -53,6 +57,11 @@ def add_screenshot(filename): out_markdown += add_screenshot("screenshot_throttle.png") + "\n\n" out_markdown += gt7help.THROTTLE_DIAGRAM + "\n\n" + out_markdown += "#### Yaw Rate / Second\n\n" + out_markdown += add_screenshot("screenshot_yaw.png") + "\n\n" + out_markdown += gt7help.YAW_RATE_DIAGRAM + "\n\n" + out_markdown += "[Suellio Almeida](https://suellioalmeida.ca) introduced this concept to me. See [here](https://www.youtube.com/watch?v=B92vFKKjyB0) for more information.\n\n" + out_markdown += "#### Braking\n\n" out_markdown += add_screenshot("screenshot_braking.png") + "\n\n" out_markdown += gt7help.BRAKING_DIAGRAM + "\n\n" @@ -61,6 +70,18 @@ def add_screenshot(filename): out_markdown += add_screenshot("screenshot_coasting.png") + "\n\n" out_markdown += gt7help.COASTING_DIAGRAM + "\n\n" + out_markdown += "#### Gear\n\n" + out_markdown += add_screenshot("screenshot_gear.png") + "\n\n" + out_markdown += gt7help.GEAR_DIAGRAM + "\n\n" + + out_markdown += "#### RPM\n\n" + out_markdown += add_screenshot("screenshot_rpm.png") + "\n\n" + out_markdown += gt7help.RPM_DIAGRAM + "\n\n" + + out_markdown += "#### Boost\n\n" + out_markdown += add_screenshot("screenshot_boost.png") + "\n\n" + out_markdown += gt7help.BOOST_DIAGRAM + "\n\n" + out_markdown += "#### Tire Speed / Car Speed\n\n" out_markdown += add_screenshot("screenshot_tirespeed.png") + "\n\n" out_markdown += gt7help.TIRE_DIAGRAM + "\n\n" diff --git a/gt7dashboard/gt7communication.py b/gt7dashboard/gt7communication.py index f7cb971..4b8a881 100644 --- a/gt7dashboard/gt7communication.py +++ b/gt7dashboard/gt7communication.py @@ -1,9 +1,11 @@ import datetime import json import logging +import math import socket import struct import time +import copy import traceback from datetime import timedelta from threading import Thread @@ -166,6 +168,9 @@ def __init__(self, playstation_ip): # True will always quit with the main process self.daemon = True + # Set lap callback function as none + self.lap_callback_function = None + self.playstation_ip = playstation_ip self.send_port = 33739 self.receive_port = 33740 @@ -189,6 +194,10 @@ def run(self): try: self._shall_restart = False s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) + + if self.playstation_ip == "255.255.255.255": + s.setsockopt (socket.SOL_SOCKET, socket.SO_BROADCAST, 1) + s.bind(('0.0.0.0', self.receive_port)) self._send_hb(s) s.settimeout(10) @@ -239,10 +248,13 @@ def run(self): # Handler for package exceptions self._send_hb(s) package_nr = 0 + # Reset package id for new connections + package_id = 0 except Exception as e: # Handler for general socket exceptions - logging.info("No connection to %s:%d: %s" % (self.playstation_ip, self.send_port, e)) + # TODO logging not working + print("Error while connecting to %s:%d: %s" % (self.playstation_ip, self.send_port, e)) s.close() # Wait before reconnect time.sleep(5) @@ -315,7 +327,6 @@ def _log_data(self, data): self.current_lap.data_braking.append(data.brake) self.current_lap.data_throttle.append(data.throttle) self.current_lap.data_speed.append(data.car_speed) - self.current_lap.data_rpm.append(data.rpm) delta_divisor = data.car_speed if data.car_speed == 0: @@ -331,12 +342,35 @@ def _log_data(self, data): self.current_lap.data_tires.append(delta_fl + delta_fr + delta_rl + delta_rr) + ## RPM and shifting + + self.current_lap.data_rpm.append(data.rpm) + self.current_lap.data_gear.append(data.current_gear) + ## Log Position self.current_lap.data_position_x.append(data.position_x) self.current_lap.data_position_y.append(data.position_y) self.current_lap.data_position_z.append(data.position_z) + ## Log Boost + + self.current_lap.data_boost.append(data.boost) + + ## Log Yaw Rate + + # This is the interval to collection yaw rate + interval = 1 * 60 # 1 second has 60 fps and 60 data ticks + self.current_lap.data_rotation_yaw.append(data.rotation_yaw) + + # Collect yaw rate, skip first interval with all zeroes + if len(self.current_lap.data_rotation_yaw) > interval: + yaw_rate_per_second = data.rotation_yaw - self.current_lap.data_rotation_yaw[-interval] + else: + yaw_rate_per_second = 0 + + self.current_lap.data_absolute_yaw_rate_per_second.append(abs(yaw_rate_per_second)) + # Adapted from https://www.gtplanet.net/forum/threads/gt7-is-compatible-with-motion-rig.410728/post-13810797 self.current_lap.lap_live_time = (self.current_lap.lap_ticks * 1. / 60.) - (self.session.special_packet_time / 1000.) @@ -365,21 +399,31 @@ def finish_lap(self, manual=False): self.current_lap.fuel_at_end = self.last_data.current_fuel self.current_lap.fuel_consumed = self.current_lap.fuel_at_start - self.current_lap.fuel_at_end self.current_lap.lap_finish_time = self.current_lap.lap_finish_time + self.current_lap.total_laps = self.last_data.total_laps self.current_lap.title = seconds_to_lap_time(self.current_lap.lap_finish_time / 1000) self.current_lap.car_id = self.last_data.car_id self.current_lap.number = self.last_data.current_lap - 1 # Is not counting the same way as the in-game timetable + # TODO Proper pythonic name self.current_lap.EstimatedTopSpeed = self.last_data.estimated_top_speed + self.current_lap.lap_end_timestamp = datetime.datetime.now() + # Race is not in 0th lap, which is before starting the race. # We will only persist those laps that have crossed the starting line at least once + # And those laps which have data for speed logged. This will prevent empty laps. # TODO Correct this comment, this is about Laptime not lap numbers - if self.current_lap.lap_finish_time > 0: + if self.current_lap.lap_finish_time > 0 and len(self.current_lap.data_speed) > 0: self.laps.insert(0, self.current_lap) + # Make a copy of this lap and call the callback function if set + if self.lap_callback_function: + self.lap_callback_function(copy.deepcopy(self.current_lap)) + # Reset current lap with an empty one self.current_lap = Lap() self.current_lap.fuel_at_start = self.last_data.current_fuel + def reset(self): """ Resets the current lap, all stored laps and the current session. @@ -389,6 +433,9 @@ def reset(self): self.last_data = GTData(None) self.laps = [] + def set_lap_callback(self, new_lap_callback): + self.lap_callback_function = new_lap_callback + # data stream decoding def salsa20_dec(dat): diff --git a/gt7dashboard/gt7diagrams.py b/gt7dashboard/gt7diagrams.py index c29117b..68cb161 100644 --- a/gt7dashboard/gt7diagrams.py +++ b/gt7dashboard/gt7diagrams.py @@ -122,6 +122,7 @@ def __init__(self): TableColumn(field="number", title="#"), TableColumn(field="time", title="Time"), TableColumn(field="diff", title="Diff"), + TableColumn(field="timestamp", title="Timestamp"), TableColumn(field="info", title="Info"), TableColumn(field="fuelconsumed", title="Fuel Cons."), TableColumn(field="fullthrottle", title="Full Throt."), @@ -166,6 +167,10 @@ def __init__(self, width=400): self.coasting_lines = [] self.throttle_lines = [] self.tires_lines = [] + self.rpm_lines = [] + self.gears_lines = [] + self.boost_lines = [] + self.yaw_rate_lines = [] # Data Sources self.source_time_diff = None @@ -185,11 +190,15 @@ def __init__(self, width=400): tooltips = [ ("index", "$index"), ("value", "$y"), - ("Speed", "@speed{0} kph"), + ("Speed", "@speed{0}"), + ("Yaw Rate", "@yaw_rate{0.00}"), ("Throttle", "@throttle%"), ("Brake", "@brake%"), ("Coast", "@coast%"), + ("Gear", "@gear"), + ("Rev", "@rpm{0} RPM"), ("Distance", "@distance{0} m"), + ("Boost", "@boost{0.00} x 100 kPa"), ] tooltips_timedelta = [ @@ -269,6 +278,42 @@ def __init__(self, width=400): active_drag="box_zoom", ) + self.f_rpm = figure( + x_range=self.f_speed.x_range, + y_axis_label="RPM", + width=width, + height=int(self.f_speed.height / 2), + tooltips=tooltips, + active_drag="box_zoom", + ) + + self.f_gear = figure( + x_range=self.f_speed.x_range, + y_axis_label="Gear", + width=width, + height=int(self.f_speed.height / 2), + tooltips=tooltips, + active_drag="box_zoom", + ) + + self.f_boost = figure( + x_range=self.f_speed.x_range, + y_axis_label="Boost", + width=width, + height=int(self.f_speed.height / 2), + tooltips=tooltips, + active_drag="box_zoom", + ) + + self.f_yaw_rate = figure( + x_range=self.f_speed.x_range, + y_axis_label="Yaw Rate / Second", + width=width, + height=int(self.f_speed.height / 2), + tooltips=tooltips, + active_drag="box_zoom", + ) + self.f_speed.toolbar.autohide = True span_zero_time_diff = bokeh.models.Span( @@ -297,6 +342,18 @@ def __init__(self, width=400): self.f_tires.xaxis.visible = False self.f_tires.toolbar.autohide = True + self.f_gear.xaxis.visible = False + self.f_gear.toolbar.autohide = True + + self.f_rpm.xaxis.visible = False + self.f_rpm.toolbar.autohide = True + + self.f_boost.xaxis.visible = False + self.f_boost.toolbar.autohide = True + + self.f_yaw_rate.xaxis.visible = False + self.f_yaw_rate.toolbar.autohide = True + self.source_time_diff = ColumnDataSource(data={"distance": [], "timedelta": []}) self.f_time_diff.line( x="distance", @@ -318,8 +375,26 @@ def __init__(self, width=400): self.f_braking.legend.click_policy = self.f_speed.legend.click_policy self.f_coasting.legend.click_policy = self.f_speed.legend.click_policy self.f_tires.legend.click_policy = self.f_speed.legend.click_policy - - self.layout = layout(self.f_time_diff, self.f_speed, self.f_speed_variance, self.f_throttle, self.f_braking, self.f_coasting, self.f_tires) + self.f_gear.legend.click_policy = self.f_speed.legend.click_policy + self.f_rpm.legend.click_policy = self.f_speed.legend.click_policy + self.f_boost.legend.click_policy = self.f_speed.legend.click_policy + self.f_yaw_rate.legend.click_policy = self.f_speed.legend.click_policy + + # Leave padding on the left because rpm is 4 digits and diagrams will not start at the same position otherwise + min_border_left = 60 + self.f_time_diff.min_border_left = min_border_left + self.f_speed.min_border_left = min_border_left + self.f_throttle.min_border_left = min_border_left + self.f_braking.min_border_left = min_border_left + self.f_coasting.min_border_left = min_border_left + self.f_tires.min_border_left = min_border_left + self.f_gear.min_border_left = min_border_left + self.f_rpm.min_border_left = min_border_left + self.f_speed_variance.min_border_left = min_border_left + self.f_boost.min_border_left = min_border_left + self.f_yaw_rate.min_border_left = min_border_left + + self.layout = layout(self.f_time_diff, self.f_speed, self.f_speed_variance, self.f_throttle, self.f_yaw_rate, self.f_braking, self.f_coasting, self.f_tires, self.f_gear, self.f_rpm, self.f_boost) self.source_speed_variance = ColumnDataSource(data={"distance": [], "speed_variance": []}) @@ -406,6 +481,50 @@ def add_lap_to_race_diagram(self, color: str, legend: str, visible: bool = True) visible=visible )) + self.gears_lines.append(self.f_gear.line( + x="distance", + y="gear", + source=source, + legend_label=legend, + line_width=1, + color=color, + line_alpha=1, + visible=visible + )) + + self.rpm_lines.append(self.f_rpm.line( + x="distance", + y="rpm", + source=source, + legend_label=legend, + line_width=1, + color=color, + line_alpha=1, + visible=visible + )) + + self.boost_lines.append(self.f_boost.line( + x="distance", + y="boost", + source=source, + legend_label=legend, + line_width=1, + color=color, + line_alpha=1, + visible=visible + )) + + self.yaw_rate_lines.append(self.f_yaw_rate.line( + x="distance", + y="yaw_rate", + source=source, + legend_label=legend, + line_width=1, + color=color, + line_alpha=1, + visible=visible + )) + return source def get_layout(self) -> Column: @@ -422,6 +541,8 @@ def delete_all_additional_laps(self): self.f_braking.renderers.remove(self.f_braking.renderers[i]) # remove the line renderer self.f_coasting.renderers.remove(self.f_coasting.renderers[i]) # remove the line renderer self.f_tires.renderers.remove(self.f_tires.renderers[i]) # remove the line renderer + self.f_boost.renderers.remove(self.f_boost.renderers[i]) # remove the line renderer + self.f_yaw_rate.renderers.remove(self.f_yaw_rate.renderers[i]) # remove the line renderer # self.f_time_diff.renderers.remove(self.f_time_diff.renderers[i]) # remove the line renderer self.f_speed.legend.items.pop(i) @@ -429,6 +550,8 @@ def delete_all_additional_laps(self): self.f_braking.legend.items.pop(i) self.f_coasting.legend.items.pop(i) self.f_tires.legend.items.pop(i) + self.f_yaw_rate.legend.items.pop(i) + self.f_boost.legend.items.pop(i) # self.f_time_diff.legend.items.pop(i) @@ -521,7 +644,13 @@ def remove_all_annotation_text_from_figure(f: figure): f.center = [r for r in f.center if not isinstance(r, Label)] -def get_fuel_map_html_table(last_lap): +def get_fuel_map_html_table(last_lap: Lap) -> str: + """ + Returns a html table of relative fuel map. + :param last_lap: + :return: html table + """ + fuel_maps = gt7helper.get_fuel_on_consumption_by_relative_fuel_levels(last_lap) table = ( "" @@ -583,8 +712,28 @@ def add_starting_line_to_diagram(race_line: figure, last_lap: Lap): mytext.text = "====" race_line.center.append(mytext) -def get_speed_peak_and_valley_diagram(last_lap: Lap, reference_lap: Lap): - table = """
""" +def get_speed_peak_and_valley_diagram(last_lap: Lap, reference_lap: Lap) -> str: + """ + Returns a html div with the speed peaks and valleys of the last lap and the reference lap + as a formatted html table + :param last_lap: Lap + :param reference_lap: Lap + :return: html table with peaks and valleys + """ + table = """
""" + + table += """+ + + + + + + + + + + """ ll_tuple_list = gt7helper.get_peaks_and_valleys_sorted_tuple_list(last_lap) rl_tuple_list = gt7helper.get_peaks_and_valleys_sorted_tuple_list(reference_lap) @@ -594,14 +743,14 @@ def get_speed_peak_and_valley_diagram(last_lap: Lap, reference_lap: Lap): table += '' table += '' - table += '' % ("Last Lap", last_lap.title) - table += '' % ("Reference Lap", reference_lap.title) + table += '' % ("Last", last_lap.title) + table += '' % ("Ref.", reference_lap.title) table += '' table += '' table += """ - + """ @@ -618,30 +767,30 @@ def get_speed_peak_and_valley_diagram(last_lap: Lap, reference_lap: Lap): diff_speed = ll_tuple_list[i][0] - rl_tuple_list[i][0] if diff_speed > 0: - diff_style = f"background-color: rgba(0, 0, 255, .3)" # Blue + diff_style = f"color: rgba(0, 0, 255, .3)" # Blue elif diff_speed >= -3: - diff_style = f"background-color: rgba(0, 255, 0, .3)" # Green + diff_style = f"color: rgba(0, 255, 0, .3)" # Green elif diff_speed >= -10: - diff_style = f"background-color: rgba(251, 192, 147, .3)" # Orange + diff_style = f"color: rgba(251, 192, 147, .3)" # Orange else: - diff_style = f"background-color: rgba(255, 0, 0, .3)" # Red + diff_style = f"color: rgba(255, 0, 0, .3)" # Red else: - diff_style = f"background-color: rgba(255, 0, 0, .3)" # Red + diff_style = f"text-color: rgba(255, 0, 0, .3)" # Red table += '' - table += f'' if len(ll_tuple_list) > i: table += f""" - + """ if len(rl_tuple_list) > i: table += f""" - + """ @@ -664,13 +813,9 @@ def get_speed_peak_and_valley_diagram(last_lap: Lap, reference_lap: Lap): - # table += get_speed_peak_and_valley_diagram_row(best_lap_peak_speed_data_x, best_lap_peak_speed_data_y, table, best_lap_valley_speed_data_x, - # best_lap_valley_speed_data_y) table += '' table += '' table = table + """
%s - %s%s - %s%s - %s%s - %sDiff
#Pos.Speed#Pos.Speed #Pos.Speed Pos.Speed
' + table += f'{i+1}{"▴" if ll_tuple_list[i][2] == gt7helper.PEAK else "▾"}{"S" if ll_tuple_list[i][2] == gt7helper.PEAK else "T"} {ll_tuple_list[i][1]:d} {ll_tuple_list[i][0]:.0f}{i+1}{"▴" if rl_tuple_list[i][2] == gt7helper.PEAK else "▾"}{"S" if rl_tuple_list[i][2] == gt7helper.PEAK else "T"} {rl_tuple_list[i][1]:d} {rl_tuple_list[i][0]:.0f}' - # table += get_speed_peak_and_valley_diagram_row(reference_lap_peak_speed_data_x, reference_lap_peak_speed_data_y, table, reference_lap_valley_speed_data_x, - # reference_lap_valley_speed_data_y) table += '
""" diff --git a/gt7dashboard/gt7help.py b/gt7dashboard/gt7help.py index 397cf20..0efa0ae 100644 --- a/gt7dashboard/gt7help.py +++ b/gt7dashboard/gt7help.py @@ -39,9 +39,12 @@ THROTTLE_DIAGRAM = """This is the amount of throttle pressure from 0% to 100% of the laps selected.""" BRAKING_DIAGRAM = """This is the amount of braking pressure from 0% to 100% of the laps selected.""" COASTING_DIAGRAM = """This is the amount of coasting from 0% to 100% of the laps selected. Coasting is when neither throttle nor brake are engaged.""" +GEAR_DIAGRAM = """This is the current gear of the laps selected.""" +RPM_DIAGRAM = "This is the current RPM of the laps selected." +BOOST_DIAGRAM = "This is the current Boost in x100 kPa of the laps selected." TIRE_DIAGRAM = """This is the relation between the speed of the tires and the speed of the car. If your tires are faster than your car, your tires might be spinning. If they are slower, your tires might be blocking. Use this judge your car control.""" -SPEED_PEAKS_AND_VALLEYS = """A list of speed peaks and valleys for the selected laps. Use this to compare the difference in speed between the last lap and the reference lap on given positions of the race track. Peaks will be straights, will valleys will be corners.""" +SPEED_PEAKS_AND_VALLEYS = """A list of speed peaks and valleys for the selected laps. We assume peaks are straights (s) and valleys are turns (T). Use this to compare the difference in speed between the last lap and the reference lap on given positions of the race track.""" TIME_TABLE = """A table with logged information of the session. # is the number of the lap as reported by the game. There might be multiple laps of the same number if you restarted a session. Time and Diff are self-explaining. Info will hold additional meta data, for example if this lap was a replay. Fuel Consumed is the amount of fuel consumed in the lap. @@ -62,6 +65,8 @@ The thinner line of the two is your last lap. The reference line is the thicker translucent line. If you want to make out differences in the race line have a look at the middle of the reference lap line and your line. You may zoom in to spot the differences and read the values on peaks and valleys. """ +YAW_RATE_DIAGRAM = """This is the yaw rate per second of your car. Use this to determine the Maximum Rotation Point (MRP). At this point you should normally accelerate.""" + def get_help_div(help_text_resource): return Div(text=get_help_text_resource(help_text_resource), width=7, height=5) diff --git a/gt7dashboard/gt7helper.py b/gt7dashboard/gt7helper.py index 6c5a975..975d0da 100644 --- a/gt7dashboard/gt7helper.py +++ b/gt7dashboard/gt7helper.py @@ -1,5 +1,6 @@ import csv import itertools +import json import logging import os import pickle @@ -19,12 +20,6 @@ from gt7dashboard import gt7helper -def save_laps(laps: List[Lap]): - path = os.path.join(os.getcwd(), 'data', 'all_laps.pickle') - with open(path, "wb") as f: - pickle.dump(laps, f) - - def calculate_remaining_fuel( fuel_start_lap: int, fuel_end_lap: int, lap_time: int ) -> Tuple[int, float, float]: @@ -314,7 +309,7 @@ def list_lap_files_from_path(root: str): lap_files = [] for path, sub_dirs, files in os.walk(root): for name in files: - if name.endswith(".laps"): + if name.endswith(".json"): lf = LapFile() lf.name = name lf.path = os.path.join(path, name) @@ -330,6 +325,22 @@ def load_laps_from_pickle(path: str) -> List[Lap]: return pickle.load(f) +def load_laps_from_json(json_file): + with open(json_file, 'r') as file: + data = json.load(file) + + laps = [] + for lap_data in data: + lap = Lap() + lap.__dict__.update(lap_data) + for key, value in lap_data.items(): + if key.endswith('_timestamp') and isinstance(value, str): + value = datetime.fromisoformat(value) + setattr(lap, key, value) + laps.append(lap) + + return laps + def save_laps_to_pickle(laps: List[Lap]) -> str: storage_folder = "data" local_timezone = datetime.now(timezone.utc).astimezone().tzinfo @@ -345,6 +356,22 @@ def save_laps_to_pickle(laps: List[Lap]) -> str: return path +def save_laps_to_json(laps: List[Lap]) -> str: + + storage_folder = "data" + local_timezone = datetime.now(timezone.utc).astimezone().tzinfo + dt = datetime.now(tz=local_timezone) + str_date_time = dt.strftime("%Y-%m-%d_%H_%M_%S") + storage_filename = "%s_%s.json" % (str_date_time, get_safe_filename(laps[0].car_name())) + Path(storage_folder).mkdir(parents=True, exist_ok=True) + + path = os.path.join(os.getcwd(), storage_folder, storage_filename) + + with open(path, "w") as f: + json.dump([ob.__dict__ for ob in laps], f, default=str) + + return path + def get_safe_filename(unsafe_filename: str) -> str: return "".join(x for x in unsafe_filename if x.isalnum() or x in "._- ").replace(" ", "_") @@ -411,8 +438,12 @@ def get_median_lap(laps: List[Lap]) -> Lap: # FIXME why is it sometimes string AND int? if not isinstance(attr, str) and attr != "" and attr != []: attributes.append(getattr(lap, val)) + if len(attributes) == 0: continue + if isinstance(getattr(laps[0], val), datetime): + continue + if isinstance(getattr(laps[0], val), list): median_attribute = [ none_ignoring_median(k) @@ -482,6 +513,7 @@ def pd_data_frame_from_lap( "number": lap.number, "time": seconds_to_lap_time(lap.lap_finish_time / 1000), "diff": time_diff, + "timestamp": lap.lap_start_timestamp.strftime('%Y-%m-%d %H:%M:%S'), "info": info, "car_name": lap.car_name(), "fuelconsumed": "%d" % lap.fuel_consumed, @@ -571,7 +603,7 @@ def get_car_name_for_car_id(car_id: int) -> str: if row[0] == str(car_id): return row[1] - return "" + return "CAR-ID-%d" % car_id def bokeh_tuple_for_list_of_lapfiles(lapfiles: List[LapFile]): @@ -727,3 +759,10 @@ def get_peaks_and_valleys_sorted_tuple_list(lap: Lap): tuple_list.sort(key=lambda a: a[1]) return tuple_list + + +def calculate_laps_left_on_fuel(current_lap, last_lap) -> float: + # TODO Like F1: A) Benzingemisch -0.72 Bunden + laps_left: float + fuel_consumed_last_lap = last_lap.fuel_at_start - last_lap.fuel_at_end + laps_left = current_lap.fuel - (last_lap.laps_to_go * fuel_consumed_last_lap) diff --git a/gt7dashboard/gt7lap.py b/gt7dashboard/gt7lap.py index 8c76945..3e79e10 100644 --- a/gt7dashboard/gt7lap.py +++ b/gt7dashboard/gt7lap.py @@ -1,3 +1,4 @@ +from datetime import datetime from gt7dashboard import gt7helper @@ -11,6 +12,9 @@ def __init__(self): self.lap_finish_time = 0 # Live time during a live lap self.lap_live_time = 0 + # Total number of laps + self.total_laps = 0 + # Number of current lap self.number = 0 # Aggregated number of instances where condition is true self.throttle_and_brake_ticks = 0 @@ -26,6 +30,7 @@ def __init__(self): self.data_speed = [] self.data_time = [] self.data_rpm = [] + self.data_gear = [] self.data_tires = [] # Positions on x,y,z self.data_position_x = [] @@ -35,6 +40,11 @@ def __init__(self): self.fuel_at_start = 0 self.fuel_at_end = -1 self.fuel_consumed = -1 + # Boost + self.data_boost = [] + # Yaw Rate + self.data_rotation_yaw = [] + self.data_absolute_yaw_rate_per_second = [] # Car self.car_id = 0 @@ -42,6 +52,9 @@ def __init__(self): self.is_replay = False self.is_manual = False + self.lap_start_timestamp = datetime.now() + self.lap_end_timestamp = -1 + def __str__(self): return "\n %s, %2d, %1.f, %4d, %4d, %4d" % ( self.title, @@ -92,6 +105,10 @@ def get_data_dict(self, distance_mode=True) -> dict[str, list]: "speed": self.data_speed, "time": self.data_time, "tires": self.data_tires, + "rpm": self.data_rpm, + "boost": self.data_boost, + "yaw_rate": self.data_absolute_yaw_rate_per_second, + "gear": self.data_gear, "ticks": list(range(len(self.data_speed))), "coast": self.data_coasting, "raceline_y": self.data_position_y, diff --git a/gt7dashboard/test/test_gt7diagrams.py b/gt7dashboard/test/test_gt7diagrams.py index 790a504..3848dc1 100644 --- a/gt7dashboard/test/test_gt7diagrams.py +++ b/gt7dashboard/test/test_gt7diagrams.py @@ -18,11 +18,7 @@ class TestHelper(unittest.TestCase): def setUp(self) -> None: - self.path = os.path.join( - os.getcwd(), "test_data", "brands_hatch_10_laps.laps" - ) - with open(self.path, "rb") as f: - self.test_laps = pickle.load(f) + self.test_laps = gt7helper.load_laps_from_json("test_data/broad_bean_raceway_time_trial_4laps.json") def test_get_throttle_braking_race_line_diagram(self): ( @@ -56,9 +52,8 @@ def test_get_throttle_braking_race_line_diagram(self): save(race_line) print("View file for reference at %s" % out_file) - # get file size, should be about 3.5MB file_size = os.path.getsize(out_file) - self.assertAlmostEqual(file_size, 4500000, delta=1000000) + self.assertAlmostEqual(file_size, 3000000, delta=1000000) def helper_get_race_diagram(self): rd = gt7diagrams.RaceDiagram(600) @@ -202,7 +197,7 @@ def test_display_flat_line_variance(self): def test_get_speed_peak_and_valley_diagram_different_size(self): last_lap = self.test_laps[0] - reference_lap = self.test_laps[5] + reference_lap = self.test_laps[3] div = Div() div.text = gt7diagrams.get_speed_peak_and_valley_diagram(last_lap, reference_lap) @@ -212,8 +207,8 @@ def test_get_speed_peak_and_valley_diagram_different_size(self): save(layout(div)) def test_get_speed_peak_and_valley_diagram_same_size(self): - last_lap = self.test_laps[2] - reference_lap = self.test_laps[3] + last_lap = self.test_laps[0] + reference_lap = self.test_laps[1] div = Div() div.text = gt7diagrams.get_speed_peak_and_valley_diagram(last_lap, reference_lap) diff --git a/gt7dashboard/test/test_gt7helper.py b/gt7dashboard/test/test_gt7helper.py index 55651f8..58b629b 100644 --- a/gt7dashboard/test/test_gt7helper.py +++ b/gt7dashboard/test/test_gt7helper.py @@ -80,8 +80,8 @@ def test_format_laps_to_table(self): self.assertEqual(len(result.split("\n")), len(laps) + 2) # +2 for header and last line def test_calculate_time_diff_by_distance_from_pickle(self): - path = os.path.join(os.getcwd(), 'test_data', 'brands_hatch_10_laps.laps') - laps = gt7helper.load_laps_from_pickle(path) + path = os.path.join(os.getcwd(), 'test_data', 'broad_bean_raceway_time_trial_4laps.json') + laps = gt7helper.load_laps_from_json(path) df = calculate_time_diff_by_distance(laps[0], laps[1]) @@ -242,29 +242,20 @@ def test_find_speed_peaks_and_valleys(self): self.assertEqual([3, 9, 11], peaks) def test_find_speed_peaks_and_valleys_real_data(self): - path = os.path.join(os.getcwd(), 'test_data', 'brands_hatch_10_laps.laps') - with open(path, 'rb') as f: - l = pickle.load(f) + path = os.path.join(os.getcwd(), 'test_data', 'broad_bean_raceway_time_trial_4laps.json') + laps = gt7helper.load_laps_from_json(path) - peaks, valleys = gt7helper.find_speed_peaks_and_valleys(l[1], width=100) + peaks, valleys = gt7helper.find_speed_peaks_and_valleys(laps[1], width=100) - self.assertEqual([622, 1166, 1684], peaks) - self.assertEqual([274, 804, 1279, 2201], valleys) - - def test_get_data_from_lap(self): - path = os.path.join(os.getcwd(), 'test_data', 'brands_hatch_10_laps.laps') - with open(path, 'rb') as f: - l = pickle.load(f) - - lap = l[0].get_data_dict() - print(lap) + self.assertEqual([759, 1437], peaks) + self.assertEqual([1132, 1625], valleys) def test_get_car_name_for_car_id(self): car_name = gt7helper.get_car_name_for_car_id(1448) self.assertEqual("SILVIA spec-R Aero (S15) '02", car_name) non_existing_car_name = gt7helper.get_car_name_for_car_id(89239843984983) - self.assertEqual(non_existing_car_name, "") + self.assertEqual(non_existing_car_name, "CAR-ID-89239843984983") def test_get_car_name_for_car_id_when_csv_file_does_not_exist(self): gt7helper.CARS_CSV_FILENAME = "not_existing_file" @@ -348,10 +339,9 @@ def test_get_n_fastest_laps_within_percent_threshold_ignoring_replays(self): def get_test_laps(self): path = os.path.join( - os.getcwd(), "test_data", "brands_hatch_10_laps.laps" + os.getcwd(), "test_data", "broad_bean_raceway_time_trial_4laps.json" ) - with open(path, "rb") as f: - test_laps = pickle.load(f) + test_laps = gt7helper.load_laps_from_json(path) return test_laps def test_get_peaks_and_valleys_sorted_tuple_list(self): @@ -359,3 +349,25 @@ def test_get_peaks_and_valleys_sorted_tuple_list(self): tuple_list = gt7helper.get_peaks_and_valleys_sorted_tuple_list(test_laps[3]) print(tuple_list) + + @unittest.skip("Not yet implemented") + def test_calculate_fuel_left(self): + lap = Lap() + fuel_left = gt7helper.calculate_laps_left_on_fuel(lap, lap) + print(fuel_left) + + def test_save_laps_to_json(self): + l1 = Lap() + l1.data_boost = [0.6, 0.7, 0.9] + l2 = Lap() + l2.data_boost = [2.6, 2.7, 3.9] + + laps = [l1, l2] + json_path = gt7helper.save_laps_to_json(laps) + print(json_path) + + laps_read = gt7helper.load_laps_from_json(json_path) + + self.assertEqual(len(laps), len(laps_read)) + for obj1, obj2 in zip(laps, laps_read): + self.assertEqual(obj1.__dict__, obj2.__dict__) diff --git a/main.py b/main.py index e5a5e59..00a134c 100644 --- a/main.py +++ b/main.py @@ -29,12 +29,13 @@ load_laps_from_pickle, save_laps_to_pickle, list_lap_files_from_path, - calculate_time_diff_by_distance, + calculate_time_diff_by_distance, save_laps_to_json, load_laps_from_json, ) from gt7dashboard.gt7lap import Lap # set logging level to debug -logging.getLogger().setLevel(logging.DEBUG) +logger = logging.getLogger('main.py') +logger.setLevel(logging.DEBUG) def update_connection_info(): @@ -81,7 +82,7 @@ def update_race_lines(laps: List[Lap], reference_lap: Lap): reference_lap_data = reference_lap.get_data_dict() for i, lap in enumerate(laps[:len(race_lines)]): - print("Updating Race Line for Lap %d - %s" % (len(laps) - i, lap.title)) + logger.info(f"Updating Race Line for Lap {len(laps) -i} - {lap.title} and reference lap {reference_lap.title}") race_lines[i].title.text = "Lap %d - %s (%s), Reference Lap: %s (%s)" % (len(laps) - i, lap.title, lap.car_name(), reference_lap.title, reference_lap.car_name()) @@ -106,8 +107,7 @@ def update_header_line(div: Div, last_lap: Lap, reference_lap: Lap): div.text = f"

Last Lap: {last_lap.title} ({last_lap.car_name()})

" \ f"

Reference Lap: {reference_lap.title} ({reference_lap.car_name()})

" -@linear() -def update_lap_change(step): +def update_lap_change(): """ Is called whenever a lap changes. It detects if the telemetry date retrieved is the same as the data displayed. @@ -135,52 +135,42 @@ def update_lap_change(step): if laps == g_laps_stored and not g_telemetry_update_needed: return - logging.debug("Rerendering laps") + logger.debug("Rerendering laps") reference_lap = Lap() if len(laps) > 0: last_lap = laps[0] - # get_speed_peak_and_valley_diagram(div_last_lap, last_lap, "Last Lap") if len(laps) > 1: reference_lap = gt7helper.get_last_reference_median_lap( laps, reference_lap_selected=g_reference_lap_selected )[1] - # if reference_lap: - # get_speed_peak_and_valley_diagram( - # div_reference_lap, reference_lap, "Reference Lap" - # ) div_speed_peak_valley_diagram.text = get_speed_peak_and_valley_diagram(last_lap, reference_lap) update_header_line(div_header_line, last_lap, reference_lap) - logging.debug("Start of updates have %d laps" % len(laps)) + logger.debug("Updating of %d laps" % len(laps)) start_time = time.time() - logging.debug("Updating time table") update_time_table(laps) - logging.debug("Took %dms" % ((time.time() - start_time) * 1000)) + logger.debug("Updating time table took %dms" % ((time.time() - start_time) * 1000)) start_time = time.time() - logging.debug("Updating reference lap select") update_reference_lap_select(laps) - logging.debug("Took %dms" % ((time.time() - start_time) * 1000)) + logger.debug("Updating reference lap select took %dms" % ((time.time() - start_time) * 1000)) start_time = time.time() - logging.debug("Updating speed velocity graph") update_speed_velocity_graph(laps) - logging.debug("Took %dms" % ((time.time() - start_time) * 1000)) + logger.debug("Updating speed velocity graph took %dms" % ((time.time() - start_time) * 1000)) start_time = time.time() - logging.debug("Updating race lines") update_race_lines(laps, reference_lap) - logging.debug("Took %dms" % ((time.time() - start_time) * 1000)) - - logging.debug("Whole Update took %dms" % ((time.time() - update_start_time) * 1000)) + logger.debug("Updating race lines took %dms" % ((time.time() - start_time) * 1000)) + logger.debug("End of updating laps, whole Update took %dms" % ((time.time() - update_start_time) * 1000)) g_laps_stored = laps.copy() g_telemetry_update_needed = False @@ -196,11 +186,11 @@ def update_speed_velocity_graph(laps: List[Lap]): race_diagram.source_last_lap.data = last_lap_data last_lap_race_line.data_source.data = last_lap_data - if reference_lap and len(reference_lap.data_speed) > 0: - reference_lap_data = reference_lap.get_data_dict() - race_diagram.source_time_diff.data = calculate_time_diff_by_distance(reference_lap, last_lap) - race_diagram.source_reference_lap.data = reference_lap_data - reference_lap_race_line.data_source.data = reference_lap_data + if reference_lap and len(reference_lap.data_speed) > 0: + reference_lap_data = reference_lap.get_data_dict() + race_diagram.source_time_diff.data = calculate_time_diff_by_distance(reference_lap, last_lap) + race_diagram.source_reference_lap.data = reference_lap_data + reference_lap_race_line.data_source.data = reference_lap_data if median_lap: race_diagram.source_median_lap.data = median_lap.get_data_dict() @@ -210,7 +200,7 @@ def update_speed_velocity_graph(laps: List[Lap]): s_race_line.axis.visible = False fastest_laps = race_diagram.update_fastest_laps_variance(laps) - print("Updating Speed Deviance with %d fastest laps" % len(fastest_laps)) + logger.info("Updating Speed Deviance with %d fastest laps" % len(fastest_laps)) div_deviance_laps_on_display.text = "" for fastest_lap in fastest_laps: div_deviance_laps_on_display.text += f"Lap {fastest_lap.number}: {fastest_lap.title}
" @@ -243,42 +233,46 @@ def update_time_table(laps: List[Lap]): global race_time_table global lap_times_source # FIXME time table is not updating - print("Adding %d laps to table" % len(laps)) + logger.info("Adding %d laps to table" % len(laps)) race_time_table.show_laps(laps) # t_lap_times.trigger("source", t_lap_times.source, t_lap_times.source) def reset_button_handler(event): - print("reset button clicked") - # div_reference_lap.text = "" - # div_last_lap.text = "" + global g_telemetry_update_needed + logger.info("reset button clicked") race_diagram.delete_all_additional_laps() + app.gt7comm.load_laps([], replace_other_laps=True) app.gt7comm.reset() + g_telemetry_update_needed = True + + def always_record_checkbox_handler(event, old, new): if len(new) == 2: - print("Set always record data to True") + logger.info("Set always record data to True") app.gt7comm.always_record_data = True else: - print("Set always record data to False") + logger.info("Set always record data to False") app.gt7comm.always_record_data = False def log_lap_button_handler(event): app.gt7comm.finish_lap(manual=True) - print("Added a lap manually to the list of laps: %s" % app.gt7comm.laps[0]) + logger.info("Added a lap manually to the list of laps: %s" % app.gt7comm.laps[0]) def save_button_handler(event): - path = save_laps_to_pickle(app.gt7comm.laps) - print("Saved %d laps as %s" % (len(app.gt7comm.laps), path)) + if len(app.gt7comm.laps) > 0: + path = save_laps_to_json(app.gt7comm.laps) + logger.info("Saved %d laps as %s" % (len(app.gt7comm.laps), path)) def load_laps_handler(attr, old, new): - print("Loading %s" % new) + logger.info("Loading %s" % new) race_diagram.delete_all_additional_laps() - app.gt7comm.load_laps(load_laps_from_pickle(new), replace_other_laps=True) + app.gt7comm.load_laps(load_laps_from_json(new), replace_other_laps=True) def load_reference_lap_handler(attr, old, new): @@ -291,7 +285,7 @@ def load_reference_lap_handler(attr, old, new): g_reference_lap_selected = None else: g_reference_lap_selected = g_laps_stored[int(new)] - print("Loading %s as reference" % g_laps_stored[int(new)].format()) + logger.info("Loading %s as reference" % g_laps_stored[int(new)].format()) g_telemetry_update_needed = True update_lap_change() @@ -338,7 +332,8 @@ def get_race_lines_layout(number_of_race_lines): load_laps_path = os.environ.get("GT7_LOAD_LAPS_PATH") if not playstation_ip: - raise Exception("No IP set in env var GT7_PLAYSTATION_IP") + playstation_ip = "255.255.255.255" + logger.info(f"No IP set in env var GT7_PLAYSTATION_IP using broadcast at {playstation_ip}") app.gt7comm = gt7communication.GT7Communication(playstation_ip) @@ -351,7 +346,7 @@ def get_race_lines_layout(number_of_race_lines): else: # Reuse existing thread if not app.gt7comm.is_connected(): - print("Restarting gt7communcation") + logger.info("Restarting gt7communcation because of no connection") app.gt7comm.restart() else: # Existing thread has connection, proceed @@ -387,7 +382,7 @@ def table_row_selection_callback(attrname, old, new): global colors selectionIndex=race_time_table.lap_times_source.selected.indices - print("you have selected the row nr "+str(selectionIndex)) + logger.info("you have selected the row nr "+str(selectionIndex)) colors = ["blue", "magenta", "green", "orange", "black", "purple"] # max_additional_laps = len(palette) @@ -491,8 +486,12 @@ def table_row_selection_callback(attrname, old, new): [get_help_div(gt7help.SPEED_DIAGRAM), race_diagram.f_speed, s_race_line, get_help_div(gt7help.RACE_LINE_MINI)], [get_help_div(gt7help.SPEED_VARIANCE), race_diagram.f_speed_variance, div_deviance_laps_on_display, get_help_div(gt7help.SPEED_VARIANCE)], [get_help_div(gt7help.THROTTLE_DIAGRAM), race_diagram.f_throttle, div_speed_peak_valley_diagram, get_help_div(gt7help.SPEED_PEAKS_AND_VALLEYS)], + [get_help_div(gt7help.YAW_RATE_DIAGRAM), race_diagram.f_yaw_rate], [get_help_div(gt7help.BRAKING_DIAGRAM), race_diagram.f_braking], [get_help_div(gt7help.COASTING_DIAGRAM), race_diagram.f_coasting], + [get_help_div(gt7help.GEAR_DIAGRAM), race_diagram.f_gear], + [get_help_div(gt7help.RPM_DIAGRAM), race_diagram.f_rpm], + [get_help_div(gt7help.BOOST_DIAGRAM), race_diagram.f_boost], [get_help_div(gt7help.TIRE_DIAGRAM), race_diagram.f_tires], [get_help_div(gt7help.TIME_TABLE), race_time_table.t_lap_times, get_help_div(gt7help.FUEL_MAP), div_fuel_map, get_help_div(gt7help.TUNING_INFO), div_tuning_info], ] diff --git a/requirements.txt b/requirements.txt index b694c9d..9f3a09f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -bokeh~=3.1.0 +bokeh~=3.2.0 salsa20~=0.3.0 tabulate~=0.8.10 -pandas~=1.5.3 -scipy~=1.9.0 +pandas~=2.0.3 +scipy~=1.10.0 diff --git a/run.bat b/run.bat deleted file mode 100644 index ed66660..0000000 --- a/run.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off - -set GT7_PLAYSTATION_IP= - -pip3 install -r requirements.txt - -python helper/download_cars_csv.py - -python -m bokeh serve . - -pause diff --git a/run.command b/run.command index 730ed8e..c00acbe 100755 --- a/run.command +++ b/run.command @@ -6,4 +6,4 @@ pip3 install -r requirements.txt python3 helper/download_cars_csv.py -GT7_PLAYSTATION_IP= python3 -m bokeh serve . +python3 -m bokeh serve . diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 0000000..126f843 --- /dev/null +++ b/run.ps1 @@ -0,0 +1,7 @@ +pip install -r requirements.txt + +python helper/download_cars_csv.py + +python -m bokeh serve . + +Read-Host -Prompt "Press Enter to continue..." diff --git a/run.sh b/run.sh index 6160b23..03843d0 100755 --- a/run.sh +++ b/run.sh @@ -4,4 +4,4 @@ pip3 install -r requirements.txt python3 helper/download_cars_csv.py -GT7_PLAYSTATION_IP= python3 -m bokeh serve . +python3 -m bokeh serve . diff --git a/test_data/brands_hatch_10_laps.laps b/test_data/brands_hatch_10_laps.laps deleted file mode 100644 index b5ce97b..0000000 Binary files a/test_data/brands_hatch_10_laps.laps and /dev/null differ diff --git a/test_data/broad_bean_raceway_time_trial_4laps.json b/test_data/broad_bean_raceway_time_trial_4laps.json new file mode 100644 index 0000000..d5b5de4 --- /dev/null +++ b/test_data/broad_bean_raceway_time_trial_4laps.json @@ -0,0 +1 @@ +[{"title":"0:32.722","lap_ticks":1964,"lap_finish_time":32722,"lap_live_time":32.83033333333333,"number":5,"throttle_and_brake_ticks":291,"no_throttle_and_no_brake_ticks":3,"full_brake_ticks":0,"full_throttle_ticks":1418,"tires_overheated_ticks":892,"tires_spinning_ticks":17,"data_throttle":[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,96.47058823529413,89.01960784313727,79.6078431372549,64.70588235294117,52.156862745098046,38.43137254901961,32.94117647058824,27.84313725490196,24.31372549019608,23.137254901960787,22.745098039215687,23.137254901960787,23.137254901960787,23.529411764705884,23.529411764705884,23.529411764705884,22.745098039215687,21.568627450980394,20,18.823529411764707,17.254901960784316,16.47058823529412,15.294117647058824,14.50980392156863,13.333333333333334,12.941176470588236,12.15686274509804,11.764705882352942,11.372549019607844,10.980392156862745,10.588235294117649,10.19607843137255,10.19607843137255,9.803921568627452,9.411764705882353,9.019607843137255,8.627450980392158,8.627450980392158,8.23529411764706,8.23529411764706,7.843137254901961,7.843137254901961,7.843137254901961,7.450980392156863,7.450980392156863,7.058823529411765,7.058823529411765,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,7.058823529411765,7.058823529411765,7.058823529411765,7.058823529411765,7.450980392156863,7.450980392156863,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,9.019607843137255,9.411764705882353,9.411764705882353,9.411764705882353,9.411764705882353,9.803921568627452,9.803921568627452,9.803921568627452,10.19607843137255,10.19607843137255,10.980392156862745,11.372549019607844,11.764705882352942,12.549019607843139,13.333333333333334,14.50980392156863,16.07843137254902,16.862745098039216,19.607843137254903,21.176470588235297,23.92156862745098,26.27450980392157,28.627450980392158,30.98039215686275,33.333333333333336,33.333333333333336,37.64705882352941,37.64705882352941,41.1764705882353,43.13725490196079,44.70588235294118,46.274509803921575,47.05882352941177,48.62745098039216,49.80392156862745,52.156862745098046,54.50980392156863,57.64705882352941,61.568627450980394,66.27450980392157,71.76470588235294,77.25490196078432,83.13725490196079,89.41176470588236,96.07843137254902,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,93.72549019607844,82.74509803921569,71.37254901960785,57.254901960784316,48.235294117647065,36.07843137254902,29.01960784313726,20.3921568627451,15.686274509803923,13.725490196078432,11.372549019607844,9.803921568627452,9.019607843137255,8.23529411764706,8.23529411764706,7.843137254901961,7.450980392156863,7.058823529411765,6.666666666666667,6.274509803921569,5.882352941176471,5.882352941176471,5.882352941176471,5.490196078431373,5.490196078431373,5.490196078431373,5.490196078431373,5.490196078431373,5.490196078431373,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.490196078431373,5.490196078431373,5.490196078431373,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,6.274509803921569,6.274509803921569,6.666666666666667,6.666666666666667,6.666666666666667,6.666666666666667,7.058823529411765,7.058823529411765,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,8.23529411764706,8.627450980392158,8.627450980392158,9.019607843137255,9.411764705882353,9.411764705882353,9.803921568627452,9.803921568627452,10.19607843137255,10.980392156862745,11.372549019607844,12.15686274509804,12.941176470588236,13.725490196078432,14.50980392156863,15.686274509803923,16.862745098039216,18.03921568627451,19.607843137254903,21.176470588235297,21.96078431372549,22.745098039215687,24.31372549019608,25.490196078431374,28.23529411764706,30.58823529411765,32.94117647058824,36.07843137254902,38.82352941176471,42.352941176470594,44.70588235294118,46.274509803921575,47.05882352941177,48.235294117647065,49.01960784313726,49.01960784313726,47.84313725490196,47.05882352941177,47.05882352941177,46.66666666666667,46.274509803921575,46.274509803921575,46.274509803921575,46.66666666666667,46.66666666666667,46.66666666666667,46.66666666666667,47.05882352941177,47.84313725490196,47.84313725490196,48.62745098039216,49.01960784313726,49.411764705882355,50.196078431372555,50.98039215686275,52.156862745098046,53.333333333333336,55.294117647058826,56.47058823529412,60.392156862745104,63.529411764705884,67.05882352941177,71.37254901960785,76.07843137254902,78.82352941176471,83.52941176470588,87.05882352941177,89.41176470588236,89.41176470588236,92.94117647058825,94.11764705882354,95.68627450980392,96.07843137254902,96.47058823529413,97.25490196078432,98.82352941176471,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97.25490196078432,76.07843137254902,62.74509803921569,40.7843137254902,25.88235294117647,14.11764705882353,5.490196078431373,11.372549019607844,16.862745098039216,22.35294117647059,27.84313725490196,33.333333333333336,38.82352941176471,44.70588235294118,50.196078431372555,55.68627450980392,61.1764705882353,66.66666666666667,72.54901960784314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.7843137254901962,0.7843137254901962,1.1764705882352942,1.5686274509803924,2.3529411764705883,2.7450980392156863,3.1372549019607847,3.5294117647058827,4.313725490196079,4.705882352941177,5.882352941176471,6.274509803921569,7.058823529411765,7.450980392156863,7.843137254901961,8.23529411764706,8.23529411764706,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.411764705882353,9.411764705882353,9.803921568627452,10.588235294117649,10.980392156862745,11.372549019607844,11.764705882352942,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,11.764705882352942,11.764705882352942,11.764705882352942,11.764705882352942,11.764705882352942,11.764705882352942,11.764705882352942,11.764705882352942,11.372549019607844,10.980392156862745,10.980392156862745,10.19607843137255,9.803921568627452,9.411764705882353,9.019607843137255,8.627450980392158,8.627450980392158,8.23529411764706,8.23529411764706,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,8.627450980392158,9.019607843137255,9.019607843137255,9.411764705882353,10.19607843137255,11.372549019607844,12.941176470588236,14.50980392156863,16.07843137254902,18.43137254901961,23.137254901960787,27.84313725490196,34.50980392156863,41.1764705882353,47.05882352941177,55.294117647058826,67.05882352941177,77.64705882352942,85.09803921568628,90.98039215686275,96.47058823529413,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,91.37254901960785,83.13725490196079,74.90196078431373,66.27450980392157,58.03921568627452,49.80392156862745,41.568627450980394,32.94117647058824,24.705882352941178,16.47058823529412,8.23529411764706,13.725490196078432,5.098039215686275,0,0,0,8.627450980392158,18.03921568627451,27.84313725490196,30.98039215686275,30.98039215686275,30.98039215686275,30.98039215686275,30.98039215686275,30.98039215686275,30.98039215686275,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100],"data_braking":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.7843137254901962,1.1764705882352942,1.1764705882352942,0.7843137254901962,0,0,0,0,0,0,0,0,0.7843137254901962,1.1764705882352942,2.7450980392156863,3.9215686274509807,4.705882352941177,5.882352941176471,6.666666666666667,8.23529411764706,9.019607843137255,10.19607843137255,10.19607843137255,10.588235294117649,10.19607843137255,10.19607843137255,10.980392156862745,12.15686274509804,12.941176470588236,13.333333333333334,13.333333333333334,13.725490196078432,14.11764705882353,14.901960784313726,15.294117647058824,15.294117647058824,18.03921568627451,18.823529411764707,18.823529411764707,18.43137254901961,18.43137254901961,18.43137254901961,18.823529411764707,19.215686274509807,19.607843137254903,20,20,20,20.3921568627451,20.3921568627451,20.3921568627451,20,19.607843137254903,18.43137254901961,18.03921568627451,17.647058823529413,17.254901960784316,16.47058823529412,16.07843137254902,15.294117647058824,14.11764705882353,14.11764705882353,13.333333333333334,13.333333333333334,13.333333333333334,12.941176470588236,12.941176470588236,12.15686274509804,12.15686274509804,12.15686274509804,11.764705882352942,11.372549019607844,11.372549019607844,11.372549019607844,11.372549019607844,11.372549019607844,11.372549019607844,10.980392156862745,10.980392156862745,10.980392156862745,10.588235294117649,10.19607843137255,9.803921568627452,9.803921568627452,9.411764705882353,8.627450980392158,8.23529411764706,7.843137254901961,7.450980392156863,6.666666666666667,5.882352941176471,5.098039215686275,4.705882352941177,3.1372549019607847,2.7450980392156863,1.5686274509803924,0.7843137254901962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,2.7450980392156863,3.9215686274509807,5.098039215686275,7.843137254901961,9.803921568627452,11.372549019607844,12.15686274509804,14.11764705882353,15.294117647058824,15.294117647058824,16.862745098039216,17.647058823529413,18.03921568627451,18.43137254901961,18.43137254901961,17.647058823529413,17.254901960784316,17.254901960784316,17.647058823529413,17.254901960784316,16.862745098039216,16.47058823529412,16.47058823529412,15.686274509803923,15.686274509803923,14.901960784313726,13.725490196078432,12.941176470588236,11.764705882352942,11.372549019607844,10.588235294117649,10.19607843137255,9.803921568627452,9.019607843137255,8.627450980392158,8.23529411764706,7.058823529411765,6.274509803921569,5.882352941176471,5.490196078431373,5.490196078431373,4.705882352941177,4.705882352941177,4.313725490196079,4.705882352941177,4.313725490196079,4.313725490196079,4.313725490196079,3.9215686274509807,3.5294117647058827,3.5294117647058827,2.7450980392156863,2.7450980392156863,2.3529411764705883,1.9607843137254903,1.9607843137254903,1.5686274509803924,1.1764705882352942,1.1764705882352942,0.7843137254901962,0.7843137254901962,0.7843137254901962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.313725490196079,7.450980392156863,11.372549019607844,16.47058823529412,36.07843137254902,43.13725490196079,49.01960784313726,59.21568627450981,62.74509803921569,62.74509803921569,66.27450980392157,68.23529411764706,69.41176470588236,71.37254901960785,72.15686274509804,72.15686274509804,72.15686274509804,71.37254901960785,70.98039215686275,71.37254901960785,72.54901960784314,76.47058823529412,80,81.1764705882353,81.5686274509804,81.9607843137255,81.9607843137255,81.5686274509804,81.5686274509804,81.1764705882353,80.78431372549021,80.78431372549021,80.3921568627451,78.82352941176471,78.03921568627452,77.64705882352942,77.64705882352942,77.64705882352942,78.43137254901961,78.43137254901961,76.86274509803923,76.86274509803923,74.90196078431373,74.90196078431373,74.50980392156863,74.50980392156863,72.94117647058825,71.37254901960785,71.37254901960785,65.49019607843138,63.92156862745099,61.9607843137255,61.9607843137255,60.7843137254902,57.64705882352941,55.68627450980392,51.372549019607845,49.411764705882355,47.450980392156865,46.274509803921575,44.70588235294118,43.92156862745098,42.74509803921569,42.74509803921569,43.529411764705884,43.92156862745098,43.92156862745098,44.313725490196084,45.09803921568628,46.274509803921575,47.05882352941177,47.84313725490196,48.62745098039216,49.411764705882355,49.411764705882355,49.411764705882355,48.62745098039216,48.235294117647065,47.84313725490196,46.274509803921575,45.490196078431374,44.70588235294118,42.74509803921569,41.568627450980394,39.21568627450981,38.03921568627451,37.64705882352941,36.86274509803922,36.47058823529412,36.07843137254902,34.90196078431373,32.94117647058824,31.372549019607845,30.58823529411765,28.23529411764706,27.058823529411768,25.88235294117647,23.137254901960787,21.96078431372549,21.176470588235297,19.607843137254903,19.215686274509807,18.03921568627451,16.862745098039216,16.07843137254902,13.725490196078432,12.549019607843139,11.372549019607844,8.627450980392158,5.490196078431373,3.5294117647058827,1.9607843137254903,1.1764705882352942,1.1764705882352942,0.7843137254901962,0.7843137254901962,0.3921568627450981,0.3921568627450981,0.3921568627450981,0.7843137254901962,1.1764705882352942,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.3921568627450981,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.3921568627450981,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.3921568627450981,0.3921568627450981,0,0,0,0,0.3921568627450981,0.7843137254901962,0.3921568627450981,0.7843137254901962,1.1764705882352942,1.1764705882352942,1.5686274509803924,2.3529411764705883,2.7450980392156863,2.7450980392156863,4.313725490196079,4.705882352941177,6.274509803921569,6.666666666666667,7.058823529411765,8.23529411764706,8.627450980392158,9.803921568627452,10.980392156862745,11.764705882352942,12.941176470588236,12.941176470588236,14.11764705882353,14.901960784313726,15.686274509803923,16.47058823529412,16.862745098039216,17.254901960784316,17.254901960784316,17.647058823529413,17.647058823529413,17.254901960784316,17.254901960784316,16.862745098039216,16.862745098039216,16.862745098039216,16.47058823529412,16.862745098039216,16.862745098039216,16.47058823529412,16.07843137254902,15.686274509803923,15.294117647058824,14.50980392156863,14.50980392156863,13.333333333333334,12.941176470588236,12.15686274509804,11.372549019607844,10.980392156862745,10.19607843137255,9.411764705882353,9.019607843137255,8.23529411764706,7.843137254901961,7.058823529411765,6.666666666666667,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.490196078431373,5.490196078431373,5.098039215686275,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.313725490196079,4.313725490196079,4.313725490196079,3.9215686274509807,3.9215686274509807,3.9215686274509807,3.5294117647058827,3.5294117647058827,3.5294117647058827,3.1372549019607847,2.7450980392156863,2.3529411764705883,1.5686274509803924,1.1764705882352942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_coasting":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_speed":[179.62110900878906,179.75316467285157,179.8853988647461,180.0204071044922,180.15530548095703,180.28948974609375,180.4237289428711,180.5604263305664,180.69533843994142,180.8290969848633,180.95717010498046,181.0850372314453,181.21118774414063,181.3341247558594,181.457926940918,181.57881774902344,181.70443267822267,181.8270263671875,181.95529174804688,182.0813735961914,182.2065628051758,182.3385772705078,182.47061920166016,182.60779724121093,182.74530487060548,182.88371887207032,183.02038879394533,183.15727844238282,183.29076232910157,183.42302398681642,183.55013580322267,183.6775360107422,183.80181884765625,183.92459106445312,184.04590759277343,184.16803436279298,184.29090270996093,184.4146911621094,184.5388641357422,184.66544036865236,184.79435119628906,184.92933197021486,185.0622802734375,185.20138092041017,185.3363754272461,185.47274322509767,185.60370025634765,185.72976837158203,185.85215606689454,185.9726760864258,186.08836212158204,186.20623168945312,186.3189651489258,186.4366424560547,186.5483184814453,186.66326293945312,186.78018493652345,186.9044403076172,187.02787170410156,187.17647552490234,187.3261505126953,187.4708267211914,187.61014709472656,187.73824768066407,187.86029205322265,187.97742004394533,188.09641571044924,188.21178588867187,188.3265380859375,188.44648132324218,188.56119232177736,188.67852630615235,188.79378662109374,188.91010437011718,189.02183532714844,189.13800201416015,189.25191650390624,189.36927795410156,189.48913879394533,189.6076675415039,189.71566314697267,189.8290969848633,189.93519744873046,190.0518997192383,190.1645233154297,190.2857437133789,190.40373687744142,190.5168685913086,190.63519134521485,190.75377502441407,190.87584686279297,190.996257019043,191.11784820556642,191.23702239990234,191.3601791381836,191.47935333251954,191.59639892578124,191.7154495239258,191.82786712646484,191.94227600097656,192.05045013427736,192.16083526611328,192.2647933959961,192.37241821289064,192.48071594238283,192.5907165527344,192.70258483886718,192.8040023803711,192.91328887939454,193.02094116210938,193.13341369628907,193.24022827148437,193.35525512695312,193.46873016357424,193.58110656738282,193.7019012451172,193.804541015625,193.9212844848633,194.02719268798828,194.14117584228515,194.24193420410157,194.34593353271484,194.45050964355468,194.5396224975586,194.64093017578125,194.73626403808595,194.84144439697266,194.94356231689454,195.0582046508789,195.17950744628908,195.2711608886719,195.39650115966796,195.48923950195314,195.59281311035156,195.70303344726562,195.79568939208986,195.91545410156252,196.0051025390625,196.1174514770508,196.19864044189453,196.30640258789063,196.3975616455078,196.51118774414064,196.61573638916016,196.7191177368164,196.83079376220704,196.92288665771486,197.02685852050783,197.12149200439453,197.23334655761718,197.33087768554688,197.43535766601562,197.5378875732422,197.6375747680664,197.7436477661133,197.83008270263673,197.93663635253907,198.02073669433594,198.11685333251953,198.2033432006836,198.28365325927734,198.37703704833984,198.45109863281252,198.55772094726564,198.62514953613282,198.7288604736328,198.79954376220704,198.88957672119142,198.97415771484376,199.06365509033205,199.1541275024414,199.24278717041017,199.3341522216797,199.42200164794923,199.5129821777344,199.5943359375,199.68629150390626,199.75179748535157,199.84746093750002,199.90542755126953,200.002848815918,200.06413879394532,200.15152130126953,200.24875030517578,200.34573211669922,200.4470947265625,200.51497650146484,200.61018676757814,200.66738433837892,200.75482177734375,200.84420928955078,200.92633209228515,201.01253356933594,201.07931671142578,201.15880279541017,201.21484680175783,201.29864501953125,201.35617218017578,201.4427444458008,201.51441650390626,201.60039825439455,201.73440399169922,201.81676025390627,201.94194946289062,202.01899108886718,202.1426971435547,202.2544143676758,202.36830139160156,202.46656036376953,202.54991912841797,202.64149017333986,202.7079849243164,202.81316528320312,202.88695220947267,202.98790283203127,203.1124465942383,203.19419860839844,203.3080307006836,203.36649169921876,203.48794555664062,203.570947265625,203.6496780395508,203.73733520507812,203.7856887817383,203.87356567382812,203.92408905029296,203.99359130859375,204.0522445678711,204.10025482177736,204.19326782226562,204.26997985839844,204.37171325683593,204.43793334960938,204.5119400024414,204.58905029296875,204.65646514892578,204.76215362548828,204.80912017822266,204.91152648925782,204.95935821533203,205.02910766601562,205.09262237548828,205.14315948486328,205.2237991333008,205.2590789794922,205.3489196777344,205.38700103759766,205.4791488647461,205.556396484375,205.6635269165039,205.7514175415039,205.80813446044922,205.8968490600586,205.93215637207032,206.00910186767578,206.0663818359375,206.14060821533204,206.20739135742187,206.2596862792969,206.34102630615234,206.37986297607424,206.47201080322267,206.50962524414064,206.59939727783203,206.64368591308593,206.71940917968752,206.7750961303711,206.82869567871094,206.90027160644533,206.9333679199219,207.02550201416017,207.0596145629883,207.1528060913086,207.1891296386719,207.26619873046874,207.3165023803711,207.38450775146484,207.45642700195313,207.50174560546876,207.57645263671876,207.60765380859377,207.68966674804688,207.72667694091797,207.79876098632812,207.84797973632814,207.90310363769532,207.97535247802736,208.01616668701172,208.09444427490234,208.12491760253906,208.2089080810547,208.244970703125,208.32359161376954,208.36595764160157,208.4226058959961,208.4707809448242,208.5107162475586,208.57039947509767,208.60021362304687,208.67803802490235,208.69977722167968,208.78742065429688,208.81554565429687,208.89353485107424,208.93113555908204,208.9900360107422,209.0359313964844,209.0765396118164,209.13441009521486,209.1613952636719,209.23268280029296,209.2481460571289,209.32410278320313,209.34210662841798,209.4101119995117,209.43775634765626,209.4855743408203,209.52210388183593,209.55743865966798,209.60708312988282,209.6304702758789,209.69000244140625,209.70413360595703,209.767236328125,209.7813674926758,209.8388397216797,209.85904083251953,209.90228576660158,209.9296417236328,209.9631362915039,210.00164337158205,210.0270767211914,210.08096466064453,210.0953842163086,210.15381774902343,210.1600524902344,210.21925506591796,210.23224639892578,210.2878372192383,210.30910949707032,210.3509948730469,210.3786804199219,210.40721740722657,210.4372512817383,210.45919647216797,210.49545135498047,210.5039245605469,210.54640045166016,210.5538299560547,210.6090087890625,210.6230712890625,210.67079315185546,210.6961166381836,210.7304214477539,210.7620620727539,210.78757781982424,210.8259475708008,210.83999633789062,210.88741607666017,210.89812774658205,210.95036773681642,210.95885467529297,211.0030059814453,211.01388244628907,211.0498764038086,211.06555938720703,211.08485412597656,211.1133773803711,211.12218017578127,211.1632553100586,211.15899810791015,211.2071731567383,211.20081481933593,211.24476013183593,211.24327697753907,211.27261047363282,211.27818603515627,211.29422607421876,211.31536102294922,211.3157455444336,211.3531677246094,211.3435272216797,211.38733520507813,211.37696685791016,211.42155761718752,211.41971740722656,211.45225067138674,211.46009216308593,211.4759536743164,211.50013732910156,211.5017852783203,211.53205261230468,211.52812500000002,211.56913146972656,211.56292419433595,211.60724029541015,211.612060546875,211.64712066650392,211.66118316650392,211.68536682128908,211.71077270507814,211.7241622924805,211.7549789428711,211.75768432617187,211.79783935546877,211.79678192138672,211.8409194946289,211.83929901123048,211.8780532836914,211.88507080078125,211.90940551757814,211.92929077148438,211.94332580566407,211.96822357177734,211.9753646850586,212.00552215576172,212.00487670898437,212.04059600830078,212.04214782714845,212.07793579101562,212.086669921875,212.1181594848633,212.1413131713867,212.15938568115234,212.18882904052734,212.19724731445314,212.23524627685546,212.23064575195312,212.27132263183594,212.26993560791016,212.307275390625,212.31077728271484,212.33211822509767,212.3439697265625,212.3529510498047,212.37598114013673,212.3781234741211,212.41223602294923,212.40829467773438,212.44571685791016,212.44353332519532,212.4755584716797,212.47456970214844,212.48993682861328,212.49786071777345,212.50527648925782,212.52481842041016,212.51756744384767,212.5339370727539,212.5145736694336,212.54243774414064,212.52814178466798,212.55353393554688,212.54820556640627,212.56171875,212.5643280029297,212.5638198852539,212.5718948364258,212.56204833984376,212.5757263183594,212.56045532226562,212.5838150024414,212.5715515136719,212.59197235107422,212.58794860839845,212.5967788696289,212.59962158203126,212.6002944946289,212.61247558593752,212.6095916748047,212.6298614501953,212.61895751953125,212.64344329833986,212.6377716064453,212.65809631347656,212.6574234008789,212.66900024414062,212.67611389160157,212.68236236572267,212.69661712646484,212.6975509643555,212.71909790039064,212.71459350585937,212.7434051513672,212.74102935791015,212.76414184570314,212.76752014160158,212.78218688964844,212.7920883178711,212.80242919921875,212.82208099365235,212.82874145507813,212.85137329101562,212.85428466796876,212.87639465332032,212.87679290771484,212.8953598022461,212.89695281982424,212.9099578857422,212.91928253173828,212.92694549560548,212.94378204345705,212.94430389404297,212.962060546875,212.96111297607422,212.97919921875,212.9802703857422,212.99186096191406,212.9943603515625,213.00034790039064,213.0065414428711,213.0073654174805,213.01956024169922,213.01850280761718,213.03468017578126,213.0296127319336,213.04812469482422,213.04573516845704,213.06228332519532,213.06573028564455,213.07359924316407,213.0783920288086,213.07570037841796,213.08436584472656,213.07808990478517,213.09105377197267,213.08303375244142,213.09918365478515,213.091259765625,213.10216369628907,213.10096893310546,213.11155700683594,213.1210189819336,213.12283172607422,213.1392013549805,213.1362762451172,213.15123138427734,213.14205780029297,213.15986938476564,213.15113525390626,213.168603515625,213.16620025634765,213.18052368164064,213.1827621459961,213.1897933959961,213.1956985473633,213.19483337402343,213.19998321533203,213.1914276123047,213.2024688720703,213.1914825439453,213.21464996337892,213.2073165893555,213.2256088256836,213.21808319091798,213.23125305175782,213.22948150634767,213.23362884521484,213.23171997070312,213.23053894042968,213.22781982421876,213.21878356933595,213.2142517089844,213.2012466430664,213.2032653808594,213.193034362793,213.1968521118164,213.1900817871094,213.1960006713867,213.18990325927734,213.19392700195314,213.18519287109376,213.18836517333986,213.18248748779297,213.18592071533203,213.18502807617188,213.18870849609377,213.19194946289062,213.19107055664062,213.18946380615236,213.18767852783205,213.1824737548828,213.17937011718752,213.17600555419924,213.18272094726564,213.18185577392578,213.18782958984374,213.19028778076174,213.1924575805664,213.1977722167969,213.19300689697266,213.19851379394532,213.1935012817383,213.1978546142578,213.19232025146485,213.19624786376954,213.19185333251954,213.19365234375002,213.1922103881836,213.19906311035157,213.20138397216797,213.2088409423828,213.21158752441406,213.21123046875002,213.2144989013672,213.20860748291017,213.21434783935547,213.21014556884765,213.2166961669922,213.21294708251955,213.2190170288086,213.2183578491211,213.22365875244142,213.2219009399414,213.21984100341797,213.22000579833986,213.2148422241211,213.21780853271486,213.20950012207032,213.21595458984376,213.20682220458986,213.21265869140626,213.2075912475586,213.21481475830078,213.211669921875,213.2178909301758,213.22162628173828,213.22201080322267,213.23133544921876,213.22147521972656,213.2351806640625,213.227490234375,213.23526306152345,213.23222808837892,213.23504333496095,213.23239288330078,213.23682861328126,213.23074493408203,213.23594970703127,213.25211334228516,213.2571533203125,213.27552795410156,213.27816467285157,213.29417724609377,213.2988464355469,213.3098327636719,213.32312622070313,213.3236068725586,213.34393157958985,213.34637603759765,213.3615921020508,213.36150970458985,213.38077697753906,213.37635498046876,213.38311157226562,213.39044494628908,213.4053451538086,213.42546386718752,213.4351593017578,213.45579986572267,213.4563217163086,213.4667175292969,213.4753829956055,213.47523193359376,213.4771957397461,213.49327697753907,213.4969436645508,213.51255798339844,213.5194519042969,213.53705749511718,213.54559936523438,213.55621490478515,213.57711639404297,213.58173065185548,213.6053924560547,213.6020965576172,213.6174774169922,213.61437377929687,213.61547241210937,213.63949127197267,213.6611068725586,213.6889846801758,213.69432678222657,213.6986526489258,213.69745788574218,213.7230422973633,213.73346557617188,213.76604003906252,213.7752410888672,213.80093536376953,213.8174835205078,213.8195983886719,213.84265594482423,213.83675079345704,213.8627471923828,213.86440887451172,213.90260009765626,213.92293853759767,213.95966033935548,213.9845169067383,214.0299041748047,214.04752349853516,214.0866485595703,214.11206817626953,214.16388244628908,214.18673400878907,214.22848205566407,214.24879302978516,214.28113403320313,214.30994567871093,214.33546142578126,214.36951904296876,214.39162902832032,214.45784912109374,214.48678436279297,214.55870361328127,214.58150024414064,214.6511947631836,214.6663833618164,214.73333129882812,214.7498519897461,214.80715942382812,214.83426818847656,214.87896881103515,214.9081237792969,214.94863586425782,215.00135650634766,215.05068511962892,215.1102310180664,215.16170196533204,215.2254638671875,215.27884368896486,215.34403381347656,215.3880615234375,215.46048889160156,215.50580749511718,215.58212127685547,215.6296371459961,215.71446533203127,215.7655242919922,215.85603790283204,215.92249145507813,216.0219451904297,216.0990005493164,216.19834442138674,216.27781677246094,216.36464996337892,216.4298812866211,216.48223114013672,216.5066345214844,216.50401153564454,216.47710876464845,216.43011474609375,216.3639358520508,216.2781188964844,216.18366394042968,216.07583312988282,215.96741180419923,215.8509292602539,215.7355178833008,215.61237487792968,215.4951370239258,215.3730926513672,215.2525863647461,215.114501953125,214.97093811035157,214.81471252441406,214.65325469970705,214.48101654052735,214.30559234619142,214.1269271850586,213.9474105834961,213.76978912353516,213.5897644042969,213.4152053833008,213.23758392333986,213.0550323486328,212.8655731201172,212.66658325195314,212.46113891601564,212.25245361328126,212.03573455810547,211.8245086669922,211.6093963623047,211.3994888305664,211.18079223632813,210.9515625,210.72472229003907,210.48682708740236,210.26070098876954,210.00916900634766,209.77142486572265,209.51710510253906,209.27447204589845,209.0186004638672,208.77048797607424,208.52889862060547,208.2782180786133,208.04144897460938,207.79069976806642,207.54898681640626,207.29998168945312,207.02695770263674,206.76939697265627,206.5079360961914,206.25033416748047,205.99354248046876,205.72785186767578,205.46371307373047,205.21034088134766,204.95863037109376,204.72035064697266,204.48952789306642,204.26532440185548,204.04114837646486,203.8165054321289,203.59058532714843,203.3528823852539,203.1273193359375,202.91640930175782,202.70665283203127,202.50278778076174,202.30577545166017,202.1050552368164,201.90349731445312,201.71326904296876,201.52098083496094,201.33458404541017,201.14456176757812,200.9594284057617,200.76737365722656,200.57994689941407,200.3856674194336,200.1935577392578,200.00184631347656,199.81439208984375,199.62642974853517,199.43584442138672,199.24759368896486,199.0749710083008,198.92796020507814,198.7926223754883,198.66371154785156,198.5305160522461,198.40227813720705,198.27935485839845,198.17391357421874,198.07675323486328,197.98858795166015,197.89903564453127,197.8080825805664,197.71899719238283,197.62754974365234,197.53707733154297,197.44885711669923,197.36492156982422,197.27920074462892,197.1929443359375,197.1149688720703,197.04618072509766,196.98001556396486,196.91971435546876,196.86993255615235,196.83025817871095,196.77187957763672,196.71943359375,196.67200012207033,196.6332733154297,196.5995590209961,196.56486968994142,196.5731918334961,196.57371368408204,196.59486236572266,196.6027587890625,196.61033935546877,196.67686157226564,196.70888671875,196.76048126220704,196.80813446044922,196.8803695678711,196.9392837524414,196.98077087402345,197.02139282226562,197.04366760253907,197.07323455810547,197.144206237793,197.19135131835938,197.24044647216797,197.28584747314454,197.3700714111328,197.41832885742187,197.51311340332032,197.5651062011719,197.64459228515625,197.70483856201173,197.75430450439453,197.83013763427735,197.88085327148437,197.98836822509767,198.07606658935546,198.185009765625,198.21409606933594,198.27104644775392,198.32628021240234,198.36349639892578,198.40701599121095,198.50858459472656,198.6281295776367,198.68768920898438,198.75355224609376,198.88347930908205,198.87195739746093,198.8783706665039,198.95184173583985,199.0188995361328,199.10093994140627,199.17903900146484,199.2333938598633,199.2280517578125,199.29282989501954,199.40049591064454,199.51723937988282,199.58189392089844,199.61768188476563,199.62953338623046,199.63575439453126,199.63416137695313,199.63365325927734,199.6645935058594,199.70148010253908,199.7936004638672,199.86656341552734,199.9438659667969,200.02844696044923,200.10320892333985,200.1785888671875,200.2518264770508,200.3293899536133,200.40603332519532,200.48712615966798,200.56063842773438,200.64446411132812,200.72388153076173,200.8144775390625,200.8953643798828,200.98873443603517,201.08670501708986,201.19195404052735,201.2832504272461,201.36865539550783,201.42894287109377,201.4671615600586,201.46746368408205,201.43278808593752,201.35997619628907,201.24801177978517,201.0995315551758,200.92204742431642,200.72393646240235,200.51512756347657,200.29632110595705,200.0666244506836,199.83718872070312,199.59642333984377,199.35234832763672,199.09756164550782,198.83684234619142,198.56970977783203,198.29862213134766,198.02741088867188,197.75081634521484,197.47724304199218,197.20648498535158,196.9461227416992,196.69069061279296,196.44375915527345,196.2019226074219,195.9683395385742,195.7372833251953,195.5088088989258,195.28015594482423,195.05353546142578,194.8320510864258,194.61404113769532,194.40087890625,194.1944320678711,194.01221008300783,193.84024658203126,193.67560272216798,193.51910247802735,193.36986694335937,193.22812957763674,193.0927917480469,192.96551513671875,192.84029846191407,192.7195037841797,192.60039825439455,192.48202056884767,192.3616928100586,192.24390563964843,192.12559661865234,192.0197982788086,191.90129699707032,191.76172943115236,191.61526794433595,191.48157806396486,191.37100067138672,191.28250579833986,191.20911712646486,191.14365234375,191.06185913085938,190.96537170410156,190.85912017822267,190.7414291381836,190.61478424072266,190.45564727783204,190.29554901123046,190.086767578125,189.85372009277344,189.6199172973633,189.3956314086914,189.21129455566407,189.05245971679688,188.8992141723633,188.76998748779297,188.64716033935548,188.48645782470703,188.3088363647461,188.038737487793,187.7641342163086,187.46943969726564,187.20346069335938,186.95297241210938,186.71382751464844,186.4986328125,186.27650299072266,186.07342071533205,185.87672424316406,185.69595794677736,185.53498077392578,185.35701599121094,185.1889663696289,185.00821380615236,184.8104461669922,184.6233352661133,184.41650390625,184.22278747558593,184.0167663574219,183.80885009765626,183.61781158447266,183.41117248535156,183.2437271118164,183.08189849853517,182.9249725341797,182.79619903564455,182.6547637939453,182.5397506713867,182.43371887207033,182.31049346923828,182.20950164794922,182.1068069458008,182.03098754882814,181.95439910888672,181.85313262939454,181.77000732421877,181.68123779296874,181.60316619873046,181.53141174316406,181.43956604003907,181.37173919677736,181.29850158691406,181.21272583007814,181.14156188964844,181.0528747558594,180.97066955566407,180.8849075317383,180.78093566894532,180.71029357910157,180.631755065918,180.54195556640624,180.45752563476563,180.3511505126953,180.26689910888672,180.18007965087892,180.08149108886718,180.00720977783203,179.92364501953125,179.83243103027345,179.75595245361328,179.66317291259767,179.59807891845705,179.5352783203125,179.447607421875,179.41301422119142,179.37361450195314,179.34695892333986,179.34062805175782,179.32418975830078,179.3229537963867,179.3169937133789,179.30256042480468,179.34024353027345,179.3532897949219,179.3603759765625,179.40110778808594,179.41908416748046,179.44161987304688,179.47757263183595,179.4891357421875,179.53931579589843,179.57379913330078,179.58392028808595,179.64740753173828,179.66922912597656,179.68712310791017,179.74701232910158,179.7790512084961,179.82117004394533,179.86058349609377,179.87997436523438,179.92589721679687,179.9457000732422,179.95259399414064,180.0113983154297,180.04020996093752,180.0657943725586,180.11407928466798,180.13959503173828,180.17821197509767,180.22181396484376,180.24046325683594,180.29652099609376,180.33060607910156,180.3470443725586,180.40428314208984,180.43195495605468,180.45740203857423,180.51263580322265,180.5399368286133,180.57683715820312,180.61572875976563,180.6427001953125,180.71239471435547,180.75032501220704,180.77008666992188,180.83575744628908,180.87102355957032,180.89991760253906,180.9524871826172,180.98202667236328,181.01705932617188,181.07880249023438,181.1123245239258,181.17831115722657,181.22979583740235,181.2573989868164,181.33023834228516,181.3723159790039,181.40792541503907,181.48379974365236,181.5265365600586,181.5752197265625,181.6450378417969,181.68145751953125,181.75277252197267,181.80738830566406,181.83235473632814,181.91600189208984,181.95919189453124,181.98967895507812,182.07154083251953,182.1120391845703,182.1571243286133,182.23005981445314,182.26494140625002,182.32139739990234,182.37203063964844,182.4021743774414,182.4781036376953,182.5221725463867,182.55035247802735,182.6284652709961,182.66903228759767,182.70262298583984,182.77212524414062,182.8188720703125,179.67054748535156,177.52549438476564,176.9547134399414,176.91319885253907,177.0846954345703,176.76953887939453,177.0410385131836,177.2843994140625,177.2801971435547,177.5340774536133,177.48172760009766,177.62386322021484,177.80896911621093,177.90919189453126,177.98406372070312,178.07568969726563,178.1285614013672,178.1721908569336,178.23473052978517,178.27424011230468,178.32252502441406,178.37808837890626,178.40867156982424,178.48151092529298,178.5302490234375,178.55767364501955,178.63981018066406,178.68812255859376,178.71395416259767,178.80464630126954,178.85109100341796,178.89153442382812,178.97743377685546,179.02972869873048,179.08663787841797,179.1684310913086,179.22216796875,179.30556793212892,179.36514129638672,179.44017791748047,179.55591888427736,179.65036010742188,179.72252655029297,179.8644561767578,179.9557662963867,180.04604644775392,180.19026947021484,180.2868392944336,180.39543914794922,180.53169708251954,180.62825317382814,180.75540618896486,180.88331451416016,180.98121643066406,181.12982025146485,181.24700317382812,181.34052429199218,181.51177368164062,181.62662200927736,181.7387924194336,181.90494689941406,182.01592254638672,182.14108428955078,182.2906219482422,182.38916931152343,182.52840728759767,182.654296875,182.74795532226562,182.89620208740234,183.0102264404297,183.1028549194336,183.2525848388672,183.35294494628906,183.46551361083985,183.600439453125,183.69766845703126,183.8239700317383,183.94881591796874,184.0391372680664,184.18612060546874,184.29754943847658,184.3972640991211,184.5496032714844,184.65615692138672,184.77994537353516,184.9188949584961,185.01351470947267,185.16019592285156,185.28350372314455,185.38118591308594,185.5332229614258,185.6489501953125,185.76642150878908,185.91598663330078,186.02447662353515,186.16887817382812,186.30520477294922,186.40916290283204,186.5621337890625,186.68799591064453,186.80299530029296,186.96172027587892,187.0722152709961,187.2062484741211,187.33686218261718,187.43845825195314,187.55827789306642,187.6531173706055,187.73890686035156,187.82911834716796,187.89981536865236,188.0224365234375,188.1107940673828,188.2425750732422,188.36558074951174,188.4916488647461,188.66094818115235,188.7860549926758,188.97364654541016,189.1109344482422,189.27413635253907,189.43444061279297,189.5572265625,189.735205078125,189.8510971069336,190.02089080810546,190.15326232910158,190.2924041748047,190.43860473632813,190.54712219238283,190.69609680175782,190.80064544677734,190.9342803955078,191.053125,191.1658721923828,191.30918884277344,191.41759643554687,191.5690155029297,191.68265533447266,191.82768859863282,191.95757446289062,192.07475738525392,192.23228759765627,192.34855041503906,192.51105194091798,192.63067932128908,192.77153778076172,192.90952606201174,193.0170684814453,193.17146759033204,193.27847442626953,193.4300308227539,193.54298400878906,193.67307586669924,193.795573425293,193.90385742187502,194.03379821777344,194.13584747314454,194.2691390991211,194.37876892089844,194.5027633666992,194.63469543457032,194.746728515625,194.89273681640626,194.99986724853517,195.14620513916017,195.2624954223633,195.38595428466797,195.50692749023438,195.61324768066407,195.7331497192383,195.8315185546875,195.94344177246094,196.04010772705078,196.14962768554688,196.25857086181642,196.3653991699219,196.48149719238282,196.58818817138672,196.71075439453125,196.8177474975586,196.93597412109375,197.0478286743164,197.15428619384767,197.25856018066406,197.35552825927735,197.45028533935547,197.5436965942383,197.63591308593752,197.7283905029297,197.82412261962892,197.92769622802734,198.02926483154297,198.14376983642578,198.2523147583008,198.35892333984376,198.46116485595704,198.55682830810548,198.65370025634766,198.74571075439454,198.84015197753908,198.9355682373047,199.03765869140625,199.14104003906252,199.24590454101562,199.3510986328125,199.45828399658203,199.56949310302736,199.67537384033204,199.7813232421875,199.8846221923828,199.9865478515625,200.0864685058594,200.1844665527344,200.28181915283204,200.376383972168,200.4698913574219,200.56401672363282,200.65465393066407,200.75066070556642,200.8431381225586,200.94020233154296,201.0329132080078,201.12952423095703,201.22249603271484,201.31934051513673,201.41067810058595,201.50244140625,201.59239196777344,201.6815185546875,201.77310333251953,201.86319122314453,201.9561767578125,202.04519348144532,202.1322738647461,202.21732177734376,202.29771423339844,202.38861236572265,202.4695816040039,202.57537994384765,202.65899963378908,202.75153198242188,202.81441497802734,202.84019165039064,202.81114654541017,202.7145492553711,202.5362548828125,202.27138824462892,201.93842010498048,201.52444152832032,201.05948638916016,200.55631256103516,199.98900604248047,199.41229248046875,198.8017822265625,198.17130432128906,197.53183135986328,196.8865493774414,196.21869049072265,195.52560424804688,194.79645538330078,194.0102325439453,193.3182586669922,192.63345336914062,191.92986145019532,191.23299865722657,190.52549285888674,189.84401092529296,189.12268981933593,188.41537628173828,187.6993423461914,186.96798248291017,186.23321685791015,185.4762176513672,184.73104248046874,183.97696838378906,183.22369079589845,182.2427764892578,181.51883239746095,180.38228302001954,179.7185302734375,179.05391235351564,178.40176391601562,177.71470642089844,177.06707611083985,176.40532836914062,175.72975158691406,175.08386535644533,174.43789672851562,173.7887420654297,173.16050262451174,172.53966522216797,171.90981903076172,171.29822387695313,170.73308715820312,170.18771209716797,169.6843734741211,169.2144332885742,168.7470199584961,168.31929473876954,167.9131851196289,167.49926147460937,167.10957641601564,166.72405242919922,166.33185424804688,165.94898071289063,165.53663635253906,165.12908477783205,164.7238540649414,164.2899353027344,163.8692138671875,163.449137878418,163.00877838134767,162.59390716552736,162.16295471191407,161.73981628417968,161.32567291259767,160.92075805664064,160.51858978271486,160.11565246582032,159.71124572753908,159.31311492919923,158.94709167480468,158.59109344482422,158.24341735839843,157.89105834960938,157.53946838378906,157.17164611816406,156.79764404296876,156.4486083984375,156.11561279296876,155.7712875366211,155.4132293701172,155.09356842041015,154.7929412841797,154.51428680419923,154.22747497558595,153.9466094970703,153.69224853515627,153.44695129394532,153.20732574462892,152.93193969726562,152.6770431518555,152.4457260131836,152.23555755615234,152.0313217163086,151.81887359619142,151.6425979614258,151.4921401977539,151.35461883544923,151.23040466308595,151.11475982666016,150.98830718994142,150.86103057861328,150.75666046142578,150.6518508911133,150.54671173095704,150.4501968383789,150.33317871093752,150.21324920654297,150.1086181640625,149.99092712402344,149.86018981933594,149.7586898803711,149.66217498779298,149.55994720458986,149.46929626464845,149.39979400634766,149.3200469970703,149.2301788330078,149.14752044677735,149.07576599121094,148.9826431274414,148.88741912841797,148.81191558837892,148.72736206054688,148.6334976196289,148.56047973632812,148.491650390625,148.41085968017578,148.33406524658204,148.26504364013672,148.17259368896484,148.08250579833984,148.00450286865234,147.9204574584961,147.8294219970703,147.746337890625,147.6561264038086,147.5279983520508,147.4037292480469,147.27906188964843,147.13302612304688,146.99141235351564,146.85832672119142,146.69751434326173,146.52557830810548,146.36778717041017,146.18872375488283,145.9878387451172,145.79891510009767,145.60396270751954,145.3730026245117,145.1553497314453,144.9460876464844,144.6871810913086,144.44232330322265,144.22237701416017,143.95886993408203,143.70118560791016,143.47192840576173,143.21954498291015,142.95480194091797,142.72456970214844,142.48788299560547,142.22675170898438,141.98935089111328,141.76958312988282,141.50967407226562,141.26910095214845,141.06004486083984,140.81802978515626,140.5830047607422,140.37813720703124,140.1661834716797,139.93906860351564,139.74065551757812,139.55379180908204,139.34216766357423,139.14637756347656,138.9762954711914,138.79171142578124,138.60815734863283,138.44770202636718,138.28885345458986,138.10838928222657,137.93543701171876,137.7807632446289,137.6079071044922,137.44017333984377,137.2954284667969,137.14178466796875,136.9648635864258,136.80626220703127,136.6703338623047,136.5220184326172,136.37476043701173,136.24830780029296,136.12252807617188,135.9826171875,135.8482681274414,135.72667694091797,135.5922592163086,135.44062042236328,135.2978256225586,135.1642318725586,135.02212371826172,134.87056732177734,134.7371383666992,134.6092300415039,134.47132415771486,134.34239959716797,134.23826293945314,134.13950958251954,134.04412078857422,133.95469207763674,133.87184143066406,133.80135040283204,133.75088195800782,133.73973083496094,133.73875579833984,133.75546875,133.81280364990235,133.91663818359376,134.03180236816408,134.1397430419922,134.28176879882812,134.4134536743164,134.5258987426758,134.6292251586914,134.76427459716797,134.9369659423828,135.05697784423828,135.17460021972656,135.30276947021486,135.47447204589844,135.6109359741211,135.73980560302735,135.86044921875,135.9790466308594,136.09217834472656,136.2170379638672,136.35856933593752,136.47171478271486,136.59547576904296,136.7167922973633,136.86656341552734,137.01825714111328,137.17294464111328,137.31571197509766,137.4671859741211,137.60533905029297,137.74445343017578,137.8851333618164,138.0469757080078,138.21782684326172,138.37219848632813,138.5290283203125,138.64634857177734,138.81770782470704,138.97302703857423,139.13377075195314,139.28778533935548,139.4444778442383,139.58761596679688,139.7304656982422,139.88441162109376,140.02796173095703,140.17681274414062,140.3254577636719,140.46668701171876,140.60934448242188,140.77743530273438,140.95184326171875,132.82136993408204,133.0210189819336,133.16724700927736,133.25977935791016,133.3361068725586,129.5174102783203,129.60498504638673,129.7725814819336,129.973974609375,130.23656158447267,130.55265197753906,130.90200347900392,131.2881042480469,131.6844909667969,132.08047943115236,132.46958770751954,132.83653106689454,133.1897689819336,133.5179168701172,133.84368896484375,134.15103149414062,134.45712432861328,134.76331329345703,135.06427001953125,135.37223052978516,135.68453063964844,136.0148483276367,136.31716461181642,136.6212936401367,136.90320281982423,137.15414428710938,137.3899658203125,137.62935791015624,137.84365997314453,138.05172729492188,138.2724151611328,138.4820755004883,138.69185943603517,138.9049255371094,139.13438873291017,139.3422088623047,139.5501251220703,139.77518005371095,139.99078674316408,140.1992935180664,140.4182098388672,140.63590393066406,140.83542938232424,141.04745178222657,141.26349792480468,141.4670883178711,141.67430419921877,141.90172119140627,142.12210693359376,142.32135772705078,142.53942260742187,142.7420654296875,142.93329620361328,143.1335906982422,143.32747192382814,143.52214965820312,143.72698974609375,143.92059631347658,144.12393951416016,144.33296813964844,144.53835754394532,144.7526596069336,144.95807647705078,145.17307891845704,145.3806930541992,145.60232849121095,145.82179412841796,146.03086395263674,146.2510711669922,146.47142944335937,146.67364654541015,146.88267517089844,147.0975814819336,147.2890869140625,147.49317169189453,147.70780334472656,147.89658966064454,148.0956756591797,148.30399017333986,148.48810729980468,148.68263397216796,148.88860015869142,149.07165985107423,149.26585693359377,149.47455596923828,149.65942840576173,149.8556854248047,150.06051177978517,150.24223937988282,150.43429412841797,150.64142761230468,150.82051849365234,151.01412506103517,151.22500762939453,151.4110885620117,151.6049560546875,151.81243286132812,151.9946273803711,152.18878326416015,152.39146728515627,152.5764633178711,152.78582153320312,152.98563537597656,153.17326812744142,153.3563690185547,153.55376586914062,153.73465576171876,153.9200912475586,154.11600494384766,154.30271759033204,154.48612060546876,154.67082824707032,154.8495620727539,155.028955078125,155.20992736816407,155.3851318359375,155.5642501831055,155.74286041259765,155.91990509033204,156.10797729492188,156.2920120239258,156.4751403808594,156.66951599121094,156.8590850830078,157.0354019165039,157.2356964111328,157.41573486328124,157.60128021240234,157.7859878540039,157.97208251953126,158.15518341064453,158.3414291381836,158.4981216430664,158.66439971923828,158.80628814697266,158.91933746337892,159.02764892578125,159.1081512451172,159.1703063964844,159.22166748046877,159.2456039428711,159.25477752685546,159.24471130371094,159.22396087646484,159.19617919921876,159.1618881225586,159.12143096923828,159.07972412109376,159.03646545410157,158.99199829101562,158.94755859375002,158.90277557373048,158.8689926147461,158.85616607666017,158.86308746337892,158.91094665527345,158.98417053222656,159.08211364746094,159.201123046875,159.33728485107423,159.5014617919922,159.66936035156252,159.8365036010742,160.00934600830078,160.1632095336914,160.31282958984374,160.46250457763674,160.6066452026367,160.75814666748047,160.90957946777345,161.0591033935547,161.22472229003907,161.3804672241211,161.5344955444336,161.69585723876955,161.8434310913086,161.99851684570314,162.1454315185547,162.28435363769532,162.442790222168,162.58627166748047,162.73163452148438,162.88240814208984,163.01979217529296,163.16537475585938,163.30799102783203,163.44537506103515,163.59954071044922,163.74304962158203,163.8945785522461,164.0478515625,164.1920883178711,164.34906921386718,164.49602508544922,164.63714447021485,164.78522644042968,164.91891632080078,165.06655883789062,165.2147232055664,165.35354919433595,165.5084014892578,165.65086669921877,165.79558410644532,165.9475524902344,166.08793029785156,166.23878631591796,166.3842315673828,166.5241424560547,166.6730484008789,166.815087890625,166.95659179687502,167.1021469116211,167.2393798828125,167.38758544921876,167.52847137451172,167.66880798339844,167.81334686279297,167.94891815185548,168.08788146972657,168.2212692260742,168.3539566040039,168.49561157226563,168.63060607910157,168.76834716796876,168.90489349365234,169.0393249511719,169.175390625,169.30956115722657,169.44099884033204,169.5761444091797,169.70803527832032,169.8382095336914,169.9677520751953,170.09903869628906,170.23326416015627,170.36293029785156,170.50284118652345,170.63953857421876,170.78038330078127,170.92282104492188,171.06263580322266,171.20453796386718,171.3434051513672,171.48323364257814,171.615234375,171.752783203125,171.88372650146485,172.01527404785156],"data_time":[0.13033333333333091,0.14699999999999758,0.16366666666666424,0.1803333333333309,0.1969999999999976,0.21366666666666426,0.23033333333333092,0.24699999999999758,0.2636666666666643,0.2803333333333309,0.2969999999999976,0.31366666666666426,0.3303333333333309,0.3469999999999976,0.36366666666666425,0.3803333333333309,0.3969999999999976,0.41366666666666424,0.4303333333333309,0.44699999999999757,0.46366666666666423,0.48033333333333095,0.4969999999999976,0.5136666666666643,0.5303333333333309,0.5469999999999976,0.5636666666666643,0.5803333333333309,0.5969999999999975,0.6136666666666644,0.630333333333331,0.6469999999999976,0.6636666666666642,0.680333333333331,0.6969999999999976,0.7136666666666642,0.7303333333333308,0.7469999999999977,0.7636666666666643,0.7803333333333309,0.7969999999999975,0.8136666666666643,0.8303333333333309,0.8469999999999975,0.8636666666666644,0.880333333333331,0.8969999999999976,0.9136666666666642,0.930333333333331,0.9469999999999976,0.9636666666666642,0.9803333333333308,0.9969999999999977,1.0136666666666643,1.0303333333333309,1.0469999999999975,1.0636666666666643,1.080333333333331,1.0969999999999975,1.1136666666666641,1.130333333333331,1.1469999999999976,1.1636666666666642,1.1803333333333308,1.1969999999999976,1.2136666666666642,1.2303333333333308,1.2469999999999974,1.2636666666666643,1.2803333333333309,1.2969999999999975,1.313666666666664,1.330333333333331,1.3469999999999975,1.3636666666666641,1.380333333333331,1.3969999999999976,1.4136666666666642,1.4303333333333308,1.4469999999999976,1.4636666666666642,1.4803333333333308,1.4969999999999974,1.5136666666666643,1.5303333333333309,1.5469999999999975,1.563666666666664,1.580333333333331,1.5969999999999975,1.6136666666666641,1.630333333333331,1.6469999999999976,1.6636666666666642,1.6803333333333308,1.6969999999999976,1.7136666666666642,1.7303333333333308,1.7469999999999974,1.7636666666666643,1.7803333333333309,1.7969999999999975,1.813666666666664,1.830333333333331,1.8469999999999975,1.8636666666666641,1.880333333333331,1.8969999999999976,1.9136666666666642,1.9303333333333308,1.9469999999999976,1.9636666666666642,1.9803333333333308,1.9969999999999974,2.0136666666666643,2.030333333333331,2.0469999999999975,2.063666666666664,2.080333333333331,2.0969999999999978,2.1136666666666644,2.130333333333331,2.1469999999999976,2.1636666666666646,2.1803333333333312,2.196999999999998,2.2136666666666645,2.230333333333331,2.2469999999999977,2.2636666666666643,2.280333333333331,2.296999999999998,2.3136666666666645,2.330333333333331,2.3469999999999978,2.3636666666666644,2.380333333333331,2.3969999999999976,2.4136666666666646,2.4303333333333312,2.446999999999998,2.4636666666666645,2.480333333333331,2.4969999999999977,2.5136666666666643,2.530333333333331,2.546999999999998,2.5636666666666645,2.580333333333331,2.5969999999999978,2.6136666666666644,2.630333333333331,2.6469999999999976,2.6636666666666646,2.6803333333333312,2.696999999999998,2.7136666666666645,2.730333333333331,2.7469999999999977,2.7636666666666643,2.780333333333331,2.796999999999998,2.8136666666666645,2.830333333333331,2.8469999999999978,2.8636666666666644,2.880333333333331,2.8969999999999976,2.9136666666666646,2.9303333333333312,2.946999999999998,2.9636666666666645,2.980333333333331,2.9969999999999977,3.0136666666666643,3.030333333333331,3.046999999999998,3.0636666666666645,3.080333333333331,3.0969999999999978,3.1136666666666644,3.130333333333331,3.1469999999999976,3.1636666666666646,3.1803333333333312,3.196999999999998,3.2136666666666645,3.230333333333331,3.2469999999999977,3.2636666666666643,3.280333333333331,3.296999999999998,3.3136666666666645,3.330333333333331,3.3469999999999978,3.3636666666666644,3.380333333333331,3.3969999999999976,3.4136666666666646,3.4303333333333312,3.446999999999998,3.4636666666666645,3.480333333333331,3.4969999999999977,3.5136666666666643,3.530333333333331,3.546999999999998,3.5636666666666645,3.580333333333331,3.5969999999999978,3.6136666666666644,3.630333333333331,3.6469999999999976,3.6636666666666646,3.6803333333333312,3.696999999999998,3.7136666666666645,3.730333333333331,3.7469999999999977,3.7636666666666643,3.780333333333331,3.796999999999998,3.8136666666666645,3.830333333333331,3.8469999999999978,3.8636666666666644,3.880333333333331,3.8969999999999976,3.9136666666666646,3.9303333333333312,3.946999999999998,3.9636666666666645,3.980333333333331,3.9969999999999977,4.013666666666664,4.03033333333333,4.046999999999998,4.0636666666666645,4.080333333333331,4.096999999999998,4.113666666666664,4.130333333333331,4.146999999999998,4.163666666666664,4.180333333333331,4.196999999999997,4.213666666666664,4.2303333333333315,4.246999999999998,4.263666666666665,4.280333333333331,4.296999999999998,4.3136666666666645,4.330333333333331,4.346999999999998,4.363666666666664,4.380333333333331,4.396999999999998,4.413666666666664,4.430333333333331,4.446999999999997,4.463666666666664,4.4803333333333315,4.496999999999998,4.513666666666665,4.530333333333331,4.546999999999998,4.5636666666666645,4.580333333333331,4.596999999999998,4.613666666666664,4.630333333333331,4.646999999999998,4.663666666666664,4.680333333333331,4.696999999999997,4.713666666666664,4.7303333333333315,4.746999999999998,4.763666666666665,4.780333333333331,4.796999999999998,4.8136666666666645,4.830333333333331,4.846999999999998,4.863666666666664,4.880333333333331,4.896999999999998,4.913666666666664,4.930333333333331,4.946999999999997,4.963666666666664,4.9803333333333315,4.996999999999998,5.013666666666665,5.030333333333331,5.046999999999998,5.0636666666666645,5.080333333333331,5.096999999999998,5.113666666666664,5.130333333333331,5.146999999999998,5.163666666666664,5.180333333333331,5.196999999999997,5.213666666666664,5.2303333333333315,5.246999999999998,5.263666666666665,5.280333333333331,5.296999999999998,5.3136666666666645,5.330333333333331,5.346999999999998,5.363666666666664,5.380333333333331,5.396999999999998,5.413666666666664,5.430333333333331,5.446999999999997,5.463666666666664,5.4803333333333315,5.496999999999998,5.513666666666665,5.530333333333331,5.546999999999998,5.5636666666666645,5.580333333333331,5.596999999999998,5.613666666666664,5.630333333333331,5.646999999999998,5.663666666666664,5.680333333333331,5.696999999999997,5.713666666666664,5.7303333333333315,5.746999999999998,5.763666666666665,5.780333333333331,5.796999999999998,5.8136666666666645,5.830333333333331,5.846999999999998,5.863666666666664,5.880333333333331,5.896999999999998,5.913666666666664,5.930333333333331,5.946999999999997,5.963666666666664,5.9803333333333315,5.996999999999998,6.013666666666665,6.030333333333331,6.046999999999998,6.0636666666666645,6.080333333333331,6.096999999999998,6.113666666666664,6.130333333333331,6.146999999999998,6.163666666666664,6.180333333333331,6.196999999999997,6.213666666666664,6.2303333333333315,6.246999999999998,6.263666666666665,6.280333333333331,6.296999999999998,6.3136666666666645,6.330333333333331,6.346999999999998,6.363666666666664,6.380333333333331,6.396999999999998,6.413666666666664,6.430333333333331,6.446999999999997,6.463666666666664,6.4803333333333315,6.496999999999998,6.513666666666665,6.530333333333331,6.546999999999998,6.5636666666666645,6.580333333333331,6.596999999999998,6.613666666666664,6.630333333333331,6.646999999999998,6.663666666666664,6.680333333333331,6.696999999999997,6.713666666666664,6.7303333333333315,6.746999999999998,6.763666666666665,6.780333333333331,6.796999999999998,6.8136666666666645,6.830333333333331,6.846999999999998,6.863666666666664,6.880333333333331,6.896999999999998,6.913666666666664,6.930333333333331,6.946999999999997,6.963666666666664,6.9803333333333315,6.996999999999998,7.013666666666665,7.030333333333331,7.046999999999998,7.0636666666666645,7.080333333333331,7.096999999999998,7.113666666666664,7.130333333333331,7.146999999999998,7.163666666666664,7.180333333333331,7.196999999999997,7.213666666666664,7.2303333333333315,7.246999999999998,7.263666666666665,7.280333333333331,7.296999999999998,7.3136666666666645,7.330333333333331,7.346999999999998,7.363666666666664,7.380333333333331,7.396999999999998,7.413666666666664,7.430333333333331,7.446999999999997,7.463666666666664,7.4803333333333315,7.496999999999998,7.513666666666665,7.530333333333331,7.546999999999998,7.5636666666666645,7.580333333333331,7.596999999999998,7.613666666666664,7.630333333333331,7.646999999999998,7.663666666666664,7.680333333333331,7.696999999999997,7.713666666666664,7.7303333333333315,7.746999999999998,7.763666666666665,7.780333333333331,7.796999999999998,7.8136666666666645,7.830333333333331,7.846999999999998,7.863666666666664,7.880333333333331,7.896999999999998,7.913666666666664,7.930333333333331,7.946999999999997,7.963666666666664,7.9803333333333315,7.996999999999998,8.013666666666664,8.030333333333331,8.046999999999997,8.063666666666665,8.08033333333333,8.096999999999998,8.113666666666665,8.130333333333331,8.146999999999998,8.163666666666664,8.180333333333332,8.196999999999997,8.213666666666665,8.23033333333333,8.246999999999998,8.263666666666664,8.280333333333331,8.296999999999997,8.313666666666665,8.33033333333333,8.346999999999998,8.363666666666665,8.380333333333331,8.396999999999998,8.413666666666664,8.430333333333332,8.446999999999997,8.463666666666665,8.48033333333333,8.496999999999998,8.513666666666664,8.530333333333331,8.546999999999997,8.563666666666665,8.58033333333333,8.596999999999998,8.613666666666665,8.630333333333331,8.646999999999998,8.663666666666664,8.680333333333332,8.696999999999997,8.713666666666665,8.73033333333333,8.746999999999998,8.763666666666664,8.780333333333331,8.796999999999997,8.813666666666665,8.83033333333333,8.846999999999998,8.863666666666665,8.880333333333331,8.896999999999998,8.913666666666664,8.930333333333332,8.946999999999997,8.963666666666665,8.98033333333333,8.996999999999998,9.013666666666664,9.030333333333331,9.046999999999997,9.063666666666665,9.08033333333333,9.096999999999998,9.113666666666665,9.130333333333331,9.146999999999998,9.163666666666664,9.180333333333332,9.196999999999997,9.213666666666665,9.23033333333333,9.246999999999998,9.263666666666664,9.280333333333331,9.296999999999997,9.313666666666665,9.33033333333333,9.346999999999998,9.363666666666665,9.380333333333331,9.396999999999998,9.413666666666664,9.430333333333332,9.446999999999997,9.463666666666665,9.48033333333333,9.496999999999998,9.513666666666664,9.530333333333331,9.546999999999997,9.563666666666665,9.58033333333333,9.596999999999998,9.613666666666665,9.630333333333331,9.646999999999998,9.663666666666664,9.680333333333332,9.696999999999997,9.713666666666665,9.73033333333333,9.746999999999998,9.763666666666664,9.780333333333331,9.796999999999997,9.813666666666665,9.83033333333333,9.846999999999998,9.863666666666665,9.880333333333331,9.896999999999998,9.913666666666664,9.930333333333332,9.946999999999997,9.963666666666665,9.98033333333333,9.996999999999998,10.013666666666664,10.030333333333331,10.046999999999997,10.063666666666665,10.08033333333333,10.096999999999998,10.113666666666665,10.130333333333331,10.146999999999998,10.163666666666664,10.180333333333332,10.196999999999997,10.213666666666665,10.23033333333333,10.246999999999998,10.263666666666664,10.280333333333331,10.296999999999997,10.313666666666665,10.33033333333333,10.346999999999998,10.363666666666665,10.380333333333331,10.396999999999998,10.413666666666664,10.430333333333332,10.446999999999997,10.463666666666665,10.48033333333333,10.496999999999998,10.513666666666664,10.530333333333331,10.546999999999997,10.563666666666665,10.58033333333333,10.596999999999998,10.613666666666665,10.630333333333331,10.646999999999998,10.663666666666664,10.680333333333332,10.696999999999997,10.713666666666665,10.73033333333333,10.746999999999998,10.763666666666664,10.780333333333331,10.796999999999997,10.813666666666665,10.83033333333333,10.846999999999998,10.863666666666665,10.880333333333331,10.896999999999998,10.913666666666664,10.930333333333332,10.946999999999997,10.963666666666665,10.98033333333333,10.996999999999998,11.013666666666664,11.030333333333331,11.046999999999997,11.063666666666665,11.08033333333333,11.096999999999998,11.113666666666665,11.130333333333331,11.146999999999998,11.163666666666664,11.180333333333332,11.196999999999997,11.213666666666665,11.23033333333333,11.246999999999998,11.263666666666664,11.280333333333331,11.296999999999997,11.313666666666665,11.33033333333333,11.346999999999998,11.363666666666665,11.380333333333331,11.396999999999998,11.413666666666664,11.430333333333332,11.446999999999997,11.463666666666665,11.48033333333333,11.496999999999998,11.513666666666664,11.530333333333331,11.546999999999997,11.563666666666665,11.58033333333333,11.596999999999998,11.613666666666665,11.630333333333331,11.646999999999998,11.663666666666664,11.680333333333332,11.696999999999997,11.713666666666665,11.73033333333333,11.746999999999998,11.763666666666664,11.780333333333331,11.796999999999997,11.813666666666665,11.83033333333333,11.846999999999998,11.863666666666665,11.880333333333331,11.896999999999998,11.913666666666664,11.930333333333332,11.946999999999997,11.963666666666665,11.98033333333333,11.996999999999998,12.013666666666664,12.030333333333331,12.046999999999997,12.063666666666665,12.08033333333333,12.096999999999998,12.113666666666665,12.130333333333331,12.146999999999998,12.163666666666664,12.180333333333332,12.196999999999997,12.213666666666665,12.23033333333333,12.246999999999998,12.263666666666664,12.280333333333331,12.296999999999997,12.313666666666665,12.33033333333333,12.346999999999998,12.363666666666665,12.380333333333331,12.396999999999998,12.413666666666664,12.430333333333332,12.446999999999997,12.463666666666665,12.48033333333333,12.496999999999998,12.513666666666664,12.530333333333331,12.546999999999997,12.563666666666665,12.58033333333333,12.596999999999998,12.613666666666665,12.630333333333331,12.646999999999998,12.663666666666664,12.680333333333332,12.696999999999997,12.713666666666665,12.73033333333333,12.746999999999998,12.763666666666664,12.780333333333331,12.796999999999997,12.813666666666665,12.83033333333333,12.846999999999998,12.863666666666665,12.880333333333331,12.896999999999998,12.913666666666664,12.930333333333332,12.946999999999997,12.963666666666665,12.98033333333333,12.996999999999998,13.013666666666664,13.030333333333331,13.046999999999997,13.063666666666665,13.08033333333333,13.096999999999998,13.113666666666665,13.130333333333331,13.146999999999998,13.163666666666664,13.180333333333332,13.196999999999997,13.213666666666665,13.23033333333333,13.246999999999998,13.263666666666664,13.280333333333331,13.296999999999997,13.313666666666665,13.33033333333333,13.346999999999998,13.363666666666665,13.380333333333331,13.396999999999998,13.413666666666664,13.430333333333332,13.446999999999997,13.463666666666665,13.48033333333333,13.496999999999998,13.513666666666664,13.530333333333331,13.546999999999997,13.563666666666665,13.58033333333333,13.596999999999998,13.613666666666665,13.630333333333331,13.646999999999998,13.663666666666664,13.680333333333332,13.696999999999997,13.713666666666665,13.73033333333333,13.746999999999998,13.763666666666664,13.780333333333331,13.796999999999997,13.813666666666665,13.83033333333333,13.846999999999998,13.863666666666665,13.880333333333331,13.896999999999998,13.913666666666664,13.930333333333332,13.946999999999997,13.963666666666665,13.98033333333333,13.996999999999998,14.013666666666664,14.030333333333331,14.046999999999997,14.063666666666665,14.08033333333333,14.096999999999998,14.113666666666665,14.130333333333331,14.146999999999998,14.163666666666664,14.180333333333332,14.196999999999997,14.213666666666665,14.23033333333333,14.246999999999998,14.263666666666664,14.280333333333331,14.296999999999997,14.313666666666665,14.33033333333333,14.346999999999998,14.363666666666665,14.380333333333331,14.396999999999998,14.413666666666664,14.430333333333332,14.446999999999997,14.463666666666665,14.48033333333333,14.496999999999998,14.513666666666664,14.530333333333331,14.546999999999997,14.563666666666665,14.58033333333333,14.596999999999998,14.613666666666665,14.630333333333331,14.646999999999998,14.663666666666664,14.680333333333332,14.696999999999997,14.713666666666665,14.73033333333333,14.746999999999998,14.763666666666664,14.780333333333331,14.796999999999997,14.813666666666665,14.83033333333333,14.846999999999998,14.863666666666665,14.880333333333331,14.896999999999998,14.913666666666664,14.930333333333332,14.946999999999997,14.963666666666665,14.98033333333333,14.996999999999998,15.013666666666664,15.030333333333331,15.046999999999997,15.063666666666665,15.08033333333333,15.096999999999998,15.113666666666665,15.130333333333331,15.146999999999998,15.163666666666664,15.180333333333332,15.196999999999997,15.213666666666665,15.23033333333333,15.246999999999998,15.263666666666664,15.280333333333331,15.296999999999997,15.313666666666665,15.33033333333333,15.346999999999998,15.363666666666665,15.380333333333331,15.396999999999998,15.413666666666664,15.430333333333332,15.446999999999997,15.463666666666665,15.48033333333333,15.496999999999998,15.513666666666664,15.530333333333331,15.546999999999997,15.563666666666665,15.58033333333333,15.596999999999998,15.613666666666665,15.630333333333331,15.646999999999998,15.663666666666664,15.680333333333332,15.696999999999997,15.713666666666665,15.73033333333333,15.746999999999998,15.763666666666664,15.780333333333331,15.796999999999997,15.813666666666665,15.83033333333333,15.846999999999998,15.863666666666665,15.880333333333331,15.896999999999998,15.913666666666664,15.930333333333332,15.946999999999997,15.963666666666665,15.98033333333333,15.996999999999998,16.013666666666662,16.03033333333333,16.046999999999997,16.063666666666663,16.08033333333333,16.096999999999998,16.113666666666663,16.130333333333333,16.147,16.163666666666664,16.18033333333333,16.197,16.213666666666665,16.23033333333333,16.246999999999996,16.263666666666666,16.28033333333333,16.296999999999997,16.313666666666663,16.330333333333332,16.346999999999998,16.363666666666663,16.380333333333333,16.397,16.413666666666664,16.43033333333333,16.447,16.463666666666665,16.48033333333333,16.496999999999996,16.513666666666666,16.53033333333333,16.546999999999997,16.563666666666663,16.580333333333332,16.596999999999998,16.613666666666663,16.630333333333333,16.647,16.663666666666664,16.68033333333333,16.697,16.713666666666665,16.73033333333333,16.746999999999996,16.763666666666666,16.78033333333333,16.796999999999997,16.813666666666663,16.830333333333332,16.846999999999998,16.863666666666663,16.880333333333333,16.897,16.913666666666664,16.93033333333333,16.947,16.963666666666665,16.98033333333333,16.996999999999996,17.013666666666666,17.03033333333333,17.046999999999997,17.063666666666663,17.080333333333332,17.096999999999998,17.113666666666663,17.130333333333333,17.147,17.163666666666664,17.18033333333333,17.197,17.213666666666665,17.23033333333333,17.246999999999996,17.263666666666666,17.28033333333333,17.296999999999997,17.313666666666663,17.330333333333332,17.346999999999998,17.363666666666663,17.380333333333333,17.397,17.413666666666664,17.43033333333333,17.447,17.463666666666665,17.48033333333333,17.496999999999996,17.513666666666666,17.53033333333333,17.546999999999997,17.563666666666663,17.580333333333332,17.596999999999998,17.613666666666663,17.630333333333333,17.647,17.663666666666664,17.68033333333333,17.697,17.713666666666665,17.73033333333333,17.746999999999996,17.763666666666666,17.78033333333333,17.796999999999997,17.813666666666663,17.830333333333332,17.846999999999998,17.863666666666663,17.880333333333333,17.897,17.913666666666664,17.93033333333333,17.947,17.963666666666665,17.98033333333333,17.996999999999996,18.013666666666666,18.03033333333333,18.046999999999997,18.063666666666663,18.080333333333332,18.096999999999998,18.113666666666663,18.130333333333333,18.147,18.163666666666664,18.18033333333333,18.197,18.213666666666665,18.23033333333333,18.246999999999996,18.263666666666666,18.28033333333333,18.296999999999997,18.313666666666663,18.330333333333332,18.346999999999998,18.363666666666663,18.380333333333333,18.397,18.413666666666664,18.43033333333333,18.447,18.463666666666665,18.48033333333333,18.496999999999996,18.513666666666666,18.53033333333333,18.546999999999997,18.563666666666663,18.580333333333332,18.596999999999998,18.613666666666663,18.630333333333333,18.647,18.663666666666664,18.68033333333333,18.697,18.713666666666665,18.73033333333333,18.746999999999996,18.763666666666666,18.78033333333333,18.796999999999997,18.813666666666663,18.830333333333332,18.846999999999998,18.863666666666663,18.880333333333333,18.897,18.913666666666664,18.93033333333333,18.947,18.963666666666665,18.98033333333333,18.996999999999996,19.013666666666666,19.03033333333333,19.046999999999997,19.063666666666663,19.080333333333332,19.096999999999998,19.113666666666663,19.130333333333333,19.147,19.163666666666664,19.18033333333333,19.197,19.213666666666665,19.23033333333333,19.246999999999996,19.263666666666666,19.28033333333333,19.296999999999997,19.313666666666663,19.330333333333332,19.346999999999998,19.363666666666663,19.380333333333333,19.397,19.413666666666664,19.43033333333333,19.447,19.463666666666665,19.48033333333333,19.496999999999996,19.513666666666666,19.53033333333333,19.546999999999997,19.563666666666663,19.580333333333332,19.596999999999998,19.613666666666663,19.630333333333333,19.647,19.663666666666664,19.68033333333333,19.697,19.713666666666665,19.73033333333333,19.746999999999996,19.763666666666666,19.78033333333333,19.796999999999997,19.813666666666663,19.830333333333332,19.846999999999998,19.863666666666663,19.880333333333333,19.897,19.913666666666664,19.93033333333333,19.947,19.963666666666665,19.98033333333333,19.996999999999996,20.013666666666666,20.03033333333333,20.046999999999997,20.063666666666663,20.080333333333332,20.096999999999998,20.113666666666663,20.130333333333333,20.147,20.163666666666664,20.18033333333333,20.197,20.213666666666665,20.23033333333333,20.246999999999996,20.263666666666666,20.28033333333333,20.296999999999997,20.313666666666663,20.330333333333332,20.346999999999998,20.363666666666663,20.380333333333333,20.397,20.413666666666664,20.43033333333333,20.447,20.463666666666665,20.48033333333333,20.496999999999996,20.513666666666666,20.53033333333333,20.546999999999997,20.563666666666663,20.580333333333332,20.596999999999998,20.613666666666663,20.630333333333333,20.647,20.663666666666664,20.68033333333333,20.697,20.713666666666665,20.73033333333333,20.746999999999996,20.763666666666666,20.78033333333333,20.796999999999997,20.813666666666663,20.830333333333332,20.846999999999998,20.863666666666663,20.880333333333333,20.897,20.913666666666664,20.93033333333333,20.947,20.963666666666665,20.98033333333333,20.996999999999996,21.013666666666666,21.03033333333333,21.046999999999997,21.063666666666663,21.080333333333332,21.096999999999998,21.113666666666663,21.130333333333333,21.147,21.163666666666664,21.18033333333333,21.197,21.213666666666665,21.23033333333333,21.246999999999996,21.263666666666666,21.28033333333333,21.296999999999997,21.313666666666663,21.330333333333332,21.346999999999998,21.363666666666663,21.380333333333333,21.397,21.413666666666664,21.43033333333333,21.447,21.463666666666665,21.48033333333333,21.496999999999996,21.513666666666666,21.53033333333333,21.546999999999997,21.563666666666663,21.580333333333332,21.596999999999998,21.613666666666663,21.630333333333333,21.647,21.663666666666664,21.68033333333333,21.697,21.713666666666665,21.73033333333333,21.746999999999996,21.763666666666666,21.78033333333333,21.796999999999997,21.813666666666663,21.830333333333332,21.846999999999998,21.863666666666663,21.880333333333333,21.897,21.913666666666664,21.93033333333333,21.947,21.963666666666665,21.98033333333333,21.996999999999996,22.013666666666666,22.03033333333333,22.046999999999997,22.063666666666663,22.080333333333332,22.096999999999998,22.113666666666663,22.130333333333333,22.147,22.163666666666664,22.18033333333333,22.197,22.213666666666665,22.23033333333333,22.246999999999996,22.263666666666666,22.28033333333333,22.296999999999997,22.313666666666663,22.330333333333332,22.346999999999998,22.363666666666663,22.380333333333333,22.397,22.413666666666664,22.43033333333333,22.447,22.463666666666665,22.48033333333333,22.496999999999996,22.513666666666666,22.53033333333333,22.546999999999997,22.563666666666663,22.580333333333332,22.596999999999998,22.613666666666663,22.630333333333333,22.647,22.663666666666664,22.68033333333333,22.697,22.713666666666665,22.73033333333333,22.746999999999996,22.763666666666666,22.78033333333333,22.796999999999997,22.813666666666663,22.830333333333332,22.846999999999998,22.863666666666663,22.880333333333333,22.897,22.913666666666664,22.93033333333333,22.947,22.963666666666665,22.98033333333333,22.996999999999996,23.013666666666666,23.03033333333333,23.046999999999997,23.063666666666663,23.080333333333332,23.096999999999998,23.113666666666663,23.130333333333333,23.147,23.163666666666664,23.18033333333333,23.197,23.213666666666665,23.23033333333333,23.246999999999996,23.263666666666666,23.28033333333333,23.296999999999997,23.313666666666663,23.330333333333332,23.346999999999998,23.363666666666663,23.380333333333333,23.397,23.413666666666664,23.43033333333333,23.447,23.463666666666665,23.48033333333333,23.496999999999996,23.513666666666666,23.53033333333333,23.546999999999997,23.563666666666663,23.580333333333332,23.596999999999998,23.613666666666663,23.630333333333333,23.647,23.663666666666664,23.68033333333333,23.697,23.713666666666665,23.73033333333333,23.746999999999996,23.763666666666666,23.78033333333333,23.796999999999997,23.813666666666663,23.830333333333332,23.846999999999998,23.863666666666663,23.880333333333333,23.897,23.913666666666664,23.93033333333333,23.947,23.963666666666665,23.98033333333333,23.996999999999996,24.013666666666666,24.03033333333333,24.046999999999997,24.063666666666663,24.080333333333332,24.096999999999998,24.113666666666663,24.130333333333333,24.147,24.163666666666664,24.18033333333333,24.197,24.213666666666665,24.23033333333333,24.246999999999996,24.263666666666666,24.28033333333333,24.296999999999997,24.313666666666663,24.330333333333332,24.346999999999998,24.363666666666663,24.380333333333333,24.397,24.413666666666664,24.43033333333333,24.447,24.463666666666665,24.48033333333333,24.496999999999996,24.513666666666666,24.53033333333333,24.546999999999997,24.563666666666663,24.580333333333332,24.596999999999998,24.613666666666663,24.630333333333333,24.647,24.663666666666664,24.68033333333333,24.697,24.713666666666665,24.73033333333333,24.746999999999996,24.763666666666666,24.78033333333333,24.796999999999997,24.813666666666663,24.830333333333332,24.846999999999998,24.863666666666663,24.880333333333333,24.897,24.913666666666664,24.93033333333333,24.947,24.963666666666665,24.98033333333333,24.996999999999996,25.013666666666666,25.03033333333333,25.046999999999997,25.063666666666663,25.080333333333332,25.096999999999998,25.113666666666663,25.130333333333333,25.147,25.163666666666664,25.18033333333333,25.197,25.213666666666665,25.23033333333333,25.246999999999996,25.263666666666666,25.28033333333333,25.296999999999997,25.313666666666663,25.330333333333332,25.346999999999998,25.363666666666663,25.380333333333333,25.397,25.413666666666664,25.43033333333333,25.447,25.463666666666665,25.48033333333333,25.496999999999996,25.513666666666666,25.53033333333333,25.546999999999997,25.563666666666663,25.580333333333332,25.596999999999998,25.613666666666663,25.630333333333333,25.647,25.663666666666664,25.68033333333333,25.697,25.713666666666665,25.73033333333333,25.746999999999996,25.763666666666666,25.78033333333333,25.796999999999997,25.813666666666663,25.830333333333332,25.846999999999998,25.863666666666663,25.880333333333333,25.897,25.913666666666664,25.93033333333333,25.947,25.963666666666665,25.98033333333333,25.996999999999996,26.013666666666666,26.03033333333333,26.046999999999997,26.063666666666663,26.080333333333332,26.096999999999998,26.113666666666663,26.130333333333333,26.147,26.163666666666664,26.18033333333333,26.197,26.213666666666665,26.23033333333333,26.246999999999996,26.263666666666666,26.28033333333333,26.296999999999997,26.313666666666663,26.330333333333332,26.346999999999998,26.363666666666663,26.380333333333333,26.397,26.413666666666664,26.43033333333333,26.447,26.463666666666665,26.48033333333333,26.496999999999996,26.513666666666666,26.53033333333333,26.546999999999997,26.563666666666663,26.580333333333332,26.596999999999998,26.613666666666663,26.630333333333333,26.647,26.663666666666664,26.68033333333333,26.697,26.713666666666665,26.73033333333333,26.746999999999996,26.763666666666666,26.78033333333333,26.796999999999997,26.813666666666663,26.830333333333332,26.846999999999998,26.863666666666663,26.880333333333333,26.897,26.913666666666664,26.93033333333333,26.947,26.963666666666665,26.98033333333333,26.996999999999996,27.013666666666666,27.03033333333333,27.046999999999997,27.063666666666663,27.080333333333332,27.096999999999998,27.113666666666663,27.130333333333333,27.147,27.163666666666664,27.18033333333333,27.197,27.213666666666665,27.23033333333333,27.246999999999996,27.263666666666666,27.28033333333333,27.296999999999997,27.313666666666663,27.330333333333332,27.346999999999998,27.363666666666663,27.380333333333333,27.397,27.413666666666664,27.43033333333333,27.447,27.463666666666665,27.48033333333333,27.496999999999996,27.513666666666666,27.53033333333333,27.546999999999997,27.563666666666663,27.580333333333332,27.596999999999998,27.613666666666663,27.630333333333333,27.647,27.663666666666664,27.68033333333333,27.697,27.713666666666665,27.73033333333333,27.746999999999996,27.763666666666666,27.78033333333333,27.796999999999997,27.813666666666663,27.830333333333332,27.846999999999998,27.863666666666663,27.880333333333333,27.897,27.913666666666664,27.93033333333333,27.947,27.963666666666665,27.98033333333333,27.996999999999996,28.013666666666666,28.03033333333333,28.046999999999997,28.063666666666663,28.080333333333332,28.096999999999998,28.113666666666663,28.130333333333333,28.147,28.163666666666664,28.18033333333333,28.197,28.213666666666665,28.23033333333333,28.246999999999996,28.263666666666666,28.28033333333333,28.296999999999997,28.313666666666663,28.330333333333332,28.346999999999998,28.363666666666663,28.380333333333333,28.397,28.413666666666664,28.43033333333333,28.447,28.463666666666665,28.48033333333333,28.496999999999996,28.513666666666666,28.53033333333333,28.546999999999997,28.563666666666663,28.580333333333332,28.596999999999998,28.613666666666663,28.630333333333333,28.647,28.663666666666664,28.68033333333333,28.697,28.713666666666665,28.73033333333333,28.746999999999996,28.763666666666666,28.78033333333333,28.796999999999997,28.813666666666663,28.830333333333332,28.846999999999998,28.863666666666663,28.880333333333333,28.897,28.913666666666664,28.93033333333333,28.947,28.963666666666665,28.98033333333333,28.996999999999996,29.013666666666666,29.03033333333333,29.046999999999997,29.063666666666663,29.080333333333332,29.096999999999998,29.113666666666663,29.130333333333333,29.147,29.163666666666664,29.18033333333333,29.197,29.213666666666665,29.23033333333333,29.246999999999996,29.263666666666666,29.28033333333333,29.296999999999997,29.313666666666663,29.330333333333332,29.346999999999998,29.363666666666663,29.380333333333333,29.397,29.413666666666664,29.43033333333333,29.447,29.463666666666665,29.48033333333333,29.496999999999996,29.513666666666666,29.53033333333333,29.546999999999997,29.563666666666663,29.580333333333332,29.596999999999998,29.613666666666663,29.630333333333333,29.647,29.663666666666664,29.68033333333333,29.697,29.713666666666665,29.73033333333333,29.746999999999996,29.763666666666666,29.78033333333333,29.796999999999997,29.813666666666663,29.830333333333332,29.846999999999998,29.863666666666663,29.880333333333333,29.897,29.913666666666664,29.93033333333333,29.947,29.963666666666665,29.98033333333333,29.996999999999996,30.013666666666666,30.03033333333333,30.046999999999997,30.063666666666663,30.080333333333332,30.096999999999998,30.113666666666663,30.130333333333333,30.147,30.163666666666664,30.18033333333333,30.197,30.213666666666665,30.23033333333333,30.246999999999996,30.263666666666666,30.28033333333333,30.296999999999997,30.313666666666663,30.330333333333332,30.346999999999998,30.363666666666663,30.380333333333333,30.397,30.413666666666664,30.43033333333333,30.447,30.463666666666665,30.48033333333333,30.496999999999996,30.513666666666666,30.53033333333333,30.546999999999997,30.563666666666663,30.580333333333332,30.596999999999998,30.613666666666663,30.630333333333333,30.647,30.663666666666664,30.68033333333333,30.697,30.713666666666665,30.73033333333333,30.746999999999996,30.763666666666666,30.78033333333333,30.796999999999997,30.813666666666663,30.830333333333332,30.846999999999998,30.863666666666663,30.880333333333333,30.897,30.913666666666664,30.93033333333333,30.947,30.963666666666665,30.98033333333333,30.996999999999996,31.013666666666666,31.03033333333333,31.046999999999997,31.063666666666663,31.080333333333332,31.096999999999998,31.113666666666663,31.130333333333333,31.147,31.163666666666664,31.18033333333333,31.197,31.213666666666665,31.23033333333333,31.246999999999996,31.263666666666666,31.28033333333333,31.296999999999997,31.313666666666663,31.330333333333332,31.346999999999998,31.363666666666663,31.380333333333333,31.397,31.413666666666664,31.43033333333333,31.447,31.463666666666665,31.48033333333333,31.496999999999996,31.513666666666666,31.53033333333333,31.546999999999997,31.563666666666663,31.580333333333332,31.596999999999998,31.613666666666663,31.630333333333333,31.647,31.663666666666664,31.68033333333333,31.697,31.713666666666665,31.73033333333333,31.746999999999996,31.763666666666666,31.78033333333333,31.796999999999997,31.813666666666663,31.830333333333332,31.846999999999998,31.863666666666663,31.880333333333333,31.897,31.913666666666664,31.93033333333333,31.947,31.963666666666665,31.98033333333333,31.996999999999996,32.013666666666666,32.03033333333333,32.047,32.06366666666666,32.08033333333333,32.096999999999994,32.11366666666666,32.130333333333326,32.14699999999999,32.163666666666664,32.18033333333333,32.196999999999996,32.21366666666666,32.23033333333333,32.24699999999999,32.26366666666666,32.280333333333324,32.297,32.31366666666666,32.33033333333333,32.346999999999994,32.36366666666666,32.380333333333326,32.39699999999999,32.413666666666664,32.43033333333333,32.446999999999996,32.46366666666666,32.48033333333333,32.49699999999999,32.51366666666666,32.530333333333324,32.547,32.56366666666666,32.58033333333333,32.596999999999994,32.61366666666666,32.630333333333326,32.64699999999999,32.663666666666664,32.68033333333333,32.696999999999996,32.71366666666666,32.73033333333333,32.74699999999999,32.76366666666666,32.780333333333324,32.797,32.81366666666666,32.83033333333333],"data_rpm":[6566,6571,6575,6579,6583,6587,6590,6593,6597,6601,6606,6611,6617,6624,6630,6637,6644,6651,6656,6661,6667,6671,6675,6677,6679,6681,6683,6685,6688,6691,6696,6701,6706,6712,6719,6725,6732,6737,6743,6747,6751,6753,6756,6757,6758,6760,6762,6766,6771,6777,6784,6791,6799,6806,6814,6821,6827,6832,6836,6834,6831,6829,6828,6829,6832,6836,6841,6847,6854,6859,6865,6871,6876,6881,6886,6891,6896,6901,6905,6910,6916,6922,6928,6933,6939,6942,6946,6951,6955,6958,6960,6963,6965,6968,6970,6972,6975,6978,6982,6986,6991,6996,7002,7007,7013,7018,7022,7028,7032,7036,7040,7044,7046,7049,7052,7052,7057,7058,7062,7065,7070,7075,7079,7087,7093,7099,7104,7109,7111,7111,7117,7116,7121,7125,7127,7134,7135,7142,7144,7152,7155,7161,7162,7165,7168,7169,7173,7176,7180,7180,7184,7185,7188,7190,7191,7197,7198,7204,7208,7214,7220,7225,7233,7234,7243,7245,7252,7255,7259,7262,7264,7267,7268,7270,7272,7276,7278,7285,7286,7295,7295,7303,7305,7305,7304,7303,7309,7308,7317,7320,7324,7329,7335,7344,7351,7363,7369,7381,7385,7392,7395,7388,7389,7381,7383,7375,7370,7365,7365,7368,7369,7375,7371,7375,7372,7364,7362,7355,7359,7350,7351,7354,7356,7367,7370,7381,7387,7394,7403,7402,7404,7398,7401,7400,7401,7402,7398,7406,7403,7413,7417,7424,7431,7434,7444,7442,7450,7446,7445,7436,7432,7434,7429,7437,7436,7442,7442,7447,7452,7452,7459,7457,7465,7462,7470,7469,7474,7477,7478,7485,7481,7488,7483,7489,7486,7491,7491,7491,7496,7495,7504,7501,7508,7506,7510,7510,7509,7512,7508,7513,7509,7515,7511,7517,7519,7524,7529,7531,7537,7534,7541,7534,7539,7533,7536,7533,7535,7536,7536,7539,7535,7542,7536,7542,7537,7541,7540,7543,7544,7545,7549,7547,7554,7551,7558,7557,7563,7563,7568,7569,7571,7573,7571,7574,7569,7574,7568,7572,7566,7569,7567,7569,7570,7574,7577,7579,7585,7585,7592,7588,7592,7589,7590,7589,7589,7589,7588,7591,7589,7593,7590,7596,7594,7598,7597,7600,7601,7602,7603,7600,7605,7600,7606,7601,7607,7604,7608,7608,7609,7611,7607,7611,7605,7610,7604,7608,7604,7607,7606,7607,7610,7610,7614,7611,7617,7612,7617,7614,7616,7616,7617,7618,7617,7620,7616,7619,7614,7619,7615,7618,7617,7620,7621,7623,7627,7628,7633,7632,7638,7636,7640,7638,7639,7638,7637,7637,7632,7635,7630,7634,7630,7634,7633,7637,7638,7638,7641,7639,7643,7640,7644,7641,7645,7645,7647,7647,7647,7649,7647,7651,7645,7648,7642,7644,7641,7643,7643,7645,7648,7648,7652,7650,7654,7651,7654,7652,7654,7653,7652,7652,7649,7652,7648,7651,7648,7651,7650,7652,7652,7653,7654,7653,7656,7653,7657,7654,7657,7656,7657,7658,7657,7659,7659,7662,7661,7665,7664,7666,7665,7665,7664,7661,7661,7659,7661,7659,7662,7662,7665,7666,7668,7669,7669,7670,7668,7670,7667,7668,7665,7667,7665,7667,7667,7667,7669,7668,7670,7668,7670,7669,7670,7669,7669,7668,7667,7667,7666,7668,7666,7669,7668,7671,7670,7673,7673,7675,7676,7676,7678,7676,7678,7673,7674,7670,7671,7669,7670,7671,7673,7675,7678,7680,7682,7684,7683,7682,7680,7679,7676,7675,7673,7674,7674,7676,7676,7678,7680,7682,7685,7687,7689,7689,7689,7688,7684,7681,7677,7674,7672,7671,7672,7672,7675,7677,7681,7682,7685,7686,7688,7687,7688,7686,7686,7687,7687,7688,7688,7689,7688,7689,7688,7689,7688,7690,7690,7691,7692,7692,7693,7691,7691,7689,7689,7686,7686,7684,7684,7685,7686,7691,7691,7696,7697,7701,7702,7705,7704,7706,7704,7702,7701,7699,7700,7698,7700,7700,7702,7705,7705,7709,7709,7713,7711,7716,7716,7716,7713,7710,7710,7708,7710,7712,7713,7717,7719,7720,7721,7721,7724,7722,7725,7725,7725,7728,7727,7731,7730,7732,7732,7728,7724,7721,7722,7723,7725,7724,7727,7726,7733,7735,7741,7749,7753,7763,7766,7773,7771,7773,7773,7774,7773,7776,7776,7780,7779,7785,7785,7792,7794,7798,7800,7802,7804,7799,7800,7793,7796,7791,7796,7792,7799,7797,7802,7803,7807,7809,7808,7807,7805,7803,7801,7800,7798,7801,7800,7804,7803,7809,7807,7813,7811,7815,7812,7815,7811,7807,7794,7773,7747,7719,7694,7676,7660,7648,7640,7634,7630,7626,7623,7618,7617,7614,7610,7604,7597,7589,7580,7571,7560,7549,7538,7526,7514,7503,7492,7481,7470,7459,7449,7439,7429,7419,7409,7399,7388,7377,7366,7355,7345,7334,7324,7315,7305,7296,7286,7276,7266,7257,7247,7237,7228,7220,7212,7204,7198,7193,7189,7184,7179,7174,7169,7164,7157,7150,7143,7136,7129,7121,7115,7108,7101,7096,7089,7081,7074,7067,7060,7053,7046,7040,7033,7027,7022,7017,7012,7008,7004,7001,6998,6995,6993,6992,6991,6992,6993,6995,6994,6995,6996,6999,7002,7008,7009,7012,7016,7019,7022,7026,7029,7028,7028,7030,7031,7033,7039,7047,7059,7068,7082,7099,7110,7128,7140,7153,7163,7162,7165,7167,7170,7170,7174,7182,7190,7201,7211,7215,7219,7226,7229,7226,7229,7222,7226,7225,7227,7230,7229,7229,7228,7232,7227,7241,7246,7253,7259,7262,7256,7247,7250,7255,7248,7266,7281,7282,7284,7282,7281,7280,7287,7279,7265,7255,7257,7267,7284,7305,7327,7350,7362,7371,7365,7359,7351,7340,7332,7326,7323,7322,7322,7323,7326,7327,7329,7326,7324,7319,7315,7307,7291,7267,7238,7205,7172,7142,7112,7086,7065,7048,7034,7021,7011,7001,6992,6983,6973,6964,6954,6944,6935,6926,6918,6910,6903,6896,6889,6881,6874,6867,6860,6854,6848,6842,6836,6831,6825,6820,6814,6808,6802,6796,6789,6783,6777,6771,6766,6761,6756,6751,6747,6743,6740,6737,6733,6731,6728,6725,6722,6719,6713,6706,6699,6692,6686,6682,6678,6674,6671,6666,6666,6666,6665,6660,6655,6650,6641,6631,6622,6613,6604,6596,6591,6587,6583,6579,6575,6570,6564,6559,6552,6546,6539,6532,6526,6520,6513,6508,6504,6503,6500,6499,6497,6493,6491,6488,6486,6487,6485,6486,6488,6488,6490,6486,6487,6485,6483,6482,6476,6473,6471,6465,6464,6461,6457,6458,6453,6451,6451,6445,6444,6442,6440,6442,6438,6439,6440,6437,6441,6441,6442,6450,6450,6456,6466,6465,6473,6475,6477,6483,6483,6488,6496,6492,6498,6502,6501,6508,6509,6509,6516,6511,6512,6516,6509,6511,6512,6505,6509,6506,6507,6515,6513,6520,6528,6524,6530,6532,6531,6537,6536,6536,6543,6539,6543,6549,6545,6551,6554,6551,6557,6555,6554,6558,6550,6552,6557,6552,6557,6562,6562,6570,6571,6569,6576,6572,6574,6582,6577,6583,6589,6585,6592,6593,6590,6597,6592,6593,6601,6592,6597,6601,6593,6599,6599,6595,6602,6601,6603,6611,6605,6610,6619,6615,6622,6629,6628,6636,6637,6630,6633,6631,6622,6616,6582,6552,6524,6484,6459,6445,6421,6421,6425,6428,6442,6453,6461,6474,6479,6482,6492,6487,6489,6496,6488,6490,6496,6488,6492,6495,6490,6497,6498,6497,6505,6504,6511,6518,6513,6516,6524,6516,6522,6528,6523,6532,6536,6537,6548,6551,6556,6568,6566,6573,6585,6578,6585,6592,6586,6594,6597,6595,6605,6605,6608,6620,6618,6625,6636,6634,6644,6650,6650,6661,6663,6667,6678,6675,6681,6689,6685,6694,6696,6695,6705,6704,6708,6718,6716,6723,6729,6729,6738,6739,6741,6752,6751,6757,6765,6763,6772,6777,6782,6795,6804,6819,6836,6854,6875,6885,6902,6910,6918,6924,6920,6924,6915,6917,6913,6910,6915,6909,6916,6913,6917,6920,6921,6931,6933,6944,6949,6958,6967,6971,6981,6982,6991,6992,6997,7004,7002,7009,7006,7013,7014,7016,7024,7023,7031,7030,7037,7040,7045,7053,7056,7065,7067,7074,7077,7079,7083,7081,7086,7083,7086,7088,7090,7096,7099,7107,7112,7120,7125,7131,7135,7138,7142,7143,7146,7148,7150,7154,7159,7165,7172,7180,7187,7195,7202,7206,7211,7212,7214,7217,7220,7225,7230,7236,7242,7248,7252,7255,7258,7260,7261,7261,7262,7263,7265,7268,7270,7274,7277,7282,7286,7290,7294,7298,7302,7305,7308,7311,7314,7317,7320,7323,7327,7331,7335,7339,7342,7346,7350,7355,7360,7363,7365,7362,7361,7354,7330,7293,7241,7179,7118,7060,7053,7089,7162,7267,7400,7558,7736,7929,8133,8142,8107,8074,8050,8035,8026,8019,8016,8013,8012,8011,8010,8010,7971,7927,7886,7848,7815,7783,7754,7723,7691,7661,7628,7598,7564,7534,7508,7482,7459,7435,7413,7396,7378,7360,7347,7339,7332,7327,7323,7319,7315,7307,7297,7286,7271,7249,7229,7208,7185,7164,7142,7120,7100,7080,7058,7036,7014,6996,6979,6962,6945,6931,6916,6904,6890,6879,6867,6860,6851,6837,6824,6813,6801,6791,6786,6779,6772,6766,6762,6756,6750,6744,6740,6742,6738,6736,6733,6730,6732,6734,6735,6738,6741,6744,6747,6753,6755,6756,6758,6758,6757,6756,6755,6753,6753,6748,6745,6742,6736,6730,6724,6719,6713,6709,6706,6704,6702,6698,6698,6696,6694,6691,6688,6685,6682,6678,6674,6670,6665,6658,6651,6644,6637,6630,6621,6612,6601,6591,6580,6569,6557,6546,6535,6523,6512,6500,6488,6476,6466,6453,6442,6433,6421,6410,6401,6390,6378,6368,6358,6347,6336,6327,6317,6306,6298,6289,6280,6272,6265,6257,6250,6244,6237,6230,6224,6218,6211,6206,6200,6194,6188,6181,6174,6168,6162,6155,6149,6144,6138,6132,6126,6119,6113,6107,6101,6095,6090,6086,6082,6077,6074,6073,6073,6073,6075,6083,6090,6102,6122,6146,6169,6193,6228,6265,6287,6298,6309,6320,6316,6310,6315,6326,6328,6318,6326,6338,6346,6344,6352,6364,6378,6393,6412,6429,6440,6458,6475,6491,6499,6506,6512,6522,6528,6536,6545,6554,6560,6561,6566,6572,6587,6588,6594,6600,6608,6615,6627,6638,6647,6660,6672,6682,6694,6706,6711,6714,6719,6740,6772,6815,6859,6891,6939,6969,6985,6981,6958,6921,6871,6816,6761,6710,6667,6631,6605,6584,6570,6557,6545,6535,6522,6508,6488,6475,6461,6453,6455,6462,6470,6485,6503,6517,6534,6549,6562,6570,6582,6594,6601,6610,6622,6630,6638,6651,6661,6669,6680,6690,6695,6701,6713,6720,6730,6745,6757,6772,6786,6798,6812,6823,6832,6842,6849,6859,6865,6874,6878,6883,6891,6895,6899,6908,6915,6921,6934,6944,6950,6964,6975,6983,6997,7009,7017,7032,7043,7050,7063,7072,7079,7092,7102,7107,7121,7130,7134,7144,7152,7156,7167,7174,7179,7190,7193,7198,7207,7217,7223,7233,7243,7249,7258,7267,7276,7285,7295,7304,7315,7325,7334,7344,7350,7357,7364,7367,7372,7380,7381,7387,7392,7397,7401,7406,7401,7394,7374,7352,7332,7307,7284,7260,7232,7205,7174,7178,7136,7053,6967,6887,6867,6918,7037,7177,7149,6961,6631,6208,5752,5634,5688,5762,5818,5845,5855,5855,5852,5854,5859,5867,5876,5884,5891,5897,5898,5902,5905,5907,5912,5915,5921,5929,5932,5939,5945,5950,5958,5964,5970,5978,5982,5988,5992,5996,6001,6004,6008,6014,6019,6027,6032,6037,6044,6047,6052,6056,6059,6065,6068,6072,6078,6082,6086,6091,6096,6101,6105,6110,6115,6119,6124,6130,6136,6142,6147,6153,6158,6164,6170,6175,6181,6188,6194,6200,6207,6214,6221,6227,6234,6239,6244,6248,6251,6255,6259,6263,6267,6273,6278,6284,6291],"data_gear":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"data_tires":[4.03953730146546,4.039556313452158,4.039592400510632,4.039469393518251,4.039333690062243,4.039275513162983,4.039126666373391,4.038789029089197,4.038508329172661,4.03826144492764,4.038283582202276,4.038275441608625,4.038302432132778,4.038557308900954,4.038725674725448,4.0391547562276875,4.03931460871869,4.039673840080321,4.039774528949048,4.040054328470862,4.040387340578816,4.040345478099198,4.04031600388965,4.040024566995943,4.039716232118849,4.03933169328792,4.038958297420943,4.038499033651727,4.038163192018103,4.037842939802939,4.037735868863988,4.0375810683851014,4.0376194623362345,4.037797824798779,4.038058271401171,4.03831910930497,4.038562097971787,4.038813908364324,4.0390739702015725,4.039220672872046,4.039276594605212,4.039020041198271,4.038900409315224,4.038351712049241,4.037935573275192,4.037347395697471,4.036978160322523,4.036754241312938,4.03666021390239,4.03662413304192,4.0368958188133535,4.037047863889747,4.037522832479994,4.037786069334495,4.038495452032821,4.039004776948663,4.039619931918773,4.0399660506211,4.040349190623385,4.039296551527626,4.038210773907927,4.037299956419741,4.036436438977921,4.036030955446798,4.035729960407677,4.035625419653114,4.035446598164966,4.0355539843984625,4.035718850001145,4.0356325910192625,4.035881534990342,4.0359255578687225,4.036083531367348,4.036145870013639,4.036452868270814,4.036548017562505,4.036782381072892,4.036732450477107,4.03656586673797,4.036479874730235,4.037001214409093,4.037129134494882,4.037722946057354,4.037742578407872,4.037981540956312,4.037789784976648,4.0378566112208665,4.038191011789877,4.038146287866707,4.038115341559932,4.037843867461348,4.037739135914769,4.037524007541522,4.037400298506296,4.036983586796839,4.036764464173911,4.036565382201065,4.036183944744811,4.03615306271138,4.035923706192712,4.036048309320235,4.036057204258923,4.036429878248994,4.036584736285828,4.0366452935372035,4.036657216355956,4.036592012420973,4.037162718301527,4.03713518317255,4.037305119250451,4.037182346925956,4.0374336140067,4.037205749401011,4.037024595857126,4.036873686978496,4.036220607624995,4.0365908085882,4.035972589111218,4.035926870173274,4.035467075939226,4.035560252269313,4.035466534476264,4.035378794159056,4.036211100764179,4.0362766308878895,4.036854535476732,4.036918992829482,4.037144290519553,4.036671176078048,4.035936500823506,4.036788077601035,4.035572103451014,4.036237722925803,4.036116672545319,4.035611778605732,4.036139467557689,4.035155580137526,4.035946162022682,4.03533811215601,4.036540572568113,4.036120694082029,4.036659421275404,4.035995442502397,4.0358765886738395,4.035728098171665,4.035116392433202,4.035577311729623,4.035207897088513,4.035373701569926,4.034660383278883,4.034695154787741,4.034360643015848,4.034051482523597,4.03388443125928,4.0332657353535675,4.033664823580304,4.032804930854588,4.033148643562571,4.032807305256401,4.032873169194481,4.033400183284123,4.033100289601298,4.033885780930376,4.032878721647675,4.033952465946807,4.033095209793023,4.03388808144145,4.033726860383935,4.033664016418292,4.033654600875006,4.033278794731752,4.033111510363995,4.032699753864206,4.032535673072615,4.032125127601454,4.032108530901396,4.03159751780253,4.032318350469888,4.031510319044164,4.032565204594234,4.031604737625233,4.032582155938637,4.03222857534495,4.0315810714194145,4.030958812421363,4.029961182869101,4.030723321402121,4.030039466483175,4.031176062745142,4.030732703117085,4.030524887690208,4.030775051833807,4.030865523089235,4.031888397521401,4.032134996794316,4.0335955861864985,4.033603247763021,4.035120054223615,4.034976612010942,4.035916030148529,4.036030858871967,4.02788659657198,4.031568566213692,4.0315795839747866,4.03278443794777,4.031309852730061,4.0304225087306955,4.0294440930298725,4.029195333421014,4.023193929973875,4.027666980753354,4.028572006841039,4.0285544068106764,4.0288827666994935,4.027998096397761,4.025940905086679,4.026131486715693,4.024517500407643,4.0253275969706905,4.022861431769192,4.022648172680466,4.0223763611357715,4.0217364611669355,4.022978104834356,4.022160655874047,4.02340047950748,4.0235433329645645,4.024311848122111,4.025520741209003,4.024553299383293,4.024402982911387,4.0230272561928055,4.0236110301600725,4.0233780098125465,4.0230777029777745,4.023106308802461,4.021511776683035,4.022847241022095,4.021270825003135,4.022625486936181,4.022518113876624,4.022978998507776,4.023868469294007,4.023475926706448,4.025164382759364,4.024066670982691,4.0256685511893995,4.024521651022152,4.024253206812357,4.022457200042324,4.021745531448846,4.022136542892868,4.020944292747573,4.022257186623398,4.021335412228656,4.021733580352228,4.021271221017359,4.021527514328421,4.022166507744714,4.02148452300116,4.022678280367189,4.021309372497004,4.022649717630865,4.021363039692169,4.022418681107603,4.02172640371143,4.022191621427707,4.0224688050358886,4.022008176944451,4.023213020144576,4.021627555003568,4.022902260603859,4.021176585682877,4.022236216726134,4.021155899586298,4.021560753063412,4.020968266648707,4.0204827983565155,4.021094692725428,4.0203393646678975,4.021686339367903,4.020466837876453,4.021598788284562,4.020842196256009,4.021294198465386,4.02128657125994,4.020507029375956,4.021279632215008,4.020073221467518,4.021198686056689,4.019592458673574,4.020522506047293,4.019216259231413,4.019947743858981,4.019705686443155,4.020012029448975,4.020608238656342,4.02040709980287,4.0214680453431955,4.020291199597225,4.021789084371451,4.019977078313136,4.021239024967226,4.019772866688954,4.020380381251079,4.019687701675217,4.019678453330336,4.019780187653735,4.019248061474309,4.019960568241206,4.018656508562456,4.019894789324818,4.018201995411701,4.019409441142105,4.018036893890599,4.018702626543717,4.018147505501136,4.018244131858296,4.018174497107775,4.017743210203908,4.018288398353661,4.017284345857175,4.018338045256114,4.017067916171254,4.018258424050511,4.017243332455054,4.018142309222561,4.0177266054067164,4.01824069041505,4.018259213029932,4.018208599636265,4.018715772229055,4.017920387619482,4.018811737915317,4.017576645344734,4.018804474028699,4.017321757629345,4.0182308094816825,4.016825429346366,4.0173278518484805,4.016652826395239,4.016735928853307,4.0167743870534265,4.016863762728435,4.017224587152249,4.017048625514321,4.0180570293432085,4.0174873283754104,4.018648235232364,4.017487338917663,4.018420988286337,4.01755810957753,4.017766930643618,4.017497153971959,4.0173532169885995,4.017359980510823,4.0167379966468335,4.01723681936652,4.016359479494045,4.017117941246699,4.015919812721021,4.016771881668814,4.015960657701958,4.016414451157936,4.01579475849044,4.016068536073872,4.0161111819226445,4.015747710836668,4.016096488802197,4.015080362458706,4.016032286659013,4.01457211516365,4.015681214738616,4.014424916579307,4.0153445003589,4.0147708840469765,4.015205081034769,4.015269584615406,4.015208805486456,4.015876742167609,4.014989449869882,4.016030630561167,4.014717182729109,4.0158456409391485,4.014396122675922,4.01519295233472,4.014350938592518,4.014740311033051,4.014645410247786,4.014489630939674,4.01514043718174,4.014751836049367,4.015782551051524,4.014886634122723,4.016152007665742,4.015083392468856,4.015992960708987,4.015335957533045,4.0158128092022265,4.015674531081241,4.0155992685915685,4.015994718355988,4.015586345251488,4.016431561795507,4.015469155207169,4.01636277336567,4.015113953664812,4.016089139883605,4.015029771479564,4.015514291025612,4.0150966194177204,4.015030351586064,4.015160186725411,4.01494595585213,4.015485525929014,4.015062877596157,4.016025064015365,4.015371952812304,4.01637183749336,4.015769387674964,4.016555130391948,4.016221930477081,4.016257276286476,4.016382279761217,4.015930225408487,4.016264752498751,4.015199054751317,4.015984292308759,4.014652511758173,4.015375685346361,4.014216852008288,4.014660341750233,4.014266626823039,4.014273214541351,4.014370429221629,4.014071986759933,4.014318320727831,4.013530334831361,4.013951965610397,4.012592785826405,4.013149917088182,4.012033627010001,4.0124872765859,4.011957915792512,4.011709083961966,4.011484182416866,4.010822106114747,4.011199550940828,4.010436366266709,4.01109546646533,4.009607388441845,4.010146566055538,4.008835996471816,4.009040691149311,4.008315725064017,4.008197655971604,4.008153839839765,4.007935153256633,4.008384071383063,4.007959869383924,4.008775459565937,4.00797704998824,4.008839161375873,4.008186640571744,4.008681319180651,4.008509510627991,4.00866186549913,4.0088066691853355,4.008499352340561,4.008769035082668,4.008082827714315,4.008747233323719,4.007859273072481,4.00842063878936,4.007824332831515,4.008224448114241,4.008093732484821,4.008236631590668,4.008422664122142,4.008380320073745,4.008790323655586,4.008360100972425,4.009027631651846,4.008260422757292,4.008975922334961,4.008418674165254,4.008794587043839,4.008558505742617,4.008668178301315,4.008613862738418,4.008317191131851,4.008483364927636,4.008078758351861,4.008475549432971,4.008105770781529,4.008459178764646,4.007984598335948,4.008252046489665,4.007882594511561,4.007716529048128,4.007512189348464,4.006909137369784,4.006904781252273,4.006120788367925,4.006140580677852,4.005447453548396,4.005636236218083,4.005284399861356,4.005452244862281,4.005398997030523,4.005474942536493,4.005703960590641,4.00550150572553,4.005792330716121,4.005342802906236,4.005721110402044,4.005081369916162,4.005345738742339,4.0047278273305045,4.004757631532011,4.004497786716345,4.004477904674499,4.00458430192342,4.004336012364942,4.004505974674113,4.004015815271357,4.0042341051953265,4.0035140660767565,4.003763100784186,4.003195493724503,4.003252757319539,4.002756517843852,4.00247031450928,4.002428162272316,4.001856563956821,4.001945306593106,4.001376328863875,4.0017631448504405,4.000788892136605,4.001025686438711,4.000354524641647,4.000482015254761,3.9999484173867,3.999821288183071,3.999678484942269,3.9996506378981107,3.999980084875988,4.000054885797964,4.000491652950743,4.000160701418877,4.0004997194925735,3.9995307233167754,3.9997877149280416,3.998972445568051,3.9991310034925807,3.99843861959182,3.9982228682111858,3.9979795604928365,3.997847782625762,3.9978084012826365,3.9976532614159948,3.997812653344113,3.9975927121791557,3.997853468752513,3.997283631876973,3.9974130515401516,3.9968662713191154,3.9966647687820553,3.9960956743797613,3.995840792145669,3.9954157729108735,3.995412401054647,3.9950338020388876,3.99509422191844,3.9949581531863467,3.994977522350173,3.99520156565574,3.994994527287346,3.995265414345285,3.995256754717096,3.99541755921891,3.9958012379853862,3.9952291037828243,3.9950041793285394,3.994672087993698,3.994308456620614,3.993970671239434,3.9937590544054102,3.994043938125746,3.9942308776474826,3.9947801184301395,3.9950016463253757,3.99546927762039,3.995775030052993,3.9961964068251117,3.9963722435973557,3.996632835217606,3.9967949178315227,3.996853461943642,3.996750767802177,3.9966859842585376,3.9963764577780623,3.996414037966786,3.996423781686023,3.996443544341978,3.996643418414756,3.996549020224022,3.9966280447248206,3.9965470991929237,3.996639642140334,3.9965190539358613,3.9964585026147135,3.996284746795932,3.996400149391196,3.9964691236656398,3.996584626210146,3.996696750955125,3.9966839847634974,3.9969537418414207,3.9968064998439585,3.9970047034758025,3.9967614237593256,3.9967181295913368,3.996366599643365,3.9963287726958363,3.99594818716874,3.9958643410624224,3.995818395166478,3.9956587138644073,3.996178660398428,3.9960339812494112,3.9965314771347824,3.996581613369077,3.9969101519684296,3.997118966835937,3.9974736789789977,3.992179549827209,3.9969394345435316,3.9959945757335915,3.9978692543524623,3.9977756501102872,3.997869761171257,3.9981873469286486,3.9978680091950913,3.9982389055607395,3.9980474892619497,3.998090543618534,3.99839837467486,3.9981551569487044,3.9985507573856394,3.9985972644542467,3.999268847532137,3.9938644924457383,3.998413548334764,3.9977008616383705,4.000523278856179,4.000332891705458,4.00012797289411,4.000282002824895,3.993851178003706,3.998336109256947,3.9977589496254216,3.999873709851367,4.000263192503137,4.00050003623824,4.000332189608011,3.995174039922161,3.999477842600916,3.999738350526119,4.000114054510245,4.000430803956027,4.000299541026676,4.000173152578071,4.000433156164549,4.000111595053665,4.000949524717482,3.9956543890358054,3.999842141527118,4.000210400176808,4.001032031819191,4.000795943813059,3.994232429457202,3.9984104599645716,3.9989645614496485,4.000939275551479,4.000191850386336,4.0001001354943,3.999621403460507,4.000181739612776,4.000060442197052,4.000631111225927,4.001527392763548,4.001907824445562,4.00339554141419,4.003732358671686,4.005339387280127,3.9999347316101,4.004350714742788,4.0036336497952245,4.005629342747176,4.005933578875518,4.006629681910687,4.007877399468572,4.0068605056466025,4.007964218665972,4.008422033765324,4.009289948529782,4.010395592334779,4.010965974905885,4.011811226730467,4.0072033089579095,4.010831186399032,4.010721693154581,4.0122607507649395,4.012448099994202,4.0125833698337665,4.013482553908865,4.013315760492058,4.01561835736775,4.014641710718236,4.0170963394302674,4.016714049249575,4.018314104405757,4.012773060185938,4.017340825923451,4.017772501843018,4.020495999800133,4.020432001292173,4.021967107626477,4.0211797151014546,4.022614222322626,4.023471351323979,4.024239363244333,4.025622020014126,4.025605035748085,4.026901855658112,4.0270148626009865,4.028643976437854,4.028397907627223,4.029928262876395,4.0294453425913614,4.030540489141057,4.029990372361263,4.0308150745311995,4.030121178554539,4.029908071017529,4.028216612654768,4.024925352916937,4.021380042888871,4.018182244828453,4.015527275647869,4.013917082791085,4.011028154565558,4.009046446714939,4.007541640031337,4.006109023736531,4.0051025174464545,4.003820376122957,4.002748707647281,4.001572828914755,4.003420674416195,4.003703267481271,4.0032151819813855,4.001704508171842,3.9999914924307145,3.997600925705794,3.99542618641627,3.992256403936102,3.9892256158463812,3.985112932760959,3.982392199126129,3.977985967613783,3.97496330043945,3.9725312395456345,3.96949882687183,3.965998057138548,3.9614425936362236,3.9582557811243113,3.956233487712736,3.9551424764342484,3.9532266036293926,3.952406552174683,3.949446130071428,3.948342131544957,3.944728555843307,3.940463608138468,3.938137977652777,3.9363928288064756,3.93645422661298,3.9338315919558737,3.9349539484871787,3.9330438261041594,3.9335806898369303,3.929982166577644,3.9308890292287924,3.929875548629289,3.9274325702954753,3.9261435668865703,3.923429413324896,3.923333324386895,3.9223570058474704,3.924161818857593,3.9312075705937546,3.9343861623942944,3.937013591241235,3.9389585446258937,3.939571055776184,3.9404659325873617,3.942365866402218,3.9427544844787206,3.9452643749821537,3.945946406729592,3.9459343682782437,3.945988191271446,3.9461668776028525,3.9472337150542502,3.947918271752166,3.950726047076262,3.952768097290916,3.952560792936631,3.9523924974910796,3.951096256717601,3.9497494497624883,3.9478451651489888,3.9457942258159844,3.945014585524289,3.9431312123651425,3.941220388384402,3.9403913505017836,3.941192077306259,3.942031231969607,3.94226161444378,3.943703564744896,3.9452737569512935,3.946854357534042,3.9481313928671025,3.950023788693836,3.9525818438262528,3.9557191057091985,3.9578374929466302,3.9597926542920874,3.9622730247594866,3.963914887342335,3.9674625535004866,3.970862819529491,3.9742123979886737,3.976145983539732,3.976209315998511,3.97584897399108,3.976825475608454,3.978167547036909,3.9799446101106537,3.981642803874577,3.9834602451554257,3.984921648957347,3.986162811663257,3.9878633311203036,3.9898307681748038,3.9911275578643,3.99206966726668,3.9927575879522843,3.9931183907983963,3.992547462579269,3.992070591182149,3.9932760159682728,3.9946352928378857,3.9962743150700577,3.9981564685066635,4.000348478826885,4.0029114316908165,4.0034817391476105,4.005334338390978,4.006741914214743,4.009050534784024,4.011109020142218,4.009862419274851,4.010792322841898,4.01051680624003,4.010121129370158,4.008942059612582,4.015270775504556,4.0107306177034845,4.0103421509070225,4.01149946573773,4.012966642894341,4.012643379757346,4.01420389705821,4.015468375771761,4.023288732179106,4.020239717704198,4.022217790967417,4.017386545854393,4.018373854385937,4.014061942164346,4.01429575745169,4.015354911939537,4.0136412771115335,4.016507419561376,4.013869812139449,4.012398520792358,4.0172424734308585,4.014338149077074,4.014566017915912,4.013632472822697,4.014956140485632,4.017263692324043,4.025228296145196,4.011706879874373,4.017704573068041,4.0140096501981075,4.01066779104613,4.016149549541091,4.018792818822029,4.018067694920596,4.018347021728277,4.01808039369347,4.024293588116512,4.0224961648743545,4.030176384902084,4.025621371406753,4.019672346318101,4.016542951010716,4.017433676715886,4.020352927298444,4.0228470592826735,4.023144814595868,4.0230181228478905,4.0261179730216625,4.028370699195712,4.030860191322545,4.038927918992989,4.040334989313789,4.041963557845937,4.0410677003962725,4.040663290013672,4.0391416379163285,4.0360452094094175,4.03475074370206,4.034881418568265,4.0341937363887865,4.0353503999197615,4.036350896135392,4.037823056962125,4.035765301597148,4.034452734610408,4.032308228399193,4.0300826861183685,4.025794991270588,4.020539407617693,4.013404798656037,4.004569290113471,3.9939790551441443,3.984897961069989,3.97282300596429,3.9637333891551254,3.9551681120540376,3.948642718669819,3.94323081119162,3.9446918387578687,3.944117147548295,3.9434028272060977,3.942131336080753,3.939090763490263,3.936893664011103,3.9344239328408595,3.9332795852353972,3.9321019933091,3.932041682128961,3.93138581849661,3.9309855003993404,3.93176765299669,3.9323847151616405,3.933362956150705,3.9361608273318605,3.938541542175191,3.94011687231104,3.941398624693198,3.9424267244516056,3.941227468888915,3.940384686462089,3.940920986674632,3.941848992464187,3.942467254450694,3.9430573662873067,3.9433235779120337,3.943815512932625,3.9437458753817722,3.9446475332330593,3.9451963568549075,3.9457557009658575,3.9462993636797843,3.9468376589519165,3.946414732549949,3.9471417263908712,3.9469961553033377,3.947434458414108,3.9481210340848163,3.948955652839135,3.950151062805246,3.9512745787087633,3.9529690506741133,3.95444866833079,3.9559358396476196,3.9596801061865596,3.963297087887861,3.9656084089150454,3.9677336735272526,3.968689473813009,3.9667753505016266,3.969405969315731,3.969916425912931,3.9705633287749498,3.9707709790039996,3.970740910139975,3.9709792773850072,3.973298492967488,3.9768989074720986,3.9798772845218653,3.9822208799738235,3.98501889131846,3.9848800315030166,3.9839432873114586,3.9839902291371088,3.974218609711967,3.9730834468519007,3.971113716125317,3.9710558705256735,3.9743597952063285,3.9797857621649912,3.982328452302847,3.9838735275353674,3.982912430596747,3.9815309635741807,3.9805095659739775,3.978451751315098,3.9765810982571135,3.976020044148999,3.975290727145147,3.96730047117348,3.9644424572883086,3.963244744080354,3.9624364698638885,3.9631453265974685,3.9637474183050005,3.963592665388366,3.964987409087496,3.9648087116857953,3.965517211493241,3.9670557713001777,3.9671236205248426,3.9688799707396436,3.9692690658816963,3.9691494800608496,3.969419995735957,3.9692127011414557,3.970617164099875,3.9710248158797703,3.9718861820488653,3.9749132770213684,3.9765046601432656,3.9787596359789523,3.9798779123160046,3.9816298841558777,3.9842368800227383,3.9855429813169345,3.986477441400946,3.9865986783251497,3.9865667184560682,3.9870686196626846,3.98636472463988,3.9861320468147023,3.9859930222429187,3.9853529620329726,3.9857091857933167,3.9859290585045652,3.98619950981677,3.9868898305786695,3.9858126276319403,3.985433177536188,3.985859816650633,3.985471008899292,3.9858714339398675,3.985067953111093,3.9845665706352085,3.9843894766458243,3.983551438614633,3.983395966938237,3.9833848289029445,3.983280804934261,3.9840719748219358,3.9839269819312637,3.9845490004481086,3.9871756974880523,3.9869598847122276,3.987890850846707,3.988667763133677,3.98925401131249,3.9902924884768285,3.9915686953648777,3.9930330532080136,3.9946779313675975,3.993862127289315,3.994778095629012,3.9955141282123527,3.9949146286214603,3.995551024907588,3.9957171745496787,3.995658299956542,3.996568191783612,3.9955696569988435,3.995773011950697,3.9967938001872345,3.995248622391953,3.9969198230414813,3.9977939776802573,3.9970321701581963,3.9975623044136697,3.9973474251391403,3.9976135201574827,3.9987574563358934,3.9982992482245576,3.9993089052977178,4.0004038058861875,3.998990939784169,3.999565375325778,3.999781840083742,3.999042251679289,3.999307270748814,3.998770401467035,3.9983276988803587,3.9988999403547467,3.997655586444283,3.9978654313680497,3.9985193988862746,3.9973163411680397,3.997803951999897,3.9981128141729716,3.9972093357960214,3.9978639431208967,3.998226246408278,3.998655768774035,3.998863159862807,3.99713536845088,3.9973688220700003,3.9978254168129808,3.9961597952501444,3.9964886850137296,3.9968382373190185,3.996501480740984,3.9972488021862755,3.9978628140989905,3.9974742286437976,3.9982084480352458,3.997815205661888,3.9984597739610965,4.000140466612629,3.99929568396743,4.000293680631386,4.001137184756876,4.000064137473451,4.000957966811549,4.001117221357904,4.0003557509618295,4.001093333929916,3.999993252221539,3.999990525934773,4.0011289009306195,3.999202656071563,3.9998976639764883,4.000455094761574,3.9987554005025374,3.9994487191866046,3.9992463012219757,3.9980181368587058,3.998664424815841,3.997999527974934,3.998145909372208,3.9990741234966847,3.9978778741328966,3.998738129028975,3.99951820194864,3.9981298137759893,3.998967993135487,3.9995874374661473,3.9987502507766957,3.999287464529794,4.0228424049527565,4.031035261592799,4.037868795812254,4.030472011294033,4.0319667472370835,4.040391179542889,4.038127876849716,4.031034025407548,4.028572134683356,4.020786780232147,4.01898395220497,4.014945464992218,4.008508926524207,4.00640746168445,4.004726816427674,4.002356792569244,4.002087667819303,4.002037374233071,4.001342966487235,4.0015306488373055,4.001489065366207,4.001238872094727,4.001561491701019,4.000094258068679,4.000176428946616,4.000483018474288,3.998478457706842,3.9986631604276104,3.9994529774037035,3.997176092591286,3.9990716762233562,4.000532608627404,4.000297064959587,4.002175441169371,4.003530051416832,4.004275455478265,4.0065443784391634,4.0003075866006075,4.00853785531953,4.012044823425932,4.012491050274831,4.014632003870927,4.017278311301281,4.0153423616681785,4.0191277345198815,4.020969503009181,4.019993689154453,4.0219819969478126,4.023001459982715,4.022930154671181,4.024924848136803,4.025176054614335,4.025479879749556,4.02736367158494,4.026464819330917,4.027411820014944,4.029164681566823,4.0268734968304996,4.0278360419585635,4.028617021306794,4.026445588132521,4.027466289917859,4.027181866176956,4.0258529257284374,4.026938385983766,4.025847098928932,4.02565503822253,4.02689772800724,4.025188110929305,4.025760751046816,4.0269209498685585,4.025247949283285,4.026480958395918,4.026821972733805,4.02611689455541,4.0273432770544435,4.026968387352185,4.026973537820837,4.028387203100028,4.027016784748343,4.027752609284722,4.028783961919642,4.027135947830817,4.0283585966833915,4.028248849036852,4.0276315515412,4.029128776234477,4.028017352731251,4.028344922924744,4.029863869357744,4.028343792773236,4.029525507316297,4.0301114761446355,4.029267873637996,4.030432459215907,4.0298830932769185,4.029780382630403,4.031306558029138,4.030088885409238,4.030535197082534,4.031188497406215,4.029534559722016,4.030410812819455,4.029769290268435,4.02918983319537,4.030189933771361,4.029862047615083,4.031101402363298,4.033086331981796,4.03473070527316,4.037684850824555,4.038003501844389,4.0404726786707,4.040937687820689,4.0417853122450245,4.042847223313699,4.041247065759076,4.042401721204827,4.039818407877305,4.040002461540187,4.038675080910486,4.037385718272958,4.038135383663798,4.035684293692305,4.036766620830842,4.034738530275537,4.03466252876362,4.034358445029448,4.033374976606642,4.034641579995315,4.033404649294647,4.034776543639079,4.034529895243145,4.035176807401005,4.036275538184469,4.035627980320863,4.037136673444539,4.0362006524656895,4.037229794788014,4.036746601349175,4.0369363227685,4.0379881070409755,4.036464884666488,4.037532059233831,4.035857858605529,4.036495787514576,4.0359625675513415,4.03546574499709,4.036638559803085,4.035022932703575,4.036165659142133,4.034714291919449,4.035295443052742,4.034999840173794,4.03486039453596,4.035686595360436,4.035062571629262,4.036209673395628,4.035550924931601,4.036236954900659,4.036229646082683,4.035694761215872,4.036350911089189,4.034971378885914,4.035729325282556,4.034129274153034,4.0340635495963655,4.033623104725576,4.033071917181802,4.033376755068534,4.032675332700362,4.033391411668026,4.0332475472556135,4.034052269953441,4.034109882466042,4.034290322932803,4.034626851413681,4.034414589914105,4.034688849663813,4.03407162313953,4.0341843057926035,4.03358173333785,4.033169461840806,4.033039650246909,4.032853763277302,4.033141428780519,4.033451526479224,4.033913755985112,4.034491998223168,4.035163739741488,4.035706587021375,4.035898477806097,4.036125201804628,4.0356585114934065,4.035402870502908,4.035213747320545,4.035100750635942,4.035328297643982,4.035394264079969,4.035861555121623,4.036204715920919,4.03658354271844,4.036637369034503,4.036720197248729,4.036725650498327,4.03665582901867,4.036404160420687,4.035882581807737,4.035611696896715,4.0352802043432945,4.035005013773162,4.034800269322586,4.0345921970526675,4.034491026954545,4.034382394074651,4.034429291560807,4.03451556743964,4.034596397647456,4.034846663605478,4.034745654540836,4.034866858599932,4.0347434309060635,4.034849990525031,4.034708458181955,4.0347078278734125,4.034480793103194,4.034504371605123,4.034516440908347,4.034532657656786,4.034629268557195,4.034544587413633,4.034551912431654,4.034379092600172,4.034364628509605,4.034520382032321,4.034683880796548,4.035188936865244,4.035099901005244,4.033130971272625,4.029386567619312,4.02565587700856,4.018143373069338,4.000123830531224,3.9765261321196963,3.9530151763435186,3.919077879487271,3.8919056391360574,3.8644435389703893,3.8367587683197777,3.815259079097693,3.7905212945331064,3.7710619107821994,3.76175556118787,3.7559130855326397,3.756161530590462,3.7632783445786533,3.7705640157381177,3.774107692779948,3.773374478972653,3.7625189792785916,3.7543973190204745,3.75097288598875,3.7355587842265967,3.7226404814416814,3.710215011680687,3.697171030757973,3.6901197210141063,3.6760783429484047,3.670792581144772,3.6612379678659916,3.656836973529598,3.6605361607493205,3.663865678694351,3.6747871255736513,3.680476415203794,3.6876495435921024,3.693516576429128,3.698695199623369,3.7029437610596636,3.722971701239402,3.7146321248946874,3.7068753688968186,3.69935286804387,3.700396974475951,3.710861488446499,3.7082793860182774,3.7090012508034413,3.7339733649630054,3.7430249208026725,3.752619979845197,3.7609947216852366,3.769448303690146,3.7810570001148402,3.8087379130109102,3.815015737558092,3.8320866966561544,3.8408715391940236,3.8408838962439344,3.8431318063974698,3.852917101596141,3.856061085927661,3.86268021353007,3.8509756562119803,3.8552301513753715,3.859536509392721,3.8482946837910186,3.8422669896108497,3.8459239834589134,3.833281245380913,3.8268028911465537,3.8284912124463837,3.8179929348366346,3.825211676982643,3.8270235083419832,3.8323001913949524,3.8324090921940317,3.8356666969454745,3.8382333646136764,3.837979901009076,3.8426695141320883,3.8456939702398407,3.8501318943998624,3.8505191001932353,3.845557651763694,3.840825070874373,3.847497658202154,3.845303916414244,3.8439004303565776,3.8458137122501705,3.848174923632964,3.859476153004149,3.860922963995266,3.8726665855735223,3.878649386979987,3.8852636614865337,3.8889095735003165,3.8950395255765873,3.899861139462925,3.905410973646484,3.9096452964912465,3.9116486737664573,3.913163437345547,3.9152555985321866,3.922898824334199,3.928731833954271,3.9336048231779928,3.9380642149783363,3.9444844183099845,3.9507846402655815,3.9559400237162023,3.959654204832348,3.962556808112847,3.966191367366256,3.971286247794664,3.9727565009062302,3.97426958933512,3.9759033630442797,3.9763979784028507,3.9765740445551137,3.9789532013502256,3.9809598250869276,3.9827514264099646,3.9854163566114424,3.984185992759537,3.9839537880402367,3.984028168114684,3.9841406727028827,3.9827890014455747,3.982276356358155,3.9816705381470263,3.98201845563109,3.9820266509251896,3.982098816294075,3.983754793880903,3.982787264635056,3.981297126713868,3.984133744221653,3.984883971516525,3.984803860956198,3.9846513551523257,3.9852862125182824,3.9850709603167167,3.984695791417116,3.985975023477871,3.9855099762927053,3.9850862030763956,3.9843171378472175,3.9803175627369756,3.9758001606485815,3.9730384509630183,3.96840473652766,3.966283951503238,3.963881453261238,3.960384359005753,3.9570390754436873,3.9553977420826922,3.9508888384476912,3.9470266316960054,3.943952760259359,3.941114768959407,3.939423681040683,3.936544610420137,3.9342678976955114,3.9283304934505194,3.925069629612351,3.9261520428499312,3.924122792238679,3.922136207338422,3.9229047681150924,3.9223496908934425,3.921894206633794,3.920613578374798,3.9222050312762136,3.922320059560989,3.9238507165747007,3.9239053759010902,3.924703040906696,3.921643278950058,3.92283532636996,3.9261459317820346,3.9226914089517364,3.927830140608849,3.931121652882892,3.9297118292687983,3.9308390758996743,3.93605229093497,3.9366824871717214,3.9359532129159924,3.9376770030938584,3.9414356647823388,3.943744766269857,3.9464844593178876,3.9496109151126784,3.948821331656687,3.9489250437742327,3.951288572527964,3.9532109196397984,3.953838512120634,3.9543379444073485,3.955409601636222,3.9545418387657385,3.955349849413741,3.957797841472191,3.9598153509026237,3.961934800793121,3.9639244069427733,3.9660484054418266,3.9659459881892367,3.9646722588224517,3.9655147630314023,3.966360388217047,3.9664753119116867,3.9643385621994662,3.9661258232022076,3.966230374798619,3.9668303995827863,3.967318739373708,3.9695755448479417,3.969504241573198,3.9714982894990065,3.9739632980395885,3.976689601888041,3.9769816549305244,3.978378261757996,3.9773056490918504,3.9785723502006873,3.981614880635446,3.9852087683805006,3.988914116276875,3.9927870437060036,3.9981850145360838,4.003449701064146,4.007025158580641,4.008183320290393,4.009239205792969,4.010443217909621,4.009464516716369,4.010226196790075,4.011194454138927,4.0122698571493025,4.011645078355423,4.008956244808654,4.010298133139386,4.011187694873686,4.011014009399518,4.007988257030912,4.008132955869761,4.008742312129274,4.0105522545822305,4.011858218542949,4.013656779004642,4.014771676293596,4.015163416313068,4.017558173908464,4.019109263988822,4.020603306378627,4.020041093310494,4.0200199130780705,4.019870287009218,4.020377037679991,4.020474732876861,4.021950814183194,4.022492278057505,4.022737080788353,4.021954527743134,4.021164203485787,4.02117827919384,4.020976802619695,4.022886157826882,4.020921707588579,4.020630400483155,4.0203218863427495,4.020704955556694,4.02093870077042,4.02207627779647,4.023199595517668,4.023978612564072,4.02569763703092,4.026979514860331,4.0286344080868,4.030378027283286,4.032986986738769,4.0338362748656555,4.034600146878802,4.1114419257422075,4.089140025099623,4.084345056485267,4.085560973105908,4.09085751809425,4.183262481294578,4.148003189632986,4.1597973782299915,4.170706788577293,4.180404346353276,4.174840161555869,4.168389679445109,4.158696505906802,4.149052377318078,4.138602926361509,4.114681158012699,4.106415319970006,4.096535575345351,4.091392141350704,4.087042565984033,4.086323610025021,4.085390984513082,4.081586495594144,4.07822134604001,4.074211620773412,4.069892574294396,4.064326800630159,4.060646005929265,4.056420210086024,4.053204219519541,4.051468120174233,4.050489568537736,4.048975429250618,4.04922581995411,4.04998213832614,4.050036815995526,4.0508799437051675,4.0515479414212505,4.052108466434156,4.051398236993192,4.05216050314278,4.052734395927171,4.051968702406638,4.051767839763428,4.052109766596382,4.051663578885524,4.051231362231878,4.052102766294023,4.051906030428064,4.051652411525253,4.052077055542616,4.052310386246624,4.051097726647354,4.050199185947809,4.050751531073244,4.049636239153893,4.049681401441433,4.050526938157543,4.050546753614424,4.051155118699313,4.051922511311258,4.052057293979166,4.053088884395036,4.053499897803327,4.053495112691526,4.053766948118746,4.053527270036541,4.053968995348171,4.053494022655585,4.053604407102955,4.052780754060476,4.052004298073824,4.051929646416623,4.05106837599207,4.049950048627002,4.050053139977704,4.049706947679815,4.048689743086892,4.0492976268653464,4.0490835524716955,4.047994798051192,4.048732621188417,4.048881637495119,4.048189249798943,4.04918024077607,4.04955628902894,4.049004311057054,4.0500301436088355,4.050360990633326,4.049516957650083,4.0503844873444,4.050472531947232,4.049833118846363,4.050728586928561,4.051003886631344,4.050137137762389,4.051188980650201,4.051249908422612,4.050061120347916,4.050617866557207,4.050601125804023,4.049611324437495,4.050142834670177,4.049953322497703,4.049224975934306,4.049388839744889,4.048174652273593,4.047716224797451,4.047715012691636,4.0480394350373325,4.047263494133206,4.047581122943824,4.047510649683817,4.046702441815092,4.046524932687045,4.046591736343101,4.046428826769818,4.046503272572016,4.04662141953382,4.046604929959234,4.046920862329298,4.047088777830306,4.047367638665751,4.047677104389368,4.047315555239901,4.0473051396136945,4.047373289821117,4.046637185110942,4.046176631379518,4.046582456310429,4.0452760639190455,4.045232132942386,4.044772061683535,4.044189243080506,4.043414524564707,4.0428309365321935,4.040812813437996,4.039489144351492,4.035948203381935,4.032422878791914,4.029574622519353,4.025474620299387,4.02200840050346,4.01851310776589,4.0142259778813205,4.010677137350621,4.006612709758549,4.004812561536179,4.003518418936791,4.002199815462428,4.0013914136396425,4.0012205867100255,4.000810028660036,4.000756270105887,4.000659693389504,4.000319870602576,4.003073069257555,4.007130549973923,4.012431002513386,4.0194432761541865,4.026259498818188,4.032129841956302,4.03475527632691,4.038831885151048,4.042777827906538,4.044308275400675,4.044418732941304,4.043537682392511,4.041567036766196,4.040636837292881,4.040173415692368,4.039932499811918,4.040365841012685,4.040519407325409,4.040701654090613,4.041050728898745,4.040253292422802,4.039991347098405,4.039833714545089,4.038995101152041,4.039072558727476,4.038582059483729,4.038606827196286,4.039172484234561,4.038391157615264,4.0385972928438525,4.038752904037189,4.038430385809928,4.03907464524038,4.039145349274514,4.039402114258815,4.040105950514676,4.039689262923923,4.040032522946202,4.039894620870819,4.0395589606314015,4.0398120401903,4.03907393770136,4.038907490702313,4.039225153976423,4.039013226180919,4.039694353802069,4.039529049355198,4.03934528331808,4.039902837936485,4.039310000992802,4.0394831492489605,4.039542545546283,4.039040930925324,4.039300430896619,4.038857753254471,4.038686507151055,4.038913129734313,4.0384598301899155,4.038481541613909,4.03852939812589,4.038256219271225,4.038543704950392,4.03806057480546,4.037987522031198,4.037959684530277,4.037556135301678,4.0377879161681225,4.037730832243555,4.0379851500245625,4.038257525144949,4.037980764709449,4.0381462853050625,4.038148882978311,4.0381727213333765,4.038298254166363,4.03826335303493,4.0383624776318765,4.038572200374844,4.038570575831894,4.038795681895095,4.03914344909127,4.039476160030449,4.039825077296371,4.0399722266561024,4.040519409005968,4.0403837988296205,4.0405444247883295,4.040373183973561,4.040146161488312,4.040000694496031,4.039728428614238,4.039596462330919,4.0393032979095045,4.039500307797615,4.039340898742128,4.039609523237877,4.039879700268452],"data_position_x":[-0.5019910335540771,-1.3350002765655518,-2.1686322689056396,-3.0028903484344482,-3.8377764225006104,-4.673295974731445,-5.509440898895264,-6.3462042808532715,-7.1835784912109375,-8.021546363830566,-8.860095977783203,-9.69921875,-10.538907051086426,-11.379164695739746,-12.219985008239746,-13.06137752532959,-13.903353691101074,-14.745899200439453,-15.5890474319458,-16.43280029296875,-17.277164459228516,-18.122161865234375,-18.96779441833496,-19.814075469970703,-20.661006927490234,-21.50858497619629,-22.356796264648438,-23.205631256103516,-24.05507469177246,-24.905118942260742,-25.755735397338867,-26.60692024230957,-27.458667755126953,-28.31098175048828,-29.16385841369629,-30.017309188842773,-30.871337890625,-31.725955963134766,-32.5811767578125,-33.437007904052734,-34.29347229003906,-35.15058135986328,-36.008338928222656,-36.86673355102539,-37.72574234008789,-38.585357666015625,-39.445552825927734,-40.306304931640625,-41.16759490966797,-42.02941131591797,-42.89175796508789,-43.75462341308594,-44.61800003051758,-45.4819221496582,-46.34638977050781,-47.2114143371582,-48.077064514160156,-48.943382263183594,-49.810359954833984,-50.67802810668945,-51.5463752746582,-52.41535949707031,-53.284950256347656,-54.15511703491211,-55.02584457397461,-55.89710998535156,-56.768924713134766,-57.64126968383789,-58.514137268066406,-59.38753128051758,-60.261451721191406,-61.13589096069336,-62.0108642578125,-62.8863639831543,-63.76239013671875,-64.63895416259766,-65.51605987548828,-66.3936767578125,-67.27181243896484,-68.15046691894531,-69.02963256835938,-69.9093246459961,-70.78953552246094,-71.67030334472656,-72.55159759521484,-73.43344116210938,-74.31582641601562,-75.19876861572266,-76.082275390625,-76.96634674072266,-77.85098266601562,-78.73619842529297,-79.62198638916016,-80.50833892822266,-81.39524841308594,-82.28269958496094,-83.17068481445312,-84.05919647216797,-84.9482192993164,-85.83773803710938,-86.72775268554688,-87.6182632446289,-88.50927734375,-89.4007797241211,-90.29276275634766,-91.18524932861328,-92.07823181152344,-92.97171020507812,-93.86569213867188,-94.76020050048828,-95.65522003173828,-96.55076599121094,-97.44685363769531,-98.34346008300781,-99.24058532714844,-100.13823699951172,-101.0363998413086,-101.93505096435547,-102.83418273925781,-103.73380279541016,-104.63385009765625,-105.53434753417969,-106.435302734375,-107.33670043945312,-108.23857116699219,-109.14093017578125,-110.04379272460938,-110.9471435546875,-111.85099029541016,-112.75535583496094,-113.66020202636719,-114.5655517578125,-115.47136688232422,-116.3776626586914,-117.284423828125,-118.19164276123047,-119.09932708740234,-120.0074691772461,-120.91607666015625,-121.82513427734375,-122.73469543457031,-123.64470672607422,-124.55522918701172,-125.4662094116211,-126.3776626586914,-127.28958892822266,-128.2019805908203,-129.11483764648438,-130.02813720703125,-130.94192504882812,-131.85614013671875,-132.77084350585938,-133.6859588623047,-134.60150146484375,-135.5174560546875,-136.43380737304688,-137.3505401611328,-138.26759338378906,-139.18504333496094,-140.102783203125,-141.0209197998047,-141.93936157226562,-142.85813903808594,-143.77728271484375,-144.69668579101562,-145.616455078125,-146.5364990234375,-147.4568634033203,-148.37754821777344,-149.2985382080078,-150.2198028564453,-151.1413116455078,-152.06309509277344,-152.98512268066406,-153.90736389160156,-154.82980346679688,-155.75242614746094,-156.6752166748047,-157.59812927246094,-158.52120971679688,-159.4444580078125,-160.36782836914062,-161.29136657714844,-162.2150115966797,-163.13877868652344,-164.06263732910156,-164.9864959716797,-165.910400390625,-166.8342742919922,-167.75816345214844,-168.6820526123047,-169.6059112548828,-170.5297393798828,-171.45358276367188,-172.3773956298828,-173.3012237548828,-174.2250213623047,-175.14886474609375,-176.07273864746094,-176.99667358398438,-177.9207000732422,-178.84481811523438,-179.7688751220703,-180.69288635253906,-181.61683654785156,-182.54067993164062,-183.4644012451172,-184.38796997070312,-185.31134033203125,-186.23455810546875,-187.15745544433594,-188.08021545410156,-189.002685546875,-189.9249725341797,-190.84690856933594,-191.76841735839844,-192.68946838378906,-193.60986328125,-194.52978515625,-195.4488983154297,-196.36732482910156,-197.28506469726562,-198.2020721435547,-199.11856079101562,-200.0342559814453,-200.94944763183594,-201.86390686035156,-202.7777862548828,-203.69100952148438,-204.6034698486328,-205.51528930664062,-206.42611694335938,-207.33609008789062,-208.2450714111328,-209.1531219482422,-210.06021118164062,-210.9661407470703,-211.87132263183594,-212.77532958984375,-213.67860412597656,-214.58079528808594,-215.48214721679688,-216.3825225830078,-217.28182983398438,-218.18026733398438,-219.07740783691406,-219.97372436523438,-220.86866760253906,-221.76251220703125,-222.65487670898438,-223.5459747314453,-224.43572998046875,-225.3238525390625,-226.21070861816406,-227.095947265625,-227.97979736328125,-228.86192321777344,-229.7425994873047,-230.6217803955078,-231.49940490722656,-232.375732421875,-233.2503204345703,-234.12362670898438,-234.99510192871094,-235.86526489257812,-236.73358154296875,-237.60043334960938,-238.4655303955078,-239.32887268066406,-240.1906280517578,-241.0503692626953,-241.90855407714844,-242.76454162597656,-243.61903381347656,-244.47132873535156,-245.3220672607422,-246.17068481445312,-247.01744079589844,-247.8622589111328,-248.7049560546875,-249.5458526611328,-250.38442993164062,-251.22119140625,-252.0555419921875,-252.88795471191406,-253.71792602539062,-254.54562377929688,-255.37095642089844,-256.1938171386719,-257.01446533203125,-257.8324890136719,-258.6484375,-259.461669921875,-260.2727966308594,-261.0813903808594,-261.8878479003906,-262.6917724609375,-263.49322509765625,-264.2921447753906,-265.0882263183594,-265.8819274902344,-266.6724548339844,-267.4604797363281,-268.24530029296875,-269.0275573730469,-269.8064880371094,-270.5826721191406,-271.3555603027344,-272.12530517578125,-272.891845703125,-273.6548156738281,-274.4147644042969,-275.1708679199219,-275.9239501953125,-276.67303466796875,-277.41900634765625,-278.1610107421875,-278.8997802734375,-279.6346130371094,-280.365966796875,-281.0936584472656,-281.8175354003906,-282.5381164550781,-283.2547912597656,-283.96826171875,-284.677734375,-285.384033203125,-286.08642578125,-286.7854919433594,-287.4804992675781,-288.17193603515625,-288.85931396484375,-289.5426330566406,-290.2220458984375,-290.8970031738281,-291.5680847167969,-292.2344055175781,-292.8968200683594,-293.5542907714844,-294.20782470703125,-294.8564453125,-295.5010681152344,-296.1410217285156,-296.77703857421875,-297.4085998535156,-298.0359802246094,-298.6591796875,-299.27789306640625,-299.892578125,-300.50225830078125,-301.10784912109375,-301.7084045410156,-302.3048400878906,-302.8960876464844,-303.4830627441406,-304.0647888183594,-304.6418151855469,-305.21392822265625,-305.78118896484375,-306.3439025878906,-306.9014892578125,-307.4547119140625,-308.00250244140625,-308.54595947265625,-309.0837707519531,-309.6171569824219,-310.1448059082031,-310.66748046875,-311.1846923828125,-311.6963806152344,-312.2030334472656,-312.70379638671875,-313.1997985839844,-313.6897888183594,-314.1750183105469,-314.6540832519531,-315.1282958984375,-315.5963439941406,-316.0589904785156,-316.515625,-316.9661560058594,-317.4110107421875,-317.8493347167969,-318.2821960449219,-318.708251953125,-319.1289367675781,-319.5428161621094,-319.9513244628906,-320.3531799316406,-320.7494201660156,-321.13946533203125,-321.5234375,-321.9016418457031,-322.27325439453125,-322.639404296875,-322.9988708496094,-323.35284423828125,-323.7001037597656,-324.0419006347656,-324.37713623046875,-324.70672607421875,-325.02978515625,-325.3466491699219,-325.6570129394531,-325.9604797363281,-326.25775146484375,-326.5478515625,-326.8321838378906,-327.10931396484375,-327.38067626953125,-327.6451721191406,-327.90386962890625,-328.1559143066406,-328.402099609375,-328.6422119140625,-328.87615966796875,-329.1044921875,-329.3263244628906,-329.5426940917969,-329.7523193359375,-329.9565124511719,-330.15386962890625,-330.3453369140625,-330.5299072265625,-330.7078857421875,-330.8789978027344,-331.0429382324219,-331.20037841796875,-331.3503112792969,-331.49407958984375,-331.6302490234375,-331.7604064941406,-331.883056640625,-331.9996032714844,-332.1088562011719,-332.2114562988281,-332.3072204589844,-332.39605712890625,-332.478515625,-332.5538024902344,-332.6230773925781,-332.6849670410156,-332.7409362792969,-332.7894592285156,-332.83184814453125,-332.8669128417969,-332.8952941894531,-332.9165954589844,-332.93060302734375,-332.9378356933594,-332.9371032714844,-332.9297180175781,-332.914306640625,-332.8923645019531,-332.8626708984375,-332.82659912109375,-332.78314208984375,-332.73309326171875,-332.6761169433594,-332.6122131347656,-332.5418395996094,-332.464111328125,-332.380126953125,-332.2887878417969,-332.191162109375,-332.0860290527344,-331.9745178222656,-331.85546875,-331.72955322265625,-331.5965270996094,-331.4562683105469,-331.3092956542969,-331.1549072265625,-330.99407958984375,-330.8258972167969,-330.6513366699219,-330.469482421875,-330.2813415527344,-330.0860290527344,-329.8841247558594,-329.6754455566406,-329.4598388671875,-329.2378845214844,-329.0087585449219,-328.7734375,-328.531005859375,-328.2824401855469,-328.0267028808594,-327.7647705078125,-327.4959716796875,-327.2207336425781,-326.9391174316406,-326.651123046875,-326.3570861816406,-326.05645751953125,-325.7499084472656,-325.4364929199219,-325.1169738769531,-324.79046630859375,-324.45758056640625,-324.1177062988281,-323.7712097167969,-323.4179992675781,-323.0581970214844,-322.6921081542969,-322.3194580078125,-321.94085693359375,-321.55572509765625,-321.1647644042969,-320.7674255371094,-320.3641052246094,-319.9544372558594,-319.5386047363281,-319.11651611328125,-318.68804931640625,-318.2535705566406,-317.8125,-317.3655700683594,-316.9121398925781,-316.4527893066406,-315.98699951171875,-315.5154113769531,-315.0374755859375,-314.553466796875,-314.0633544921875,-313.5670471191406,-313.06500244140625,-312.55670166015625,-312.0428161621094,-311.52276611328125,-310.99725341796875,-310.4656677246094,-309.928466796875,-309.38531494140625,-308.8363952636719,-308.28173828125,-307.7213134765625,-307.155517578125,-306.58404541015625,-306.0073547363281,-305.425048828125,-304.8378601074219,-304.24517822265625,-303.6477355957031,-303.0449523925781,-302.4372863769531,-301.82427978515625,-301.20623779296875,-300.58306884765625,-299.9546203613281,-299.3211669921875,-298.6822204589844,-298.0384216308594,-297.38916015625,-296.7351989746094,-296.0761413574219,-295.4124755859375,-294.7440490722656,-294.0711364746094,-293.3935852050781,-292.711669921875,-292.0251770019531,-291.3341369628906,-290.63848876953125,-289.9382019042969,-289.2332458496094,-288.52362060546875,-287.8094482421875,-287.0906982421875,-286.3676452636719,-285.64013671875,-284.9085388183594,-284.172607421875,-283.43280029296875,-282.6889343261719,-281.94122314453125,-281.1898498535156,-280.4347229003906,-279.6759338378906,-278.9134826660156,-278.1473388671875,-277.3772888183594,-276.6033935546875,-275.825439453125,-275.0434265136719,-274.2574462890625,-273.467529296875,-272.673828125,-271.8764953613281,-271.0755615234375,-270.2712097167969,-269.46337890625,-268.65228271484375,-267.8379211425781,-267.0203857421875,-266.1996154785156,-265.3757019042969,-264.54864501953125,-263.718505859375,-262.8852233886719,-262.04888916015625,-261.2095031738281,-260.3671875,-259.52197265625,-258.6737976074219,-257.8227844238281,-256.9688720703125,-256.11212158203125,-255.25254821777344,-254.39024353027344,-253.525146484375,-252.65750122070312,-251.78712463378906,-250.91421508789062,-250.03871154785156,-249.16061401367188,-248.28001403808594,-247.3968963623047,-246.51126098632812,-245.62307739257812,-244.73240661621094,-243.83920288085938,-242.94358825683594,-242.04547119140625,-241.14511108398438,-240.24241638183594,-239.3375701904297,-238.43067932128906,-237.52171325683594,-236.61090087890625,-235.69805908203125,-234.78346252441406,-233.86688232421875,-232.94859313964844,-232.02833557128906,-231.1062774658203,-230.18228149414062,-229.2564239501953,-228.32879638671875,-227.3992919921875,-226.46810913085938,-225.53514099121094,-224.60067749023438,-223.66448974609375,-222.72682189941406,-221.78759765625,-220.84695434570312,-219.9048614501953,-218.96133422851562,-218.01646423339844,-217.0701446533203,-216.12252807617188,-215.17344665527344,-214.2230987548828,-213.2713623046875,-212.31817626953125,-211.3636016845703,-210.40762329101562,-209.45040893554688,-208.4919891357422,-207.53245544433594,-206.57192993164062,-205.6102752685547,-204.64761352539062,-203.68380737304688,-202.7189178466797,-201.7530059814453,-200.78607177734375,-199.81825256347656,-198.84938049316406,-197.87965393066406,-196.9089813232422,-195.93740844726562,-194.9650421142578,-193.99169921875,-193.01756286621094,-192.04249572753906,-191.0665740966797,-190.0897979736328,-189.112060546875,-188.13348388671875,-187.15414428710938,-186.17416381835938,-185.1935577392578,-184.2122802734375,-183.23037719726562,-182.24795532226562,-181.2649383544922,-180.28150939941406,-179.29759216308594,-178.31329345703125,-177.32858276367188,-176.34341430664062,-175.3578338623047,-174.37176513671875,-173.3852081298828,-172.39813232421875,-171.41058349609375,-170.42259216308594,-169.43418884277344,-168.44540405273438,-167.4562225341797,-166.46664428710938,-165.47674560546875,-164.48641967773438,-163.49581909179688,-162.5048370361328,-161.51358032226562,-160.52194213867188,-159.52999877929688,-158.53762817382812,-157.54493713378906,-156.55191040039062,-155.55850219726562,-154.56472778320312,-153.5706329345703,-152.57623291015625,-151.58154296875,-150.5866241455078,-149.59141540527344,-148.59597778320312,-147.6002655029297,-146.60430908203125,-145.6081085205078,-144.6117401123047,-143.61512756347656,-142.6182861328125,-141.6212158203125,-140.6239471435547,-139.6264190673828,-138.6287384033203,-137.630859375,-136.63282775878906,-135.63462829589844,-134.6363067626953,-133.63778686523438,-132.63916015625,-131.64035034179688,-130.64138793945312,-129.6422119140625,-128.6428680419922,-127.64325714111328,-126.6434097290039,-125.64328002929688,-124.64287567138672,-123.64215087890625,-122.64112854003906,-121.63983917236328,-120.63831329345703,-119.63665008544922,-118.63485717773438,-117.63306427001953,-116.6313247680664,-115.62969970703125,-114.62824249267578,-113.62702178955078,-112.62605285644531,-111.62542724609375,-110.62513732910156,-109.62523651123047,-108.62567138671875,-107.62648010253906,-106.62763214111328,-105.62918853759766,-104.63118743896484,-103.63367462158203,-102.63665771484375,-101.64024353027344,-100.64449310302734,-99.64947509765625,-98.65528869628906,-97.66194152832031,-96.66950988769531,-95.67794799804688,-94.68732452392578,-93.69760131835938,-92.7088851928711,-91.7211685180664,-90.73452758789062,-89.7490234375,-88.76470184326172,-87.78158569335938,-86.79969787597656,-85.81904602050781,-84.83965301513672,-83.86155700683594,-82.88480377197266,-81.90938568115234,-80.935302734375,-79.96253967285156,-78.9912338256836,-78.02137756347656,-77.0530014038086,-76.0860824584961,-75.12065887451172,-74.15674591064453,-73.19425964355469,-72.23330688476562,-71.27376556396484,-70.31572723388672,-69.3591079711914,-68.40394592285156,-67.4503173828125,-66.49811553955078,-65.54737091064453,-64.59813690185547,-63.65052795410156,-62.70458984375,-61.76028823852539,-60.81757736206055,-59.87645721435547,-58.93699645996094,-57.99912643432617,-57.062801361083984,-56.127952575683594,-55.19457244873047,-54.2626838684082,-53.33229446411133,-52.403343200683594,-51.475799560546875,-50.5496711730957,-49.625064849853516,-48.701904296875,-47.78024673461914,-46.860042572021484,-45.94118118286133,-45.023677825927734,-44.107566833496094,-43.19287872314453,-42.27959442138672,-41.36770248413086,-40.457191467285156,-39.54810333251953,-38.640506744384766,-37.734352111816406,-36.829708099365234,-35.926570892333984,-35.0250244140625,-34.12512969970703,-33.22685623168945,-32.32999038696289,-31.434465408325195,-30.54026985168457,-29.6473445892334,-28.755615234375,-27.865243911743164,-26.97608757019043,-26.08807945251465,-25.20122718811035,-24.315563201904297,-23.431095123291016,-22.54768180847168,-21.6656551361084,-20.784822463989258,-19.905078887939453,-19.026552200317383,-18.14933204650879,-17.273473739624023,-16.3989315032959,-15.525897026062012,-14.654298782348633,-13.783858299255371,-12.91467571258545,-12.046656608581543,-11.179961204528809,-10.314658164978027,-9.45059585571289,-8.588093757629395,-7.726804256439209,-6.866626739501953,-6.00759744644165,-5.149500370025635,-4.292519569396973,-3.4366888999938965,-2.582024574279785,-1.7285934686660767,-0.8762745261192322,-0.024986103177070618,0.8254766464233398,1.6750632524490356,2.523911237716675,3.371830940246582,4.218859672546387,5.064820289611816,5.909769058227539,6.753578186035156,7.596309185028076,8.438222885131836,9.279236793518066,10.119397163391113,10.958758354187012,11.797126770019531,12.634754180908203,13.471419334411621,14.307098388671875,15.141597747802734,15.97497844696045,16.807292938232422,17.638893127441406,18.469757080078125,19.29950714111328,20.128421783447266,20.956369400024414,21.783573150634766,22.610017776489258,23.435596466064453,24.260509490966797,25.08429718017578,25.906675338745117,26.728307723999023,27.548898696899414,28.36862564086914,29.187192916870117,30.004304885864258,30.820127487182617,31.63472557067871,32.44829559326172,33.2604866027832,34.071189880371094,34.879852294921875,35.68688201904297,36.49266052246094,37.29750061035156,38.10165786743164,38.90525817871094,39.70820236206055,40.51022720336914,41.31111145019531,42.110694885253906,42.90897750854492,43.70598602294922,44.50160217285156,45.2958984375,46.08877944946289,46.88022232055664,47.670204162597656,48.458740234375,49.24584197998047,50.031494140625,50.815738677978516,51.59860610961914,52.38008499145508,53.16014099121094,53.938838958740234,54.71620559692383,55.49223709106445,56.267032623291016,57.040672302246094,57.81332778930664,58.585140228271484,59.356224060058594,60.12668991088867,60.896724700927734,61.66639709472656,62.43590545654297,63.205406188964844,63.97503662109375,64.74494171142578,65.51525115966797,66.28610229492188,67.05760955810547,67.829833984375,68.60279846191406,69.37654113769531,70.15109252929688,70.926513671875,71.70281219482422,72.48002624511719,73.25814056396484,74.03714752197266,74.81707000732422,75.59790802001953,76.379638671875,77.16221618652344,77.9456787109375,78.72998809814453,79.51514434814453,80.30111694335938,81.08793640136719,81.87564086914062,82.66423797607422,83.45376586914062,84.2442626953125,85.0357437133789,85.82823944091797,86.62171936035156,87.41620635986328,88.211669921875,89.00809478759766,89.80545806884766,90.60372161865234,91.40287780761719,92.20291900634766,93.0038070678711,93.80557250976562,94.60820007324219,95.41168212890625,96.21607971191406,97.02139282226562,97.82759857177734,98.63468933105469,99.44232940673828,100.25080871582031,101.06070709228516,101.87223815917969,102.68511962890625,103.4986801147461,104.3123779296875,105.12600708007812,105.93952178955078,106.75337982177734,107.56790161132812,108.38313293457031,109.19895935058594,110.01541137695312,110.8328628540039,111.65118408203125,112.47074127197266,113.29115295410156,114.1124267578125,114.93445587158203,115.75759887695312,116.58151245117188,117.40657806396484,118.23351287841797,119.06183624267578,119.89102935791016,120.7220687866211,121.55565643310547,122.39137268066406,123.22933197021484,124.06873321533203,124.9090347290039,125.74921417236328,126.58976745605469,127.4312744140625,128.27316284179688,129.11529541015625,129.95762634277344,130.8000946044922,131.64285278320312,132.48594665527344,133.32940673828125,134.17332458496094,135.01756286621094,135.86219787597656,136.7068634033203,137.55162048339844,138.39649963378906,139.2412567138672,140.0860595703125,140.9307403564453,141.77529907226562,142.6198272705078,143.46417236328125,144.30841064453125,145.15249633789062,145.9963836669922,146.84011840820312,147.6836700439453,148.5270233154297,149.3701171875,150.21290588378906,151.05548095703125,151.8977813720703,152.73980712890625,153.5814666748047,154.42266845703125,155.26351928710938,156.10386657714844,156.94374084472656,157.78309631347656,158.62184143066406,159.4600372314453,160.29754638671875,161.1343231201172,161.97036743164062,162.8054962158203,163.63978576660156,164.47315979003906,165.30560302734375,166.1372528076172,166.9677734375,167.79733276367188,168.6258087158203,169.4530792236328,170.27935791015625,171.10435485839844,171.9281005859375,172.75071716308594,173.5718231201172,174.39158630371094,175.20997619628906,176.02667236328125,176.84197998046875,177.65560913085938,178.4676513671875,179.2783966064453,180.08749389648438,180.89523315429688,181.70159912109375,182.50624084472656,183.30950927734375,184.1112060546875,184.9112091064453,185.70989990234375,186.50680541992188,187.302001953125,188.09571838378906,188.887451171875,189.67747497558594,190.46578979492188,191.25193786621094,192.03627014160156,192.81842041015625,193.59825134277344,194.3762664794922,195.15182495117188,195.92527770996094,196.69688415527344,197.46604919433594,198.23321533203125,198.998291015625,199.76077270507812,200.52125549316406,201.27926635742188,202.0347137451172,202.78811645507812,203.53880310058594,204.2869873046875,205.03298950195312,205.776123046875,206.51687622070312,207.2551727294922,207.99050903320312,208.72352600097656,209.45370483398438,210.1808624267578,210.90567016601562,211.6271209716797,212.3454132080078,213.0609588623047,213.77279663085938,214.481689453125,215.18771362304688,215.89015197753906,216.58990478515625,217.2865447998047,217.97976684570312,218.67039489746094,219.35739135742188,220.04087829589844,220.72169494628906,221.3986053466797,222.0724334716797,222.7433319091797,223.4103546142578,224.07444763183594,224.73513793945312,225.3919219970703,226.0458526611328,226.69583129882812,227.34197998046875,227.9851531982422,228.62391662597656,229.2589874267578,229.89065551757812,230.51759338378906,231.1409149169922,231.7602081298828,232.37461853027344,232.98548889160156,233.59173583984375,234.19326782226562,234.79124450683594,235.3843231201172,235.97299194335938,236.5578155517578,237.13735961914062,237.7128143310547,238.2843780517578,238.8509979248047,239.41392517089844,239.97262573242188,240.5266571044922,241.07728576660156,241.6011962890625,242.10386657714844,242.59764099121094,243.08847045898438,243.57777404785156,244.0597381591797,244.5391082763672,245.015625,245.4861297607422,245.95249938964844,246.41204833984375,246.86825561523438,247.3196258544922,247.76719665527344,248.21026611328125,248.6481170654297,249.08204650878906,249.51104736328125,249.9349365234375,250.35494995117188,250.7694091796875,251.17868041992188,251.58389282226562,251.98289489746094,252.37669372558594,252.76602172851562,253.14895629882812,253.52679443359375,253.89968872070312,254.26602172851562,254.6273193359375,254.98292541503906,255.3321075439453,255.6764678955078,256.0148010253906,256.3470764160156,256.67474365234375,256.9959716796875,257.31146240234375,257.6221618652344,257.9261779785156,258.2249450683594,258.5187683105469,258.80596923828125,259.08843994140625,259.36566162109375,259.63677978515625,259.9037170410156,260.1651306152344,260.4212341308594,260.673583984375,260.92047119140625,261.16278076171875,261.4015197753906,261.6345520019531,261.8634948730469,262.08856201171875,262.3079833984375,262.52362060546875,262.73486328125,262.9406433105469,263.1429443359375,263.3402404785156,263.5325622558594,263.7215576171875,263.9051513671875,264.08428955078125,264.2598876953125,264.4300231933594,264.59625244140625,264.7584533691406,264.91534423828125,265.06878662109375,265.2176513671875,265.3615417480469,265.5022277832031,265.6377868652344,265.76885986328125,265.8965759277344,266.0188293457031,266.13714599609375,266.2513427734375,266.3601379394531,266.4655456542969,266.56610107421875,266.66180419921875,266.75433349609375,266.8418273925781,266.9252624511719,267.0053405761719,267.08056640625,267.152587890625,267.22088623046875,267.2850646972656,267.34674072265625,267.40460205078125,267.4591979980469,267.5116271972656,267.56060791015625,267.60736083984375,267.65179443359375,267.6935119628906,267.7337646484375,267.77191162109375,267.8086242675781,267.84423828125,267.8783874511719,267.9117736816406,267.9438781738281,267.975341796875,268.00579833984375,268.03533935546875,268.0640563964844,268.09161376953125,268.1185607910156,268.1441650390625,268.1688537597656,268.1924133300781,268.2146301269531,268.23583984375,268.2555236816406,268.2740783691406,268.2911682128906,268.3068542480469,268.3212585449219,268.3341064453125,268.3458557128906,268.3561096191406,268.3652038574219,268.37298583984375,268.3796081542969,268.3852233886719,268.3896179199219,268.3931884765625,268.3956604003906,268.3972473144531,268.3979187011719,268.3977355957031,268.3968505859375,268.3951416015625,268.392822265625,268.3897705078125,268.38629150390625,268.38226318359375,268.3778076171875,268.3730163574219,268.3678894042969,268.36260986328125,268.35711669921875,268.3516540527344,268.3460998535156,268.340576171875,268.3350830078125,268.32965087890625,268.3244323730469,268.3193054199219,268.3144226074219,268.30975341796875,268.30535888671875,268.3012390136719,268.2974548339844,268.29400634765625,268.29083251953125,268.28814697265625,268.28570556640625,268.2836608886719,268.281982421875,268.2805480957031,268.27947998046875,268.27862548828125,268.27813720703125,268.2779235839844,268.2779846191406,268.27825927734375,268.27880859375,268.2796325683594,268.2806091308594,268.2818298339844,268.2832336425781,268.2848205566406,268.28656005859375,268.2884216308594,268.2904052734375,268.2925720214844,268.2948303222656,268.2972106933594,268.2997131347656,268.3023986816406,268.3052062988281,268.3082275390625,268.3113708496094,268.31475830078125,268.3182678222656,268.3219299316406,268.3257751464844,268.3298034667969,268.3340148925781,268.3384094238281,268.3429870605469,268.3477478027344,268.352783203125,268.3580627441406,268.3635559082031,268.3693542480469,268.3753967285156,268.3817443847656,268.3883361816406,268.395263671875,268.40252685546875,268.4100646972656,268.41796875,268.4261474609375,268.4346618652344,268.4433898925781,268.4525146484375,268.4619140625,268.4716491699219,268.481689453125,268.49200439453125,268.502685546875,268.5135498046875,268.5248107910156,268.5363464355469,268.54815673828125,268.560302734375,268.57281494140625,268.5856018066406,268.5986328125,268.612060546875,268.625732421875,268.6397705078125,268.65399169921875,268.66851806640625,268.68328857421875,268.69830322265625,268.71356201171875,268.7290954589844,268.74481201171875,268.7607727050781,268.7769470214844,268.7933044433594,268.80987548828125,268.8265075683594,268.8433532714844,268.8601989746094,268.8771057128906,268.8939514160156,268.9107971191406,268.9275207519531,268.9439697265625,268.96026611328125,268.9762268066406,268.9919738769531,269.0073547363281,269.0224914550781,269.0372314453125,269.0516357421875,269.06561279296875,269.07916259765625,269.0922546386719,269.1048889160156,269.1170654296875,269.12872314453125,269.1399230957031,269.150634765625,269.1609191894531,269.1706848144531,269.17999267578125,269.1888122558594,269.1970520019531,269.204833984375,269.2119140625,269.2184753417969,269.224365234375,269.2295227050781,269.23394775390625,269.2375183105469,269.2389831542969,269.2397155761719,269.23712158203125,269.234130859375,269.23052978515625,269.226318359375,269.2213439941406,269.2155456542969,269.2088928222656,269.2011413574219,269.1923828125,269.182373046875,269.1709899902344,269.1581115722656,269.14361572265625,269.1273193359375,269.1090393066406,269.0885314941406,269.06573486328125,269.04052734375,269.0128173828125,268.9825439453125,268.9498291015625,268.9145812988281,268.8765869140625,268.83575439453125,268.79241943359375,268.746337890625,268.6974182128906,268.6455993652344,268.5908508300781,268.5330810546875,268.4721984863281,268.40838623046875,268.3415222167969,268.2716064453125,268.1986999511719,268.1227111816406,268.0436096191406,267.9614562988281,267.8763122558594,267.7882080078125,267.6969909667969,267.60272216796875,267.50531005859375,267.4048767089844,267.301513671875,267.19525146484375,267.0860900878906,266.9737854003906,266.858154296875,266.7391662597656,266.6169738769531,266.491943359375,266.363525390625,266.23150634765625,266.0960998535156,265.95751953125,265.81585693359375,265.6708984375,265.5225524902344,265.3709716796875,265.21624755859375,265.0585021972656,264.8966979980469,264.7310485839844,264.5618591308594,264.3894348144531,264.2136535644531,264.0338134765625,263.85052490234375,263.66363525390625,263.4731140136719,263.2792663574219,263.0821228027344,262.8808898925781,262.67529296875,262.4659423828125,262.252685546875,262.0349426269531,261.812744140625,261.5856628417969,261.3533935546875,261.1169738769531,260.87591552734375,260.6284484863281,260.3750915527344,260.117431640625,259.8550720214844,259.5868835449219,259.3139343261719,259.03680419921875,258.7545166015625,258.4676513671875,258.1774597167969,257.8826599121094,257.5823669433594,257.27783203125,256.96966552734375,256.6568298339844,256.33941650390625,256.01837158203125,255.69305419921875,255.36346435546875,255.03041076660156,254.69345092773438,254.3520965576172,254.00717163085938,253.65895080566406,253.30654907226562,252.94992065429688,252.58969116210938,252.22543334960938,251.85743713378906,251.486328125,251.11131286621094,250.73223876953125,250.34996032714844,249.96444702148438,249.57513427734375,249.18272399902344,248.787353515625,248.38844299316406,247.98626708984375,247.5812530517578,247.17279052734375,246.76100158691406,246.34646606445312,245.9286346435547,245.50733947753906,245.083251953125,244.65615844726562,244.22560119628906,243.79214477539062,243.35581970214844,242.91624450683594,242.4737548828125,242.02857971191406,241.58029174804688,241.12905883789062,240.67535400390625,240.21873474121094,239.75917053222656,239.29721069335938,238.83265686035156,238.365234375,237.8953399658203,237.423095703125,236.94813537597656,236.47067260742188,235.9910125732422,235.5087890625,235.0240020751953,234.53707885742188,234.04786682128906,233.55604553222656,233.06199645996094,232.5659637451172,232.06736755371094,231.56622314453125,231.0630340576172,230.5574951171875,230.04937744140625,229.5392608642578,229.02725219726562,228.51287841796875,227.99630737304688,227.47787475585938,226.95729064941406,226.4343719482422,225.90945434570312,225.3827667236328,224.85391235351562,224.32302856445312,223.79046630859375,223.25595092773438,222.71908569335938,222.1802215576172,221.6397705078125,221.0973663330078,220.55271911621094,220.00628662109375,219.4584503173828,218.9088134765625,218.3573455810547,217.80435180664062,217.2499237060547,216.69366455078125,216.135498046875,215.5755615234375,215.0140380859375,214.4504852294922,213.88470458984375,213.31695556640625,212.7473907470703,212.17539978027344,211.60105895996094,211.02459716796875,210.4462432861328,209.86532592773438,209.28184509277344,208.69615173339844,208.108642578125,207.5188446044922,206.92657470703125,206.33236694335938,205.73646545410156,205.1388397216797,204.5394287109375,203.9384307861328,203.3359375,202.73184204101562,202.12623596191406,201.51927185058594,200.9109344482422,200.301025390625,199.689697265625,199.07701110839844,198.46302795410156,197.84762573242188,197.2307586669922,196.6124267578125,195.99276733398438,195.37167358398438,194.74905395507812,194.12501525878906,193.4995880126953,192.87278747558594,192.24449157714844,191.61480712890625,190.9837646484375,190.3515167236328,189.71792602539062,189.08306884765625,188.44691467285156,187.8094940185547,187.1708221435547,186.531005859375,185.88998413085938,185.24783325195312,184.60455322265625,183.9601287841797,183.31451416015625,182.6677703857422,182.0198974609375,181.37083435058594,180.7205810546875,180.10528564453125,179.48922729492188,178.8724822998047,178.25526428222656,177.6375274658203,177.03793334960938,176.43777465820312,175.83677673339844,175.2347412109375,174.63140869140625,174.02659606933594,173.4201202392578,172.81190490722656,172.20193481445312,171.5902557373047,170.97686767578125,170.36195373535156,169.74551391601562,169.12770080566406,168.50851440429688,167.88804626464844,167.2662353515625,166.64308166503906,166.01866149902344,165.39288330078125,164.76571655273438,164.13720703125,163.50741577148438,162.87632751464844,162.24404907226562,161.6107177734375,160.97633361816406,160.34092712402344,159.70455932617188,159.06723022460938,158.42884826660156,157.7894744873047,157.1491241455078,156.5076904296875,155.86514282226562,155.2215576171875,154.57691955566406,153.93115234375,153.28433227539062,152.63645935058594,151.98745727539062,151.33738708496094,150.686279296875,150.03408813476562,149.3807830810547,148.7264404296875,148.07101440429688,147.4144744873047,146.7568817138672,146.09832763671875,145.43873596191406,144.77818298339844,144.1166534423828,143.4541778564453,142.790771484375,142.1263885498047,141.4609832763672,140.7946319580078,140.1272735595703,139.45887756347656,138.7895050048828,138.1190643310547,137.44760131835938,136.77511596679688,136.10159301757812,135.42698669433594,134.75132751464844,134.0746612548828,133.3969268798828,132.71817016601562,132.0384521484375,131.35772705078125,130.676025390625,129.99342346191406,129.3098602294922,128.62535095214844,127.93998718261719,127.25367736816406,126.56643676757812,125.87834930419922,125.18932342529297,124.4993896484375,123.80860900878906,123.11691284179688,122.42430114746094,121.7308349609375,121.03645324707031,120.3411636352539,119.64502716064453,118.94798278808594,118.25,117.55117797851562,116.85144805908203,116.15078735351562,115.44925689697266,114.746826171875,114.04345703125,113.3392562866211,112.6341323852539,111.9280776977539,111.22120666503906,110.51338195800781,109.80464172363281,109.0950698852539,108.38462829589844,107.67328643798828,106.96112060546875,106.24811553955078,105.53424072265625,104.81954956054688,104.1040267944336,103.3876724243164,102.67052459716797,101.95256042480469,101.23375701904297,100.51416778564453,99.79373168945312,99.07245635986328,98.350341796875,97.62735748291016,96.90350341796875,96.17875671386719,95.4531021118164,94.72657775878906,93.99916076660156,93.27081298828125,92.5416030883789,91.8115005493164,91.08055114746094,90.3487548828125,89.61609649658203,88.88265228271484,88.1484603881836,87.41352081298828,86.6780014038086,85.94190979003906,85.20536041259766,84.46843719482422,83.731201171875,82.9937744140625,82.25621795654297,81.51858520507812,80.78099822998047,80.04342651367188,79.30596160888672,78.56861877441406,77.8313980102539,77.09436798095703,76.3575210571289,75.620849609375,74.88441467285156,74.14813232421875,73.41200256347656,72.67595672607422,71.9397964477539,71.20343017578125,70.46672821044922,69.72954559326172,68.99182891845703,68.25348663330078,67.514404296875,66.77456665039062,66.03394317626953,65.29254150390625,64.5504379272461,63.807613372802734,63.06409454345703,62.31987762451172,61.574928283691406,60.82927322387695,60.08287048339844,59.33570861816406,58.58782958984375,57.83921432495117,57.089874267578125,56.33984375,55.58909606933594,54.83767318725586,54.085575103759766,53.33277130126953,52.579322814941406,51.8252067565918,51.07041931152344,50.31498336791992,49.558860778808594,48.80207824707031,48.04459762573242,47.286415100097656,46.527549743652344,45.76797103881836,45.00769805908203,44.246742248535156,43.48508834838867,42.72279357910156,41.959815979003906,41.19615173339844,40.43184280395508,39.66683578491211,38.90114974975586,38.13478088378906,37.36771011352539,36.5999755859375,35.83154296875,35.06241989135742,34.29261779785156,33.52211380004883,32.750946044921875,31.979106903076172,31.206588745117188,30.433406829833984,29.6595516204834,28.88503074645996,28.109848022460938,27.3339900970459,26.557493209838867,25.78034782409668,25.002567291259766,24.224153518676758,23.445098876953125,22.66542625427246,21.885129928588867,21.10419464111328,20.322641372680664,19.54046058654785,18.75766372680664,17.97425651550293,17.190237045288086,16.40561866760254,15.620404243469238,14.834587097167969,14.048166275024414,13.261147499084473,12.473531723022461,11.685295104980469,10.896430969238281,10.10693645477295,9.316788673400879,8.525994300842285,7.734547138214111,6.942445278167725,6.149703025817871,5.356313705444336,4.562282085418701,3.7676353454589844,2.9723708629608154,2.176481246948242,1.3799762725830078,0.5828492045402527],"data_position_y":[0.4517686069011688,0.45251017808914185,0.4532355070114136,0.4539903998374939,0.4547993242740631,0.4556695520877838,0.4565868377685547,0.45755356550216675,0.45855483412742615,0.4595471918582916,0.4604736566543579,0.4613047242164612,0.46198490262031555,0.4625183343887329,0.4628552794456482,0.4629812240600586,0.46294036507606506,0.46261295676231384,0.46215394139289856,0.4615340232849121,0.4607698619365692,0.459975928068161,0.45915868878364563,0.4584043025970459,0.4577399492263794,0.45719313621520996,0.45674797892570496,0.4564068615436554,0.45615312457084656,0.4559641182422638,0.45576515793800354,0.4555453360080719,0.455264687538147,0.4549034535884857,0.45442795753479004,0.4538534879684448,0.45318925380706787,0.45247167348861694,0.45176321268081665,0.45108795166015625,0.4505539834499359,0.45023125410079956,0.450143963098526,0.4503606855869293,0.4508003294467926,0.4514889419078827,0.452367901802063,0.453326940536499,0.454341322183609,0.4553205966949463,0.45622748136520386,0.45701009035110474,0.4575928747653961,0.45807480812072754,0.4584289491176605,0.4586697518825531,0.4590829610824585,0.45983412861824036,0.46087127923965454,0.4625162184238434,0.4647347331047058,0.467465877532959,0.470650851726532,0.4742389917373657,0.4781530499458313,0.4823245108127594,0.4868570566177368,0.49164730310440063,0.49667882919311523,0.5020039081573486,0.5075516700744629,0.5132938623428345,0.5192396640777588,0.5253872871398926,0.5316852331161499,0.5382259488105774,0.5449555516242981,0.5517598390579224,0.5587183833122253,0.5657495260238647,0.572788655757904,0.5798792243003845,0.5869801044464111,0.5942105054855347,0.6014198064804077,0.6087906360626221,0.6162932515144348,0.6239135265350342,0.6317224502563477,0.6397534608840942,0.6480575799942017,0.6566819548606873,0.6656532287597656,0.6749438047409058,0.6846749186515808,0.6947624683380127,0.7052221298217773,0.7160422801971436,0.7271755933761597,0.7385861873626709,0.7502249479293823,0.7621358633041382,0.7742215991020203,0.7865448594093323,0.7989778518676758,0.8115801811218262,0.8244016170501709,0.8373268842697144,0.8503994941711426,0.8636731505393982,0.8772134780883789,0.8909379839897156,0.9050391912460327,0.9193459749221802,0.9339583516120911,0.9489251375198364,0.9640929102897644,0.9795624613761902,0.9951506853103638,1.0110626220703125,1.0268609523773193,1.0427435636520386,1.0586628913879395,1.0744861364364624,1.0903548002243042,1.1062313318252563,1.122275948524475,1.1382591724395752,1.154449701309204,1.1708245277404785,1.1871483325958252,1.2037243843078613,1.2201874256134033,1.236735463142395,1.2532354593276978,1.2696417570114136,1.2860832214355469,1.3023309707641602,1.3185906410217285,1.3346093893051147,1.350760579109192,1.3666611909866333,1.3827857971191406,1.3987730741500854,1.4147857427597046,1.4308260679244995,1.4468300342559814,1.4629249572753906,1.4789354801177979,1.495201826095581,1.511361837387085,1.5277141332626343,1.5440210103988647,1.5603810548782349,1.5767889022827148,1.5929627418518066,1.6092287302017212,1.6250113248825073,1.6407625675201416,1.6560266017913818,1.670976996421814,1.6855370998382568,1.6995244026184082,1.7133333683013916,1.726302981376648,1.7391175031661987,1.7512108087539673,1.762961745262146,1.7742700576782227,1.7851169109344482,1.7956116199493408,1.8056045770645142,1.8151884078979492,1.8242319822311401,1.8326890468597412,1.840574026107788,1.8477754592895508,1.8542757034301758,1.8601486682891846,1.865196943283081,1.8700007200241089,1.8739887475967407,1.8775229454040527,1.8805086612701416,1.8830313682556152,1.8849235773086548,1.8859729766845703,1.8865491151809692,1.8860363960266113,1.8848075866699219,1.8825544118881226,1.8793476819992065,1.8749308586120605,1.8693283796310425,1.8624151945114136,1.8541464805603027,1.8446826934814453,1.8337727785110474,1.8221724033355713,1.809462070465088,1.796010136604309,1.7820509672164917,1.7673988342285156,1.752474308013916,1.7367923259735107,1.7207896709442139,1.7041257619857788,1.6872605085372925,1.669729471206665,1.6519259214401245,1.6338196992874146,1.6154720783233643,1.5976998805999756,1.5798144340515137,1.5624721050262451,1.5456373691558838,1.5291774272918701,1.513474702835083,1.4976375102996826,1.4827816486358643,1.4679006338119507,1.453409194946289,1.4389724731445312,1.4242165088653564,1.409631371498108,1.3944679498672485,1.3796781301498413,1.364943504333496,1.3502225875854492,1.3358404636383057,1.321481466293335,1.3077491521835327,1.2938933372497559,1.2805817127227783,1.2672722339630127,1.254206895828247,1.241536021232605,1.2285315990447998,1.2159961462020874,1.2028586864471436,1.1898646354675293,1.1763346195220947,1.1627240180969238,1.148880958557129,1.134774923324585,1.1212965250015259,1.107603907585144,1.0945897102355957,1.0817546844482422,1.0698785781860352,1.0583325624465942,1.0470346212387085,1.036380410194397,1.0256118774414062,1.0154937505722046,1.0052788257598877,0.9957680702209473,0.9862467050552368,0.9771147966384888,0.9681451320648193,0.9591870307922363,0.9506038427352905,0.9418182373046875,0.9335753917694092,0.9249916076660156,0.917000412940979,0.9087493419647217,0.9008982181549072,0.8931067585945129,0.8853647708892822,0.8780861496925354,0.8706638813018799,0.8640154600143433,0.8572522401809692,0.8510804176330566,0.8447064757347107,0.8386145234107971,0.8325812816619873,0.8264647722244263,0.8205714225769043,0.814324140548706,0.808506429195404,0.8023684024810791,0.7967640161514282,0.7910700440406799,0.7858427166938782,0.7809450626373291,0.7763575315475464,0.7723433971405029,0.7683668732643127,0.765018105506897,0.7614834904670715,0.7584971189498901,0.755180835723877,0.7521151304244995,0.7487137317657471,0.745476484298706,0.7421847581863403,0.7389826774597168,0.7362136244773865,0.7333991527557373,0.7313488125801086,0.7292569875717163,0.7280160188674927,0.7267869710922241,0.7263815402984619,0.7260671257972717,0.7264268398284912,0.7271071672439575,0.7282899618148804,0.730183482170105,0.7323125004768372,0.73537677526474,0.7385976314544678,0.7427930235862732,0.7471665143966675,0.7524725198745728,0.7579563856124878,0.7642016410827637,0.7707464098930359,0.777733564376831,0.785206139087677,0.7927334308624268,0.8007497787475586,0.8086217641830444,0.8169137239456177,0.8249720931053162,0.8334019184112549,0.8416029214859009,0.8501513004302979,0.8586798310279846,0.8675368428230286,0.8767473697662354,0.886184573173523,0.8962469696998596,0.9064803123474121,0.9175329208374023,0.9287017583847046,0.9407093524932861,0.9528357982635498,0.9655618071556091,0.9784091711044312,0.9915804862976074,1.0047516822814941,1.018009901046753,1.0313338041305542,1.044503927230835,1.0578869581222534,1.0710071325302124,1.0845205783843994,1.0978529453277588,1.1115443706512451,1.1251925230026245,1.139208197593689,1.1533256769180298,1.1677504777908325,1.1824723482131958,1.1972887516021729,1.21232271194458,1.2272473573684692,1.2423789501190186,1.2572721242904663,1.2724113464355469,1.287351131439209,1.302510380744934,1.3174912929534912,1.3326442241668701,1.3477602005004883,1.3629692792892456,1.3783291578292847,1.3935961723327637,1.4091180562973022,1.4244017601013184,1.4398940801620483,1.4550572633743286,1.4703900814056396,1.4853978157043457,1.5005671977996826,1.5155612230300903,1.5306453704833984,1.5458176136016846,1.5609447956085205,1.5763676166534424,1.5916253328323364,1.6072598695755005,1.6226969957351685,1.6384460926055908,1.6539795398712158,1.6697156429290771,1.6852705478668213,1.700823426246643,1.7162773609161377,1.7315300703048706,1.7468605041503906,1.7618544101715088,1.7769986391067505,1.7917876243591309,1.8067225217819214,1.821344256401062,1.836014747619629,1.8504605293273926,1.8649044036865234,1.8793270587921143,1.8937190771102905,1.9083528518676758,1.9229164123535156,1.9378772974014282,1.9527088403701782,1.967895269393921,1.9829497337341309,1.9981721639633179,2.0132365226745605,2.0282201766967773,2.042975902557373,2.057389497756958,2.071509599685669,2.0850889682769775,2.098400592803955,2.1111223697662354,2.123643398284912,2.1355886459350586,2.147355079650879,2.158745765686035,2.1700427532196045,2.181208610534668,2.192362070083618,2.203662395477295,2.214831590652466,2.2262074947357178,2.2373032569885254,2.2485227584838867,2.2593674659729004,2.2701597213745117,2.280571222305298,2.290811777114868,2.300765037536621,2.310436487197876,2.3199262619018555,2.3289990425109863,2.3379385471343994,2.346346378326416,2.3546111583709717,2.3623406887054443,2.369887590408325,2.376962423324585,2.3837990760803223,2.3902950286865234,2.3965067863464355,2.402526617050171,2.4081926345825195,2.413923740386963,2.419332981109619,2.4248406887054443,2.430009603500366,2.435121536254883,2.439861297607422,2.444328784942627,2.4483604431152344,2.4519336223602295,2.45509934425354,2.457676410675049,2.4599313735961914,2.4615511894226074,2.462876796722412,2.4636130332946777,2.4640774726867676,2.464054822921753,2.463759660720825,2.4631595611572266,2.4622292518615723,2.4611356258392334,2.4596471786499023,2.4580161571502686,2.455937623977661,2.4536664485931396,2.450934648513794,2.4479598999023438,2.444538116455078,2.4408228397369385,2.4367477893829346,2.432307243347168,2.4276082515716553,2.4224677085876465,2.417149066925049,2.411348581314087,2.40537691116333,2.39894700050354,2.392324924468994,2.3853063583374023,2.378016233444214,2.370400905609131,2.3623909950256348,2.354051113128662,2.345170259475708,2.3359761238098145,2.326237201690674,2.316272258758545,2.3058507442474365,2.295327663421631,2.2845637798309326,2.2737252712249756,2.2628188133239746,2.251788854598999,2.2407314777374268,2.2294154167175293,2.218007802963257,2.2061779499053955,2.19415283203125,2.18165922164917,2.168903112411499,2.155717134475708,2.1422674655914307,2.128540515899658,2.114591121673584,2.1005585193634033,2.086289882659912,2.07206130027771,2.0575995445251465,2.0431783199310303,2.028491258621216,2.0138323307037354,1.9989101886749268,1.9839731454849243,1.9688565731048584,1.953690528869629,1.9385064840316772,1.923188328742981,1.9079409837722778,1.8925269842147827,1.8771902322769165,1.861636996269226,1.8461792469024658,1.83057701587677,1.8150612115859985,1.799531102180481,1.7841116189956665,1.76872718334198,1.753345251083374,1.7380154132843018,1.722624659538269,1.707289218902588,1.6917818784713745,1.6762715578079224,1.6605360507965088,1.6447174549102783,1.6286717653274536,1.6125925779342651,1.5963969230651855,1.5802611112594604,1.5642268657684326,1.5483121871948242,1.5327242612838745,1.5173009634017944,1.5022337436676025,1.4873114824295044,1.472619891166687,1.4580391645431519,1.4435416460037231,1.429024338722229,1.4144972562789917,1.3998901844024658,1.3852206468582153,1.3705388307571411,1.3558694124221802,1.3413491249084473,1.3270134925842285,1.3129723072052002,1.299199104309082,1.2857524156570435,1.2725533246994019,1.2596075534820557,1.246812343597412,1.234182357788086,1.2216166257858276,1.2090497016906738,1.196480631828308,1.183762788772583,1.1709694862365723,1.157975196838379,1.1448707580566406,1.1316313743591309,1.1184582710266113,1.105421781539917,1.0926673412322998,1.0804331302642822,1.06864333152771,1.0574923753738403,1.0467913150787354,1.0366162061691284,1.0267949104309082,1.017286777496338,1.007960319519043,0.9988303184509277,0.9897556304931641,0.9807775020599365,0.9718581438064575,0.9630392789840698,0.954337477684021,0.9457595348358154,0.9374849796295166,0.9293509721755981,0.9215512275695801,0.9138963222503662,0.9064992666244507,0.8992554545402527,0.892258882522583,0.8853985071182251,0.8788262605667114,0.8724255561828613,0.8662651777267456,0.8603270053863525,0.8545246124267578,0.8490053415298462,0.8435831665992737,0.8384311199188232,0.8334529399871826,0.828751266002655,0.8242449760437012,0.8200891017913818,0.8162100911140442,0.8128193616867065,0.8098660707473755,0.8073904514312744,0.8054932355880737,0.8039286732673645,0.8029200434684753,0.8021358251571655,0.8016442060470581,0.8012906908988953,0.8009500503540039,0.8006737232208252,0.8003448247909546,0.8000544309616089,0.7996869087219238,0.799443244934082,0.7992281913757324,0.7993706464767456,0.7996755242347717,0.8004943132400513,0.8015422224998474,0.8029576539993286,0.8046824932098389,0.8065053224563599,0.8085964918136597,0.8106518983840942,0.8129180669784546,0.8150609731674194,0.8172845840454102,0.8194440603256226,0.8215367794036865,0.8236565589904785,0.8255980014801025,0.8278272151947021,0.8298864364624023,0.8324111104011536,0.8350822329521179,0.8381972312927246,0.841640830039978,0.8452941179275513,0.8493068814277649,0.8533454537391663,0.8575656414031982,0.861759603023529,0.8658930659294128,0.8701338768005371,0.8744337558746338,0.8788763880729675,0.8834123015403748,0.8878401517868042,0.8923617005348206,0.8965862989425659,0.9008746147155762,0.9049770832061768,0.9088945388793945,0.912899374961853,0.9166259765625,0.9206147193908691,0.9246076941490173,0.9289400577545166,0.9337723255157471,0.9389208555221558,0.9444642663002014,0.9501428604125977,0.9560425281524658,0.9620931148529053,0.9682410955429077,0.9742399454116821,0.9802330732345581,0.9854824542999268,0.9903661012649536,0.9942697286605835,0.9974265098571777,0.9997360706329346,1.001123070716858,1.0018925666809082,1.00187087059021,1.0015531778335571,1.0006171464920044,0.9993120431900024,0.997315526008606,0.9947715997695923,0.9914475679397583,0.9875861406326294,0.9829169511795044,0.9776302576065063,0.9713202714920044,0.9643253684043884,0.9562023878097534,0.9474376440048218,0.9377453327178955,0.9275932312011719,0.9167271852493286,0.9054756164550781,0.8937967419624329,0.8817092180252075,0.8693331480026245,0.8563108444213867,0.8430410623550415,0.8289029598236084,0.8145629167556763,0.799303412437439,0.7838290929794312,0.7675799131393433,0.751107931137085,0.7340851426124573,0.71694016456604,0.6995011568069458,0.6820223331451416,0.6643626689910889,0.6467297077178955,0.6288524866104126,0.611024022102356,0.5930079221725464,0.5748932957649231,0.5566494464874268,0.5382665991783142,0.5198260545730591,0.5011934041976929,0.48267048597335815,0.46399402618408203,0.4455629587173462,0.42712414264678955,0.409060537815094,0.39105382561683655,0.3734188377857208,0.35590633749961853,0.3387802839279175,0.32184529304504395,0.3053438365459442,0.2891172766685486,0.27356329560279846,0.25845280289649963,0.2440628707408905,0.23037394881248474,0.21744924783706665,0.20510807633399963,0.19328787922859192,0.1818922460079193,0.17077916860580444,0.1599631905555725,0.14917230606079102,0.138505220413208,0.12771734595298767,0.11701500415802002,0.10632738471031189,0.09587201476097107,0.08588153123855591,0.07638579607009888,0.06762251257896423,0.059512823820114136,0.05197468400001526,0.04494655132293701,0.03823584318161011,0.031666845083236694,0.025164157152175903,0.018599659204483032,0.012100696563720703,0.005582273006439209,-0.0007609724998474121,-0.006801307201385498,-0.01250573992729187,-0.017698466777801514,-0.022594183683395386,-0.02715030312538147,-0.031485527753829956,-0.035602450370788574,-0.03946515917778015,-0.04326450824737549,-0.046927422285079956,-0.05073070526123047,-0.054229408502578735,-0.05761235952377319,-0.0607171356678009,-0.063691645860672,-0.06639730930328369,-0.06890401244163513,-0.07145413756370544,-0.07386988401412964,-0.0765182375907898,-0.0792381763458252,-0.08224451541900635,-0.08547982573509216,-0.08854940533638,-0.09157329797744751,-0.09441962838172913,-0.09698906540870667,-0.09906281530857086,-0.10041822493076324,-0.10115408897399902,-0.10137967765331268,-0.10110968351364136,-0.10033273696899414,-0.09914161264896393,-0.0976829081773758,-0.09607931971549988,-0.09436997771263123,-0.09253346920013428,-0.09029057621955872,-0.08776941895484924,-0.08518868684768677,-0.08260241150856018,-0.07989001274108887,-0.07724741101264954,-0.07465371489524841,-0.07224822044372559,-0.07031753659248352,-0.06889373064041138,-0.06799492239952087,-0.06754645705223083,-0.06759870052337646,-0.06806120276451111,-0.06896108388900757,-0.07014468312263489,-0.07147234678268433,-0.07292133569717407,-0.07439592480659485,-0.07579293847084045,-0.0770094096660614,-0.07785585522651672,-0.0783568024635315,-0.0787399411201477,-0.07915782928466797,-0.079753577709198,-0.08029919862747192,-0.08093172311782837,-0.08123546838760376,-0.08153590559959412,-0.08203956484794617,-0.08311530947685242,-0.0845746099948883,-0.08647003769874573,-0.08922681212425232,-0.09164965152740479,-0.0940643846988678,-0.096524178981781,-0.09837678074836731,-0.09971895813941956,-0.10046423971652985,-0.1009293645620346,-0.10025250911712646,-0.0986362099647522,-0.09664896130561829,-0.0940452516078949,-0.09133246541023254,-0.08838045597076416,-0.08514842391014099,-0.08214691281318665,-0.07824689149856567,-0.07391881942749023,-0.06933861970901489,-0.06399616599082947,-0.05868533253669739,-0.05289265513420105,-0.046921879053115845,-0.04076439142227173,-0.03422814607620239,-0.027338683605194092,-0.02015089988708496,-0.012937784194946289,-0.005585819482803345,0.0013187527656555176,0.007854759693145752,0.013934493064880371,0.019484609365463257,0.024579674005508423,0.029238462448120117,0.033968597650527954,0.03829455375671387,0.042628586292266846,0.04705643653869629,0.05130034685134888,0.05587422847747803,0.05993032455444336,0.0639733374118805,0.06768709421157837,0.07129406929016113,0.07480514049530029,0.07966795563697815,0.0837177038192749,0.0863943099975586,0.08908629417419434,0.09066921472549438,0.09206750988960266,0.09293261170387268,0.09408551454544067,0.09578707814216614,0.09782588481903076,0.10046610236167908,0.10326847434043884,0.10519516468048096,0.10684072971343994,0.10729378461837769,0.10713565349578857,0.1070995032787323,0.10714229941368103,0.10746991634368896,0.1079174280166626,0.10872533917427063,0.10989674925804138,0.11221224069595337,0.11555033922195435,0.1194465160369873,0.12323039770126343,0.12613141536712646,0.1275452971458435,0.12719503045082092,0.1252141296863556,0.12186253070831299,0.11811164021492004,0.11402168869972229,0.11025720834732056,0.10678958892822266,0.10374376177787781,0.10120761394500732,0.09914025664329529,0.09745267033576965,0.09599918127059937,0.09463900327682495,0.0933448076248169,0.09202742576599121,0.09059181809425354,0.08914685249328613,0.08771628141403198,0.08638298511505127,0.08510264754295349,0.08404606580734253,0.08316656947135925,0.08256855607032776,0.08217194676399231,0.08201044797897339,0.08198738098144531,0.08215609192848206,0.08240744471549988,0.08283582329750061,0.0833258330821991,0.08392345905303955,0.08462396264076233,0.08541223406791687,0.08627045154571533,0.08722418546676636,0.08823320269584656,0.08936536312103271,0.09044212102890015,0.09147894382476807,0.09238305687904358,0.093159019947052,0.09382069110870361,0.09436032176017761,0.09484240412712097,0.09522327780723572,0.09559926390647888,0.09594637155532837,0.09624546766281128,0.09644544124603271,0.0965442955493927,0.09648451209068298,0.09621304273605347,0.09562668204307556,0.09478798508644104,0.09372925758361816,0.09246006608009338,0.09112000465393066,0.08979126811027527,0.08853980898857117,0.08746907114982605,0.08663350343704224,0.08601081371307373,0.08554649353027344,0.08527064323425293,0.08512121438980103,0.08502140641212463,0.08493971824645996,0.08483055233955383,0.08460858464241028,0.0843493640422821,0.08395296335220337,0.0834394097328186,0.0829419195652008,0.08251816034317017,0.08215159177780151,0.08194893598556519,0.08163437247276306,0.08110129833221436,0.08137142658233643,0.08308693766593933,0.08624234795570374,0.09022963047027588,0.09385478496551514,0.09626835584640503,0.09696424007415771,0.09623703360557556,0.09450536966323853,0.09202542901039124,0.0895005464553833,0.08716249465942383,0.08681809902191162,0.08767533302307129,0.09111446142196655,0.0981103777885437,0.10902252793312073,0.12370944023132324,0.14139026403427124,0.16008687019348145,0.17917272448539734,0.19937029480934143,0.22001913189888,0.24122589826583862,0.26316237449645996,0.28679367899894714,0.3119666576385498,0.3400903642177582,0.37117618322372437,0.4050598442554474,0.4421142041683197,0.48097100853919983,0.5208852291107178,0.56144118309021,0.6018519401550293,0.642155647277832,0.6816763877868652,0.7202184796333313,0.7578750848770142,0.7945085763931274,0.8309108018875122,0.8672740459442139,0.9039524793624878,0.9412436485290527,0.9791785478591919,1.0182621479034424,1.058313250541687,1.099421501159668,1.1415185928344727,1.1838068962097168,1.2265870571136475,1.2693942785263062,1.3118740320205688,1.3543672561645508,1.3963804244995117,1.438309907913208,1.4803082942962646,1.522174596786499,1.5645018815994263,1.6068675518035889,1.649664044380188,1.6928634643554688,1.7362555265426636,1.7803913354873657,1.82474946975708,1.8691864013671875,1.9140042066574097,1.9585306644439697,2.0031230449676514,2.047797679901123,2.092052459716797,2.1365554332733154,2.181053400039673,2.225350856781006,2.2700161933898926,2.3144948482513428,2.359005928039551,2.4036388397216797,2.448052406311035,2.492699146270752,2.537191390991211,2.581535577774048,2.6259148120880127,2.6697309017181396,2.7133970260620117,2.7568418979644775,2.7997093200683594,2.8426992893218994,2.8855156898498535,2.928053617477417,2.9708967208862305,3.0135581493377686,3.056304931640625,3.0991644859313965,3.141664743423462,3.184183120727539,3.226433277130127,3.2682912349700928,3.3101966381073,3.35160756111145,3.3925821781158447,3.4332785606384277,3.473215103149414,3.512794017791748,3.551959276199341,3.5904104709625244,3.6288018226623535,3.6668012142181396,3.7043330669403076,3.7419753074645996,3.779202461242676,3.816225051879883,3.8533310890197754,3.889993667602539,3.926584005355835,3.9629127979278564,3.9986319541931152,4.034183502197266,4.069213390350342,4.103686809539795,4.138088226318359,4.171878337860107,4.2052388191223145,4.238265514373779,4.270532608032227,4.302368640899658,4.33366060256958,4.364116191864014,4.394175052642822,4.42348051071167,4.451994895935059,4.480084419250488,4.507309913635254,4.53387975692749,4.559979438781738,4.585197925567627,4.609982490539551,4.634200096130371,4.6576409339904785,4.6808695793151855,4.703462600708008,4.725382328033447,4.746979236602783,4.767775535583496,4.7878522872924805,4.807282447814941,4.825804710388184,4.843778610229492,4.86124324798584,4.877796173095703,4.893893241882324,4.909199237823486,4.923535346984863,4.937310695648193,4.950131893157959,4.962073802947998,4.973506927490234,4.983942985534668,4.993777275085449,5.003139019012451,5.011561870574951,5.019685745239258,5.02723503112793,5.033957481384277,5.040604591369629,5.046571254730225,5.051980018615723,5.057369232177734,5.062063694000244,5.066441535949707,5.070641994476318,5.07412052154541,5.077399253845215,5.080183982849121,5.082205295562744,5.0840959548950195,5.085294723510742,5.085780620574951,5.085974216461182,5.085313320159912,5.084046840667725,5.082236289978027,5.079461574554443,5.072704315185547,5.061455249786377,5.0469560623168945,5.031455039978027,5.014992713928223,4.995845794677734,4.976431846618652,4.956216812133789,4.934756755828857,4.913511753082275,4.891332149505615,4.869207859039307,4.847657203674316,4.825868129730225,4.804164409637451,4.782472133636475,4.760217666625977,4.737837314605713,4.715062141418457,4.691531181335449,4.667752265930176,4.6434006690979,4.618223667144775,4.592957019805908,4.567073345184326,4.540554523468018,4.514018535614014,4.486878871917725,4.4592790603637695,4.431691646575928,4.403487205505371,4.375050067901611,4.3465189933776855,4.317322254180908,4.288057327270508,4.258543491363525,4.2283616065979,4.198236465454102,4.1676716804504395,4.136582374572754,4.105668544769287,4.074326515197754,4.042534828186035,4.0111212730407715,3.979187488555908,3.947052240371704,3.9152305126190186,3.8827898502349854,3.8503036499023438,3.8179233074188232,3.784862756729126,3.7519044876098633,3.718869924545288,3.6851556301116943,3.651887893676758,3.6184754371643066,3.5847177505493164,3.5517539978027344,3.518648624420166,3.4856960773468018,3.453631639480591,3.421412944793701,3.389796733856201,3.3589117527008057,3.327847957611084,3.297656297683716,3.267894744873047,3.238025665283203,3.20902681350708,3.180114269256592,3.151252508163452,3.1231281757354736,3.094849109649658,3.0668928623199463,3.0394093990325928,3.0117015838623047,2.98456072807312,2.957669973373413,2.930677890777588,2.9044384956359863,2.878260612487793,2.8523166179656982,2.827218770980835,2.802031993865967,2.777595043182373,2.753831624984741,2.7300519943237305,2.707246780395508,2.6848671436309814,2.6627023220062256,2.641559600830078,2.620619058609009,2.6003832817077637,2.5811033248901367,2.561955213546753,2.5438501834869385,2.526503562927246,2.5093994140625,2.4936249256134033,2.478303909301758,2.4635701179504395,2.449974536895752,2.4364359378814697,2.4234015941619873,2.4105262756347656,2.3971571922302246,2.3834877014160156,2.368896245956421,2.353694438934326,2.337477684020996,2.320234775543213,2.302522897720337,2.283724069595337,2.264662027359009,2.2448906898498535,2.2247867584228516,2.204632520675659,2.183969497680664,2.1637065410614014,2.1429038047790527,2.1224923133850098,2.102081775665283,2.081663131713867,2.061849355697632,2.0418195724487305,2.0225064754486084,2.0030336380004883,1.9839072227478027,1.964922308921814,1.945709228515625,1.92683744430542,1.9074523448944092,1.8883371353149414,1.8689215183258057,1.849448800086975,1.8300466537475586,1.8103935718536377,1.7910631895065308,1.7712793350219727,1.7519404888153076,1.7325228452682495,1.7132303714752197,1.6944029331207275,1.6755026578903198,1.6574000120162964,1.6390951871871948,1.6214985847473145,1.6042312383651733,1.5872254371643066,1.5710179805755615,1.5549044609069824,1.5396440029144287,1.524368166923523,1.509665608406067,1.495164394378662,1.4809256792068481,1.4671705961227417,1.4534902572631836,1.4405876398086548,1.4278346300125122,1.4158657789230347,1.4045052528381348,1.3938076496124268,1.3841835260391235,1.375040054321289,1.3671033382415771,1.359708309173584,1.353224515914917,1.3474136590957642,1.3421483039855957,1.3375399112701416,1.3333051204681396,1.329751968383789,1.3265107870101929,1.3239245414733887,1.3218443393707275,1.3204119205474854,1.3196415901184082,1.3194516897201538,1.3200836181640625,1.3211878538131714,1.3229225873947144,1.32511568069458,1.3276424407958984,1.3304500579833984,1.3334051370620728,1.3364644050598145,1.339577555656433,1.3428517580032349,1.3461992740631104,1.3497834205627441,1.353647232055664,1.3576858043670654,1.3620150089263916,1.3664662837982178,1.3710099458694458,1.3755685091018677,1.3800408840179443,1.384461760520935,1.3888258934020996,1.3932033777236938,1.397565245628357,1.4020233154296875,1.406604528427124,1.4113960266113281,1.4164035320281982,1.421694278717041,1.427337646484375,1.4333131313323975,1.4396333694458008,1.446304202079773,1.4533014297485352,1.460598349571228,1.468146800994873,1.4759905338287354,1.48404860496521,1.492355227470398,1.5009304285049438,1.5097283124923706,1.5188145637512207,1.5281198024749756,1.5377445220947266,1.547608494758606,1.5577497482299805,1.5680928230285645,1.5787057876586914,1.5895087718963623,1.6005291938781738,1.61172616481781,1.623113751411438,1.6347012519836426,1.6463903188705444,1.6582238674163818,1.6700198650360107,1.6819205284118652,1.693759799003601,1.705660104751587,1.71769118309021,1.7297581434249878,1.7420721054077148,1.754441738128662,1.7671717405319214,1.7801234722137451,1.793409824371338,1.806947946548462,1.8208355903625488,1.8349049091339111,1.8491811752319336,1.8635467290878296,1.8779202699661255,1.8922829627990723,1.9064061641693115,1.9205033779144287,1.934427261352539,1.9482370615005493,1.9620072841644287,1.9757851362228394,1.9897328615188599,2.0038838386535645,2.018272876739502,2.032609224319458,2.0474088191986084,2.0622053146362305,2.076794147491455,2.091135263442993,2.1052186489105225,2.1189985275268555,2.132321834564209,2.1453440189361572,2.1579713821411133,2.1702566146850586,2.182183265686035,2.1938016414642334,2.205200672149658,2.216338634490967,2.2273011207580566,2.238074541091919,2.24855899810791,2.2588274478912354,2.2684099674224854,2.277679920196533,2.2865753173828125,2.295020341873169,2.3031089305877686,2.310650587081909,2.3177452087402344,2.3244142532348633,2.3305447101593018,2.3361458778381348,2.3412961959838867,2.3460283279418945,2.3503763675689697,2.354464530944824,2.358421564102173,2.362156391143799,2.3657150268554688,2.3690030574798584,2.3718953132629395,2.374422073364258,2.376410961151123,2.377737283706665,2.3784847259521484,2.378502368927002,2.3776886463165283,2.376054525375366,2.3735156059265137,2.3701863288879395,2.36607027053833,2.3611040115356445,2.3554439544677734,2.349057197570801,2.3419039249420166,2.3340606689453125,2.3254313468933105,2.316018581390381,2.305845022201538,2.294889211654663,2.28305983543396,2.270343065261841,2.2567806243896484,2.2424087524414062,2.2273638248443604,2.2114744186401367,2.1946990489959717,2.176943778991699,2.1583333015441895,2.138864755630493,2.118614435195923,2.0975894927978516,2.075704574584961,2.0529072284698486,2.0292482376098633,2.004887104034424,1.9798023700714111,1.9539669752120972,1.9272724390029907,1.8999072313308716,1.8720248937606812,1.8434382677078247,1.8141155242919922,1.7839231491088867,1.7532795667648315,1.722177505493164,1.6904432773590088,1.6579726934432983,1.624743103981018,1.590929627418518,1.556445837020874,1.5215075016021729,1.4862114191055298,1.4503170251846313,1.4137760400772095,1.376712441444397,1.3395076990127563,1.3020684719085693,1.2643272876739502,1.226438045501709,1.188589096069336,1.1514036655426025,1.1149382591247559,1.0788052082061768,1.0433344841003418,1.009520173072815,0.9771454334259033,0.9453955888748169,0.9146444201469421,0.8851071000099182,0.8562129735946655,0.8279611468315125,0.800835132598877,0.7744910717010498,0.7482798099517822,0.722786545753479,0.6987149715423584,0.6753032803535461,0.6522582769393921,0.6301649808883667,0.6088693141937256,0.5879328846931458,0.5678571462631226,0.5485731959342957,0.5296345949172974,0.5115804672241211,0.49460819363594055,0.4781905710697174,0.4621325731277466,0.4471539855003357,0.43311089277267456,0.4194869101047516,0.4066522717475891,0.3944261968135834,0.38241174817085266,0.37112903594970703,0.3607530891895294,0.35075220465660095,0.3412419259548187,0.3326270282268524,0.32442519068717957,0.3165590167045593,0.309427410364151,0.3028179705142975,0.29646480083465576,0.29085785150527954,0.28589582443237305,0.28119608759880066,0.27726510167121887,0.27421724796295166,0.27157482504844666,0.2695941627025604,0.2686372995376587,0.2682526409626007,0.2684120535850525,0.26959800720214844,0.2714369595050812,0.27370283007621765,0.2768624424934387,0.2808014154434204,0.28508231043815613,0.29008832573890686,0.2959386706352234,0.30213433504104614,0.30880916118621826,0.31626713275909424,0.3241424858570099,0.3322647511959076,0.34106194972991943,0.3503451347351074,0.3597715198993683,0.3696790635585785,0.38013607263565063,0.39078083634376526,0.40165871381759644,0.4131494164466858,0.4249575138092041,0.4368095099925995,0.44920188188552856,0.4621623456478119,0.47527772188186646,0.4887791574001312,0.5030232071876526,0.5175688862800598,0.5322286486625671,0.5476313233375549,0.5636277198791504,0.5798394680023193,0.5965229272842407,0.6142008304595947,0.6323407888412476,0.6505867838859558,0.6692608594894409,0.688412070274353,0.7077043056488037,0.7270896434783936,0.7471842765808105,0.7677797079086304,0.7884695529937744,0.8095278143882751,0.8317990303039551,0.8547885417938232,0.87795090675354,0.901549220085144,0.9261906743049622,0.9512988924980164,0.9764606952667236,1.0019171237945557,1.0278539657592773,1.0539755821228027,1.0800037384033203,1.1063768863677979,1.1335316896438599,1.161178708076477,1.1890040636062622,1.2175397872924805,1.2470340728759766,1.2770600318908691,1.3072304725646973,1.3380358219146729,1.3696235418319702,1.4015264511108398,1.4333794116973877,1.4655697345733643,1.4988752603530884,1.5325361490249634,1.5663139820098877,1.60017991065979,1.6345263719558716,1.6687430143356323,1.7027509212493896,1.736391544342041,1.7694966793060303,1.8018629550933838,1.8335037231445312,1.864707350730896,1.8952069282531738,1.9249627590179443,1.9539190530776978,1.9822850227355957,2.0099384784698486,2.036886692047119,2.0629870891571045,2.088263988494873,2.112727165222168,2.1364221572875977,2.1592769622802734,2.1812384128570557,2.2025790214538574,2.2232978343963623,2.243335723876953,2.2624399662017822,2.281067371368408,2.2989299297332764,2.316038131713867,2.332346200942993,2.3478143215179443,2.362299919128418,2.3758208751678467,2.3884072303771973,2.3999321460723877,2.410548686981201,2.42026948928833,2.4290809631347656,2.437040328979492,2.4442996978759766,2.4508090019226074,2.4546597003936768,2.456914186477661,2.4573116302490234,2.455591917037964,2.451725721359253,2.443814992904663,2.4338483810424805,2.4225645065307617,2.410109043121338,2.3968751430511475,2.3832144737243652,2.3693184852600098,2.3553338050842285,2.341254949569702,2.3270814418792725,2.312690258026123,2.297926902770996,2.2827115058898926,2.2669057846069336,2.250464916229248,2.2333216667175293,2.2156686782836914,2.1974875926971436,2.178659439086914,2.159395217895508,2.1398303508758545,2.1199793815612793,2.099843740463257,2.0797619819641113,2.059614419937134,2.039217472076416,2.0188193321228027,1.9985020160675049,1.9780023097991943,1.9574389457702637,1.937129259109497,1.916777491569519,1.8963788747787476,1.8761825561523438,1.8563189506530762,1.836457371711731,1.8167747259140015,1.7974871397018433,1.7782812118530273,1.7592613697052002,1.740654468536377,1.7223073244094849,1.7040987014770508,1.6862599849700928,1.6689339876174927,1.6518168449401855,1.6351170539855957,1.619011402130127,1.603171944618225,1.5874674320220947,1.572118878364563,1.556862711906433,1.5417046546936035,1.5266141891479492,1.511502981185913,1.4964569807052612,1.4815694093704224,1.4666645526885986,1.4519305229187012,1.437301516532898,1.4226908683776855,1.4083096981048584,1.3941469192504883,1.380164623260498,1.366368055343628,1.3530468940734863,1.3400624990463257,1.3273534774780273,1.3152284622192383,1.303499698638916,1.2920129299163818,1.2811002731323242,1.270599365234375,1.260190725326538,1.2502933740615845,1.2407500743865967,1.2311995029449463,1.2220499515533447,1.2131562232971191,1.2041497230529785,1.1954535245895386,1.186948537826538,1.178293228149414,1.1698296070098877,1.161497712135315,1.1529691219329834,1.144595742225647,1.136274814605713,1.1277141571044922,1.1192779541015625,1.1109857559204102,1.1024247407913208,1.0939929485321045,1.0856959819793701,1.077254056930542,1.0689327716827393,1.06087064743042,1.0525659322738647,1.0444852113723755,1.0366592407226562,1.0286147594451904,1.0209318399429321,1.0135082006454468,1.0060056447982788,0.9986584186553955,0.9915125966072083,0.9842903017997742,0.9771015644073486,0.969990074634552,0.9627878665924072,0.9555927515029907,0.9483230113983154,0.9408495426177979,0.933303952217102,0.9256517887115479,0.9177698493003845,0.9098213911056519,0.9017491340637207,0.8935401439666748,0.8853462934494019,0.8770921230316162,0.8688740730285645,0.8608391284942627,0.8528239727020264,0.8449240922927856,0.8374062776565552,0.8300198316574097,0.8229801654815674,0.8161826729774475,0.8096497058868408,0.803437352180481,0.7974177002906799,0.7914289236068726,0.7857203483581543,0.779949426651001,0.7741639614105225,0.7684652805328369,0.7626174688339233,0.7567543983459473,0.7508617639541626,0.7448195219039917,0.7388074398040771,0.7326860427856445,0.72661292552948,0.7206746339797974,0.7147470116615295,0.7090003490447998,0.7035249471664429,0.6981114745140076,0.692922055721283,0.6878603100776672,0.6828582882881165,0.6780969500541687,0.6732670068740845,0.668401837348938,0.6636598110198975,0.6587561368942261,0.6538000106811523,0.6487308740615845,0.6434909701347351,0.6381925940513611,0.6326379179954529,0.6269413232803345,0.621151328086853,0.6151009798049927,0.6089442372322083,0.6026804447174072,0.5962975025177002,0.5899629592895508,0.5835596323013306,0.5771962404251099,0.5710244178771973,0.5648441314697266,0.558792233467102,0.5528666973114014,0.5469568371772766,0.5412582159042358,0.5355592966079712,0.5298857688903809,0.5243963599205017,0.5188004374504089,0.5132706165313721,0.5077755451202393,0.5021913647651672,0.49669501185417175,0.49113011360168457,0.48557934165000916,0.4801601469516754,0.4747253358364105,0.469460129737854,0.4643043577671051,0.45918184518814087,0.45422104001045227,0.4491756558418274,0.4442511796951294,0.4394644796848297,0.4346044063568115,0.4299529194831848,0.4254016876220703,0.4209370017051697,0.41674894094467163,0.412593275308609,0.4086858928203583,0.40501588582992554,0.4014744460582733,0.39826712012290955,0.3952193260192871,0.39239010214805603,0.38988059759140015,0.3875972330570221,0.3856337070465088,0.38396644592285156,0.3825567662715912,0.3815445899963379,0.3807559311389923,0.38025981187820435,0.3800378143787384,0.38003334403038025,0.3803318738937378,0.3807963728904724,0.3814666271209717,0.3824121952056885,0.3834991753101349,0.384777307510376,0.386195570230484,0.3876911997795105,0.38927537202835083,0.39088305830955505,0.39244556427001953,0.39397183060646057,0.3954393267631531,0.39679113030433655,0.3979961574077606,0.39913955330848694,0.40021368861198425,0.4011990427970886,0.40221986174583435,0.4032185971736908,0.4042419493198395,0.4053071439266205,0.40633153915405273,0.4073580503463745,0.4083663821220398,0.4092584550380707,0.41002175211906433,0.4107411801815033,0.4113323986530304,0.4118337631225586],"data_position_z":[205.8016815185547,205.8072967529297,205.8129119873047,205.8185272216797,205.82415771484375,205.8297576904297,205.8354034423828,205.8409881591797,205.84654235839844,205.8520965576172,205.85760498046875,205.86306762695312,205.86849975585938,205.8738555908203,205.87921142578125,205.8844757080078,205.8896942138672,205.89486694335938,205.89996337890625,205.90496826171875,205.90989685058594,205.91470336914062,205.91940307617188,205.92398071289062,205.92840576171875,205.93264770507812,205.9367218017578,205.94058227539062,205.9442901611328,205.94773864746094,205.95103454589844,205.9541473388672,205.95704650878906,205.9597625732422,205.96229553222656,205.9646759033203,205.96685791015625,205.96888732910156,205.9707489013672,205.9724578857422,205.9739990234375,205.97540283203125,205.9766387939453,205.97772216796875,205.97865295410156,205.97943115234375,205.98008728027344,205.98062133789062,205.98106384277344,205.98143005371094,205.98171997070312,205.98194885253906,205.98208618164062,205.98219299316406,205.98223876953125,205.9822235107422,205.98216247558594,205.98207092285156,205.98194885253906,205.9817657470703,205.9815216064453,205.98123168945312,205.9808807373047,205.9804229736328,205.97991943359375,205.97923278808594,205.9784698486328,205.9775848388672,205.97653198242188,205.9753875732422,205.97412109375,205.97276306152344,205.9712677001953,205.9696502685547,205.96791076660156,205.96607971191406,205.9641571044922,205.9621124267578,205.9600372314453,205.95782470703125,205.95559692382812,205.95321655273438,205.9508056640625,205.9483184814453,205.9457244873047,205.94313049316406,205.94041442871094,205.93768310546875,205.9348602294922,205.93202209472656,205.9291229248047,205.9262237548828,205.92337036132812,205.9204864501953,205.91770935058594,205.91488647460938,205.91217041015625,205.90940856933594,205.9066925048828,205.9040069580078,205.90127563476562,205.8986358642578,205.8959503173828,205.89337158203125,205.8907470703125,205.88821411132812,205.8856658935547,205.8831787109375,205.88064575195312,205.87818908691406,205.87576293945312,205.87332153320312,205.87095642089844,205.86849975585938,205.86611938476562,205.86358642578125,205.86105346679688,205.85841369628906,205.85562133789062,205.85281372070312,205.84974670410156,205.84666442871094,205.84327697753906,205.83975219726562,205.83599853515625,205.8319549560547,205.8277130126953,205.8231201171875,205.818359375,205.81309509277344,205.80764770507812,205.80165100097656,205.79530334472656,205.78868103027344,205.78135681152344,205.77383422851562,205.7655029296875,205.75682067871094,205.7474365234375,205.7375030517578,205.7269287109375,205.7155303955078,205.7034454345703,205.69041442871094,205.6767120361328,205.6619415283203,205.6461639404297,205.62945556640625,205.61154174804688,205.59251403808594,205.57215881347656,205.5506591796875,205.52781677246094,205.5035858154297,205.4780731201172,205.45108032226562,205.42266845703125,205.3926544189453,205.36109924316406,205.3279266357422,205.29296875,205.25643920898438,205.21795654296875,205.1776885986328,205.13543701171875,205.09109497070312,205.04464721679688,204.9958038330078,204.94471740722656,204.89100646972656,204.83499145507812,204.77610778808594,204.71484375,204.65069580078125,204.58412170410156,204.51478576660156,204.4427490234375,204.36813354492188,204.2904510498047,204.21034240722656,204.1267547607422,204.04071044921875,203.9512939453125,203.8589630126953,203.76348876953125,203.6650848388672,203.5635528564453,203.45843505859375,203.35064697265625,203.23976135253906,203.12600708007812,203.00953674316406,202.89059448242188,202.76925659179688,202.64549255371094,202.51953125,202.39088439941406,202.26004028320312,202.12615966796875,201.98980712890625,201.8504180908203,201.7080535888672,201.5623016357422,201.41259765625,201.25973510742188,201.10302734375,200.9429168701172,200.77896118164062,200.6116180419922,200.44085693359375,200.2661895751953,200.08840942382812,199.9059600830078,199.72007751464844,199.5297088623047,199.3349609375,199.1356658935547,198.9311981201172,198.7230224609375,198.50942993164062,198.29164123535156,198.0696258544922,197.8434600830078,197.6140899658203,197.3804168701172,197.14381408691406,196.9027557373047,196.65786743164062,196.40916442871094,196.15611267089844,195.8994598388672,195.63771057128906,195.37188720703125,195.10121154785156,194.8263397216797,194.5470733642578,194.2631378173828,193.9758758544922,193.68397521972656,193.38909912109375,193.0899200439453,192.7873992919922,192.4810028076172,192.1705322265625,191.85646057128906,191.53736877441406,191.21478271484375,190.8870391845703,190.5552978515625,190.21832275390625,189.87716674804688,189.5315704345703,189.18087768554688,188.82630920410156,188.466796875,188.103271484375,187.73472595214844,187.36212158203125,186.98519897460938,186.6040496826172,186.21914672851562,185.82965087890625,185.43663024902344,185.03883361816406,184.63763427734375,184.23158264160156,183.82188415527344,183.40765380859375,182.98916625976562,182.5666961669922,182.13938903808594,181.7083740234375,181.27218627929688,180.8324432373047,180.3877716064453,179.93960571289062,179.4868621826172,179.03012084960938,178.56930541992188,178.10403442382812,177.6350555419922,177.1613311767578,176.6838836669922,176.2016143798828,175.71546936035156,175.22450256347656,174.7291259765625,174.22921752929688,173.7246856689453,173.21609497070312,172.70281982421875,172.1858367919922,171.6641845703125,171.13900756835938,170.6094512939453,170.07632446289062,169.53883361816406,168.9972686767578,168.4514923095703,167.90113830566406,167.34678649902344,166.7874755859375,166.2241973876953,165.6558837890625,165.08363342285156,164.5063934326172,163.92515563964844,163.33901977539062,162.7484893798828,162.15333557128906,161.55331420898438,160.94911193847656,160.33978271484375,159.72637939453125,159.10781860351562,158.4851837158203,157.85751342773438,157.22584533691406,156.58929443359375,155.94851684570312,155.30328369140625,154.6536102294922,154.0000457763672,153.34194946289062,152.68019104003906,152.01397705078125,151.34413146972656,150.66989135742188,149.99203491210938,149.30970764160156,148.62359619140625,147.9330291748047,147.23822021484375,146.5392608642578,145.83578491210938,145.12826538085938,144.4160614013672,143.6999969482422,142.9792022705078,142.25466918945312,141.52560424804688,140.79286193847656,140.05589294433594,139.31544494628906,138.57098388671875,137.8228759765625,137.07110595703125,136.3154296875,135.55630493164062,134.79293823242188,134.02610778808594,133.25511169433594,132.4807891845703,131.70223999023438,130.9202880859375,130.1342010498047,129.3445281982422,128.55111694335938,127.75408172607422,126.95368194580078,126.14961242675781,125.3424301147461,124.53138732910156,123.71732330322266,122.89934539794922,122.0783462524414,121.25347137451172,120.4253158569336,119.59353637695312,118.75824737548828,117.91976928710938,117.07764434814453,116.23259735107422,115.38392639160156,114.53248596191406,113.67739868164062,112.81958770751953,111.95819854736328,111.09382629394531,110.22607421875,109.35505676269531,108.48099517822266,107.6035385131836,106.72331237792969,105.83966064453125,104.95337677001953,104.06381225585938,103.17173767089844,102.27654266357422,101.37883758544922,100.4782943725586,99.57508850097656,98.66934967041016,97.76080322265625,96.84996032714844,95.93633270263672,95.02050018310547,94.10198974609375,93.1813735961914,92.25819396972656,91.33291625976562,90.40519714355469,89.4752426147461,88.54295349121094,87.60828399658203,86.6715316772461,85.732421875,84.7914810180664,83.8482666015625,82.90335845947266,81.95637512207031,81.0077896118164,80.05733489990234,79.10528564453125,78.15161895751953,77.19636535644531,76.23965454101562,75.28132629394531,74.32164001464844,73.36031341552734,72.39773559570312,71.43354797363281,70.46809387207031,69.50111389160156,68.53282165527344,67.56312561035156,66.59209442138672,65.619873046875,64.64639282226562,63.67189407348633,62.69622802734375,61.719703674316406,60.74211502075195,59.76373291015625,58.784400939941406,57.80429458618164,56.823421478271484,55.841835021972656,54.85962677001953,53.87678909301758,52.89345169067383,51.909568786621094,50.92527770996094,49.94049072265625,48.95538330078125,47.96990203857422,46.98416519165039,45.998172760009766,45.011985778808594,44.02565002441406,43.03923797607422,42.05280685424805,41.06643295288086,40.08018493652344,39.094120025634766,38.10829544067383,37.122745513916016,36.13752746582031,35.15266799926758,34.168235778808594,33.184226989746094,32.20075607299805,31.217771530151367,30.235414505004883,29.25364875793457,28.2725887298584,27.29221534729004,26.31264305114746,25.333900451660156,24.35604476928711,23.379180908203125,22.40326499938965,21.428478240966797,20.4547176361084,19.482177734375,18.51075553894043,17.540626525878906,16.571693420410156,15.60412883758545,14.637883186340332,13.67303466796875,12.70966911315918,11.747712135314941,10.787393569946289,9.828532218933105,8.871392250061035,7.915806770324707,6.962035179138184,6.009921550750732,5.059653282165527,4.1111907958984375,3.16455078125,2.2197885513305664,1.2768384218215942,0.33590802550315857,-0.6031417846679688,-1.5400255918502808,-2.474900722503662,-3.4074435234069824,-4.337797164916992,-5.265717029571533,-6.191212177276611,-7.114245414733887,-8.03472900390625,-8.952771186828613,-9.868170738220215,-10.78114128112793,-11.691412925720215,-12.599189758300781,-13.504230499267578,-14.406644821166992,-15.30626106262207,-16.203067779541016,-17.09701156616211,-17.987957000732422,-18.876028060913086,-19.76091766357422,-20.64287567138672,-21.52153968811035,-22.397153854370117,-23.26937484741211,-24.138469696044922,-25.004140853881836,-25.86644744873047,-26.725374221801758,-27.580734252929688,-28.432815551757812,-29.28118324279785,-30.126232147216797,-30.967510223388672,-31.805416107177734,-32.63948059082031,-33.46997833251953,-34.29662322998047,-35.11946105957031,-35.938453674316406,-36.7535400390625,-37.56491470336914,-38.37227249145508,-39.17598342895508,-39.97561264038086,-40.77167510986328,-41.563655853271484,-42.35203552246094,-43.13634490966797,-43.91693115234375,-44.69337844848633,-45.46584701538086,-46.2342414855957,-46.99839401245117,-47.75846481323242,-48.51394271850586,-49.26529312133789,-50.01194763183594,-50.75448226928711,-51.492469787597656,-52.22630310058594,-52.955718994140625,-53.681053161621094,-54.40201950073242,-55.11882400512695,-55.831241607666016,-56.539276123046875,-57.242835998535156,-57.9417610168457,-58.636051177978516,-59.32554626464844,-60.010414123535156,-60.690399169921875,-61.36582946777344,-62.0363655090332,-62.70241165161133,-63.36362838745117,-64.0204086303711,-64.67257690429688,-65.32032775878906,-65.96366119384766,-66.6026382446289,-67.23719787597656,-67.86738586425781,-68.49311065673828,-69.11409759521484,-69.7303237915039,-70.341552734375,-70.9476089477539,-71.5485610961914,-72.14429473876953,-72.7350082397461,-73.32073974609375,-73.90145111083984,-74.47737121582031,-75.04835510253906,-75.6146240234375,-76.17605590820312,-76.73287200927734,-77.28487396240234,-77.83226013183594,-78.37480926513672,-78.9127197265625,-79.4457015991211,-79.97399139404297,-80.4974365234375,-81.01615905761719,-81.53015899658203,-82.0393295288086,-82.54373931884766,-83.04322814941406,-83.53789520263672,-84.027587890625,-84.51252746582031,-84.99244689941406,-85.4677505493164,-85.93802642822266,-86.4035873413086,-86.8642578125,-87.32003784179688,-87.77098083496094,-88.2169418334961,-88.65799713134766,-89.09390258789062,-89.5247573852539,-89.9503173828125,-90.37084197998047,-90.78596496582031,-91.19622039794922,-91.6011734008789,-92.00131225585938,-92.39663696289062,-92.7870864868164,-93.17320251464844,-93.55439758300781,-93.93128204345703,-94.3033676147461,-94.67121887207031,-95.0342025756836,-95.39263153076172,-95.74617767333984,-96.09478759765625,-96.438720703125,-96.77764129638672,-97.11203002929688,-97.44149017333984,-97.76673126220703,-98.08712768554688,-98.4032211303711,-98.71472930908203,-99.02190399169922,-99.3247299194336,-99.6230697631836,-99.91724395751953,-100.20686340332031,-100.49234771728516,-100.7731704711914,-101.04959106445312,-101.32147216796875,-101.58842468261719,-101.85065460205078,-102.10798645019531,-102.36087036132812,-102.60938262939453,-102.85337829589844,-103.0933837890625,-103.32887268066406,-103.5604476928711,-103.7874755859375,-104.0101089477539,-104.22863006591797,-104.4424057006836,-104.65251159667969,-104.85791015625,-105.05943298339844,-105.25665283203125,-105.44964599609375,-105.63887786865234,-105.8235092163086,-106.004150390625,-106.18030548095703,-106.35182189941406,-106.5187759399414,-106.68051147460938,-106.83747100830078,-106.99006652832031,-107.13809204101562,-107.2822494506836,-107.42201232910156,-107.55776977539062,-107.68992614746094,-107.81777954101562,-107.94268035888672,-108.063720703125,-108.18168640136719,-108.29634094238281,-108.40742492675781,-108.51531982421875,-108.61943817138672,-108.7198715209961,-108.81643676757812,-108.90913391113281,-108.99861145019531,-109.08467102050781,-109.1676254272461,-109.24764251708984,-109.32423400878906,-109.39825439453125,-109.46878051757812,-109.536865234375,-109.60140228271484,-109.66338348388672,-109.7217788696289,-109.77703857421875,-109.8287124633789,-109.87689971923828,-109.92170715332031,-109.96277618408203,-110.0006103515625,-110.03473663330078,-110.06593322753906,-110.09343719482422,-110.11817932128906,-110.13920593261719,-110.15734100341797,-110.17190551757812,-110.18315124511719,-110.19088745117188,-110.1950912475586,-110.19574737548828,-110.19268798828125,-110.1860122680664,-110.17562866210938,-110.16158294677734,-110.14408111572266,-110.12303924560547,-110.0984878540039,-110.07064819335938,-110.03927612304688,-110.00474548339844,-109.9667739868164,-109.92593383789062,-109.88178253173828,-109.83507537841797,-109.78539276123047,-109.73357391357422,-109.67943572998047,-109.62384033203125,-109.56671905517578,-109.50889587402344,-109.45047760009766,-109.39215087890625,-109.33419036865234,-109.2771987915039,-109.22187042236328,-109.16831970214844,-109.11705780029297,-109.06827545166016,-109.02212524414062,-108.97879028320312,-108.93824768066406,-108.9007339477539,-108.86608123779297,-108.83462524414062,-108.80598449707031,-108.78063201904297,-108.75811767578125,-108.7389907836914,-108.7230453491211,-108.71068572998047,-108.70199584960938,-108.69715881347656,-108.69620513916016,-108.6991958618164,-108.7057876586914,-108.71605682373047,-108.7297592163086,-108.74674987792969,-108.76713562011719,-108.79067993164062,-108.81776428222656,-108.84809875488281,-108.88206481933594,-108.91960144042969,-108.96078491210938,-109.00560760498047,-109.05390930175781,-109.10553741455078,-109.16041564941406,-109.21862030029297,-109.28013610839844,-109.34483337402344,-109.41263580322266,-109.4833755493164,-109.55746459960938,-109.63479614257812,-109.71542358398438,-109.7990951538086,-109.88599395751953,-109.9759750366211,-110.06868743896484,-110.16435241699219,-110.2625503540039,-110.36356353759766,-110.46711730957031,-110.57331085205078,-110.68243408203125,-110.7943344116211,-110.90919494628906,-111.02703094482422,-111.14788055419922,-111.27220153808594,-111.39993286132812,-111.5309066772461,-111.66504669189453,-111.80255889892578,-111.94322204589844,-112.0868911743164,-112.2334213256836,-112.3828125,-112.53514099121094,-112.69050598144531,-112.84869384765625,-113.00958251953125,-113.17321014404297,-113.33949279785156,-113.50845336914062,-113.68032836914062,-113.85498809814453,-114.03205108642578,-114.21153259277344,-114.39347076416016,-114.5779800415039,-114.76492309570312,-114.95436096191406,-115.14622497558594,-115.3406753540039,-115.53778839111328,-115.73750305175781,-115.93991088867188,-116.14508819580078,-116.35324096679688,-116.5645751953125,-116.77898406982422,-116.99615478515625,-117.21588134765625,-117.43815612792969,-117.66316223144531,-117.89067840576172,-118.12105560302734,-118.35388946533203,-118.5889663696289,-118.82612609863281,-119.06587219238281,-119.30829620361328,-119.5531005859375,-119.8014144897461,-120.05267333984375,-120.30651092529297,-120.56324768066406,-120.82313537597656,-121.08645629882812,-121.35285949707031,-121.62318420410156,-121.8970947265625,-122.17375183105469,-122.45327758789062,-122.73529052734375,-123.02054595947266,-123.30923461914062,-123.60089874267578,-123.8967514038086,-124.19587707519531,-124.49798583984375,-124.80326843261719,-125.11111450195312,-125.42228698730469,-125.73682403564453,-126.05487823486328,-126.37666320800781,-126.70195770263672,-127.030517578125,-127.36174774169922,-127.69580841064453,-128.03219604492188,-128.3712615966797,-128.71295166015625,-129.05770874023438,-129.40542602539062,-129.75648498535156,-130.11093139648438,-130.46803283691406,-130.82806396484375,-131.19085693359375,-131.55615234375,-131.92462158203125,-132.2953643798828,-132.66909790039062,-133.04568481445312,-133.42559814453125,-133.80865478515625,-134.1955108642578,-134.58448791503906,-134.97535705566406,-135.36929321289062,-135.76536560058594,-136.1640167236328,-136.5648651123047,-136.96817016601562,-137.37425231933594,-137.7825164794922,-138.19371032714844,-138.60842895507812,-139.0250701904297,-139.44448852539062,-139.8660125732422,-140.2902069091797,-140.7179718017578,-141.14894104003906,-141.58303833007812,-142.01986694335938,-142.45986938476562,-142.903076171875,-143.35067749023438,-143.80197143554688,-144.2561492919922,-144.71240234375,-145.17007446289062,-145.62875366210938,-146.08860778808594,-146.5501708984375,-147.01394653320312,-147.4805450439453,-147.95001220703125,-148.42259216308594,-148.89828491210938,-149.376953125,-149.8586883544922,-150.3434600830078,-150.83126831054688,-151.32205200195312,-151.81568908691406,-152.3123016357422,-152.81173706054688,-153.31398010253906,-153.8190460205078,-154.3270263671875,-154.83782958984375,-155.35137939453125,-155.86766052246094,-156.38658142089844,-156.90798950195312,-157.43148803710938,-157.95677185058594,-158.48345947265625,-159.01116943359375,-159.5393524169922,-160.067626953125,-160.5953826904297,-161.12213134765625,-161.64743041992188,-162.17088317871094,-162.6921844482422,-163.21107482910156,-163.72743225097656,-164.24107360839844,-164.75196838378906,-165.25997924804688,-165.76495361328125,-166.26683044433594,-166.7654266357422,-167.26072692871094,-167.75262451171875,-168.24118041992188,-168.72625732421875,-169.2078857421875,-169.6861114501953,-170.1609649658203,-170.6324005126953,-171.10052490234375,-171.5653839111328,-172.02700805664062,-172.48532104492188,-172.94027709960938,-173.391845703125,-173.83987426757812,-174.28427124023438,-174.72503662109375,-175.1620330810547,-175.59524536132812,-176.0247802734375,-176.45068359375,-176.87290954589844,-177.29156494140625,-177.70664978027344,-178.1182403564453,-178.5262908935547,-178.93089294433594,-179.3319854736328,-179.72964477539062,-180.1239013671875,-180.51458740234375,-180.90171813964844,-181.28530883789062,-181.6653289794922,-182.04241943359375,-182.41653442382812,-182.7855987548828,-183.14886474609375,-183.50694274902344,-183.86151123046875,-184.2140655517578,-184.5653076171875,-184.9155731201172,-185.26419067382812,-185.61061096191406,-185.95452880859375,-186.295654296875,-186.63377380371094,-186.9686737060547,-187.29995727539062,-187.6275177001953,-187.9503631591797,-188.2677001953125,-188.57920837402344,-188.88409423828125,-189.18447875976562,-189.48031616210938,-189.7676239013672,-190.04844665527344,-190.32427978515625,-190.59292602539062,-190.85220336914062,-191.1024627685547,-191.33987426757812,-191.56626892089844,-191.78378295898438,-191.99374389648438,-192.19741821289062,-192.39404296875,-192.58566284179688,-192.77325439453125,-192.95574951171875,-193.1337890625,-193.30686950683594,-193.47421264648438,-193.63589477539062,-193.79061889648438,-193.93817138671875,-194.07827758789062,-194.2116241455078,-194.3388214111328,-194.45867919921875,-194.57254028320312,-194.6795196533203,-194.77928161621094,-194.87359619140625,-194.96070861816406,-195.04148864746094,-195.11656188964844,-195.18479919433594,-195.24745178222656,-195.30323791503906,-195.35243225097656,-195.3951873779297,-195.43080139160156,-195.46121215820312,-195.48497009277344,-195.5029296875,-195.51559448242188,-195.52127075195312,-195.52151489257812,-195.5159912109375,-195.50379943847656,-195.48670959472656,-195.4631805419922,-195.43350219726562,-195.3987579345703,-195.35711669921875,-195.3094940185547,-195.2559356689453,-195.19549560546875,-195.1297607421875,-195.05770874023438,-194.97991943359375,-194.89694213867188,-194.80728149414062,-194.71240234375,-194.6115264892578,-194.50399780273438,-194.39158630371094,-194.27239990234375,-194.1467742919922,-194.01571655273438,-193.877197265625,-193.73252868652344,-193.58132934570312,-193.42237854003906,-193.2575225830078,-193.0851287841797,-192.90609741210938,-192.7216796875,-192.53042602539062,-192.33351135253906,-192.1310272216797,-191.9215850830078,-191.70680236816406,-191.48593139648438,-191.2586212158203,-191.02638244628906,-190.7875518798828,-190.54257202148438,-190.2925262451172,-190.03550720214844,-189.7727813720703,-189.5044708251953,-189.22927856445312,-188.948486328125,-188.66123962402344,-188.36724853515625,-188.06814575195312,-187.76235961914062,-187.450927734375,-187.13470458984375,-186.81216430664062,-186.48451232910156,-186.15162658691406,-185.81236267089844,-185.46824645996094,-185.1182403564453,-184.7622833251953,-184.4016876220703,-184.0349578857422,-183.66268920898438,-183.28573608398438,-182.9026336669922,-182.51458740234375,-182.12147521972656,-181.7223663330078,-181.31863403320312,-180.9093475341797,-180.49429321289062,-180.0747528076172,-179.6489715576172,-179.2174530029297,-178.78103637695312,-178.33811950683594,-177.89015197753906,-177.43739318847656,-176.97866821289062,-176.5155487060547,-176.04747009277344,-175.57400512695312,-175.09645080566406,-174.61326599121094,-174.124755859375,-173.63217163085938,-173.13385009765625,-172.6309814453125,-172.12387084960938,-171.6112060546875,-171.09442138671875,-170.57290649414062,-170.0459747314453,-169.5151824951172,-168.97906494140625,-168.43788146972656,-167.892822265625,-167.3420867919922,-166.78671264648438,-166.22714233398438,-165.66172790527344,-165.09202575683594,-164.517578125,-163.93743896484375,-163.353271484375,-162.76397705078125,-162.16949462890625,-161.5712127685547,-160.9676971435547,-160.359619140625,-159.74758911132812,-159.1302032470703,-158.5087127685547,-157.88340759277344,-157.25328063964844,-156.61956787109375,-155.98184204101562,-155.33970642089844,-154.69436645507812,-154.04624938964844,-153.39430236816406,-152.739013671875,-152.08168029785156,-151.42221069335938,-150.75918579101562,-150.0927276611328,-149.42276000976562,-148.74853515625,-148.06997680664062,-147.38714599609375,-146.70120239257812,-146.01119995117188,-145.31817626953125,-144.62179565429688,-143.9217071533203,-143.2188720703125,-142.5126495361328,-141.80299377441406,-141.0907440185547,-140.37481689453125,-139.6555633544922,-138.93368530273438,-138.20791625976562,-137.4789276123047,-136.74725341796875,-136.0117950439453,-135.27340698242188,-134.53221130371094,-133.78738403320312,-133.039794921875,-132.28919982910156,-131.5352325439453,-130.77883911132812,-130.0193634033203,-129.25689697265625,-128.4921875,-127.72439575195312,-126.95402526855469,-126.18142700195312,-125.40570068359375,-124.62755584716797,-123.84716033935547,-123.06375122070312,-122.27828216552734,-121.49050903320312,-120.70005798339844,-119.9078140258789,-119.11324310302734,-118.31641387939453,-117.51800537109375,-116.71729278564453,-115.91463470458984,-115.1104736328125,-114.30394744873047,-113.49566650390625,-112.68577575683594,-111.87355041503906,-111.05975341796875,-110.24417114257812,-109.42645263671875,-108.60735321044922,-107.78634643554688,-106.96347045898438,-106.13937377929688,-105.31334686279297,-104.48575592041016,-103.65694427490234,-102.82630920410156,-101.99440002441406,-101.16120147705078,-100.32633209228516,-99.4903564453125,-98.65296173095703,-97.81410217285156,-96.97425079345703,-96.13290405273438,-95.29026794433594,-94.44662475585938,-93.60150146484375,-92.7552719116211,-91.9079360961914,-91.05921173095703,-90.20958709716797,-89.35871887207031,-88.50667572021484,-87.65380859375,-86.79973602294922,-85.94469451904297,-85.08881378173828,-84.23180389404297,-83.3740234375,-82.51531219482422,-81.65563201904297,-80.79529571533203,-79.93400573730469,-79.0718994140625,-78.2091293334961,-77.34545135498047,-76.48110961914062,-75.61609649658203,-74.75032806396484,-73.88406372070312,-73.0171890258789,-72.14984130859375,-71.28208923339844,-70.41390228271484,-69.54537200927734,-68.67634582519531,-67.80693817138672,-66.93706512451172,-66.06661987304688,-65.19568634033203,-64.32405090332031,-63.451805114746094,-62.578819274902344,-61.705047607421875,-60.830570220947266,-59.955204010009766,-59.079193115234375,-58.20232391357422,-57.32473373413086,-56.446414947509766,-55.56730270385742,-54.68755340576172,-53.807029724121094,-52.925933837890625,-52.04416275024414,-51.161800384521484,-50.278873443603516,-49.395320892333984,-48.51128387451172,-47.626609802246094,-46.74141311645508,-45.855613708496094,-44.96921920776367,-44.08224105834961,-43.194602966308594,-42.30644607543945,-41.4175910949707,-40.52812957763672,-39.63801956176758,-38.74723434448242,-37.85585403442383,-36.96375274658203,-36.07112121582031,-35.17778778076172,-34.28385543823242,-33.389312744140625,-32.49412155151367,-31.59836196899414,-30.701955795288086,-29.805034637451172,-28.907508850097656,-28.00945472717285,-27.110843658447266,-26.211658477783203,-25.31193733215332,-24.411582946777344,-23.510692596435547,-22.609149932861328,-21.70700454711914,-20.804231643676758,-19.900806427001953,-18.996814727783203,-18.092185974121094,-17.18703269958496,-16.28131103515625,-15.37507438659668,-14.468337059020996,-13.561112403869629,-12.653413772583008,-11.745200157165527,-10.836511611938477,-9.927292823791504,-9.01756763458252,-8.107300758361816,-7.196502685546875,-6.2851762771606445,-5.373298645019531,-4.4609198570251465,-3.548041582107544,-2.634699821472168,-1.72091805934906,-0.8067096471786499,0.10791777074337006,1.022965669631958,1.938432216644287,2.85434889793396,3.7707135677337646,4.687566757202148,5.60491418838501,6.522742748260498,7.441064834594727,8.35985279083252,9.279098510742188,10.198785781860352,11.118907928466797,12.039468765258789,12.960478782653809,13.881951332092285,14.803886413574219,15.726308822631836,16.64922332763672,17.572647094726562,18.496572494506836,19.421005249023438,20.34593391418457,21.27135467529297,22.1972599029541,23.123632431030273,24.05046844482422,24.977752685546875,25.905475616455078,26.83363151550293,27.762222290039062,28.691240310668945,29.62070083618164,30.550596237182617,31.480918884277344,32.41167449951172,33.34286117553711,34.27448654174805,35.20654296875,36.1390266418457,37.071929931640625,38.0052490234375,38.938987731933594,39.873130798339844,40.807682037353516,41.742645263671875,42.678001403808594,43.6137580871582,44.54989242553711,45.486427307128906,46.423343658447266,47.36066436767578,48.29840087890625,49.23655700683594,50.17518615722656,51.114234924316406,52.05369186401367,52.99345397949219,53.93331527709961,54.872982025146484,55.81214904785156,56.75040817260742,57.68738555908203,58.622737884521484,59.5561637878418,60.48740005493164,61.41630935668945,62.34259033203125,63.26621627807617,64.18706512451172,65.10505676269531,66.02017211914062,66.93232727050781,67.84148406982422,68.7474594116211,69.65013122558594,70.54908752441406,71.44482421875,72.33741760253906,73.22673797607422,74.11282348632812,74.99565887451172,75.87532043457031,76.75166320800781,77.62468719482422,78.4944076538086,79.36075592041016,80.22372436523438,81.08321380615234,81.93927001953125,82.79185485839844,83.64095306396484,84.48552703857422,85.3267822265625,86.1627197265625,86.99560546875,87.82540130615234,88.65218353271484,89.47579193115234,90.29635620117188,91.11381530761719,91.92811584472656,92.73942565917969,93.54776763916016,94.35309600830078,95.15554809570312,95.95513916015625,96.7518310546875,97.54569244384766,98.3369369506836,99.12562561035156,99.91193389892578,100.69596862792969,101.47772979736328,102.25736999511719,103.03498077392578,103.81051635742188,104.58407592773438,105.35572814941406,106.12541961669922,106.8931655883789,107.65885162353516,108.42243957519531,109.1839370727539,109.94320678710938,110.70025634765625,111.45513153076172,112.20774841308594,112.95812225341797,113.70620727539062,114.45196533203125,115.19548797607422,115.93680572509766,116.67591857910156,117.41278076171875,118.14739990234375,118.87982177734375,119.61019897460938,120.3385238647461,121.0648193359375,121.78895568847656,122.51091003417969,123.23062896728516,123.94810485839844,124.6634292602539,125.37680053710938,126.08795166015625,126.79668426513672,127.50322723388672,128.20773315429688,128.91030883789062,129.61090087890625,130.30950927734375,131.00628662109375,131.7012481689453,132.39443969726562,133.0852813720703,133.77401733398438,134.4607391357422,135.14566040039062,135.8287353515625,136.50961303710938,137.1885528564453,137.86582946777344,138.54153442382812,139.2156982421875,139.8883819580078,140.55931091308594,141.22817993164062,141.89535522460938,142.56085205078125,143.2242889404297,143.88575744628906,144.54515075683594,145.20230102539062,145.85755920410156,146.5107879638672,147.16098022460938,147.80833435058594,148.45352172851562,149.09628295898438,149.7360076904297,150.37315368652344,151.00811767578125,151.64031982421875,152.26998901367188,152.897705078125,153.52291870117188,154.1448516845703,154.76429748535156,155.38160705566406,155.9960479736328,156.60765075683594,157.2169189453125,157.82350158691406,158.4273223876953,159.0288543701172,159.62794494628906,160.22410583496094,160.8178253173828,161.40927124023438,161.99761962890625,162.5828857421875,163.16551208496094,163.74502563476562,164.3214874267578,164.89529418945312,165.46578979492188,166.03269958496094,166.59664916992188,167.15762329101562,167.71493530273438,168.26913452148438,168.82032775878906,169.36781311035156,169.91180419921875,170.45266723632812,170.9896697998047,171.52285766601562,172.05276489257812,172.5786590576172,173.1002960205078,173.61837768554688,174.13259887695312,174.64230346679688,175.1481475830078,175.65016174316406,176.14761352539062,176.64102172851562,177.13063049316406,177.6157684326172,178.09657287597656,178.57363891601562,179.04632568359375,179.51446533203125,179.97879028320312,180.43907165527344,180.89474487304688,181.34640502929688,181.7942657470703,182.23765563964844,182.67684936523438,183.11236572265625,183.5436248779297,183.9705047607422,184.39369201660156,184.81298828125,185.22776794433594,185.63864135742188,186.04592895507812,186.44879150390625,186.8470916748047,187.2416534423828,187.63192749023438,188.0173797607422,188.3988494873047,188.77659606933594,189.1498260498047,189.51873779296875,189.884033203125,190.24508666992188,190.6012725830078,190.95338439941406,191.3017578125,191.64564514160156,191.98509216308594,192.32073974609375,192.65220642089844,192.97850036621094,193.30018615722656,193.6180419921875,193.93115234375,194.23875427246094,194.5419158935547,194.8414306640625,195.13644409179688,195.4264373779297,195.7122802734375,195.9943389892578,196.27175903320312,196.54429626464844,196.81234741210938,197.07638549804688,197.33558654785156,197.58953857421875,197.83908081054688,198.08482360839844,198.32569885253906,198.56199645996094,198.7943572998047,199.02317810058594,199.24710083007812,199.46585083007812,199.68014526367188,199.89073181152344,200.09658813476562,200.29708862304688,200.49343872070312,200.6862030029297,200.875244140625,201.0605010986328,201.24237060546875,201.42092895507812,201.5957489013672,201.76722717285156,201.93568420410156,202.10122680664062,202.26336669921875,202.4225311279297,202.578857421875,202.73269653320312,202.88377380371094,203.03184509277344,203.1770477294922,203.319580078125,203.45901489257812,203.5950164794922,203.7277374267578,203.85739135742188,203.98397827148438,204.1071319580078,204.22706604003906,204.34396362304688,204.4580535888672,204.56893920898438,204.6768341064453,204.78155517578125,204.88294982910156,204.9811553955078,205.07623291015625,205.16812133789062,205.2568359375,205.34246826171875,205.42477416992188,205.503662109375,205.5790252685547,205.65101623535156,205.7194061279297,205.7842254638672,205.80465698242188,205.82540893554688,205.84596252441406,205.86611938476562,205.8856201171875,205.88156127929688,205.87704467773438,205.8714141845703,205.86427307128906,205.8549346923828,205.84324645996094,205.8290557861328,205.8121795654297,205.79293823242188,205.77166748046875,205.748291015625,205.7227020263672,205.6951904296875,205.66563415527344,205.6339874267578,205.6002197265625,205.56431579589844,205.52635192871094,205.4864501953125,205.44461059570312,205.4010772705078,205.35568237304688,205.30882263183594,205.2606658935547,205.21151733398438,205.1614532470703,205.11077880859375,205.0596466064453,205.00819396972656,204.9565887451172,204.90504455566406,204.85366821289062,204.80247497558594,204.75173950195312,204.7016143798828,204.65208435058594,204.60324096679688,204.55526733398438,204.50823974609375,204.4621124267578,204.41705322265625,204.37307739257812,204.33023071289062,204.28846740722656,204.24810791015625,204.20901489257812,204.1712188720703,204.13478088378906,204.099609375,204.06558227539062,204.0327606201172,204.00115966796875,203.97084045410156,203.94158935546875,203.91343688964844,203.88662719726562,203.861083984375,203.8366241455078,203.8134765625,203.7916259765625,203.77076721191406,203.75120544433594,203.7329559326172,203.71571350097656,203.69961547851562,203.684814453125,203.67111206054688,203.65843200683594,203.64703369140625,203.63668823242188,203.6273193359375,203.61920166015625,203.61207580566406,203.60577392578125,203.60067749023438,203.59652709960938,203.5930938720703,203.5907440185547,203.5892791748047,203.5885009765625,203.5887451171875,203.58985900878906,203.59161376953125,203.59432983398438,203.5979461669922,203.60214233398438,203.60733032226562,203.61337280273438,203.62001037597656,203.6276397705078,203.63619995117188,203.64537048339844,203.65550231933594,203.66653442382812,203.67822265625,203.6908721923828,203.7042999267578,203.7184295654297,203.73345947265625,203.74920654296875,203.7655792236328,203.78277587890625,203.80064392089844,203.8190460205078,203.83819580078125,203.85791015625,203.8780975341797,203.89883422851562,203.92001342773438,203.94158935546875,203.96356201171875,203.98580932617188,204.00836181640625,204.03123474121094,204.0542449951172,204.07754516601562,204.10105895996094,204.12466430664062,204.14849853515625,204.1724395751953,204.19650268554688,204.22068786621094,204.24488830566406,204.26919555664062,204.29351806640625,204.31777954101562,204.3420867919922,204.3663330078125,204.39041137695312,204.41448974609375,204.43833923339844,204.46205139160156,204.4855194091797,204.5087127685547,204.53172302246094,204.55445861816406,204.5768585205078,204.59906005859375,204.62088012695312,204.6424102783203,204.66363525390625,204.68446350097656,204.7049560546875,204.7250518798828,204.74468994140625,204.7639617919922,204.78273010253906,204.8010711669922,204.8189697265625,204.83636474609375,204.85333251953125,204.86984252929688,204.88589477539062,204.90150451660156,204.91664123535156,204.931396484375,204.94573974609375,204.9596405029297,204.97315979003906,204.9862823486328,204.99900817871094,205.0113983154297,205.02334594726562,205.03492736816406,205.04615783691406,205.05694580078125,205.06735229492188,205.0773468017578,205.08689880371094,205.09605407714844,205.10476684570312,205.11305236816406,205.12094116210938,205.12838745117188,205.13546752929688,205.1421356201172,205.1484375,205.15443420410156,205.1600341796875,205.16534423828125,205.1703643798828,205.17506408691406,205.1795196533203,205.18370056152344,205.1876220703125,205.19134521484375,205.19479370117188,205.1980438232422,205.2010955810547,205.2039337158203,205.20663452148438,205.2091522216797,205.2115478515625,205.2138214111328,205.2159881591797,205.2180938720703,205.2200927734375,205.2220458984375,205.2239990234375,205.22586059570312,205.22772216796875,205.22959899902344,205.23147583007812,205.23338317871094,205.23529052734375,205.2372283935547,205.23919677734375,205.24118041992188,205.24322509765625,205.2453155517578,205.24745178222656,205.24964904785156,205.25186157226562,205.25413513183594,205.2564697265625,205.2588348388672,205.26126098632812,205.26376342773438,205.26632690429688,205.26895141601562,205.27166748046875,205.27447509765625,205.27737426757812,205.28033447265625,205.2834014892578,205.28651428222656,205.2897186279297,205.29299926757812,205.2963409423828,205.2997283935547,205.30319213867188,205.30673217773438,205.31031799316406,205.31396484375,205.31768798828125,205.32144165039062,205.32525634765625,205.3291015625,205.33302307128906,205.3369598388672,205.3408966064453,205.3448944091797,205.34889221191406,205.35287475585938,205.3568115234375,205.36074829101562,205.36460876464844,205.36843872070312],"fuel_at_start":100,"fuel_at_end":100,"fuel_consumed":0,"data_boost":[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"data_rotation_yaw":[0.7095710635185242,0.7095726728439331,0.709571361541748,0.709567129611969,0.7095589637756348,0.7095500826835632,0.7095358967781067,0.7095195651054382,0.7094981670379639,0.70947265625,0.7094435095787048,0.7094129323959351,0.709377110004425,0.7093400359153748,0.7092970609664917,0.7092529535293579,0.7092038989067078,0.7091507911682129,0.7090946435928345,0.7090336680412292,0.7089676260948181,0.708897054195404,0.7088205218315125,0.7087377905845642,0.7086487412452698,0.7085548043251038,0.7084550857543945,0.7083529233932495,0.7082483768463135,0.7081454992294312,0.708041787147522,0.7079405188560486,0.7078442573547363,0.7077497243881226,0.7076614499092102,0.7075768709182739,0.7074980139732361,0.7074270248413086,0.7073602676391602,0.707302987575531,0.7072508931159973,0.7072076797485352,0.7071710824966431,0.707144021987915,0.7071216106414795,0.7071061134338379,0.7070949673652649,0.7070872783660889,0.7070820927619934,0.7070785164833069,0.7070750594139099,0.7070727944374084,0.7070690393447876,0.707064151763916,0.7070589065551758,0.7070540189743042,0.7070448994636536,0.7070344090461731,0.7070190906524658,0.7070003151893616,0.7069735527038574,0.7069429755210876,0.7069067358970642,0.7068700194358826,0.7068291306495667,0.7067838907241821,0.7067310810089111,0.7066701650619507,0.7066060900688171,0.7065354585647583,0.7064635157585144,0.7063913941383362,0.7063229084014893,0.7062588334083557,0.7061982154846191,0.7061471343040466,0.7061002254486084,0.7060645222663879,0.7060310244560242,0.7060067653656006,0.7059848308563232,0.7059698700904846,0.7059592604637146,0.7059500217437744,0.7059489488601685,0.7059460878372192,0.7059515118598938,0.7059572339057922,0.7059692144393921,0.7059844136238098,0.7059994339942932,0.7060209512710571,0.7060385346412659,0.7060624361038208,0.7060813903808594,0.7061062455177307,0.7061276435852051,0.7061517238616943,0.7061748504638672,0.7061966061592102,0.7062219381332397,0.7062414288520813,0.7062650322914124,0.7062809467315674,0.7062970995903015,0.706305742263794,0.7063098549842834,0.7063114643096924,0.7063061594963074,0.7062980532646179,0.7062802314758301,0.7062631249427795,0.7062292098999023,0.7061936855316162,0.7061414122581482,0.7060871124267578,0.7060217261314392,0.7059466242790222,0.7058696150779724,0.705775260925293,0.7056828737258911,0.7055712938308716,0.7054573893547058,0.7053295373916626,0.7051868438720703,0.7050372958183289,0.7048643231391907,0.7046884298324585,0.7044865489006042,0.7042875289916992,0.7040594220161438,0.7038347125053406,0.7035923600196838,0.7033191919326782,0.7030625939369202,0.7027647495269775,0.7024866938591003,0.7021800875663757,0.7018725872039795,0.701536238193512,0.7011675238609314,0.7007882595062256,0.7003685832023621,0.6999412178993225,0.6994792222976685,0.6990039944648743,0.6984943151473999,0.6979434490203857,0.6973779201507568,0.6967783570289612,0.6961678266525269,0.6955210566520691,0.6948617100715637,0.6941789984703064,0.6934815049171448,0.6927692294120789,0.6920320987701416,0.691292941570282,0.6905083656311035,0.6897107362747192,0.6888539791107178,0.6879706978797913,0.6870386004447937,0.6860817074775696,0.6850780248641968,0.6840319037437439,0.682912290096283,0.6817432641983032,0.6804983615875244,0.679233729839325,0.6779149174690247,0.6765831708908081,0.6752294898033142,0.673870325088501,0.6725440621376038,0.6711853742599487,0.6698949337005615,0.668520450592041,0.6672191023826599,0.6658244132995605,0.6644166707992554,0.6629371047019958,0.6614455580711365,0.6599984169006348,0.6585857272148132,0.6572731733322144,0.6559372544288635,0.6546370387077332,0.6533127427101135,0.6520308256149292,0.6508739590644836,0.6497636437416077,0.6487722992897034,0.6477624177932739,0.6468192338943481,0.6458118557929993,0.6448258757591248,0.6437771320343018,0.64260333776474,0.641335666179657,0.6399469375610352,0.638596773147583,0.6371663212776184,0.6357530951499939,0.6342336535453796,0.632756233215332,0.631372332572937,0.6299853324890137,0.6286551356315613,0.6272028088569641,0.6257869005203247,0.624178409576416,0.6224399209022522,0.6205725073814392,0.6186217665672302,0.6167739033699036,0.6148433685302734,0.6129814386367798,0.6110658049583435,0.6092715263366699,0.6076074242591858,0.6059520840644836,0.6044344305992126,0.6028526425361633,0.6013379096984863,0.5997975468635559,0.5981050133705139,0.5962732434272766,0.5942601561546326,0.5922778844833374,0.5903189778327942,0.5884079933166504,0.586502194404602,0.5845088958740234,0.5825861692428589,0.580633819103241,0.5788830518722534,0.5771020650863647,0.5754615068435669,0.5738311409950256,0.572157084941864,0.5705506801605225,0.5687934756278992,0.5671226978302002,0.5652276873588562,0.5632579922676086,0.5610991716384888,0.5589122772216797,0.5567436218261719,0.554649829864502,0.5526801347732544,0.5506463050842285,0.5486889481544495,0.5466251969337463,0.5445780158042908,0.5426021218299866,0.540614664554596,0.5387348532676697,0.5367414355278015,0.5348899364471436,0.5329024195671082,0.5310625433921814,0.5291167497634888,0.5272436141967773,0.5253440737724304,0.5233952403068542,0.5214691162109375,0.519385576248169,0.5173631310462952,0.5151335597038269,0.5130264759063721,0.5107789635658264,0.5085917711257935,0.5062928199768066,0.504020094871521,0.5017871856689453,0.49959251284599304,0.49752065539360046,0.495412141084671,0.49339985847473145,0.49129194021224976,0.4892638921737671,0.48716825246810913,0.4850500226020813,0.4829184412956238,0.4806616008281708,0.4784669280052185,0.47611063718795776,0.4738426208496094,0.47144168615341187,0.46918177604675293,0.46689996123313904,0.4647308886051178,0.46261876821517944,0.4604969322681427,0.45844948291778564,0.4562456011772156,0.4541012644767761,0.45174628496170044,0.44947728514671326,0.44699323177337646,0.4446060359477997,0.4420771598815918,0.4395865201950073,0.43706801533699036,0.43448391556739807,0.43196576833724976,0.4293040335178375,0.4267539381980896,0.4240276515483856,0.42145413160324097,0.4187154471874237,0.4161330461502075,0.4134279191493988,0.4108106791973114,0.40817007422447205,0.40546950697898865,0.40284818410873413,0.40010905265808105,0.397504061460495,0.394763708114624,0.3921891450881958,0.38950207829475403,0.3869847059249878,0.384371280670166,0.3818591833114624,0.3793019652366638,0.37671008706092834,0.3741336762905121,0.37143000960350037,0.36876583099365234,0.3659192621707916,0.3631649613380432,0.36021217703819275,0.35734930634498596,0.35427844524383545,0.35129886865615845,0.34823229908943176,0.34527191519737244,0.34234151244163513,0.33947160840034485,0.3366990089416504,0.3339116871356964,0.3312198519706726,0.3284747898578644,0.325810045003891,0.32301628589630127,0.3202800154685974,0.31741103529930115,0.3146355152130127,0.31177467107772827,0.3089573383331299,0.30615589022636414,0.3032694160938263,0.30041182041168213,0.29743826389312744,0.29453301429748535,0.29151248931884766,0.28863924741744995,0.2856743335723877,0.28289803862571716,0.28003692626953125,0.2772299647331238,0.27435100078582764,0.2714402973651886,0.26849648356437683,0.2653792202472687,0.26229384541511536,0.25901636481285095,0.2558567523956299,0.2524947226047516,0.24929803609848022,0.24594078958034515,0.24272803962230682,0.23944605886936188,0.23616378009319305,0.23289093375205994,0.22950920462608337,0.22620275616645813,0.2226872444152832,0.2193363904953003,0.21578525006771088,0.21241723001003265,0.20890292525291443,0.20556522905826569,0.20218847692012787,0.1988949328660965,0.19566822052001953,0.19237583875656128,0.18924769759178162,0.18596304953098297,0.18282249569892883,0.17953167855739594,0.17640499770641327,0.17314529418945312,0.17003026604652405,0.16686789691448212,0.16375118494033813,0.16067509353160858,0.15754148364067078,0.15449969470500946,0.15130235254764557,0.14816883206367493,0.144822359085083,0.1415676325559616,0.13814710080623627,0.13483451306819916,0.13140347599983215,0.12804655730724335,0.12468743324279785,0.12132260948419571,0.1180730015039444,0.11475826799869537,0.11157192289829254,0.10832081735134125,0.10519904643297195,0.10197152197360992,0.0988481342792511,0.0956287682056427,0.09244255721569061,0.0892236977815628,0.08597001433372498,0.08276127278804779,0.07940797507762909,0.0760941207408905,0.07259512692689896,0.06918387115001678,0.06557556241750717,0.06209522858262062,0.05852580815553665,0.05506887659430504,0.05162407457828522,0.0481511689722538,0.044740259647369385,0.041203081607818604,0.03777454420924187,0.03422778472304344,0.030851399526000023,0.027356520295143127,0.024020815268158913,0.020618101581931114,0.017295153811573982,0.013921394944190979,0.010456155985593796,0.007009214721620083,0.0034432876855134964,-3.618438495323062e-05,-0.0037208544090390205,-0.007394032087177038,-0.011295667849481106,-0.015107184648513794,-0.019033117219805717,-0.022837476804852486,-0.02660759538412094,-0.03031778521835804,-0.03391484543681145,-0.037554189562797546,-0.041071921586990356,-0.04466807469725609,-0.0481538362801075,-0.05173498019576073,-0.05519108846783638,-0.058716725558042526,-0.06217070668935776,-0.06563341617584229,-0.06915843486785889,-0.0726621001958847,-0.07628927379846573,-0.07985061407089233,-0.08349116891622543,-0.08702326565980911,-0.09065215289592743,-0.09414254128932953,-0.09766098856925964,-0.10109304636716843,-0.10450553148984909,-0.1079237163066864,-0.11127176880836487,-0.1146831139922142,-0.11801774799823761,-0.12143081426620483,-0.12475521862506866,-0.12816186249256134,-0.1314634531736374,-0.13482928276062012,-0.1381552666425705,-0.1414892077445984,-0.14487257599830627,-0.14822177588939667,-0.1516222208738327,-0.15493640303611755,-0.15827825665473938,-0.1615227311849594,-0.16480357944965363,-0.1680423468351364,-0.17135731875896454,-0.17469745874404907,-0.17810741066932678,-0.18161411583423615,-0.18513067066669464,-0.18873949348926544,-0.19229479134082794,-0.19592589139938354,-0.19946551322937012,-0.20301154255867004,-0.20645740628242493,-0.20986664295196533,-0.21324388682842255,-0.2165852189064026,-0.219952791929245,-0.2232888787984848,-0.22671036422252655,-0.23008623719215393,-0.23355215787887573,-0.23695889115333557,-0.24044571816921234,-0.24386748671531677,-0.24732185900211334,-0.2507157623767853,-0.2540735900402069,-0.2574528753757477,-0.26078373193740845,-0.2642212212085724,-0.2676171064376831,-0.27110448479652405,-0.27454087138175964,-0.2780340909957886,-0.2814551889896393,-0.2849120795726776,-0.28832578659057617,-0.2917027473449707,-0.2950379252433777,-0.2982676327228546,-0.3015407919883728,-0.3046971261501312,-0.3079115152359009,-0.31102806329727173,-0.31422173976898193,-0.31731274724006653,-0.3204571604728699,-0.32350829243659973,-0.32654520869255066,-0.329518586397171,-0.3324505686759949,-0.3354018032550812,-0.3383343815803528,-0.34136587381362915,-0.34442225098609924,-0.3476109504699707,-0.35078999400138855,-0.35407179594039917,-0.35725513100624084,-0.3604751527309418,-0.3636138439178467,-0.366771399974823,-0.3698378801345825,-0.37286993861198425,-0.37586709856987,-0.37882497906684875,-0.38179320096969604,-0.3847522735595703,-0.38778814673423767,-0.3908627927303314,-0.3940380811691284,-0.3972209692001343,-0.4004718065261841,-0.4036913216114044,-0.4069043695926666,-0.4100373089313507,-0.41311895847320557,-0.41611775755882263,-0.4190756678581238,-0.42194676399230957,-0.4247640371322632,-0.4274827837944031,-0.4301457405090332,-0.4327241778373718,-0.4352509379386902,-0.43777087330818176,-0.4403139054775238,-0.4428867995738983,-0.44556760787963867,-0.44832512736320496,-0.4511818289756775,-0.454037070274353,-0.45692476630210876,-0.4597652852535248,-0.46255654096603394,-0.4652723968029022,-0.46790269017219543,-0.4704991281032562,-0.47301071882247925,-0.4755140542984009,-0.47796598076820374,-0.48044002056121826,-0.4828993082046509,-0.48539677262306213,-0.48791760206222534,-0.49046754837036133,-0.49301573634147644,-0.4955627918243408,-0.49808770418167114,-0.5006002187728882,-0.5031219720840454,-0.50562983751297,-0.5081815719604492,-0.5106959939002991,-0.5132429599761963,-0.515745997428894,-0.518265962600708,-0.5207465887069702,-0.5231994986534119,-0.5256242156028748,-0.5280439257621765,-0.5304737091064453,-0.5329058170318604,-0.5353540778160095,-0.5377823114395142,-0.5402562618255615,-0.5426931381225586,-0.5451902747154236,-0.5476539731025696,-0.5501217842102051,-0.5525423288345337,-0.5549211502075195,-0.5572419762611389,-0.5594690442085266,-0.561639130115509,-0.5637086033821106,-0.5657733082771301,-0.5677502751350403,-0.5697413682937622,-0.5717067122459412,-0.5736803412437439,-0.5756950974464417,-0.5777640342712402,-0.5798758268356323,-0.581983745098114,-0.584090530872345,-0.586137056350708,-0.5881877541542053,-0.5901872515678406,-0.5921592116355896,-0.5940962433815002,-0.5959992408752441,-0.5978794693946838,-0.5996806025505066,-0.60151606798172,-0.6032683849334717,-0.6050350069999695,-0.6067869663238525,-0.6085790991783142,-0.6103712916374207,-0.6121625304222107,-0.6140089631080627,-0.6159103512763977,-0.6178478002548218,-0.6197836399078369,-0.6217271089553833,-0.6236101984977722,-0.6254295110702515,-0.6271906495094299,-0.6289352178573608,-0.6307147145271301,-0.6325651407241821,-0.6343871355056763,-0.6362326741218567,-0.6379936933517456,-0.6397042870521545,-0.6414147615432739,-0.6430883407592773,-0.6447850465774536,-0.6464176774024963,-0.6480538249015808,-0.6496739387512207,-0.6513566970825195,-0.6530687808990479,-0.654819905757904,-0.656646728515625,-0.6584819555282593,-0.6602920889854431,-0.6620209217071533,-0.663672685623169,-0.6653133630752563,-0.6670103669166565,-0.668610692024231,-0.6701374650001526,-0.6715508699417114,-0.6728390455245972,-0.6740429997444153,-0.6751274466514587,-0.6762452125549316,-0.6773086190223694,-0.6784646511077881,-0.679630696773529,-0.6809225082397461,-0.682221531867981,-0.6835374236106873,-0.6848074197769165,-0.6860805749893188,-0.6872665286064148,-0.688489556312561,-0.6896927952766418,-0.6908833384513855,-0.6919929385185242,-0.6930794715881348,-0.6941592693328857,-0.695237934589386,-0.6963843703269958,-0.6975594162940979,-0.6988607048988342,-0.700153112411499,-0.7015466690063477,-0.7028447389602661,-0.704211950302124,-0.7054724097251892,-0.7067764401435852,-0.7079849243164062,-0.7092397212982178,-0.7104288339614868,-0.7116624116897583,-0.712872326374054,-0.7141172885894775,-0.7153965830802917,-0.7166701555252075,-0.717974066734314,-0.7192351222038269,-0.7205275297164917,-0.7217662334442139,-0.723036527633667,-0.7242009043693542,-0.7253695726394653,-0.7264426350593567,-0.727541983127594,-0.7285265326499939,-0.7295265197753906,-0.7304010391235352,-0.7312567830085754,-0.731960654258728,-0.7326193451881409,-0.7330965399742126,-0.7334222197532654,-0.7334802150726318,-0.7332885265350342,-0.7327855825424194,-0.7319926023483276,-0.7309089303016663,-0.7295583486557007,-0.7279677987098694,-0.7261725664138794,-0.7241597175598145,-0.722020149230957,-0.7197773456573486,-0.7174730896949768,-0.7151269316673279,-0.7127909064292908,-0.7104544639587402,-0.7081829309463501,-0.7059650421142578,-0.703826367855072,-0.7017279267311096,-0.6996774673461914,-0.6976518630981445,-0.6956889033317566,-0.6937459707260132,-0.6918120384216309,-0.6898619532585144,-0.6879276037216187,-0.6860301494598389,-0.6841974854469299,-0.682498037815094,-0.6809148788452148,-0.6794877052307129,-0.6781529784202576,-0.6769629716873169,-0.6758578419685364,-0.6748445630073547,-0.6738736629486084,-0.6729451417922974,-0.672040581703186,-0.6711751222610474,-0.6703333258628845,-0.669524610042572,-0.6687542200088501,-0.6680479049682617,-0.667367696762085,-0.6667059659957886,-0.6660414934158325,-0.6653444170951843,-0.6646373271942139,-0.6639050841331482,-0.6631760597229004,-0.6623985767364502,-0.6616220474243164,-0.6607850193977356,-0.6599438786506653,-0.6590879559516907,-0.6582433581352234,-0.6573910117149353,-0.6565126180648804,-0.6556057333946228,-0.6546494364738464,-0.6535578370094299,-0.6523222923278809,-0.6509462594985962,-0.6494829654693604,-0.6480386257171631,-0.6465002298355103,-0.6448490619659424,-0.6431264281272888,-0.6413562893867493,-0.6396142244338989,-0.6379106044769287,-0.6362453103065491,-0.6345757842063904,-0.6328911185264587,-0.6311836838722229,-0.629396915435791,-0.627591073513031,-0.6258203983306885,-0.6240831613540649,-0.6225273609161377,-0.6210705637931824,-0.6196592450141907,-0.6182670593261719,-0.6169389486312866,-0.615652859210968,-0.6144419312477112,-0.6132840514183044,-0.6121852397918701,-0.6110855937004089,-0.6099945306777954,-0.6088790893554688,-0.6077746748924255,-0.6066498160362244,-0.6055482625961304,-0.6044468879699707,-0.6033176779747009,-0.6021839380264282,-0.6011049747467041,-0.6000600457191467,-0.5990779995918274,-0.5981574058532715,-0.597162127494812,-0.596096932888031,-0.595048189163208,-0.5940778851509094,-0.5932049751281738,-0.5924821496009827,-0.5917713642120361,-0.5910212397575378,-0.5901984572410583,-0.5892589688301086,-0.5881762504577637,-0.5869780778884888,-0.5857114791870117,-0.5843535661697388,-0.5828620195388794,-0.5813343524932861,-0.5797291994094849,-0.5780717134475708,-0.5764147639274597,-0.5748483538627625,-0.5734268426895142,-0.5719509720802307,-0.5704327821731567,-0.5689187049865723,-0.5672968626022339,-0.5655945539474487,-0.5637934803962708,-0.562058687210083,-0.5603830218315125,-0.5587413311004639,-0.5570520162582397,-0.5552791357040405,-0.5536807179450989,-0.5520474314689636,-0.5504738688468933,-0.5489609837532043,-0.5475735068321228,-0.5463175773620605,-0.5451816916465759,-0.5440879464149475,-0.5429296493530273,-0.541698694229126,-0.5405969619750977,-0.5393746495246887,-0.5381132364273071,-0.536698579788208,-0.5353599786758423,-0.5339804291725159,-0.5327054262161255,-0.5314475893974304,-0.5302537679672241,-0.5290455222129822,-0.5277510285377502,-0.5264860391616821,-0.5247971415519714,-0.5235081315040588,-0.5225885510444641,-0.5218159556388855,-0.5210591554641724,-0.5202063918113708,-0.5193130373954773,-0.5181089639663696,-0.5165940523147583,-0.5150860548019409,-0.5138746500015259,-0.5125595927238464,-0.5113987326622009,-0.5105302333831787,-0.5094074010848999,-0.5080485939979553,-0.506632924079895,-0.5051295757293701,-0.5035733580589294,-0.5019785761833191,-0.5002862811088562,-0.49821406602859497,-0.4960469901561737,-0.4940021336078644,-0.4921867251396179,-0.49045827984809875,-0.488817423582077,-0.48726776242256165,-0.48583072423934937,-0.48440292477607727,-0.48292598128318787,-0.48132598400115967,-0.4795858860015869,-0.47778263688087463,-0.47596609592437744,-0.4741562008857727,-0.47241130471229553,-0.47070932388305664,-0.46907880902290344,-0.46751469373703003,-0.46605387330055237,-0.4646715521812439,-0.4633689820766449,-0.46209779381752014,-0.46088936924934387,-0.4597088396549225,-0.4585988521575928,-0.4575425386428833,-0.4566064476966858,-0.4557921886444092,-0.45517393946647644,-0.4548089802265167,-0.4547957181930542,-0.45516377687454224,-0.4559904932975769,-0.4572744071483612,-0.45902353525161743,-0.46119117736816406,-0.4637325704097748,-0.466584712266922,-0.46969732642173767,-0.4729918837547302,-0.4764240086078644,-0.4799439311027527,-0.48354506492614746,-0.4871593713760376,-0.4907749891281128,-0.49433085322380066,-0.49786099791526794,-0.5013242363929749,-0.5047466158866882,-0.5080960988998413,-0.5113697648048401,-0.5145662426948547,-0.5176942944526672,-0.5207350850105286,-0.5236436128616333,-0.5264185070991516,-0.5290588736534119,-0.5315736532211304,-0.5339667797088623,-0.5362363457679749,-0.5384167432785034,-0.5405384302139282,-0.5425996780395508,-0.544575035572052,-0.5464944839477539,-0.548323392868042,-0.5500491261482239,-0.5516489148139954,-0.5531043410301208,-0.5544057488441467,-0.5555647015571594,-0.5565828680992126,-0.5574622750282288,-0.5582009553909302,-0.5588037371635437,-0.5592948794364929,-0.5597106218338013,-0.5600549578666687,-0.5603341460227966,-0.5605984330177307,-0.5608315467834473,-0.5610307455062866,-0.5610970854759216,-0.5613829493522644,-0.5617125630378723,-0.5620589852333069,-0.5623496770858765,-0.5625256896018982,-0.562569797039032,-0.5624690651893616,-0.562258780002594,-0.5622062087059021,-0.5624701380729675,-0.5630577206611633,-0.5638197660446167,-0.564759373664856,-0.5662868022918701,-0.5682644248008728,-0.5710316896438599,-0.5741100311279297,-0.5771591067314148,-0.579976499080658,-0.5825082063674927,-0.5848992466926575,-0.5874060392379761,-0.5896427631378174,-0.5918993353843689,-0.5942208766937256,-0.5971664786338806,-0.6013928651809692,-0.6065140962600708,-0.6119455099105835,-0.6172287464141846,-0.6222729682922363,-0.6266879439353943,-0.630700409412384,-0.6346786618232727,-0.6382771134376526,-0.6415607333183289,-0.6444523334503174,-0.6469678282737732,-0.6494355797767639,-0.6518158912658691,-0.6543344259262085,-0.6570420861244202,-0.6597505211830139,-0.662659764289856,-0.6653673052787781,-0.6680762767791748,-0.6707726120948792,-0.6732150316238403,-0.6756673455238342,-0.6778901219367981,-0.6799435019493103,-0.6819462776184082,-0.6837617754936218,-0.6855795979499817,-0.6872830390930176,-0.6888647079467773,-0.6906036734580994,-0.6923111081123352,-0.6941093802452087,-0.695831298828125,-0.6973870396614075,-0.6991656422615051,-0.7009627819061279,-0.7027542591094971,-0.7046117186546326,-0.7063618302345276,-0.7082292437553406,-0.7101329565048218,-0.7119803428649902,-0.714022159576416,-0.7161003351211548,-0.7182677388191223,-0.7206054925918579,-0.7230169773101807,-0.7256495356559753,-0.7282751798629761,-0.7308059930801392,-0.7334402203559875,-0.7360154390335083,-0.7386720180511475,-0.7413538694381714,-0.7438688278198242,-0.7464219927787781,-0.748923122882843,-0.751292884349823,-0.7538115978240967,-0.7563437819480896,-0.7589081525802612,-0.7615362405776978,-0.7640810012817383,-0.7667851448059082,-0.7694934606552124,-0.7720414400100708,-0.7746500968933105,-0.777097761631012,-0.7793536186218262,-0.7815822958946228,-0.7836924195289612,-0.7857413291931152,-0.7877017259597778,-0.7894933819770813,-0.7913041114807129,-0.7930709719657898,-0.7947194576263428,-0.7965015769004822,-0.7983027696609497,-0.8000887036323547,-0.8019614815711975,-0.8037962913513184,-0.8056888580322266,-0.8075894713401794,-0.8094816207885742,-0.8115127086639404,-0.8135198354721069,-0.8154065012931824,-0.8173792958259583,-0.8192874789237976,-0.8211244940757751,-0.8230212330818176,-0.8249002695083618,-0.8268390893936157,-0.8287721276283264,-0.8306006789207458,-0.8325059413909912,-0.8344104886054993,-0.8362153172492981,-0.8381104469299316,-0.8399755358695984,-0.8417928814888,-0.8436390161514282,-0.8454198837280273,-0.8472259044647217,-0.849052369594574,-0.8508039712905884,-0.8526327610015869,-0.8544514179229736,-0.8561801314353943,-0.858042299747467,-0.8599561452865601,-0.8618333339691162,-0.8637431859970093,-0.8655760288238525,-0.8673602938652039,-0.8691298365592957,-0.8707627058029175,-0.87239009141922,-0.8740281462669373,-0.8755419850349426,-0.8771544694900513,-0.8787167072296143,-0.880141019821167,-0.8816055655479431,-0.8829858303070068,-0.8843359351158142,-0.8857502937316895,-0.8870868682861328,-0.8884971737861633,-0.8899456262588501,-0.8912994265556335,-0.892784595489502,-0.8942633271217346,-0.8956584930419922,-0.8971541523933411,-0.8986145257949829,-0.9000826478004456,-0.9016073942184448,-0.9030734300613403,-0.9045968651771545,-0.9061352014541626,-0.9075683355331421,-0.9090664386749268,-0.9105312824249268,-0.9118872284889221,-0.9132989048957825,-0.9147058129310608,-0.9160776138305664,-0.9175117015838623,-0.9189144372940063,-0.9202775955200195,-0.921651303768158,-0.9229510426521301,-0.9242619872093201,-0.9255903959274292,-0.9267974495887756,-0.9287514686584473,-0.9302429556846619,-0.931114673614502,-0.9320244193077087,-0.9329624772071838,-0.9336884021759033,-0.934654951095581,-0.9358898401260376,-0.9372444152832031,-0.9388748407363892,-0.9405074119567871,-0.9421637654304504,-0.9438639879226685,-0.9454867243766785,-0.9470510482788086,-0.948608934879303,-0.9500506520271301,-0.9514580368995667,-0.9528663158416748,-0.9541444182395935,-0.9554619193077087,-0.9567866921424866,-0.9580028057098389,-0.9592572450637817,-0.9604953527450562,-0.9616249203681946,-0.9627630114555359,-0.9638404250144958,-0.9648327231407166,-0.9658285975456238,-0.9667524695396423,-0.9676470756530762,-0.9685508012771606,-0.9693614840507507,-0.9701561331748962,-0.9709501266479492,-0.9716446399688721,-0.9723467230796814,-0.9730459451675415,-0.9736539125442505,-0.9743004441261292,-0.9749104380607605,-0.9754905104637146,-0.9760743975639343,-0.9765915274620056,-0.9771006107330322,-0.9775933623313904,-0.9780116081237793,-0.9784610867500305,-0.9788821935653687,-0.9792302846908569,-0.9796473979949951,-0.9800259470939636,-0.9803648591041565,-0.9807869791984558,-0.9811872839927673,-0.9815881848335266,-0.9820561408996582,-0.9824708700180054,-0.9829124212265015,-0.9833893775939941,-0.9837906360626221,-0.9842404723167419,-0.9846993088722229,-0.9850695133209229,-0.9855012893676758,-0.9859145879745483,-0.9862642884254456,-0.9866719841957092,-0.9870272278785706,-0.987362802028656,-0.9877549409866333,-0.9880702495574951,-0.988405168056488,-0.9887766242027283,-0.9890550971031189,-0.9893805384635925,-0.9897152781486511,-0.9899700880050659,-0.9902810454368591,-0.9905562400817871,-0.9908034205436707,-0.9910972714424133,-0.9913135170936584,-0.9915381669998169,-0.9917882084846497,-0.9919483065605164,-0.9921374320983887,-0.9923136234283447,-0.9924283623695374,-0.9925816655158997,-0.9926859140396118,-0.9927743673324585,-0.9928871393203735,-0.9929229021072388,-0.9929839372634888,-0.993050754070282,-0.9930618405342102,-0.9931071400642395,-0.993122398853302,-0.9931408166885376,-0.9931835532188416,-0.993185818195343,-0.9932212829589844,-0.9932364821434021,-0.9932422637939453,-0.99327152967453,-0.9932859539985657,-0.993342399597168,-0.9933809041976929,-0.9934505820274353,-0.9935235977172852,-0.9936050176620483,-0.9937110543251038,-0.993786096572876,-0.9938991665840149,-0.9939860701560974,-0.9940900206565857,-0.9941915273666382,-0.9942885041236877,-0.9944040775299072,-0.9944941401481628,-0.9946079254150391,-0.9947022795677185,-0.9948028326034546,-0.9948927164077759,-0.994962215423584,-0.9950432181358337,-0.995094895362854,-0.9951620697975159,-0.995206356048584,-0.9952539205551147,-0.9953051209449768,-0.9953382611274719,0.9953871965408325,0.9954211711883545,0.9954665303230286,0.995503306388855,0.9955474734306335,0.995596706867218,0.9956367015838623,0.9956990480422974,0.9957401752471924,0.9957968592643738,0.9958447217941284,0.9958930015563965,0.9959481954574585,0.9959860444068909,0.9960378408432007,0.9960702657699585,0.9961104393005371,0.9961410164833069,0.9961722493171692,0.9962068200111389,0.9962294101715088,0.9962618947029114,-0.9962852001190186,-0.9963136911392212,-0.9963390827178955,-0.9963666200637817,-0.9963966012001038,-0.9964189529418945,-0.9964495301246643,-0.9964687824249268,-0.9964956045150757,-0.9965188503265381,-0.9965409636497498,-0.9965677261352539,-0.9965915083885193,-0.9966207146644592,-0.9966409206390381,-0.9966614842414856,-0.9966790080070496,-0.9966930150985718,-0.996704638004303,-0.996709406375885,-0.9967131018638611,-0.9967130422592163,-0.9967101216316223,-0.9967067837715149,-0.9967030882835388,-0.9967019557952881,-0.9967014789581299,-0.9967036843299866,-0.9967078566551208,-0.9967121481895447,-0.9967174530029297,-0.9967199563980103,-0.9967203736305237,-0.996716320514679,-0.9967100620269775,-0.9967007637023926,-0.9966897368431091,-0.9966792464256287,-0.9966679215431213,-0.9966589212417603,-0.9966468811035156,-0.9966378808021545,-0.9966278076171875,-0.996616780757904,-0.9966044425964355,-0.9965899586677551,-0.9965773820877075,-0.9965596795082092,-0.9965430498123169,-0.9965242147445679,-0.9965075850486755,-0.9964823126792908,-0.9964557886123657,-0.9964301586151123,-0.9963939189910889,-0.9963652491569519,-0.9963240623474121,-0.9962945580482483,-0.9962545037269592,-0.9962184429168701,-0.9961786270141602,-0.9961360096931458,-0.9961020946502686,-0.996056079864502,-0.9960264563560486,-0.9959867000579834,-0.9959591627120972,-0.995930016040802,-0.995904803276062,-0.9958764910697937,-0.9958539009094238,-0.9958330392837524,-0.995805025100708,-0.9957831501960754,-0.9957526922225952,-0.9957307577133179,-0.9957009553909302,-0.995674729347229,-0.9956434369087219,-0.99561607837677,-0.9955816864967346,-0.9955405592918396,-0.9955040216445923,-0.9954556226730347,-0.9954134821891785,-0.9953625798225403,-0.9953188896179199,-0.9952676296234131,-0.995225191116333,-0.9951819777488708,-0.9951453804969788,-0.9951078295707703,-0.995069682598114,-0.9950500726699829,-0.9950271844863892,-0.9950119256973267,-0.9949948787689209,-0.994985044002533,-0.9949643015861511,-0.994945764541626,-0.994918167591095,-0.9948897361755371,-0.9948559999465942,-0.9948195219039917,-0.9947830438613892,-0.9947444796562195,-0.9947084784507751,-0.9946671724319458,-0.9946373105049133,-0.9945994019508362,-0.9945673942565918,-0.9945362210273743,-0.9945006370544434,-0.9944707155227661,-0.9944354891777039,-0.9944114685058594,-0.994381844997406,-0.9943556189537048,-0.9943361282348633,-0.994314432144165,-0.9943029284477234,-0.994294285774231,-0.9942803978919983,-0.9942736029624939,-0.9942381381988525,-0.9941913485527039,-0.9941346645355225,-0.9940834045410156,0.994038462638855,0.9940006732940674,0.9939812421798706,0.9939656257629395,0.9939653277397156,0.9939788579940796,0.993991494178772,0.9940094947814941,0.9940290451049805,0.9940353035926819,0.9940436482429504,0.9940374493598938,0.994019091129303,0.9939889907836914,0.9939418435096741,0.9938755035400391,0.9937912821769714,0.993699312210083,0.9936133623123169,0.993514358997345,0.9934050440788269,0.9933043122291565,0.993205189704895,0.9931026101112366,0.9930097460746765,0.9929162263870239,0.992810070514679,0.9926959872245789,0.9925654530525208,0.9924221038818359,0.9922791719436646,0.9921252131462097,0.9919614791870117,0.991784930229187,0.9915964603424072,0.9914072155952454,0.991202712059021,0.9909671545028687,0.990706741809845,0.9904205799102783,0.9901195764541626,0.9897986054420471,0.9894832968711853,0.9891821146011353,0.9888962507247925,0.9886173009872437,0.9883137941360474,0.9880279898643494,0.9877822995185852,0.9875472187995911,0.9873002171516418,0.9870330095291138,0.9867401123046875,0.9864088296890259,0.9860364198684692,0.9856243133544922,0.9851829409599304,0.9847841858863831,0.984399139881134,0.9840177893638611,0.9836194515228271,0.9832250475883484,0.9828903675079346,0.9825838804244995,0.9822462797164917,0.9818553328514099,0.981428861618042,0.9809659123420715,0.9805101156234741,0.9801027178764343,0.9796706438064575,0.9792087078094482,0.9787901639938354,0.9783852100372314,0.9779208898544312,0.9774209856987,0.9768602252006531,0.9762130975723267,0.9755858182907104,0.9749801754951477,0.974334180355072,0.9736452102661133,0.9730338454246521,0.9724758267402649,0.9718710780143738,0.9712638854980469,0.9706580638885498,0.9700131416320801,0.9693244695663452,0.9686957597732544,0.9680526256561279,0.9673373103141785,0.9666199088096619,0.9659393429756165,0.9652420282363892,0.9645116329193115,0.9637796878814697,0.9630122780799866,0.9621241688728333,0.961203932762146,0.9602435827255249,0.9592138528823853,0.958200216293335,0.9572086334228516,0.9561815857887268,0.9551159739494324,0.9540382623672485,0.9529350996017456,0.9518128037452698,0.9507315754890442,0.9496501088142395,0.9485000967979431,0.9473583698272705,0.9462093114852905,0.9449984431266785,0.9437735080718994,0.9425472021102905,0.9412710070610046,0.9399541020393372,0.9386389255523682,0.9373058080673218,0.9359097480773926,0.9345336556434631,0.9331459403038025,0.9316685199737549,0.9302219748497009,0.9287755489349365,0.9272609949111938,0.9257593154907227,0.9242722988128662,0.9227513074874878,0.9212194085121155,0.9197211265563965,0.9182247519493103,0.9166887402534485,0.9152022004127502,0.913735032081604,0.9122083187103271,0.9107229113578796,0.9092724323272705,0.9077848196029663,0.9063116908073425,0.9048764109611511,0.9034357070922852,0.9019564986228943,0.900512158870697,0.8990839719772339,0.8976072072982788,0.8961683511734009,0.8947550654411316,0.8933241367340088,0.8918619155883789,0.8904041051864624,0.888931930065155,0.8874074220657349,0.8859399557113647,0.8845176100730896,0.883057713508606,0.8815115094184875,0.8799101114273071,0.8782417178153992,0.8765153288841248,0.8748235106468201,0.8731286525726318,0.8714152574539185,0.8696628212928772,0.867925763130188,0.8661907911300659,0.8644002079963684,0.862576425075531,0.8607193231582642,0.8588142991065979,0.8569008708000183,0.8549840450286865,0.8529983162879944,0.8509084582328796,0.8487107157707214,0.8465701341629028,0.8444374799728394,0.8422907590866089,0.8401455879211426,0.8380148410797119,0.835875391960144,0.8337123394012451,0.8315331935882568,0.8294119238853455,0.8272527456283569,0.8250240683555603,0.8227329850196838,0.8204398155212402,0.8181885480880737,0.8159602880477905,0.8138061165809631,0.8116613626480103,0.8095281720161438,0.8074137568473816,0.8053849339485168,0.8034371733665466,0.8014995455741882,0.7995769381523132,0.7976977229118347,0.7959363460540771,0.7942680716514587,0.7926591038703918,0.7910996675491333,0.7895818948745728,0.7880911827087402,0.7866318225860596,0.78517746925354,0.7836441397666931,0.7820571660995483,0.7803835272789001,0.7786540985107422,0.7769065499305725,0.7751454710960388,0.7733529806137085,0.7715673446655273,0.7697533965110779,0.7678946852684021,0.7660008072853088,0.7641667127609253,0.7623564600944519,0.7604950070381165,0.7586068511009216,0.7566088438034058,0.7545938491821289,0.7525652647018433,0.7505587935447693,0.7485731244087219,0.7466236352920532,0.7446904182434082,0.7427748441696167,0.7408989071846008,0.7390454411506653,0.7371945977210999,0.7353274822235107,0.7334156036376953,0.7314451932907104,0.729464590549469,0.7275079488754272,0.7233563661575317,0.7189009785652161,0.714255154132843,0.7094822525978088,0.7046279907226562,0.7036991715431213,0.7024849057197571,0.7009950876235962,0.6992583274841309,0.6973650455474854,0.6953504681587219,0.6932700872421265,0.691168487071991,0.6891202330589294,0.6871351599693298,0.6852412223815918,0.6834704875946045,0.6818069219589233,0.6802605390548706,0.6788590550422668,0.6775938272476196,0.6764349341392517,0.675391435623169,0.6744900941848755,0.6737322211265564,0.6730899214744568,0.672646164894104,0.6723586916923523,0.672225296497345,0.6722204685211182,0.6723450422286987,0.6725769639015198,0.6729090213775635,0.6733216047286987,0.6738247275352478,0.674405574798584,0.6750429272651672,0.6757327318191528,0.676476240158081,0.6772432923316956,0.6780309677124023,0.6788603663444519,0.6797044277191162,0.6805311441421509,0.6813732981681824,0.6822278499603271,0.6830732822418213,0.6839169263839722,0.6847770810127258,0.6856374144554138,0.6864840984344482,0.6873406171798706,0.6881766319274902,0.6889665722846985,0.6897478699684143,0.6905058026313782,0.691240668296814,0.6919683218002319,0.6926934719085693,0.6934150457382202,0.6941186189651489,0.6948057413101196,0.6955076456069946,0.6962030529975891,0.6968677043914795,0.6975317001342773,0.6981809735298157,0.6988067030906677,0.6994319558143616,0.7000457048416138,0.7006407380104065,0.7012157440185547,0.7017873525619507,0.7023401856422424,0.702863872051239,0.7033817172050476,0.7038887739181519,0.704367458820343,0.7048489451408386,0.7053182721138,0.7057585120201111,0.7062026262283325,0.7066515684127808,0.7070725560188293,0.7075071334838867,0.707948625087738,0.7083737850189209,0.7088150382041931,0.7092640399932861,0.7096872925758362,0.7101285457611084,0.7105727195739746,0.7109987735748291,0.7114427089691162,0.7118958830833435,0.7123323082923889,0.7127845287322998,0.7132391333580017,0.7136650681495667,0.7140979766845703,0.7145231366157532,0.714932382106781,0.7153330445289612,0.7157204151153564,0.7160890698432922,0.7164297699928284,0.7167487740516663,0.7170356512069702,0.7173026204109192,0.7175390720367432,0.7177432179450989,0.7179231643676758,0.7180701494216919,0.7181814908981323,0.7182683944702148,0.7183310985565186,0.7183828353881836,0.7184191346168518,0.7184416055679321,0.7184642553329468,0.7184767127037048,0.7184811234474182,0.7184944152832031,0.7184986472129822,0.7185003161430359,0.7185006737709045,0.718495786190033,0.7184832692146301,0.7184683680534363,0.7184432148933411,0.7184128761291504,0.7183630466461182,0.7182995080947876,0.7182236313819885,0.718116819858551,0.7179923057556152,0.7178522944450378,0.7176913619041443,0.717524528503418,0.717344343662262,0.717154860496521,0.7169632911682129,0.7167641520500183,0.7165631651878357,0.7163642048835754,0.7161603569984436,0.7159591913223267,0.7157565951347351,0.7155511975288391,0.715345025062561,0.7151375412940979,0.7149247527122498,0.7147135138511658,0.714500367641449,0.7142876386642456,0.7140763998031616,0.7138633728027344,0.7136498689651489,0.7134408950805664,0.7132282853126526,0.7130155563354492,0.7128021717071533,0.7125936150550842,0.7123844027519226,0.7121777534484863,0.7119746804237366,0.7117742300033569,0.7115763425827026,0.7113820910453796,0.7111858129501343,0.7109938859939575,0.7108005285263062,0.7106074094772339,0.7104145884513855,0.7102236151695251,0.7100332975387573,0.7098483443260193,0.7096664905548096,0.7094908952713013,0.7093217372894287,0.7091599702835083,0.7090071439743042,0.7088603377342224,0.7087236046791077,0.7085987329483032,0.708480715751648,0.7083776593208313,0.7082794308662415,0.708191990852356,0.7081131935119629,0.7080389857292175,0.7079740166664124,0.7079156637191772,0.7078625559806824,0.7078201770782471,0.7077816128730774,0.7077531218528748,0.7077325582504272,0.7077194452285767,0.70771723985672,0.7077217698097229,0.7077335119247437,0.7077539563179016,0.7077744007110596,0.7078056335449219,0.7078371047973633,0.7078680396080017,0.7079036235809326,0.7079379558563232,0.7079749703407288,0.7080124020576477,0.7080467939376831,0.7080853581428528,0.7081215381622314,0.7081589698791504,0.7081958055496216,0.7082327008247375,0.7082695364952087,0.7083070278167725,0.7083422541618347,0.7083785533905029,0.7084130644798279,0.7084493637084961,0.708486795425415,0.7085264325141907,0.7085688710212708,0.7086108326911926,0.7086527347564697,0.7086986303329468,0.7087430953979492,0.7087888717651367,0.7088343501091003,0.7088800668716431,0.7089206576347351,0.7089633941650391,0.708998441696167,0.7090319991111755,0.7090606093406677,0.709087073802948,0.7091057300567627,0.7091201543807983,0.7091262340545654,0.7091259956359863,0.7091155648231506,0.7090969681739807,0.7090710997581482,0.7090384364128113,0.7089983820915222,0.7089547514915466,0.7089067101478577,0.7088555693626404,0.7088027000427246,0.7087485194206238],"data_absolute_yaw_rate_per_second":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0025991201400756836,0.0026283860206604004,0.002660393714904785,0.0026889443397521973,0.002720952033996582,0.0027520060539245605,0.0027884840965270996,0.0028280019760131836,0.0028665661811828613,0.002908051013946533,0.0029494166374206543,0.002985715866088867,0.003017127513885498,0.0030382275581359863,0.0030547380447387695,0.003056764602661133,0.003050565719604492,0.003030121326446533,0.003002643585205078,0.0029608607292175293,0.0029122233390808105,0.002850651741027832,0.0027785301208496094,0.0026987195014953613,0.0026058554649353027,0.002508997917175293,0.002401411533355713,0.0022911429405212402,0.0021762847900390625,0.002057373523712158,0.001941084861755371,0.0018233060836791992,0.0017111897468566895,0.0015990138053894043,0.0014954805374145508,0.001391768455505371,0.0012993812561035156,0.0012085437774658203,0.0011281371116638184,0.0010542869567871094,0.0009857416152954102,0.0009296536445617676,0.0008789896965026855,0.0008406639099121094,0.000809013843536377,0.0007892251014709473,0.0007774233818054199,0.0007706284523010254,0.0007723569869995117,0.0007770061492919922,0.0007925629615783691,0.0008059144020080566,0.0008349418640136719,0.0008652210235595703,0.0009126067161560059,0.000957787036895752,0.0010126829147338867,0.0010724663734436035,0.0011307001113891602,0.0011982917785644531,0.0012601017951965332,0.001335442066192627,0.0014126300811767578,0.0014995932579040527,0.0015970468521118164,0.0016937851905822754,0.0018058419227600098,0.0019176602363586426,0.0020489096641540527,0.0021759867668151855,0.002331972122192383,0.0024881958961486816,0.002666473388671875,0.002879023551940918,0.003084540367126465,0.0033354759216308594,0.0035778284072875977,0.0038509368896484375,0.004134178161621094,0.004448592662811279,0.004802346229553223,0.005171000957489014,0.0055814385414123535,0.006007730960845947,0.006466865539550781,0.006947517395019531,0.007462918758392334,0.008025765419006348,0.008606493473052979,0.009221076965332031,0.009853124618530273,0.010517477989196777,0.01120072603225708,0.011902391910552979,0.012624740600585938,0.01335841417312622,0.014119625091552734,0.014881908893585205,0.01568824052810669,0.016511201858520508,0.017387449741363525,0.018294334411621094,0.01924234628677368,0.020215392112731934,0.021227717399597168,0.02227795124053955,0.023399174213409424,0.02456289529800415,0.025799691677093506,0.027046501636505127,0.028348207473754883,0.02964603900909424,0.030964195728302002,0.03227108716964722,0.03354305028915405,0.03483635187149048,0.03605169057846069,0.037349164485931396,0.03855615854263306,0.039858460426330566,0.04115462303161621,0.04252028465270996,0.04388397932052612,0.04518842697143555,0.046451568603515625,0.04759114980697632,0.04875117540359497,0.049849510192871094,0.05097478628158569,0.0520285964012146,0.052960753440856934,0.05382871627807617,0.054546892642974854,0.05530017614364624,0.055945515632629395,0.056674838066101074,0.05735421180725098,0.058095455169677734,0.05893290042877197,0.059831857681274414,0.06084132194519043,0.06177181005477905,0.0627748966217041,0.06372612714767456,0.06477034091949463,0.06573808193206787,0.06657111644744873,0.06739258766174316,0.0681232213973999,0.06896501779556274,0.06973415613174438,0.0706833004951477,0.0717390775680542,0.07290899753570557,0.07414746284484863,0.07525819540023804,0.07644957304000854,0.07752692699432373,0.07864493131637573,0.07958245277404785,0.08036327362060547,0.08108651638031006,0.08164727687835693,0.08222538232803345,0.08269399404525757,0.08311474323272705,0.0836382508277893,0.0842251181602478,0.08497357368469238,0.08563703298568726,0.08626419305801392,0.08682149648666382,0.08736813068389893,0.08803516626358032,0.08859920501708984,0.08926111459732056,0.0896373987197876,0.09011703729629517,0.09036290645599365,0.09058552980422974,0.09078001976013184,0.09089487791061401,0.0912049412727356,0.09146302938461304,0.09204548597335815,0.09267926216125488,0.09353786706924438,0.09440046548843384,0.09528720378875732,0.09622412919998169,0.09708350896835327,0.09812599420547485,0.09907346963882446,0.1001940369606018,0.1012338399887085,0.10222375392913818,0.10316246747970581,0.10386848449707031,0.10459423065185547,0.1050570011138916,0.10569435358047485,0.10610377788543701,0.10663634538650513,0.1069900393486023,0.10741215944290161,0.10797709226608276,0.10851621627807617,0.10926955938339233,0.10983967781066895,0.1106533408164978,0.11115193367004395,0.11166095733642578,0.11198073625564575,0.11232894659042358,0.11275380849838257,0.11305618286132812,0.11338892579078674,0.11354514956474304,0.1138593852519989,0.11420756578445435,0.11466014385223389,0.11517053842544556,0.1156843900680542,0.11628788709640503,0.11687910556793213,0.11744341254234314,0.1178063154220581,0.1181495189666748,0.11843526363372803,0.11887729167938232,0.11922621726989746,0.11960223317146301,0.11977800726890564,0.11996740102767944,0.12013688683509827,0.12043356895446777,0.12085646390914917,0.12136024236679077,0.1220848560333252,0.12267979979515076,0.123557448387146,0.12418743968009949,0.1250455379486084,0.12564116716384888,0.1261899769306183,0.1266152560710907,0.12694650888442993,0.12743958830833435,0.12789589166641235,0.12865248322486877,0.12919217348098755,0.12997350096702576,0.13049215078353882,0.13115009665489197,0.13179144263267517,0.1324445903301239,0.13326534628868103,0.13389325141906738,0.1347808837890625,0.13539835810661316,0.13629883527755737,0.13692760467529297,0.13774153590202332,0.13835936784744263,0.13902395963668823,0.1396099328994751,0.14008361101150513,0.14065304398536682,0.14099988341331482,0.1415964663028717,0.14201313257217407,0.14267250895500183,0.14312785863876343,0.14380791783332825,0.14443787932395935,0.1453140676021576,0.14622178673744202,0.14717984199523926,0.148127943277359,0.14895042777061462,0.14979228377342224,0.15046924352645874,0.1511383354663849,0.15169858932495117,0.1521868109703064,0.15265688300132751,0.1530943512916565,0.15356260538101196,0.15403065085411072,0.15454626083374023,0.15512529015541077,0.15577355027198792,0.1564628779888153,0.1572275161743164,0.15803766250610352,0.15880733728408813,0.15956825017929077,0.16023379564285278,0.1608380377292633,0.16131889820098877,0.16170799732208252,0.16204023361206055,0.16235655546188354,0.16271701455116272,0.16304361820220947,0.16346928477287292,0.16392481327056885,0.16446009278297424,0.16501128673553467,0.16559737920761108,0.16622072458267212,0.1668350100517273,0.16748712956905365,0.16808263957500458,0.16872401535511017,0.1693057268857956,0.1699572503566742,0.17059984803199768,0.17130130529403687,0.17207646369934082,0.1728527545928955,0.17371682822704315,0.17456747591495514,0.1754683554172516,0.17629395425319672,0.17711348831653595,0.17781515419483185,0.17846545577049255,0.1790541708469391,0.17951813340187073,0.17995621263980865,0.18034246563911438,0.18068049848079681,0.1809443086385727,0.18113315105438232,0.1812686026096344,0.18136440217494965,0.1815207302570343,0.18166641891002655,0.18193012475967407,0.18219931423664093,0.18260933458805084,0.18305101990699768,0.18365243077278137,0.18424241244792938,0.184869185090065,0.18544550240039825,0.186007559299469,0.18658895790576935,0.18708723783493042,0.18763472884893417,0.18808288872241974,0.18851114809513092,0.1888398975133896,0.1891174465417862,0.1893339678645134,0.18954096734523773,0.18979111313819885,0.190045565366745,0.19045548141002655,0.19081322848796844,0.1912599503993988,0.19158972799777985,0.1920323222875595,0.19240236282348633,0.19278409332036972,0.19310997426509857,0.19344080239534378,0.19376152381300926,0.19396891444921494,0.1942291595041752,0.19431671500205994,0.19457687065005302,0.1947057992219925,0.19496069848537445,0.19511638954281807,0.19528141990303993,0.1953513566404581,0.19533072412014008,0.19531557522714138,0.19516714848577976,0.19512207619845867,0.19498153030872345,0.1951090730726719,0.19517926219850779,0.195451645180583,0.19570440490497276,0.1960966931656003,0.19664172967895865,0.19725871738046408,0.19792968034744263,0.19856479577720165,0.19924247451126575,0.19975288957357407,0.2003480512648821,0.20078274235129356,0.20130537450313568,0.20174701511859894,0.20220955833792686,0.20265353098511696,0.2030373327434063,0.2033599205315113,0.20353908464312553,0.20373833924531937,0.20378051698207855,0.20399294793605804,0.20406557619571686,0.20433583110570908,0.20453804731369019,0.20481377840042114,0.2050962671637535,0.2054104208946228,0.20571446418762207,0.2059818059206009,0.20629209280014038,0.20647705346345901,0.2067718505859375,0.20690053701400757,0.20712567120790482,0.20724144577980042,0.2074008285999298,0.20751649141311646,0.20756983757019043,0.2075575739145279,0.20742440968751907,0.20733913779258728,0.20706477016210556,0.2069678045809269,0.20674758404493332,0.20669109746813774,0.20656047761440277,0.20642942562699318,0.2062629908323288,0.20600666105747223,0.20581689104437828,0.20558510348200798,0.2055488582700491,0.2054639309644699,0.20563493110239506,0.20574877224862576,0.20603464730083942,0.20621618628501892,0.20638204738497734,0.2064747279509902,0.20645483024418354,0.2064212218974717,0.2061457885429263,0.2058498547412455,0.20528955105692148,0.2048456072807312,0.20425576157867908,0.20387288741767406,0.203478641808033,0.2032343726605177,0.20304404571652412,0.2028915286064148,0.20279556512832642,0.20265378430485725,0.20256192609667778,0.20233860984444618,0.2022617869079113,0.20206700637936592,0.20205051451921463,0.20198369026184082,0.20194604992866516,0.20187877118587494,0.20174481719732285,0.20160457491874695,0.20142091065645218,0.20130252093076706,0.20105059444904327,0.20089538395404816,0.20060664415359497,0.20044774562120438,0.20019159466028214,0.19998779892921448,0.19975629448890686,0.19953862577676773,0.19929499924182892,0.19902634620666504,0.19875307381153107,0.19838334619998932,0.19805513322353363,0.19762128591537476,0.19724653661251068,0.1968451738357544,0.19649329781532288,0.19620047509670258,0.195988729596138,0.195853590965271,0.1957935392856598,0.19573239982128143,0.19567157328128815,0.19557149708271027,0.19541408121585846,0.19514042139053345,0.19476252794265747,0.19425298273563385,0.1936943084001541,0.1930537074804306,0.19245748221874237,0.19186225533485413,0.1913972795009613,0.19102653861045837,0.19076356291770935,0.19060516357421875,0.19044743478298187,0.19031915068626404,0.1900845170021057,0.18983007967472076,0.18940739333629608,0.18898943066596985,0.18839460611343384,0.1878051459789276,0.18703706562519073,0.18627825379371643,0.18540231883525848,0.1845351755619049,0.18369728326797485,0.18286103010177612,0.18210306763648987,0.18134638667106628,0.18070802092552185,0.18007734417915344,0.17949619889259338,0.1788906753063202,0.1783100962638855,0.17764446139335632,0.17694661021232605,0.17619994282722473,0.17546120285987854,0.17474308609962463,0.17397326231002808,0.1732688546180725,0.17252850532531738,0.17187124490737915,0.1711750328540802,0.1706048548221588,0.17001038789749146,0.1695074439048767,0.16901758313179016,0.16856911778450012,0.1681496500968933,0.16772016882896423,0.1672954559326172,0.16681569814682007,0.16627374291419983,0.16563200950622559,0.1649560034275055,0.16419416666030884,0.16349145770072937,0.1627243459224701,0.16201037168502808,0.16127252578735352,0.1606358289718628,0.1600358784198761,0.15948697924613953,0.1589573323726654,0.15846306085586548,0.15794086456298828,0.1574021279811859,0.15679118037223816,0.15608370304107666,0.15532135963439941,0.15444934368133545,0.1535506546497345,0.15256467461585999,0.15160182118415833,0.15058964490890503,0.1496555507183075,0.1486746072769165,0.14779460430145264,0.14694267511367798,0.14619755744934082,0.14554935693740845,0.1450398564338684,0.14462488889694214,0.14421287178993225,0.14377662539482117,0.1432502567768097,0.14262014627456665,0.14186212420463562,0.1409773826599121,0.14005917310714722,0.13907447457313538,0.13811418414115906,0.13712406158447266,0.13624367117881775,0.13536569476127625,0.13453587889671326,0.1337762475013733,0.13306504487991333,0.13240531086921692,0.13172250986099243,0.13110965490341187,0.13051357865333557,0.12993019819259644,0.12931609153747559,0.12871137261390686,0.1280474066734314,0.12734180688858032,0.12659043073654175,0.12581324577331543,0.12508487701416016,0.12438356876373291,0.1236911416053772,0.1229897141456604,0.12224769592285156,0.12143832445144653,0.12066817283630371,0.11988884210586548,0.11916083097457886,0.11837375164031982,0.1175801157951355,0.11676812171936035,0.11600261926651001,0.11528646945953369,0.11456364393234253,0.1139535903930664,0.1132916808128357,0.11263811588287354,0.11189913749694824,0.11113035678863525,0.11039221286773682,0.10976839065551758,0.10914164781570435,0.10849833488464355,0.10784226655960083,0.10706573724746704,0.106292724609375,0.10538607835769653,0.10453850030899048,0.10362827777862549,0.10276955366134644,0.10186666250228882,0.10104668140411377,0.10023778676986694,0.09944689273834229,0.0986703634262085,0.09789282083511353,0.09707927703857422,0.09633034467697144,0.0955965518951416,0.09488409757614136,0.09411346912384033,0.09339886903762817,0.09264320135116577,0.0919695496559143,0.09134936332702637,0.09077244997024536,0.09028160572052002,0.08978182077407837,0.08938413858413696,0.08883577585220337,0.08830159902572632,0.08762460947036743,0.08699280023574829,0.08625781536102295,0.08562952280044556,0.08499932289123535,0.08447176218032837,0.08393710851669312,0.08340257406234741,0.08283144235610962,0.08228302001953125,0.08174139261245728,0.0812414288520813,0.08082324266433716,0.08035147190093994,0.07994818687438965,0.07941585779190063,0.078951895236969,0.07838881015777588,0.07786804437637329,0.07716983556747437,0.07645773887634277,0.0755811333656311,0.07461005449295044,0.07347869873046875,0.07232725620269775,0.07107561826705933,0.06974953413009644,0.06816685199737549,0.06627815961837769,0.06417489051818848,0.06185513734817505,0.059358060359954834,0.056719303131103516,0.0539247989654541,0.051045119762420654,0.04791450500488281,0.044711530208587646,0.04131269454956055,0.037842392921447754,0.03420442342758179,0.030569374561309814,0.02691704034805298,0.023375511169433594,0.019884467124938965,0.016559839248657227,0.013238370418548584,0.00998467206954956,0.006768524646759033,0.003695964813232422,0.000666499137878418,0.002347230911254883,0.005375981330871582,0.008456766605377197,0.011529266834259033,0.014663219451904297,0.01765507459640503,0.020631790161132812,0.023357033729553223,0.026058971881866455,0.028509438037872314,0.030918598175048828,0.033140361309051514,0.035366058349609375,0.03748369216918945,0.039621829986572266,0.04169720411300659,0.04378396272659302,0.04587197303771973,0.04791593551635742,0.049926161766052246,0.05186742544174194,0.053821563720703125,0.05572474002838135,0.057692110538482666,0.05956357717514038,0.06146448850631714,0.0632665753364563,0.0651434063911438,0.06690448522567749,0.06874150037765503,0.07045716047286987,0.07216882705688477,0.07371729612350464,0.07522833347320557,0.07658392190933228,0.07781648635864258,0.0788307785987854,0.07973068952560425,0.08046329021453857,0.08104634284973145,0.08142596483230591,0.0815197229385376,0.08146756887435913,0.08132350444793701,0.08103328943252563,0.08066385984420776,0.08016312122344971,0.0795624852180481,0.07888162136077881,0.07821512222290039,0.0775633454322815,0.0769992470741272,0.0765681266784668,0.07623529434204102,0.07590752840042114,0.07559430599212646,0.07512450218200684,0.07461833953857422,0.07408672571182251,0.07354497909545898,0.07292300462722778,0.07227474451065063,0.07158821821212769,0.07091343402862549,0.07031279802322388,0.06982928514480591,0.06949317455291748,0.06927388906478882,0.06918829679489136,0.06920802593231201,0.06929630041122437,0.0694267749786377,0.06962746381759644,0.06985664367675781,0.07007014751434326,0.07027328014373779,0.07044661045074463,0.07059681415557861,0.07088577747344971,0.07127076387405396,0.07165777683258057,0.0719636082649231,0.0721394419670105,0.0721551775932312,0.07213371992111206,0.07215481996536255,0.07220011949539185,0.07236307859420776,0.07260876893997192,0.07296580076217651,0.07337647676467896,0.07388979196548462,0.07452899217605591,0.07517826557159424,0.07587653398513794,0.07657772302627563,0.07714307308197021,0.07747393846511841,0.07751941680908203,0.07753199338912964,0.07760584354400635,0.07758152484893799,0.0775521993637085,0.07753187417984009,0.07756280899047852,0.07755553722381592,0.07752758264541626,0.0775039792060852,0.07752376794815063,0.07761198282241821,0.07750296592712402,0.07734948396682739,0.0771172046661377,0.07685941457748413,0.07650965452194214,0.07620978355407715,0.07588887214660645,0.07557129859924316,0.07533740997314453,0.07524025440216064,0.07505589723587036,0.07506728172302246,0.07517081499099731,0.07548666000366211,0.07572561502456665,0.07601410150527954,0.07617366313934326,0.07632708549499512,0.07639604806900024,0.0765027403831482,0.07669585943222046,0.0768316388130188,0.07738679647445679,0.07759684324264526,0.07747149467468262,0.0772620439529419,0.07709825038909912,0.07695573568344116,0.07678389549255371,0.07693922519683838,0.07748383283615112,0.07811892032623291,0.07860749959945679,0.0792117714881897,0.07962250709533691,0.07966822385787964,0.07985156774520874,0.08012765645980835,0.08034515380859375,0.0805819034576416,0.08078020811080933,0.0808834433555603,0.08104807138442993,0.08151513338088989,0.0820247232913971,0.08241263031959534,0.08266162872314453,0.0829685628414154,0.08313354849815369,0.08316501975059509,0.0830879807472229,0.08289393782615662,0.08266857266426086,0.08246749639511108,0.0824728012084961,0.08260038495063782,0.08277523517608643,0.08289581537246704,0.082867830991745,0.08297139406204224,0.08296862244606018,0.08295917510986328,0.08290711045265198,0.0829019546508789,0.08294859528541565,0.08308389782905579,0.08319857716560364,0.08322080969810486,0.0830998420715332,0.08305442333221436,0.08276820182800293,0.08232104778289795,0.08152464032173157,0.08055099844932556,0.07918471097946167,0.07754164934158325,0.07545709609985352,0.07297936081886292,0.07002198696136475,0.06655985116958618,0.06275346875190735,0.05821242928504944,0.05381080508232117,0.04959666728973389,0.04539194703102112,0.04111522436141968,0.03666132688522339,0.0321536660194397,0.027333974838256836,0.02226319909095764,0.017225056886672974,0.012550413608551025,0.007812976837158203,0.003302633762359619,0.000839531421661377,0.005158841609954834,0.009645700454711914,0.014102160930633545,0.018514037132263184,0.022845149040222168,0.027080297470092773,0.03128737211227417,0.035752713680267334,0.04018935561180115,0.04441460967063904,0.0483517050743103,0.052141398191452026,0.055757611989974976,0.05922672152519226,0.06249266862869263,0.0656462013721466,0.0687229335308075,0.07177835702896118,0.07481986284255981,0.07778206467628479,0.0806167721748352,0.08330607414245605,0.08578965067863464,0.08809441328048706,0.09021607041358948,0.09219592809677124,0.09400108456611633,0.09566259384155273,0.09722945094108582,0.09873375296592712,0.10014137625694275,0.10138824582099915,0.10278409719467163,0.10417002439498901,0.1054525375366211,0.10655748844146729,0.10735175013542175,0.10776081681251526,0.10767334699630737,0.10709500312805176,0.1062157154083252,0.10519573092460632,0.1040341854095459,0.10262858867645264,0.10102680325508118,0.09970209002494812,0.09856709837913513,0.09803980588912964,0.09768602252006531,0.09721517562866211,0.0964314341545105,0.09534883499145508,0.09412425756454468,0.09307518601417542,0.09178176522254944,0.09057509899139404,0.08947426080703735,0.0890703797340393,0.09002310037612915,0.09194785356521606,0.09425121545791626,0.096493661403656,0.09862935543060303,0.10026943683624268,0.10164153575897217,0.10310500860214233,0.10431033372879028,0.105324387550354,0.10603559017181396,0.10642939805984497,0.10683590173721313,0.10724085569381714,0.10783994197845459,0.10871869325637817,0.10970139503479004,0.1110108494758606,0.11226296424865723,0.11367052793502808,0.11520791053771973,0.11663216352462769,0.11820507049560547,0.11968916654586792,0.1211397647857666,0.12265139818191528,0.12405115365982056,0.125524640083313,0.12694889307022095,0.12826627492904663,0.1297721266746521,0.13128036260604858,0.1330122947692871,0.1344483494758606,0.13567447662353516,0.13710665702819824,0.13861310482025146,0.14022856950759888,0.14204192161560059,0.14389276504516602,0.14597046375274658,0.14792674779891968,0.1495102047920227,0.15096443891525269,0.15228056907653809,0.15350836515426636,0.1543186902999878,0.15475255250930786,0.15461784601211548,0.1541651487350464,0.15364688634872437,0.1534637212753296,0.15350723266601562,0.15377277135849,0.1539478302001953,0.15422606468200684,0.15452265739440918,0.15470224618911743,0.15412640571594238,0.15241873264312744,0.1498296856880188,0.14696264266967773,0.14430749416351318,0.14180803298950195,0.14009720087051392,0.13879305124282837,0.1373627781867981,0.13637298345565796,0.1355370283126831,0.1349012851715088,0.1346144676208496,0.13425683975219727,0.1339254379272461,0.13336730003356934,0.13245129585266113,0.13155359029769897,0.13041120767593384,0.1293521523475647,0.12842530012130737,0.12753015756607056,0.1268736720085144,0.12629413604736328,0.12590616941452026,0.12574535608291626,0.12564319372177124,0.1257198452949524,0.12593311071395874,0.12623679637908936,0.12654179334640503,0.1267756223678589,0.1269763708114624,0.1270151138305664,0.12718993425369263,0.12751322984695435,0.1276734471321106,0.1278093457221985,0.12784641981124878,0.12789422273635864,0.12804865837097168,0.12798607349395752,0.12797749042510986,0.12799519300460815,0.12777072191238403,0.12753868103027344,0.12715214490890503,0.12662041187286377,0.1260353922843933,0.12515443563461304,0.12435758113861084,0.12364542484283447,0.12273991107940674,0.12202686071395874,0.1212841272354126,0.12047946453094482,0.11987435817718506,0.11915403604507446,0.11843717098236084,0.11783695220947266,0.1169511079788208,0.11604630947113037,0.11511999368667603,0.11400574445724487,0.11307346820831299,0.11193156242370605,0.11064755916595459,0.10956412553787231,0.10833573341369629,0.10723817348480225,0.10639667510986328,0.10550457239151001,0.10480475425720215,0.10420429706573486,0.10359770059585571,0.10329121351242065,0.10295921564102173,0.10258752107620239,0.10243469476699829,0.10211294889450073,0.10177987813949585,0.10151869058609009,0.10111194849014282,0.10080057382583618,0.10044634342193604,0.09997886419296265,0.09958481788635254,0.09901857376098633,0.09836739301681519,0.0978924036026001,0.09732651710510254,0.0967901349067688,0.09638720750808716,0.09589320421218872,0.09537732601165771,0.09481221437454224,0.09417891502380371,0.09366130828857422,0.09308445453643799,0.09238696098327637,0.09253615140914917,0.09213250875473022,0.09113913774490356,0.09023153781890869,0.08932346105575562,0.08826851844787598,0.08742904663085938,0.08683747053146362,0.08644044399261475,0.08624207973480225,0.08605599403381348,0.08598363399505615,0.08582168817520142,0.08553057909011841,0.08521771430969238,0.0848657488822937,0.08447462320327759,0.08409774303436279,0.08373647928237915,0.08338171243667603,0.08307182788848877,0.08275854587554932,0.08246082067489624,0.08210277557373047,0.0817786455154419,0.08148390054702759,0.08115744590759277,0.08085459470748901,0.08049678802490234,0.08007830381393433,0.07966560125350952,0.07914990186691284,0.07860517501831055,0.07806205749511719,0.07737153768539429,0.0766867995262146,0.07598614692687988,0.07519257068634033,0.0744314193725586,0.07357126474380493,0.07269304990768433,0.07183700799942017,0.07089364528656006,0.06993919610977173,0.06902319192886353,0.06803417205810547,0.06706207990646362,0.06612437963485718,0.06516218185424805,0.06417638063430786,0.06315267086029053,0.06213569641113281,0.061111509799957275,0.06008726358413696,0.05913567543029785,0.05823624134063721,0.05732619762420654,0.056465744972229004,0.055673420429229736,0.0541609525680542,0.053146421909332275,0.05267596244812012,0.0522160530090332,0.05173683166503906,0.05138111114501953,0.05084633827209473,0.05002474784851074,0.04901987314224243,0.04779714345932007,0.04651981592178345,0.045199036598205566,0.043890953063964844,0.04258352518081665,0.04135411977767944,0.04016768932342529,0.03900444507598877,0.03792250156402588,0.03684896230697632,0.03582566976547241,0.03481912612915039,0.03376954793930054,0.03280061483383179,0.03184002637863159,0.030818164348602295,0.029913246631622314,0.02902519702911377,0.028107881546020508,0.02730470895767212,0.026485025882720947,0.02567589282989502,0.024934589862823486,0.024135112762451172,0.023412883281707764,0.022731006145477295,0.02197277545928955,0.0213392972946167,0.020704030990600586,0.0200158953666687,0.019453227519989014,0.01882195472717285,0.0182303786277771,0.017693042755126953,0.01711142063140869,0.01662975549697876,0.016135871410369873,0.01564890146255493,0.015259921550750732,0.014824867248535156,0.014460206031799316,0.014150619506835938,0.013803184032440186,0.013497650623321533,0.013240158557891846,0.01292407512664795,0.012598812580108643,0.012310981750488281,0.011929929256439209,0.011619150638580322,0.011279106140136719,0.010899126529693604,0.010613441467285156,0.010253667831420898,0.009908616542816162,0.009632766246795654,0.009301543235778809,0.008978128433227539,0.008697926998138428,0.008371233940124512,0.008067667484283447,0.007799267768859863,0.007451415061950684,0.007183670997619629,0.0068999528884887695,0.006561636924743652,1.9844422936439514,1.984801709651947,1.9851818084716797,1.985473394393921,1.9858285188674927,1.9861529469490051,1.986440122127533,1.9867963194847107,1.9870536923408508,1.9873350262641907,1.987632930278778,1.9878413081169128,1.9880856275558472,1.9882996678352356,1.988466203212738,1.9886519312858582,1.988796353340149,1.9889153838157654,1.9890593886375427,1.9891297221183777,1.9892133474349976,1.9893126487731934,0.0032233595848083496,0.0032065510749816895,0.003216683864593506,0.0032258033752441406,0.003213047981262207,0.0032331347465515137,0.0032282471656799316,0.003232300281524658,0.003253340721130371,0.0032473206520080566,0.003255009651184082,0.0032253265380859375,0.003210604190826416,0.0031701326370239258,0.0031173229217529297,0.003056466579437256,0.0029679536819458008,0.0029069185256958008,0.002805471420288086,0.0027233362197875977,0.0026230812072753906,0.002521514892578125,0.0024216175079345703,0.002302706241607666,0.0022089481353759766,0.0020940303802490234,0.001999199390411377,0.0019008517265319824,0.0018151402473449707,0.0017499327659606934,0.0016742348670959473,0.00162506103515625,0.0015583038330078125,0.0015099644660949707,0.001456141471862793,0.0013956427574157715,0.001351475715637207,1.9920664429664612,1.9920890927314758,1.9921254515647888,1.9921501874923706,1.992185354232788,1.9922245144844055,1.9922534823417664,1.992303490638733,1.9923301339149475,1.9923742413520813,1.9924044013023376,1.9924360513687134,1.9924724102020264,1.9924936294555664,1.9925201535224915,1.9925260543823242,1.9925405979156494,1.9925349354743958,1.992537498474121,1.992530882358551,1.992523968219757,1.9925163984298706,6.67572021484375e-05,0.00013506412506103516,0.00020307302474975586,0.0002645254135131836,0.00034052133560180664,0.00039249658584594727,0.0004628300666809082,0.0005096197128295898,0.0005655884742736816,0.0006140470504760742,0.0006644725799560547,0.0007138252258300781,0.0007584691047668457,0.0008156895637512207,0.0008577704429626465,0.0009087920188903809,0.0009482502937316895,0.0009920597076416016,0.0010299086570739746,0.001065969467163086,0.0010970234870910645,0.0011313557624816895,0.0011695623397827148,0.0012027621269226074,0.0012474656105041504,0.0012884736061096191,0.0013388991355895996,0.0013847947120666504,0.0014402270317077637,0.00148695707321167,0.0015354752540588379,0.0015745759010314941,0.001612544059753418,0.0016466379165649414,0.001659989356994629,0.001673579216003418,0.0016778111457824707,0.0016843676567077637,0.001682877540588379,0.0016946196556091309,0.0017011165618896484,0.0017197132110595703,0.0017380714416503906,0.0017607808113098145,0.0017849206924438477,0.0018069148063659668,0.0018329024314880371,0.001851201057434082,0.0018758773803710938,0.001886904239654541,0.0019081830978393555,0.0019149184226989746,0.001919567584991455,0.0019295215606689453,0.001923203468322754,0.0019297599792480469,0.0019125938415527344,0.0019127130508422852,0.0018988847732543945,0.001882314682006836,0.0018641948699951172,0.0018330812454223633,0.0018078088760375977,0.0017756819725036621,0.0017528533935546875,0.0017485618591308594,0.0017678141593933105,0.001795351505279541,0.0018213987350463867,1.9899149537086487,1.9898545742034912,1.989814281463623,1.9897706508636475,1.989748477935791,1.9897315502166748,1.9897222518920898,1.9897104501724243,1.9897037744522095,1.9896787405014038,1.9896597266197205,1.9896191358566284,1.9895596504211426,1.9894930124282837,1.9893974661827087,1.9892889857292175,1.9891538619995117,1.989018201828003,1.98888099193573,1.988739550113678,1.9885870218276978,1.9884496927261353,1.9883130192756653,1.9881722927093506,1.9880598187446594,1.987943410873413,1.9878219962120056,1.9876908659934998,1.9875504970550537,1.987386405467987,1.9872249364852905,1.9870433807373047,1.9868512153625488,1.9866409301757812,1.986415982246399,1.9861902594566345,1.9859471917152405,1.9856756329536438,1.9853739142417908,1.9850578904151917,1.9847189784049988,1.984365999698639,1.9840195178985596,1.9836827516555786,1.9833669662475586,1.9830527901649475,1.9827252626419067,1.9824098348617554,1.98213791847229,1.9818833470344543,1.9816146492958069,1.9813359379768372,1.9810343980789185,1.9806892275810242,1.9803100228309631,1.9798624515533447,1.9793742895126343,1.9789188504219055,1.9784825444221497,0.010020673274993896,0.010381221771240234,0.010756194591522217,0.011075258255004883,0.011381447315216064,0.01173257827758789,0.01213616132736206,0.012580633163452148,0.013063132762908936,0.013525187969207764,0.013940930366516113,0.01436680555343628,0.014810383319854736,0.015198826789855957,0.015556633472442627,0.01595461368560791,0.016370296478271484,0.01683908700942993,0.017400264739990234,0.01792854070663452,0.0184248685836792,0.018970131874084473,0.01955997943878174,0.020068764686584473,0.02053391933441162,0.021045148372650146,0.02154618501663208,0.022037923336029053,0.022552311420440674,0.023097634315490723,0.023583412170410156,0.024072587490081787,0.024624168872833252,0.025165021419525146,0.02565711736679077,0.0261651873588562,0.026691079139709473,0.027187466621398926,0.0276944637298584,0.02829641103744507,0.0289156436920166,0.029555022716522217,0.03026944398880005,0.030981898307800293,0.03168761730194092,0.032435715198516846,0.03319782018661499,0.03398972749710083,0.0348471999168396,0.03573441505432129,0.036568641662597656,0.03738290071487427,0.038240015506744385,0.03905045986175537,0.03982710838317871,0.04062587022781372,0.041409432888031006,0.04223698377609253,0.043128132820129395,0.044063687324523926,0.044980525970458984,0.04591923952102661,0.04698061943054199,0.04805022478103638,0.04910033941268921,0.05018681287765503,0.051206886768341064,0.05219036340713501,0.05324912071228027,0.05434340238571167,0.05539834499359131,0.05645740032196045,0.05757075548171997,0.05866408348083496,0.05969613790512085,0.060732245445251465,0.06165802478790283,0.062478065490722656,0.0633774995803833,0.06425726413726807,0.06506174802780151,0.06586039066314697,0.06672215461730957,0.06759941577911377,0.06843537092208862,0.06930738687515259,0.07014590501785278,0.07092916965484619,0.0717172622680664,0.07252740859985352,0.07329756021499634,0.07401317358016968,0.07475799322128296,0.07553523778915405,0.07631009817123413,0.07710421085357666,0.07783973217010498,0.07849466800689697,0.0790664553642273,0.07969242334365845,0.08033347129821777,0.08097213506698608,0.0816848874092102,0.0823851227760315,0.08305293321609497,0.08370071649551392,0.08437544107437134,0.08500933647155762,0.08562201261520386,0.08633136749267578,0.0870736837387085,0.08778077363967896,0.08854407072067261,0.08930844068527222,0.09001439809799194,0.09077519178390503,0.09163874387741089,0.0925602912902832,0.09338396787643433,0.09420144557952881,0.09501504898071289,0.09576416015625,0.09651881456375122,0.09727054834365845,0.09795618057250977,0.09868878126144409,0.09936362504959106,0.10000824928283691,0.10073524713516235,0.10153931379318237,0.10231149196624756,0.10303086042404175,0.10376083850860596,0.10441863536834717,0.10502737760543823,0.10567402839660645,0.10632127523422241,0.1068233847618103,0.10728573799133301,0.10777288675308228,0.10820788145065308,0.10861396789550781,0.10894006490707397,0.10916763544082642,0.10929739475250244,0.10941249132156372,0.10950207710266113,0.10951602458953857,0.10953652858734131,0.10957759618759155,0.10967999696731567,0.10980474948883057,0.11002057790756226,0.11027783155441284,0.11050087213516235,0.11079448461532593,0.1111646294593811,0.11149036884307861,0.11175811290740967,0.11201542615890503,0.11224091053009033,0.11234861612319946,0.11246705055236816,0.11263364553451538,0.11280840635299683,0.11305397748947144,0.11333191394805908,0.11362552642822266,0.11384141445159912,0.11400330066680908,0.11409568786621094,0.1141238808631897,0.11412602663040161,0.1140851378440857,0.1139528751373291,0.11371386051177979,0.1133832335472107,0.11315453052520752,0.1129922866821289,0.11282616853713989,0.11263763904571533,0.11465847492218018,0.11697441339492798,0.1194571852684021,0.122050940990448,0.12478393316268921,0.1235535740852356,0.12253916263580322,0.12173789739608765,0.12118148803710938,0.12082350254058838,0.1206098198890686,0.12053602933883667,0.12049287557601929,0.12040793895721436,0.12027859687805176,0.12014371156692505,0.11996668577194214,0.11969262361526489,0.11931639909744263,0.11883866786956787,0.11834251880645752,0.11783313751220703,0.1172676682472229,0.11660957336425781,0.11584967374801636,0.11500126123428345,0.11398565769195557,0.11281877756118774,0.11141884326934814,0.10983669757843018,0.10803848505020142,0.10607713460922241,0.10399752855300903,0.10182386636734009,0.0995282530784607,0.09716176986694336,0.09471046924591064,0.09216195344924927,0.08952456712722778,0.08692342042922974,0.08432549238204956,0.08163464069366455,0.07890242338180542,0.07607769966125488,0.07322055101394653,0.07033741474151611,0.067485511302948,0.06465619802474976,0.06184655427932739,0.059053003787994385,0.05629074573516846,0.053558290004730225,0.05086880922317505,0.04822802543640137,0.045579612255096436,0.04290980100631714,0.040204524993896484,0.03749626874923706,0.03481447696685791,0.029941320419311523,0.02478235960006714,0.01944941282272339,0.013974606990814209,0.008424937725067139,0.006831467151641846,0.004953205585479736,0.0028141140937805176,0.00045162439346313477,0.0020669102668762207,0.004695236682891846,0.007370650768280029,0.01004725694656372,0.01266711950302124,0.015205025672912598,0.017622649669647217,0.019911229610443115,0.022081851959228516,0.024106919765472412,0.025989890098571777,0.02772444486618042,0.029323577880859375,0.030811190605163574,0.03216147422790527,0.03334033489227295,0.03441721200942993,0.03530246019363403,0.036015093326568604,0.036589741706848145,0.03704357147216797,0.03734225034713745,0.03755158185958862,0.03766369819641113,0.03767716884613037,0.03761798143386841,0.03749030828475952,0.03728938102722168,0.03705179691314697,0.036762893199920654,0.036421775817871094,0.03606700897216797,0.03566277027130127,0.035227954387664795,0.0348019003868103,0.03434711694717407,0.03386121988296509,0.03335648775100708,0.03283184766769409,0.032258570194244385,0.03166520595550537,0.031054973602294922,0.03040260076522827,0.029746532440185547,0.029103577136993408,0.028433620929718018,0.02776259183883667,0.02709043025970459,0.02641451358795166,0.02572566270828247,0.025026559829711914,0.02434563636779785,0.023670971393585205,0.022973477840423584,0.022291362285614014,0.021630942821502686,0.020968616008758545,0.020319700241088867,0.019689083099365234,0.019051313400268555,0.01842266321182251,0.01780247688293457,0.017197132110595703,0.01657569408416748,0.015959322452545166,0.015359759330749512,0.014735102653503418,0.014103531837463379,0.013484835624694824,0.012842416763305664,0.01220625638961792,0.011585831642150879,0.010952234268188477,0.010311722755432129,0.009691596031188965,0.009056031703948975,0.008415579795837402,0.007786571979522705,0.007144153118133545,0.006492555141448975,0.00586390495300293,0.005216479301452637,0.004564821720123291,0.003925979137420654,0.0032708048820495605,0.0026044845581054688,0.0019553303718566895,0.0012918710708618164,0.000624239444732666,1.519918441772461e-05,0.0006570816040039062,0.001294851303100586,0.0019168257713317871,0.0025308728218078613,0.003126800060272217,0.003704667091369629,0.004252016544342041,0.0047740936279296875,0.005261421203613281,0.005726277828216553,0.006156980991363525,0.0065574049949646,0.006929278373718262,0.007269620895385742,0.0075740814208984375,0.007853806018829346,0.008107483386993408,0.00834953784942627,0.00857079029083252,0.008775115013122559,0.008973360061645508,0.009154975414276123,0.009321153163909912,0.009487271308898926,0.009638309478759766,0.009776711463928223,0.009901940822601318,0.01001507043838501,0.010105609893798828,0.010188937187194824,0.010251224040985107,0.0102996826171875,0.010324060916900635,0.010325491428375244,0.01030796766281128,0.010254263877868652,0.010172128677368164,0.01007068157196045,0.009938240051269531,0.009791970252990723,0.009624898433685303,0.009437620639801025,0.00924152135848999,0.009030640125274658,0.008809208869934082,0.00858980417251587,0.008354723453521729,0.008122086524963379,0.007888555526733398,0.007647573947906494,0.007407069206237793,0.007162570953369141,0.006912350654602051,0.006666719913482666,0.006415009498596191,0.00616610050201416,0.0059174299240112305,0.005667567253112793,0.005417168140411377,0.005171358585357666,0.004921257495880127,0.004673302173614502,0.004423618316650391,0.004180550575256348,0.003935039043426514,0.003690958023071289,0.0034482479095458984,0.0032053589820861816,0.0029655098915100098,0.002729356288909912,0.0024871826171875,0.0022507905960083008,0.0020116567611694336,0.001773059368133545,0.0015345215797424316,0.001302957534790039,0.0010699033737182617,0.0008499026298522949,0.0006344914436340332,0.0004302859306335449,0.0002346634864807129,5.424022674560547e-05,0.00011301040649414062,0.0002658963203430176,0.0004023909568786621,0.0005168318748474121,0.0006162524223327637,0.0006934404373168945,0.0007590055465698242,0.0008063912391662598,0.0008415579795837402,0.0008677244186401367,0.0008815526962280273,0.0008870363235473633,0.0008859634399414062],"car_id":1549,"is_replay":false,"is_manual":false,"lap_start_timestamp":"2023-07-06 12:46:43.189594","lap_end_timestamp":"2023-07-06 12:47:15.938834","EstimatedTopSpeed":271},{"title":"0:32.559","lap_ticks":1955,"lap_finish_time":32559,"lap_live_time":32.656,"number":4,"throttle_and_brake_ticks":108,"no_throttle_and_no_brake_ticks":6,"full_brake_ticks":25,"full_throttle_ticks":1418,"tires_overheated_ticks":844,"tires_spinning_ticks":0,"data_throttle":[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.43137254901961,90.19607843137256,67.45098039215686,46.274509803921575,34.11764705882353,23.529411764705884,16.47058823529412,12.549019607843139,9.411764705882353,7.843137254901961,6.274509803921569,5.098039215686275,4.313725490196079,3.5294117647058827,2.7450980392156863,2.3529411764705883,1.5686274509803924,0.7843137254901962,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.7843137254901962,1.1764705882352942,1.1764705882352942,1.5686274509803924,1.9607843137254903,1.9607843137254903,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.7450980392156863,2.7450980392156863,2.7450980392156863,2.7450980392156863,2.7450980392156863,2.7450980392156863,3.1372549019607847,3.5294117647058827,3.5294117647058827,3.5294117647058827,3.9215686274509807,3.9215686274509807,4.313725490196079,4.313725490196079,4.313725490196079,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,5.098039215686275,5.098039215686275,5.098039215686275,5.490196078431373,5.490196078431373,5.490196078431373,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,6.274509803921569,6.274509803921569,6.666666666666667,7.058823529411765,7.450980392156863,8.23529411764706,8.627450980392158,9.411764705882353,9.803921568627452,10.980392156862745,11.764705882352942,12.15686274509804,12.549019607843139,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,13.333333333333334,13.333333333333334,13.333333333333334,13.333333333333334,13.725490196078432,14.11764705882353,14.50980392156863,14.50980392156863,15.294117647058824,15.686274509803923,16.07843137254902,16.47058823529412,17.647058823529413,18.43137254901961,20.3921568627451,21.568627450980394,23.529411764705884,26.27450980392157,31.372549019607845,35.294117647058826,41.568627450980394,48.62745098039216,58.82352941176471,68.62745098039215,78.03921568627452,85.88235294117648,93.72549019607844,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.6078431372549,87.05882352941177,71.37254901960785,52.156862745098046,43.529411764705884,31.372549019607845,26.666666666666668,20.3921568627451,16.862745098039216,16.07843137254902,14.50980392156863,13.725490196078432,13.725490196078432,12.941176470588236,12.941176470588236,12.549019607843139,12.15686274509804,11.372549019607844,10.980392156862745,9.803921568627452,9.411764705882353,9.019607843137255,8.627450980392158,8.627450980392158,8.23529411764706,7.450980392156863,7.450980392156863,7.058823529411765,6.666666666666667,6.274509803921569,6.274509803921569,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.882352941176471,5.490196078431373,5.490196078431373,5.490196078431373,5.490196078431373,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,5.098039215686275,5.098039215686275,5.098039215686275,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,4.705882352941177,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.098039215686275,5.490196078431373,5.490196078431373,5.490196078431373,5.882352941176471,5.882352941176471,6.274509803921569,6.666666666666667,7.058823529411765,7.450980392156863,7.843137254901961,8.627450980392158,9.411764705882353,10.588235294117649,11.764705882352942,12.549019607843139,13.725490196078432,14.11764705882353,14.901960784313726,15.294117647058824,15.294117647058824,15.686274509803923,16.07843137254902,16.07843137254902,16.47058823529412,16.862745098039216,18.03921568627451,19.607843137254903,21.568627450980394,22.745098039215687,24.31372549019608,25.490196078431374,26.27450980392157,27.058823529411768,28.23529411764706,29.01960784313726,29.80392156862745,30.98039215686275,31.764705882352942,32.94117647058824,34.50980392156863,35.294117647058826,36.47058823529412,36.86274509803922,37.64705882352941,38.03921568627451,38.43137254901961,38.43137254901961,38.82352941176471,38.82352941176471,38.82352941176471,38.82352941176471,39.21568627450981,39.21568627450981,39.6078431372549,40,40.7843137254902,40.7843137254902,42.74509803921569,43.92156862745098,45.09803921568628,46.274509803921575,47.05882352941177,50.98039215686275,52.94117647058824,58.03921568627452,62.74509803921569,67.05882352941177,71.76470588235294,75.68627450980392,78.82352941176471,81.9607843137255,84.70588235294119,87.05882352941177,89.80392156862746,92.15686274509804,94.50980392156863,96.86274509803923,99.2156862745098,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,76.86274509803923,55.68627450980392,35.68627450980392,22.745098039215687,12.15686274509804,6.666666666666667,12.15686274509804,17.647058823529413,23.137254901960787,28.627450980392158,34.50980392156863,40,45.490196078431374,50.98039215686275,56.47058823529412,62.352941176470594,67.84313725490196,73.33333333333334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.1764705882352942,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,1.1764705882352942,1.1764705882352942,1.5686274509803924,1.9607843137254903,2.3529411764705883,2.7450980392156863,3.5294117647058827,4.313725490196079,5.098039215686275,5.098039215686275,8.23529411764706,9.803921568627452,12.941176470588236,15.294117647058824,18.03921568627451,21.96078431372549,25.490196078431374,28.627450980392158,34.50980392156863,37.64705882352941,41.96078431372549,46.274509803921575,52.54901960784314,58.82352941176471,66.66666666666667,70.58823529411765,76.07843137254902,81.1764705882353,85.88235294117648,92.15686274509804,97.64705882352942,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,91.37254901960785,83.13725490196079,74.90196078431373,66.27450980392157,58.03921568627452,49.80392156862745,41.568627450980394,32.94117647058824,24.705882352941178,16.47058823529412,8.23529411764706,13.725490196078432,5.098039215686275,0,0,0,0,15.686274509803923,21.96078431372549,27.058823529411768,27.058823529411768,27.058823529411768,27.058823529411768,27.058823529411768,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100],"data_braking":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.1764705882352942,1.9607843137254903,2.7450980392156863,4.705882352941177,5.882352941176471,7.058823529411765,7.843137254901961,8.23529411764706,9.019607843137255,9.019607843137255,9.019607843137255,8.23529411764706,7.843137254901961,6.274509803921569,5.882352941176471,5.098039215686275,4.313725490196079,3.1372549019607847,1.1764705882352942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5686274509803924,2.7450980392156863,3.5294117647058827,4.313725490196079,4.705882352941177,4.705882352941177,3.1372549019607847,1.9607843137254903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.3921568627450981,16.47058823529412,16.47058823529412,27.84313725490196,37.64705882352941,41.96078431372549,51.76470588235294,57.254901960784316,63.529411764705884,63.529411764705884,85.49019607843138,99.6078431372549,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.43137254901961,98.43137254901961,98.82352941176471,98.43137254901961,94.90196078431373,89.41176470588236,86.66666666666667,84.70588235294119,82.3529411764706,81.9607843137255,79.6078431372549,77.64705882352942,75.29411764705883,68.23529411764706,65.49019607843138,60.7843137254902,58.43137254901961,56.47058823529412,52.94117647058824,51.372549019607845,50.196078431372555,47.84313725490196,47.05882352941177,47.450980392156865,48.235294117647065,49.01960784313726,50.196078431372555,50.196078431372555,50.98039215686275,51.372549019607845,52.156862745098046,54.117647058823536,54.50980392156863,54.90196078431373,55.294117647058826,55.68627450980392,55.294117647058826,55.294117647058826,55.68627450980392,55.294117647058826,54.90196078431373,53.72549019607843,53.333333333333336,52.54901960784314,52.156862745098046,52.156862745098046,51.372549019607845,47.84313725490196,44.313725490196084,42.352941176470594,40,35.68627450980392,32.54901960784314,29.80392156862745,24.705882352941178,22.35294117647059,20,19.215686274509807,16.862745098039216,15.686274509803923,14.901960784313726,14.11764705882353,13.725490196078432,13.725490196078432,13.725490196078432,13.333333333333334,12.941176470588236,13.333333333333334,13.725490196078432,14.11764705882353,14.50980392156863,15.294117647058824,15.294117647058824,16.07843137254902,16.07843137254902,17.647058823529413,18.03921568627451,18.43137254901961,18.03921568627451,17.647058823529413,17.647058823529413,17.254901960784316,16.862745098039216,16.862745098039216,16.862745098039216,16.862745098039216,16.862745098039216,16.862745098039216,16.862745098039216,16.47058823529412,16.47058823529412,16.47058823529412,16.862745098039216,17.254901960784316,17.647058823529413,17.647058823529413,17.647058823529413,17.647058823529413,17.647058823529413,17.647058823529413,17.647058823529413,17.647058823529413,17.647058823529413,17.254901960784316,17.254901960784316,17.647058823529413,17.254901960784316,17.647058823529413,17.647058823529413,18.03921568627451,18.43137254901961,18.823529411764707,19.607843137254903,19.607843137254903,20,20.3921568627451,20.784313725490197,21.568627450980394,21.568627450980394,21.568627450980394,21.96078431372549,21.96078431372549,21.176470588235297,21.176470588235297,20.784313725490197,20.3921568627451,20,19.215686274509807,18.823529411764707,17.647058823529413,16.47058823529412,15.686274509803923,13.725490196078432,13.725490196078432,12.15686274509804,9.803921568627452,8.627450980392158,7.450980392156863,5.098039215686275,3.9215686274509807,2.3529411764705883,2.3529411764705883,1.1764705882352942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_coasting":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_speed":[175.10928497314453,175.23984375,175.375895690918,175.51068420410158,175.65078735351562,175.78763580322266,175.9264343261719,176.0656723022461,176.20551452636718,176.34486236572266,176.4801452636719,176.61324462890624,176.74591827392578,176.87427978515626,177.0052505493164,177.13306274414063,177.25991363525392,177.39043121337892,177.51616973876955,177.6482666015625,177.77771301269533,177.90750274658203,178.0426483154297,178.17979888916017,178.31995697021486,178.46268310546876,178.60343170166016,178.74409790039064,178.88531341552735,179.02367248535157,179.15973815917968,179.29278259277345,179.42405548095704,179.5542434692383,179.6824951171875,179.81136474609374,179.93582611083986,180.06389923095705,180.1886215209961,180.31841125488282,180.44864044189453,180.5802429199219,180.717626953125,180.85645294189453,180.99405670166016,181.13528594970703,181.2708297729492,181.4109603881836,181.54168395996095,181.67041625976563,181.79511108398438,181.91802062988282,182.03926849365234,182.16161499023437,182.27922363281252,182.40157012939454,182.51801147460938,182.6396026611328,182.7633499145508,182.8935104370117,183.0230941772461,183.18120117187502,183.33233184814455,183.47996063232424,183.61900634765627,183.74913940429687,183.87140350341798,183.9787124633789,184.11503906250002,184.22925567626953,184.3503662109375,184.4697052001953,184.59052734375,184.71180267333986,184.83358612060547,184.95418853759767,185.07476348876955,185.195654296875,185.31728668212892,185.44067687988283,185.56505584716797,185.68988800048828,185.8048873901367,185.92448730468752,186.03800354003906,186.15801544189455,186.2780960083008,186.3977508544922,186.52284393310546,186.63868103027343,186.76156311035157,186.8837448120117,187.0148666381836,187.14107208251954,187.26556091308595,187.3916427612305,187.51309661865236,187.6270523071289,187.76178588867188,187.87335205078125,188.0127136230469,188.11593017578124,188.2567611694336,188.34971923828127,188.47313690185547,188.57657318115236,188.69595336914062,188.81714630126953,188.93074493408204,189.04523620605468,189.14758758544923,189.2589889526367,189.3679183959961,189.48451080322266,189.59352264404296,189.71581420898437,189.83133544921876,189.9525146484375,190.07661895751954,190.18797912597657,190.29857025146484,190.41163330078126,190.5336639404297,190.64480438232422,190.75181121826174,190.8645034790039,190.95711822509767,191.06768188476562,191.16399078369142,191.27908630371095,191.38759002685546,191.50043334960938,191.62012939453126,191.7279052734375,191.8488510131836,191.9560089111328,192.07283477783204,192.18582916259766,192.28815307617188,192.40350952148438,192.498046875,192.6182647705078,192.7159606933594,192.82342071533205,192.931787109375,193.03356170654297,193.15737762451172,193.25799865722658,193.38491821289062,193.48993377685548,193.60696563720703,193.71869659423828,193.81890563964845,193.93849182128906,194.03235626220703,194.152587890625,194.25238494873048,194.36837310791017,194.47620391845703,194.5755615234375,194.6936508178711,194.78448028564455,194.89608764648438,194.9871368408203,195.0847366333008,195.18116912841796,195.2688400268555,195.37993927001955,195.46276245117187,195.5737518310547,195.65595703125,195.7595169067383,195.85643005371094,195.9582046508789,196.05988311767578,196.1606002807617,196.26308898925782,196.35899963378907,196.45850830078126,196.54454498291017,196.63898620605468,196.71128997802734,196.80467376708984,196.8769775390625,196.97019653320314,197.0526901245117,197.13609008789064,197.23084716796876,197.3024642944336,197.408935546875,197.4803192138672,197.5974884033203,197.6942367553711,197.7859313964844,197.8680404663086,197.93748779296877,198.00685272216796,198.06009521484376,198.14595336914064,198.22197875976562,198.31133880615235,198.3961944580078,198.47349700927734,198.57344512939454,198.63833312988282,198.73928375244142,198.80337524414062,198.9108627319336,198.9888107299805,199.08597106933595,199.20158843994142,199.312646484375,199.41253967285158,199.4783889770508,199.55766906738282,199.66067962646486,199.74612579345703,199.8561538696289,199.91705932617188,200.02473907470704,200.0957794189453,200.17368621826174,200.23959045410157,200.2868865966797,200.36813049316407,200.4266326904297,200.54376068115235,200.6062454223633,200.65693359375,200.7180587768555,200.76001281738283,200.84566497802734,200.90533447265625,200.96199645996094,201.0351791381836,201.06687469482424,201.16395263671876,201.20523376464845,201.288427734375,201.33470764160157,201.3739013671875,201.44891052246095,201.5023178100586,201.61985778808594,201.67083435058595,201.73301696777344,201.78709716796877,201.81546936035156,201.91301422119142,201.95603942871094,202.0306365966797,202.0864471435547,202.138591003418,202.2164291381836,202.2545379638672,202.34429626464845,202.38721160888673,202.48092498779297,202.5345657348633,202.59213409423828,202.65364379882814,202.68895111083984,202.79428253173828,202.8533889770508,202.9411834716797,202.9918991088867,203.04596557617188,203.0981918334961,203.13226318359375,203.22394409179688,203.2661865234375,203.35720825195312,203.40644073486328,203.47286682128907,203.53609313964844,203.5768798828125,203.65659942626954,203.68633117675782,203.7840133666992,203.82083129882812,203.91455841064453,203.9653564453125,204.03282623291017,204.09347076416017,204.13277435302734,204.21002197265625,204.2471694946289,204.3533935546875,204.41710052490234,204.50894622802736,204.5662399291992,204.63092193603515,204.70818328857422,204.75678405761718,204.84444122314454,204.87966613769532,204.9748764038086,205.0313735961914,205.11632537841797,205.18269653320314,205.24192657470704,205.3179931640625,205.36097717285156,205.4521499633789,205.4893524169922,205.59429931640625,205.640771484375,205.7383026123047,205.801432800293,205.8795181274414,205.9617645263672,206.0172866821289,206.11426849365236,206.15501403808594,206.26214447021485,206.3060760498047,206.41190185546876,206.46614685058594,206.55921478271486,206.62408905029298,206.69287719726563,206.77434082031252,206.82344970703124,206.92019805908203,206.96102600097657,207.06355590820314,207.10586700439453,207.2010498046875,207.25283660888672,207.32979583740234,207.39273376464845,207.45127716064454,207.52242736816407,207.5666473388672,207.64996490478515,207.6853271484375,207.7786422729492,207.8147735595703,207.90407867431642,207.94920501708984,208.02474975585938,208.08153533935547,208.1403533935547,208.21004791259767,208.25201568603515,208.3370361328125,208.36774291992188,208.45386199951173,208.48706817626953,208.56556549072266,208.60187530517578,208.66548614501954,208.7091293334961,208.75326690673828,208.81495513916016,208.84649963378908,208.92473602294922,208.9479995727539,209.0362060546875,209.06185913085938,209.1422103881836,209.17283477783204,209.23165283203124,209.27559814453124,209.3175796508789,209.3747085571289,209.40706329345704,209.4714569091797,209.49219360351563,209.54810028076173,209.56578826904297,209.62716064453124,209.65315704345704,209.70796508789064,209.73885040283204,209.7787307739258,209.82005310058594,209.8513366699219,209.89526824951173,209.9062271118164,209.9528778076172,209.9633972167969,210.02217407226564,210.03173217773437,210.08008575439453,210.0960708618164,210.12600860595703,210.1520736694336,210.16223602294923,210.19831237792968,210.19178924560546,210.236572265625,210.22949981689453,210.27395324707032,210.27262115478516,210.29839782714845,210.3090545654297,210.31578369140627,210.33679504394533,210.33301849365236,210.3597152709961,210.34344177246095,210.38069915771484,210.37383270263672,210.41242218017578,210.41240844726562,210.42776184082032,210.4318817138672,210.43450469970705,210.44186553955078,210.424658203125,210.43954467773438,210.4230926513672,210.45822143554688,210.44579315185547,210.4731216430664,210.46931762695314,210.48015289306642,210.48836517333984,210.4841079711914,210.50318298339843,210.4894775390625,210.51589965820312,210.50391082763673,210.53089599609376,210.5249771118164,210.5390808105469,210.54828186035158,210.55284118652344,210.57867279052735,210.57317962646485,210.60494384765624,210.59458923339844,210.63109130859377,210.62504882812502,210.65175933837892,210.6586669921875,210.66898040771486,210.68525390625,210.68014526367188,210.70305175781252,210.6885772705078,210.71703186035157,210.70680084228516,210.73010559082033,210.7293228149414,210.7386474609375,210.74912567138674,210.74720306396486,210.7644515991211,210.75222930908203,210.7803680419922,210.7731170654297,210.80792999267578,210.81126708984377,210.82910614013673,210.83870544433594,210.83829345703126,210.85703887939454,210.84570922851563,210.8750427246094,210.86593780517578,210.8973861694336,210.89803161621094,210.91441497802734,210.92581329345703,210.93101806640627,210.94900817871095,210.94399566650392,210.97217559814453,210.96764373779297,211.00186614990236,211.00443420410156,211.02628326416016,211.03809356689453,211.04888763427735,211.07058563232422,211.07329101562502,211.10419006347658,211.10526123046876,211.13797302246095,211.14234008789063,211.16486206054688,211.17654876708986,211.18966369628907,211.21088104248048,211.21695098876953,211.246435546875,211.24642181396484,211.28422851562502,211.2909164428711,211.31921997070313,211.3324447631836,211.3487731933594,211.36771087646486,211.37645874023437,211.40540771484376,211.4123291015625,211.44973754882812,211.46035308837892,211.4917739868164,211.50887145996094,211.53018493652345,211.55174560546877,211.56345977783204,211.58703918457033,211.59273834228517,211.63165740966798,211.6368621826172,211.67256774902344,211.6872756958008,211.71111602783205,211.73291015625,211.74809875488282,211.7707992553711,211.78093414306642,211.8051727294922,211.81219024658205,211.83688201904297,211.84602813720704,211.86499328613283,211.88299713134765,211.89576873779296,211.92151794433593,211.93093872070312,211.962565612793,211.97003631591798,212.00193786621094,212.01573944091797,212.0371078491211,212.05188446044923,212.06351623535156,212.08396453857424,212.09214935302734,212.1202606201172,212.12737426757812,212.15658416748047,212.16905364990234,212.19002380371094,212.20841217041016,212.22053833007814,212.24134368896486,212.24617767333984,212.27110290527344,212.27220153808594,212.3002716064453,212.3036361694336,212.3361831665039,212.35341796875,212.3769287109375,212.40277404785158,212.4159713745117,212.44497528076172,212.45244598388672,212.4788543701172,212.48106536865234,212.5082565307617,212.51167602539064,212.53342895507814,212.54295959472657,212.56494598388673,212.5813705444336,212.58973388671876,212.61273651123048,212.61202239990234,212.6378402709961,212.63792266845704,212.66463317871094,212.66873931884766,212.68729248046876,212.6932800292969,212.70502166748048,212.71256103515626,212.7157196044922,212.72610168457032,212.72846374511718,212.7448471069336,212.75117797851564,212.7690170288086,212.7758972167969,212.7919647216797,212.79282989501954,212.80852661132812,212.81455535888674,212.82941436767578,212.83880767822265,212.85271911621095,212.864501953125,212.87518615722658,212.8836181640625,212.88956451416016,212.8921325683594,212.8984359741211,212.90024871826174,212.91387176513672,212.91838989257812,212.92951354980468,212.93801422119142,212.94825897216796,212.96087951660158,212.96443634033204,212.97777099609377,212.97959747314454,212.99040527343752,212.9905014038086,213.0001419067383,212.99890594482423,213.00682983398437,213.00945281982422,213.0228286743164,213.0281707763672,213.04043426513672,213.0548538208008,213.06827087402345,213.0878402709961,213.0957229614258,213.11692657470704,213.12494659423828,213.1451614379883,213.14976196289064,213.1660354614258,213.17306671142578,213.18519287109376,213.19175720214844,213.2030044555664,213.21331787109375,213.22261505126954,213.23513946533203,213.2391082763672,213.25597229003907,213.25472259521484,213.27081756591798,213.26951293945314,213.28772277832033,213.29303741455078,213.30736083984377,213.31529846191407,213.3266830444336,213.33777923583986,213.34088287353515,213.3519241333008,213.35112762451172,213.3685272216797,213.37086181640626,213.3813262939453,213.38562469482423,213.39592437744142,213.40045623779298,213.41751251220703,213.41729278564455,213.4351043701172,213.45461883544922,213.46958770751954,213.49054412841798,213.5018325805664,213.51693878173828,213.52781524658204,213.5387191772461,213.55508880615236,213.5686019897461,213.5902862548828,213.59723510742188,213.62264099121094,213.63413543701174,213.6507797241211,213.66004943847656,213.67937164306642,213.68202209472656,213.69567260742187,213.7158187866211,213.7252944946289,213.74439697265626,213.75164794921875,213.76785278320312,213.7810775756836,213.7867904663086,213.81056213378906,213.81167449951172,213.83415527343752,213.83364715576172,213.86219787597656,213.8710693359375,213.8811218261719,213.89002075195313,213.9035614013672,213.91714324951172,213.92043914794922,213.9429473876953,213.96692504882813,213.9865905761719,213.994775390625,214.01023864746094,214.02752838134765,214.0422775268555,214.05657348632812,214.08252868652343,214.10352630615236,214.1284378051758,214.1634017944336,214.1737289428711,214.21124725341798,214.21539459228515,214.24058074951174,214.24722747802736,214.2581314086914,214.28765716552735,214.31045379638672,214.3462142944336,214.3630096435547,214.40924835205078,214.4327178955078,214.4832550048828,214.51646118164064,214.56555633544923,214.59331054687502,214.64310607910156,214.65959930419922,214.69986419677736,214.71255340576172,214.75320281982422,214.77724914550782,214.81755523681642,214.85015716552735,214.91014251708984,214.95528259277344,215.016764831543,215.06304473876955,215.11627349853515,215.16057586669922,215.20191192626953,215.24713439941408,215.28253784179688,215.33117980957033,215.36531982421874,215.41482696533203,215.45213928222657,215.50458526611328,215.54791259765625,215.6101501464844,215.67056121826172,215.7448974609375,215.81667938232422,215.89656372070314,215.96312713623047,216.03880920410157,216.11182708740236,216.19139556884767,216.2751251220703,216.3553939819336,216.44296875,216.51819763183593,216.61690979003907,216.69090270996094,216.77564849853516,216.83012695312502,216.88835449218752,216.91900634765625,216.9581726074219,216.96904907226562,216.99088439941406,216.97266082763673,216.9534896850586,216.8922134399414,216.8275863647461,216.7331039428711,216.63178253173828,216.51329498291017,216.3876937866211,216.25574798583986,216.11597442626953,215.97567901611328,215.82648468017578,215.6798309326172,215.52481384277345,215.3710464477539,215.2082290649414,215.0478698730469,214.88216857910157,214.71757965087892,214.53248748779296,214.35444030761718,214.17569274902345,214.00301513671874,213.83267211914062,213.66061248779297,213.49219207763673,213.3148178100586,213.14275817871095,212.95583953857422,212.7753890991211,212.58767395019532,212.42327728271485,212.25647735595703,212.0991668701172,211.94695129394532,211.80526885986328,211.66546783447265,211.52517242431642,211.38894195556642,211.24390869140626,211.09893035888672,210.9526611328125,210.80591125488283,210.6546844482422,210.5080581665039,210.36004486083985,210.21167449951173,210.06070861816406,209.91638946533203,209.76612396240236,209.62250518798828,209.4777328491211,209.33074951171875,209.18338165283203,209.0303146362305,208.87521514892578,208.71271362304688,208.54364776611328,208.37356567382812,208.20415649414062,208.03333282470703,207.85933685302734,207.68908996582033,207.5227020263672,207.35632781982423,207.19198608398438,207.02992401123046,206.87004547119142,206.7155776977539,206.56179656982422,206.398388671875,206.2438934326172,206.09296875,205.94523010253906,205.80144653320312,205.66715240478516,205.53020782470705,205.39688873291016,205.26421508789062,205.13233795166016,204.9966293334961,204.86044006347657,204.72129821777344,204.58125,204.4413803100586,204.30056304931642,204.15971832275392,204.01597595214844,203.87445831298828,203.7390380859375,203.608561706543,203.48175201416015,203.3618911743164,203.23547973632813,203.11121063232423,202.98231353759766,202.85863494873047,202.74046325683594,202.62962493896484,202.52708129882814,202.41282348632814,202.30011749267578,202.17271728515627,202.0458526611328,201.91555480957032,201.78018951416016,201.65252838134765,201.51541900634766,201.3812210083008,201.2437957763672,201.10751037597657,200.9724334716797,200.84447021484377,200.72430725097658,200.6066436767578,200.4799301147461,200.34817657470703,200.22364654541016,200.08226623535157,199.94349517822266,199.80438079833985,199.66809539794923,199.5430160522461,199.41832122802734,199.28980865478516,199.1615432739258,199.0500732421875,198.93339843750002,198.8198684692383,198.71431732177734,198.6153305053711,198.5331253051758,198.4538314819336,198.3929672241211,198.32838134765626,198.27791290283204,198.242578125,198.24529724121095,198.25914001464844,198.25433349609375,198.304541015625,198.34288330078127,198.40546417236328,198.4545455932617,198.51016387939453,198.57259368896484,198.62039794921876,198.68469543457033,198.7212661743164,198.79212799072266,198.8680847167969,198.92870178222657,199.0213851928711,199.07400970458986,199.21510162353516,199.21331634521485,199.3146514892578,199.3528015136719,199.45476837158205,199.5030944824219,199.55389251708985,199.64896545410156,199.78582763671875,199.8787033081055,199.93349761962892,199.9637649536133,199.9996353149414,200.1005584716797,200.1150329589844,200.22210845947265,200.22320709228515,200.30355834960938,200.3732116699219,200.45615844726564,200.5268280029297,200.59674224853515,200.66062774658204,200.72547454833986,200.79185943603517,200.8668411254883,200.87314453125,200.9538803100586,201.04275970458986,201.1462371826172,201.24538879394532,201.32723693847657,201.40650329589843,201.4612289428711,201.51897583007812,201.57490997314454,201.6392074584961,201.71344757080078,201.78746795654297,201.87979431152345,201.9748947143555,202.07948455810546,202.18973236083986,202.30120239257812,202.41433410644532,202.5266830444336,202.64099578857423,202.75219116210937,202.85933532714844,202.95924224853516,203.0569793701172,203.1348861694336,203.19796142578124,203.23587799072266,203.24461212158204,203.2236282348633,203.1814682006836,203.11644287109377,203.03382568359376,202.9359100341797,202.82649993896484,202.70563659667968,202.5799118041992,202.44370880126954,202.304443359375,202.16175842285156,202.0165740966797,201.86959075927734,201.72421417236328,201.57552795410157,201.4280227661133,201.2788284301758,201.131103515625,200.98054962158204,200.829020690918,200.67506103515626,200.52132110595704,200.36958618164064,200.218180847168,200.07097778320312,199.92899322509766,199.78235321044923,199.63951721191407,199.48625793457032,199.33683013916016,199.19128875732423,199.05542907714843,198.9221923828125,198.79403686523438,198.66862792968752,198.54460601806642,198.4263656616211,198.27298278808595,198.0805160522461,197.88689575195312,197.6961456298828,197.51680755615234,197.35090026855468,197.1907745361328,197.04806213378907,196.90122985839844,196.75155487060547,196.60517578125,196.43550567626954,196.27454223632813,196.08295440673828,195.88445892333985,195.63678588867188,195.3516632080078,195.0758514404297,194.8289749145508,194.5989486694336,194.3792495727539,194.17406616210937,193.96642456054687,193.78089294433593,193.60023651123046,193.42276611328126,193.26016845703126,193.07831726074218,192.90942993164063,192.71796569824218,192.5161605834961,192.3065414428711,192.07843780517578,191.86516571044922,191.6408248901367,191.42383117675783,191.2002182006836,190.97027435302735,190.75748291015626,190.53182373046874,190.33541564941407,190.13248443603516,189.93592529296876,189.75697174072266,189.5606872558594,189.37700958251955,189.18380126953124,188.97202606201174,188.77193756103517,188.55545196533203,188.3584945678711,188.1513885498047,187.9419891357422,187.74407043457032,187.5228469848633,187.32610931396485,187.1280944824219,186.93128814697266,186.76009368896484,186.5673797607422,186.3899642944336,186.2128646850586,186.02538299560547,185.84365539550782,185.64209747314453,185.4444122314453,185.25905914306642,185.0639419555664,184.8815139770508,184.67855529785157,184.48303985595703,184.30024108886718,184.10405273437502,183.9299331665039,183.7552505493164,183.580224609375,183.42556457519532,183.25250244140625,183.09001464843752,182.93590393066407,182.7655746459961,182.59744262695312,182.426921081543,182.26524353027344,182.11657104492187,181.95577239990234,181.8045867919922,181.6504898071289,181.48316802978516,181.33828582763672,181.17886047363282,181.03374481201172,180.90245819091797,180.75362091064454,180.63216705322267,180.51481933593752,180.3868148803711,180.27513885498047,180.1599334716797,180.05178680419922,179.9499710083008,179.82740478515626,179.72307586669922,179.6238967895508,179.51275634765625,179.41225891113282,179.31562042236328,179.20501556396485,179.09923095703127,178.9819793701172,178.8777603149414,178.77683715820314,178.66322479248046,178.57346649169924,178.48446350097657,178.38384246826172,178.30960235595703,178.23495025634767,178.1552719116211,178.09476470947266,178.0309616088867,177.98433837890624,177.95225830078127,177.91177368164062,177.9135726928711,177.90471496582032,177.88562622070313,177.90928802490234,177.91060638427734,177.92666015625,177.98020477294924,178.0078079223633,178.04392547607424,178.091716003418,178.12372741699218,178.17751922607422,178.22235717773438,178.2448928833008,178.30872344970703,178.35044403076174,178.38274383544922,178.46129608154297,178.5077682495117,178.54877471923828,178.61919708251955,178.6599563598633,178.70596160888672,178.76591949462892,178.8011444091797,178.86255798339843,178.91566314697266,178.94730377197266,179.0312255859375,179.0786315917969,179.11148071289062,179.19393310546874,179.2383590698242,179.27752532958985,179.3515869140625,179.39542236328126,179.4509033203125,179.5181121826172,179.5594207763672,179.634375,179.69349517822266,179.72996978759767,179.81582794189453,179.8669418334961,179.89963989257814,179.98331451416016,180.02730102539064,180.06631622314453,180.14507446289062,180.19135437011718,180.24846954345705,180.31988067626955,180.36205444335937,180.42786254882813,180.48554077148438,180.52366333007814,180.60295715332032,180.6542221069336,180.68836212158203,180.77777709960938,180.82974243164062,180.87437438964844,180.9613998413086,181.01995697021485,181.08200225830078,181.15420989990236,181.2047882080078,181.28101959228516,181.34578399658204,181.38750457763672,181.48294830322266,181.5423568725586,181.58112487792968,181.680908203125,181.3215316772461,181.3987243652344,181.48977355957032,181.57758178710938,181.66878204345704,181.76910095214845,181.84251708984377,181.94529418945314,182.0261947631836,182.08032989501953,182.18340911865235,182.2463333129883,182.29320373535157,182.39267120361328,182.44959411621093,182.50750579833985,182.58852996826172,182.64138793945312,182.7107391357422,182.77745361328127,182.81818542480468,182.90670776367188,182.96147460937502,182.99593048095704,183.0871994018555,183.13729705810547,183.17937469482422,183.26469726562502,183.31739044189453,183.3786117553711,183.44209899902344,183.48594818115234,183.5672332763672,183.6249526977539,183.66012268066407,183.76560516357424,183.82002868652344,183.87667694091797,183.97010192871093,184.03341064453124,184.1074996948242,184.1929458618164,184.252587890625,184.3458206176758,184.41456756591796,184.46465148925782,184.58241119384766,184.64864501953124,184.72149810791015,184.8279281616211,184.89556274414062,184.9908416748047,185.07782592773438,185.13933563232422,185.25506286621095,185.33391723632812,185.3960174560547,185.52234649658203,185.5982620239258,185.68412017822266,185.7901794433594,185.8614944458008,185.96796569824218,186.05733947753907,186.1245346069336,186.25359649658205,186.33537597656252,186.41703186035156,186.54897766113282,186.63049621582033,186.7435317993164,186.86120910644533,186.9391296386719,187.0853988647461,187.18511352539062,187.2714385986328,187.42535705566408,187.52454986572266,187.63905487060546,187.77660369873047,187.8670623779297,188.0151580810547,188.13648834228516,188.23775482177734,188.40228881835938,188.51573638916017,188.63915405273437,188.79219360351564,188.8994613647461,189.05112762451174,189.18770141601564,189.29771575927734,189.45355682373048,189.5644775390625,189.67969665527343,189.78947753906252,189.8754867553711,189.97399291992187,190.04875488281252,190.1568603515625,190.25606689453124,190.35850067138674,190.49563751220703,190.60372924804688,190.7816390991211,190.9112503051758,191.0806869506836,191.23312225341797,191.36427154541016,191.54520263671876,191.66287994384766,191.8419158935547,191.971142578125,192.12610473632813,192.27238769531252,192.39441833496093,192.54998474121095,192.6606857299805,192.80018463134766,192.90945739746095,193.02890625,193.15128021240236,193.25335693359375,193.3959457397461,193.50211486816406,193.6410095214844,193.75809631347656,193.88892974853516,194.01807403564453,194.13060150146484,194.28081207275392,194.39376525878907,194.54588470458984,194.6664047241211,194.8056427001953,194.934814453125,195.0448425292969,195.19194946289062,195.29712982177736,195.44230041503906,195.55341339111328,195.68382110595704,195.79468688964843,195.9034378051758,196.02515258789063,196.12334289550782,196.24888916015627,196.35472869873047,196.48201904296874,196.60293731689453,196.71888427734376,196.8520935058594,196.95640869140627,197.1003433227539,197.2085723876953,197.3354919433594,197.4457534790039,197.55560302734375,197.66513671875,197.75803985595704,197.86602172851562,197.95446166992187,198.06499786376955,198.1634765625,198.27071685791017,198.38167877197267,198.48629608154297,198.60110321044922,198.7013671875,198.81507568359376,198.91686401367187,199.01883087158203,199.113134765625,199.20506286621094,199.29204711914062,199.37794647216796,199.46792449951172,199.5540298461914,199.65337371826172,199.7507537841797,199.85594787597657,199.96487731933595,200.0698654174805,200.1717086791992,200.26803131103517,200.35869598388672,200.45008850097656,200.5378829956055,200.62917938232422,200.7229476928711,200.82363739013672,200.9230499267578,201.02417907714843,201.1259948730469,201.23352355957033,201.3409423828125,201.4461639404297,201.5533905029297,201.66593170166016,201.76659393310547,201.86431732177735,201.95947265625,202.05166168212892,202.14055480957032,202.23153533935547,202.3170639038086,202.4076873779297,202.4972122192383,202.5879867553711,202.67975006103515,202.77051086425783,202.86400451660157,202.9531036376953,203.04812164306642,203.13566894531252,203.2248779296875,203.31272735595704,203.40444946289062,203.4932052612305,203.58790740966796,203.676676940918,203.7630569458008,203.84664916992188,203.92520141601562,204.01214447021485,204.0925506591797,204.1823913574219,204.27094116210938,204.36231994628906,204.44869995117188,204.54546203613282,204.62840881347657,204.69445037841797,204.72720336914062,204.70410461425783,204.62115783691408,204.465234375,204.24557647705078,203.94088439941407,203.5671157836914,203.0839096069336,202.51038208007813,201.8528778076172,201.15387268066408,200.40640411376953,199.6250427246094,198.8285888671875,198.02500762939454,197.19827270507812,196.388346862793,195.54120483398438,194.68769073486328,193.9359100341797,193.2119384765625,192.46724395751954,191.67718963623048,190.93377227783205,190.16045837402345,189.37015686035156,188.59119873046876,187.78620300292968,186.96737823486328,186.12750091552735,185.3102005004883,184.4853744506836,183.66573944091797,182.86167755126954,182.04382781982423,181.26500701904297,180.4809127807617,179.7168685913086,178.95474700927736,178.17629699707032,177.43316802978515,176.69634246826172,175.9497253417969,175.1775650024414,174.40345458984376,173.61666870117188,172.7887939453125,171.99407043457032,171.25665435791015,170.57167053222656,169.94591674804687,169.3457473754883,168.75940704345703,168.24071502685547,167.73218536376953,167.250146484375,166.8138656616211,166.36570587158204,165.93815917968752,165.50804443359377,165.06177978515626,164.6308822631836,164.17589721679687,163.71576232910158,163.2683853149414,162.8065200805664,162.3358383178711,161.87053985595705,161.41779327392578,160.9599105834961,160.50533752441407,160.03583679199218,159.5805633544922,159.13394165039062,158.70401916503906,158.2714050292969,157.82599182128908,157.41698455810547,156.96624298095705,156.51259002685546,156.0733428955078,155.6471694946289,155.23695373535156,154.79894256591797,154.37462310791017,153.99000549316406,153.65584259033204,153.33273468017578,153.01551818847656,152.72454528808595,152.46250762939454,152.20338134765626,151.96271209716798,151.67598266601564,151.42645568847658,151.20299377441407,150.9946517944336,150.7863784790039,150.57405395507814,150.37179565429688,150.1768569946289,149.99109191894533,149.80722198486328,149.62918853759766,149.43348083496093,149.20728607177736,149.00576934814453,148.81429138183594,148.62127532958985,148.38894195556642,148.1456497192383,147.93074340820314,147.6802001953125,147.43549346923828,147.1845657348633,146.90735321044923,146.63316192626954,146.39512939453127,146.1843978881836,145.94107818603516,145.70973358154296,145.48727416992188,145.30003967285157,145.06824188232423,144.86540679931642,144.64815216064454,144.40621948242188,144.17372131347656,143.96572265625,143.7551696777344,143.5024429321289,143.2777862548828,143.07481384277344,142.84072265625,142.58972625732423,142.3732406616211,142.16285247802736,141.92429809570314,141.7042419433594,141.46773376464844,141.23711700439455,140.9985076904297,140.78086853027344,140.55276489257812,140.29788208007812,140.06248626708984,139.84188079833984,139.57495422363283,139.3189453125,139.08573303222656,138.8232147216797,138.54559020996095,138.2937973022461,138.04659118652344,137.7528854370117,137.47766418457033,137.21401977539062,136.9287872314453,136.63953094482423,136.38527984619142,136.1202621459961,135.83313446044923,135.5715774536133,135.33252868652343,135.05990295410157,134.805322265625,134.59086914062502,134.35396270751954,134.121533203125,133.9257019042969,133.7359130859375,133.53202056884766,133.37162017822266,133.2348815917969,133.08905181884765,132.94437561035156,132.83216400146486,132.7162582397461,132.5986770629883,132.49518585205078,132.4066635131836,132.30758056640624,132.23202209472657,132.16809539794923,132.11066436767578,132.0628189086914,132.0373306274414,132.02696228027344,132.01611328125,132.04533691406252,132.0894744873047,132.13701782226562,132.21186218261718,132.3142272949219,132.42259368896484,132.527018737793,132.68056640625,132.82437744140626,132.97081146240234,133.12379608154296,133.29440002441407,133.4446517944336,133.58472747802736,133.75371093750002,133.89428100585937,134.0323928833008,134.16524505615234,134.33362426757813,134.50057525634767,134.6259017944336,134.79190521240236,134.91982727050782,135.04681549072265,135.1749984741211,135.35271606445312,135.4879165649414,135.62307586669922,135.75677947998048,135.90510864257814,136.02303314208984,136.13196258544923,136.27114562988282,136.40359954833986,136.55522460937502,136.66657104492188,136.8326843261719,136.93746643066407,137.08844604492188,137.20977630615235,137.36847381591798,137.48609619140626,137.59906311035158,137.71473541259766,137.84554138183594,137.95050201416015,138.08585357666016,138.23871459960938,138.38126220703126,138.52761383056642,138.65980682373046,138.81788635253906,138.94790954589845,139.0684020996094,139.1819320678711,139.30574798583984,139.45380249023438,139.59770965576172,139.72766418457033,139.844091796875,139.99383544921875,140.13308715820312,140.2665985107422,140.40564422607423,140.54766998291015,140.67614135742187,140.80821075439454,140.96473846435546,141.16074829101564,141.3244171142578,141.5028076171875,141.64830780029297,141.82645111083986,142.00714874267578,142.18780517578125,142.33956756591797,142.49917144775392,142.65821228027343,142.8072967529297,142.96382446289064,143.1072235107422,143.26964263916017,143.4302764892578,143.63080444335938,143.81336975097656,144.0051498413086,144.17944793701173,144.34152374267578,144.50137481689453,144.6773895263672,144.85098724365236,145.05384979248046,145.23945007324218,145.41628875732422,145.60466308593752,145.785319519043,145.95254516601562,146.1357421875,146.30859832763673,146.47969665527344,146.66303100585938,146.84316558837892,147.02548370361328,147.2180191040039,147.40223236083986,147.58413848876953,147.77910461425782,147.96922302246094,148.15511169433594,148.35246734619142,148.55331115722657,148.7436080932617,148.95431213378907,149.16891632080078,149.3726303100586,149.59032440185547,149.80797729492187,150.0149871826172,150.22459259033204,150.43804321289062,150.6338882446289,150.84168090820313,151.0430465698242,151.23473052978517,151.4356430053711,151.63589630126953,151.8286102294922,152.02718811035157,152.22864990234376,152.41993560791016,152.62520141601564,152.82439727783205,153.0118377685547,153.21395874023438,153.41300354003906,153.598796081543,153.80168609619142,153.9997970581055,154.18519134521486,154.3900863647461,154.58028717041017,154.75951538085937,154.954508972168,155.13438262939454,155.3133773803711,155.50474548339844,155.67904357910157,155.84967498779298,156.05069732666016,156.23269958496095,156.4150863647461,156.6191848754883,156.80354919433594,156.98616943359374,157.19297332763674,157.37210540771486,157.55131988525392,157.75223236083986,157.9292221069336,158.10523681640626,158.30641021728516,158.47444610595704,158.65655822753908,158.84232330322266,159.0052917480469,159.18585205078125,159.35896911621094,159.51616973876955,159.69306335449218,159.85975341796876,160.00997772216797,160.18316345214845,160.3209182739258,160.4390625,160.55716552734376,160.63893127441406,160.70321502685547,160.7607833862305,160.78881225585937,160.80169372558595,160.79837036132812,160.78311309814453,160.75972595214844,160.73094177246094,160.6966506958008,160.65865173339844,160.621257019043,160.58117065429687,160.5393539428711,160.51473083496094,160.5037033081055,160.52448120117188,160.56834411621094,160.63982391357422,160.74427642822266,160.8657989501953,161.01131286621094,161.17516021728517,161.32852935791016,161.49892730712892,161.65068969726562,161.79305877685547,161.94495849609376,162.0853500366211,162.21942443847658,162.38310699462892,162.52169952392578,162.6823745727539,162.8429946899414,162.99254608154297,163.16698150634767,163.32247924804688,163.47281341552736,163.6468231201172,163.79167785644532,163.9515151977539,164.10003662109375,164.2395767211914,164.3977798461914,164.53346099853516,164.6711883544922,164.8216735839844,164.9556655883789,165.1070297241211,165.24915161132813,165.38568420410158,165.5395751953125,165.6764099121094,165.82394256591797,165.97339782714843,166.11392669677736,166.28093261718752,166.4234802246094,166.57422637939453,166.72962799072266,166.8670669555664,167.02174072265626,167.16204986572265,167.2968933105469,167.44791412353516,167.5806838989258,167.7233139038086,167.8617691040039,167.9899658203125,168.13553466796876,168.26690368652345,168.40721282958984,168.54893646240234,168.6804428100586,168.82996673583986,168.96839447021486,169.1162841796875,169.26795043945313,169.41268157958984,169.57223052978517,169.7224136352539,169.87045440673828,170.02926177978517,170.16815643310548,170.32081146240236,170.45793457031252,170.59246215820312,170.74427947998046,170.8761428833008,171.02234344482423,171.15792846679688,171.29053344726563,171.43187255859377,171.5606460571289,171.7038116455078,171.84200592041017,171.98204040527344,172.13218231201174,172.2703628540039,172.41963958740234,172.56180267333986,172.7008483886719,172.84280548095703,172.9690933227539,173.11353607177736,173.25238952636718,173.3859420776367,173.53347473144532,173.66737060546876,173.81107177734376,173.95315246582032,174.08931427001954,174.240087890625,174.37354431152343,174.5145263671875,174.6543960571289,174.78717956542968,174.92941131591797,175.06024475097658,175.20207824707032,175.33911895751953,175.47127075195314,175.6092727661133,175.73904876708986,175.87081604003907,175.99902648925783,176.1265090942383,176.26217651367188,176.38965911865236,176.52231903076174,176.65216369628908,176.78111572265627,176.9091339111328,177.03582000732422,177.16077575683593,177.2859649658203,177.40903930664064,177.5288314819336,177.6527847290039,177.77403259277344,177.9006088256836,178.03001403808594,178.16099853515627,178.29604797363282,178.43431091308594,178.578369140625,178.71383056640624,178.84956665039064,178.98252868652344,179.11126098632812,179.24300079345704,179.3646194458008,179.495068359375],"data_time":[0.10599999999999879,0.12266666666666547,0.13933333333333214,0.1559999999999988,0.17266666666666547,0.18933333333333213,0.2059999999999988,0.22266666666666546,0.23933333333333212,0.2559999999999988,0.2726666666666655,0.2893333333333321,0.30599999999999883,0.32266666666666544,0.33933333333333215,0.35599999999999876,0.3726666666666655,0.3893333333333321,0.4059999999999988,0.4226666666666654,0.43933333333333213,0.45599999999999885,0.47266666666666546,0.4893333333333322,0.5059999999999988,0.5226666666666655,0.5393333333333321,0.5559999999999988,0.5726666666666654,0.5893333333333322,0.6059999999999988,0.6226666666666655,0.6393333333333321,0.6559999999999988,0.6726666666666654,0.6893333333333321,0.7059999999999987,0.7226666666666655,0.7393333333333321,0.7559999999999988,0.7726666666666654,0.7893333333333321,0.8059999999999987,0.8226666666666654,0.8393333333333322,0.8559999999999988,0.8726666666666655,0.8893333333333321,0.9059999999999988,0.9226666666666654,0.9393333333333321,0.9559999999999987,0.9726666666666655,0.9893333333333321,1.005999999999999,1.0226666666666655,1.039333333333332,1.0559999999999987,1.0726666666666655,1.0893333333333322,1.105999999999999,1.1226666666666656,1.1393333333333322,1.1559999999999988,1.1726666666666656,1.1893333333333322,1.2059999999999989,1.2226666666666655,1.2393333333333323,1.255999999999999,1.2726666666666655,1.289333333333332,1.305999999999999,1.3226666666666655,1.3393333333333322,1.355999999999999,1.3726666666666656,1.3893333333333322,1.4059999999999988,1.4226666666666656,1.4393333333333322,1.4559999999999989,1.4726666666666655,1.4893333333333323,1.505999999999999,1.5226666666666655,1.539333333333332,1.555999999999999,1.5726666666666655,1.5893333333333322,1.605999999999999,1.6226666666666656,1.6393333333333322,1.6559999999999988,1.6726666666666656,1.6893333333333322,1.7059999999999989,1.7226666666666655,1.7393333333333323,1.755999999999999,1.7726666666666655,1.789333333333332,1.805999999999999,1.8226666666666655,1.8393333333333322,1.855999999999999,1.8726666666666656,1.8893333333333322,1.9059999999999988,1.9226666666666656,1.9393333333333322,1.9559999999999989,1.9726666666666655,1.9893333333333323,2.005999999999999,2.0226666666666655,2.039333333333332,2.0559999999999987,2.0726666666666653,2.089333333333332,2.1059999999999985,2.122666666666665,2.139333333333332,2.155999999999999,2.1726666666666654,2.189333333333332,2.2059999999999986,2.2226666666666652,2.239333333333332,2.2559999999999985,2.2726666666666655,2.289333333333332,2.3059999999999987,2.3226666666666653,2.339333333333332,2.3559999999999985,2.372666666666665,2.389333333333332,2.405999999999999,2.4226666666666654,2.439333333333332,2.4559999999999986,2.4726666666666652,2.489333333333332,2.5059999999999985,2.5226666666666655,2.539333333333332,2.5559999999999987,2.5726666666666653,2.589333333333332,2.6059999999999985,2.622666666666665,2.639333333333332,2.655999999999999,2.6726666666666654,2.689333333333332,2.7059999999999986,2.7226666666666652,2.739333333333332,2.7559999999999985,2.7726666666666655,2.789333333333332,2.8059999999999987,2.8226666666666653,2.839333333333332,2.8559999999999985,2.872666666666665,2.889333333333332,2.905999999999999,2.9226666666666654,2.939333333333332,2.9559999999999986,2.9726666666666652,2.989333333333332,3.0059999999999985,3.0226666666666655,3.039333333333332,3.0559999999999987,3.0726666666666653,3.089333333333332,3.1059999999999985,3.122666666666665,3.139333333333332,3.155999999999999,3.1726666666666654,3.189333333333332,3.2059999999999986,3.2226666666666652,3.239333333333332,3.2559999999999985,3.2726666666666655,3.289333333333332,3.3059999999999987,3.3226666666666653,3.339333333333332,3.3559999999999985,3.372666666666665,3.389333333333332,3.405999999999999,3.4226666666666654,3.439333333333332,3.4559999999999986,3.4726666666666652,3.489333333333332,3.5059999999999985,3.5226666666666655,3.539333333333332,3.5559999999999987,3.5726666666666653,3.589333333333332,3.6059999999999985,3.622666666666665,3.639333333333332,3.655999999999999,3.6726666666666654,3.689333333333332,3.7059999999999986,3.7226666666666652,3.739333333333332,3.7559999999999985,3.7726666666666655,3.789333333333332,3.8059999999999987,3.8226666666666653,3.839333333333332,3.8559999999999985,3.872666666666665,3.889333333333332,3.905999999999999,3.9226666666666654,3.939333333333332,3.9559999999999986,3.9726666666666652,3.989333333333332,4.0059999999999985,4.022666666666666,4.0393333333333326,4.055999999999999,4.072666666666666,4.089333333333332,4.105999999999999,4.122666666666666,4.139333333333332,4.155999999999999,4.172666666666665,4.189333333333332,4.2059999999999995,4.222666666666666,4.239333333333333,4.255999999999999,4.272666666666666,4.2893333333333326,4.305999999999999,4.322666666666666,4.339333333333332,4.355999999999999,4.372666666666666,4.389333333333332,4.405999999999999,4.422666666666665,4.439333333333332,4.4559999999999995,4.472666666666666,4.489333333333333,4.505999999999999,4.522666666666666,4.5393333333333326,4.555999999999999,4.572666666666666,4.589333333333332,4.605999999999999,4.622666666666666,4.639333333333332,4.655999999999999,4.672666666666665,4.689333333333332,4.7059999999999995,4.722666666666666,4.739333333333333,4.755999999999999,4.772666666666666,4.7893333333333326,4.805999999999999,4.822666666666666,4.839333333333332,4.855999999999999,4.872666666666666,4.889333333333332,4.905999999999999,4.922666666666665,4.939333333333332,4.9559999999999995,4.972666666666666,4.989333333333333,5.005999999999999,5.022666666666666,5.0393333333333326,5.055999999999999,5.072666666666666,5.089333333333332,5.105999999999999,5.122666666666666,5.139333333333332,5.155999999999999,5.172666666666665,5.189333333333332,5.2059999999999995,5.222666666666666,5.239333333333333,5.255999999999999,5.272666666666666,5.2893333333333326,5.305999999999999,5.322666666666666,5.339333333333332,5.355999999999999,5.372666666666666,5.389333333333332,5.405999999999999,5.422666666666665,5.439333333333332,5.4559999999999995,5.472666666666666,5.489333333333333,5.505999999999999,5.522666666666666,5.5393333333333326,5.555999999999999,5.572666666666666,5.589333333333332,5.605999999999999,5.622666666666666,5.639333333333332,5.655999999999999,5.672666666666665,5.689333333333332,5.7059999999999995,5.722666666666666,5.739333333333333,5.755999999999999,5.772666666666666,5.7893333333333326,5.805999999999999,5.822666666666666,5.839333333333332,5.855999999999999,5.872666666666666,5.889333333333332,5.905999999999999,5.922666666666665,5.939333333333332,5.9559999999999995,5.972666666666666,5.989333333333333,6.005999999999999,6.022666666666666,6.0393333333333326,6.055999999999999,6.072666666666666,6.089333333333332,6.105999999999999,6.122666666666666,6.139333333333332,6.155999999999999,6.172666666666665,6.189333333333332,6.2059999999999995,6.222666666666666,6.239333333333333,6.255999999999999,6.272666666666666,6.2893333333333326,6.305999999999999,6.322666666666666,6.339333333333332,6.355999999999999,6.372666666666666,6.389333333333332,6.405999999999999,6.422666666666665,6.439333333333332,6.4559999999999995,6.472666666666666,6.489333333333333,6.505999999999999,6.522666666666666,6.5393333333333326,6.555999999999999,6.572666666666666,6.589333333333332,6.605999999999999,6.622666666666666,6.639333333333332,6.655999999999999,6.672666666666665,6.689333333333332,6.7059999999999995,6.722666666666666,6.739333333333333,6.755999999999999,6.772666666666666,6.7893333333333326,6.805999999999999,6.822666666666666,6.839333333333332,6.855999999999999,6.872666666666666,6.889333333333332,6.905999999999999,6.922666666666665,6.939333333333332,6.9559999999999995,6.972666666666666,6.989333333333333,7.005999999999999,7.022666666666666,7.0393333333333326,7.055999999999999,7.072666666666666,7.089333333333332,7.105999999999999,7.122666666666666,7.139333333333332,7.155999999999999,7.172666666666665,7.189333333333332,7.2059999999999995,7.222666666666666,7.239333333333333,7.255999999999999,7.272666666666666,7.2893333333333326,7.305999999999999,7.322666666666666,7.339333333333332,7.355999999999999,7.372666666666666,7.389333333333332,7.405999999999999,7.422666666666665,7.439333333333332,7.4559999999999995,7.472666666666666,7.489333333333333,7.505999999999999,7.522666666666666,7.5393333333333326,7.555999999999999,7.572666666666666,7.589333333333332,7.605999999999999,7.622666666666666,7.639333333333332,7.655999999999999,7.672666666666665,7.689333333333332,7.7059999999999995,7.722666666666666,7.739333333333333,7.755999999999999,7.772666666666666,7.7893333333333326,7.805999999999999,7.822666666666666,7.839333333333332,7.855999999999999,7.872666666666666,7.889333333333332,7.905999999999999,7.922666666666665,7.939333333333332,7.9559999999999995,7.972666666666666,7.989333333333333,8.005999999999998,8.022666666666666,8.039333333333332,8.056,8.072666666666665,8.089333333333332,8.105999999999998,8.122666666666666,8.139333333333331,8.155999999999999,8.172666666666665,8.189333333333332,8.205999999999998,8.222666666666665,8.239333333333331,8.255999999999998,8.272666666666664,8.289333333333332,8.305999999999997,8.322666666666665,8.339333333333332,8.355999999999998,8.372666666666666,8.389333333333331,8.405999999999999,8.422666666666665,8.439333333333332,8.455999999999998,8.472666666666665,8.489333333333331,8.505999999999998,8.522666666666664,8.539333333333332,8.555999999999997,8.572666666666665,8.589333333333332,8.605999999999998,8.622666666666666,8.639333333333331,8.655999999999999,8.672666666666665,8.689333333333332,8.705999999999998,8.722666666666665,8.739333333333331,8.755999999999998,8.772666666666664,8.789333333333332,8.805999999999997,8.822666666666665,8.839333333333332,8.855999999999998,8.872666666666666,8.889333333333331,8.905999999999999,8.922666666666665,8.939333333333332,8.955999999999998,8.972666666666665,8.989333333333331,9.005999999999998,9.022666666666664,9.039333333333332,9.055999999999997,9.072666666666665,9.089333333333332,9.105999999999998,9.122666666666666,9.139333333333331,9.155999999999999,9.172666666666665,9.189333333333332,9.205999999999998,9.222666666666665,9.239333333333331,9.255999999999998,9.272666666666664,9.289333333333332,9.305999999999997,9.322666666666665,9.339333333333332,9.355999999999998,9.372666666666666,9.389333333333331,9.405999999999999,9.422666666666665,9.439333333333332,9.455999999999998,9.472666666666665,9.489333333333331,9.505999999999998,9.522666666666664,9.539333333333332,9.555999999999997,9.572666666666665,9.589333333333332,9.605999999999998,9.622666666666666,9.639333333333331,9.655999999999999,9.672666666666665,9.689333333333332,9.705999999999998,9.722666666666665,9.739333333333331,9.755999999999998,9.772666666666664,9.789333333333332,9.805999999999997,9.822666666666665,9.839333333333332,9.855999999999998,9.872666666666666,9.889333333333331,9.905999999999999,9.922666666666665,9.939333333333332,9.955999999999998,9.972666666666665,9.989333333333331,10.005999999999998,10.022666666666664,10.039333333333332,10.055999999999997,10.072666666666665,10.089333333333332,10.105999999999998,10.122666666666666,10.139333333333331,10.155999999999999,10.172666666666665,10.189333333333332,10.205999999999998,10.222666666666665,10.239333333333331,10.255999999999998,10.272666666666664,10.289333333333332,10.305999999999997,10.322666666666665,10.339333333333332,10.355999999999998,10.372666666666666,10.389333333333331,10.405999999999999,10.422666666666665,10.439333333333332,10.455999999999998,10.472666666666665,10.489333333333331,10.505999999999998,10.522666666666664,10.539333333333332,10.555999999999997,10.572666666666665,10.589333333333332,10.605999999999998,10.622666666666666,10.639333333333331,10.655999999999999,10.672666666666665,10.689333333333332,10.705999999999998,10.722666666666665,10.739333333333331,10.755999999999998,10.772666666666664,10.789333333333332,10.805999999999997,10.822666666666665,10.839333333333332,10.855999999999998,10.872666666666666,10.889333333333331,10.905999999999999,10.922666666666665,10.939333333333332,10.955999999999998,10.972666666666665,10.989333333333331,11.005999999999998,11.022666666666664,11.039333333333332,11.055999999999997,11.072666666666665,11.089333333333332,11.105999999999998,11.122666666666666,11.139333333333331,11.155999999999999,11.172666666666665,11.189333333333332,11.205999999999998,11.222666666666665,11.239333333333331,11.255999999999998,11.272666666666664,11.289333333333332,11.305999999999997,11.322666666666665,11.339333333333332,11.355999999999998,11.372666666666666,11.389333333333331,11.405999999999999,11.422666666666665,11.439333333333332,11.455999999999998,11.472666666666665,11.489333333333331,11.505999999999998,11.522666666666664,11.539333333333332,11.555999999999997,11.572666666666665,11.589333333333332,11.605999999999998,11.622666666666666,11.639333333333331,11.655999999999999,11.672666666666665,11.689333333333332,11.705999999999998,11.722666666666665,11.739333333333331,11.755999999999998,11.772666666666664,11.789333333333332,11.805999999999997,11.822666666666665,11.839333333333332,11.855999999999998,11.872666666666666,11.889333333333331,11.905999999999999,11.922666666666665,11.939333333333332,11.955999999999998,11.972666666666665,11.989333333333331,12.005999999999998,12.022666666666664,12.039333333333332,12.055999999999997,12.072666666666665,12.089333333333332,12.105999999999998,12.122666666666666,12.139333333333331,12.155999999999999,12.172666666666665,12.189333333333332,12.205999999999998,12.222666666666665,12.239333333333331,12.255999999999998,12.272666666666664,12.289333333333332,12.305999999999997,12.322666666666665,12.339333333333332,12.355999999999998,12.372666666666666,12.389333333333331,12.405999999999999,12.422666666666665,12.439333333333332,12.455999999999998,12.472666666666665,12.489333333333331,12.505999999999998,12.522666666666664,12.539333333333332,12.555999999999997,12.572666666666665,12.589333333333332,12.605999999999998,12.622666666666666,12.639333333333331,12.655999999999999,12.672666666666665,12.689333333333332,12.705999999999998,12.722666666666665,12.739333333333331,12.755999999999998,12.772666666666664,12.789333333333332,12.805999999999997,12.822666666666665,12.839333333333332,12.855999999999998,12.872666666666666,12.889333333333331,12.905999999999999,12.922666666666665,12.939333333333332,12.955999999999998,12.972666666666665,12.989333333333331,13.005999999999998,13.022666666666664,13.039333333333332,13.055999999999997,13.072666666666665,13.089333333333332,13.105999999999998,13.122666666666666,13.139333333333331,13.155999999999999,13.172666666666665,13.189333333333332,13.205999999999998,13.222666666666665,13.239333333333331,13.255999999999998,13.272666666666664,13.289333333333332,13.305999999999997,13.322666666666665,13.339333333333332,13.355999999999998,13.372666666666666,13.389333333333331,13.405999999999999,13.422666666666665,13.439333333333332,13.455999999999998,13.472666666666665,13.489333333333331,13.505999999999998,13.522666666666664,13.539333333333332,13.555999999999997,13.572666666666665,13.589333333333332,13.605999999999998,13.622666666666666,13.639333333333331,13.655999999999999,13.672666666666665,13.689333333333332,13.705999999999998,13.722666666666665,13.739333333333331,13.755999999999998,13.772666666666664,13.789333333333332,13.805999999999997,13.822666666666665,13.839333333333332,13.855999999999998,13.872666666666666,13.889333333333331,13.905999999999999,13.922666666666665,13.939333333333332,13.955999999999998,13.972666666666665,13.989333333333331,14.005999999999998,14.022666666666664,14.039333333333332,14.055999999999997,14.072666666666665,14.089333333333332,14.105999999999998,14.122666666666666,14.139333333333331,14.155999999999999,14.172666666666665,14.189333333333332,14.205999999999998,14.222666666666665,14.239333333333331,14.255999999999998,14.272666666666664,14.289333333333332,14.305999999999997,14.322666666666665,14.339333333333332,14.355999999999998,14.372666666666666,14.389333333333331,14.405999999999999,14.422666666666665,14.439333333333332,14.455999999999998,14.472666666666665,14.489333333333331,14.505999999999998,14.522666666666664,14.539333333333332,14.555999999999997,14.572666666666665,14.589333333333332,14.605999999999998,14.622666666666666,14.639333333333331,14.655999999999999,14.672666666666665,14.689333333333332,14.705999999999998,14.722666666666665,14.739333333333331,14.755999999999998,14.772666666666664,14.789333333333332,14.805999999999997,14.822666666666665,14.839333333333332,14.855999999999998,14.872666666666666,14.889333333333331,14.905999999999999,14.922666666666665,14.939333333333332,14.955999999999998,14.972666666666665,14.989333333333331,15.005999999999998,15.022666666666664,15.039333333333332,15.055999999999997,15.072666666666665,15.089333333333332,15.105999999999998,15.122666666666666,15.139333333333331,15.155999999999999,15.172666666666665,15.189333333333332,15.205999999999998,15.222666666666665,15.239333333333331,15.255999999999998,15.272666666666664,15.289333333333332,15.305999999999997,15.322666666666665,15.339333333333332,15.355999999999998,15.372666666666666,15.389333333333331,15.405999999999999,15.422666666666665,15.439333333333332,15.455999999999998,15.472666666666665,15.489333333333331,15.505999999999998,15.522666666666664,15.539333333333332,15.555999999999997,15.572666666666665,15.589333333333332,15.605999999999998,15.622666666666666,15.639333333333331,15.655999999999999,15.672666666666665,15.689333333333332,15.705999999999998,15.722666666666665,15.739333333333331,15.755999999999998,15.772666666666664,15.789333333333332,15.805999999999997,15.822666666666665,15.839333333333332,15.855999999999998,15.872666666666666,15.889333333333331,15.905999999999999,15.922666666666665,15.939333333333332,15.955999999999998,15.972666666666665,15.989333333333331,16.006,16.022666666666666,16.03933333333333,16.055999999999997,16.072666666666667,16.089333333333332,16.106,16.122666666666667,16.139333333333333,16.156,16.172666666666668,16.189333333333334,16.206,16.222666666666665,16.239333333333335,16.256,16.272666666666666,16.28933333333333,16.306,16.322666666666667,16.339333333333332,16.356,16.372666666666667,16.389333333333333,16.406,16.422666666666668,16.439333333333334,16.456,16.472666666666665,16.489333333333335,16.506,16.522666666666666,16.53933333333333,16.556,16.572666666666667,16.589333333333332,16.606,16.622666666666667,16.639333333333333,16.656,16.672666666666668,16.689333333333334,16.706,16.722666666666665,16.739333333333335,16.756,16.772666666666666,16.78933333333333,16.806,16.822666666666667,16.839333333333332,16.856,16.872666666666667,16.889333333333333,16.906,16.922666666666668,16.939333333333334,16.956,16.972666666666665,16.989333333333335,17.006,17.022666666666666,17.03933333333333,17.056,17.072666666666667,17.089333333333332,17.106,17.122666666666667,17.139333333333333,17.156,17.172666666666668,17.189333333333334,17.206,17.222666666666665,17.239333333333335,17.256,17.272666666666666,17.28933333333333,17.306,17.322666666666667,17.339333333333332,17.356,17.372666666666667,17.389333333333333,17.406,17.422666666666668,17.439333333333334,17.456,17.472666666666665,17.489333333333335,17.506,17.522666666666666,17.53933333333333,17.556,17.572666666666667,17.589333333333332,17.606,17.622666666666667,17.639333333333333,17.656,17.672666666666668,17.689333333333334,17.706,17.722666666666665,17.739333333333335,17.756,17.772666666666666,17.78933333333333,17.806,17.822666666666667,17.839333333333332,17.856,17.872666666666667,17.889333333333333,17.906,17.922666666666668,17.939333333333334,17.956,17.972666666666665,17.989333333333335,18.006,18.022666666666666,18.03933333333333,18.056,18.072666666666667,18.089333333333332,18.106,18.122666666666667,18.139333333333333,18.156,18.172666666666668,18.189333333333334,18.206,18.222666666666665,18.239333333333335,18.256,18.272666666666666,18.28933333333333,18.306,18.322666666666667,18.339333333333332,18.356,18.372666666666667,18.389333333333333,18.406,18.422666666666668,18.439333333333334,18.456,18.472666666666665,18.489333333333335,18.506,18.522666666666666,18.53933333333333,18.556,18.572666666666667,18.589333333333332,18.606,18.622666666666667,18.639333333333333,18.656,18.672666666666668,18.689333333333334,18.706,18.722666666666665,18.739333333333335,18.756,18.772666666666666,18.78933333333333,18.806,18.822666666666667,18.839333333333332,18.856,18.872666666666667,18.889333333333333,18.906,18.922666666666668,18.939333333333334,18.956,18.972666666666665,18.989333333333335,19.006,19.022666666666666,19.03933333333333,19.056,19.072666666666667,19.089333333333332,19.106,19.122666666666667,19.139333333333333,19.156,19.172666666666668,19.189333333333334,19.206,19.222666666666665,19.239333333333335,19.256,19.272666666666666,19.28933333333333,19.306,19.322666666666667,19.339333333333332,19.356,19.372666666666667,19.389333333333333,19.406,19.422666666666668,19.439333333333334,19.456,19.472666666666665,19.489333333333335,19.506,19.522666666666666,19.53933333333333,19.556,19.572666666666667,19.589333333333332,19.606,19.622666666666667,19.639333333333333,19.656,19.672666666666668,19.689333333333334,19.706,19.722666666666665,19.739333333333335,19.756,19.772666666666666,19.78933333333333,19.806,19.822666666666667,19.839333333333332,19.856,19.872666666666667,19.889333333333333,19.906,19.922666666666668,19.939333333333334,19.956,19.972666666666665,19.989333333333335,20.006,20.022666666666666,20.03933333333333,20.056,20.072666666666667,20.089333333333332,20.106,20.122666666666667,20.139333333333333,20.156,20.172666666666668,20.189333333333334,20.206,20.222666666666665,20.239333333333335,20.256,20.272666666666666,20.28933333333333,20.306,20.322666666666667,20.339333333333332,20.356,20.372666666666667,20.389333333333333,20.406,20.422666666666668,20.439333333333334,20.456,20.472666666666665,20.489333333333335,20.506,20.522666666666666,20.53933333333333,20.556,20.572666666666667,20.589333333333332,20.606,20.622666666666667,20.639333333333333,20.656,20.672666666666668,20.689333333333334,20.706,20.722666666666665,20.739333333333335,20.756,20.772666666666666,20.78933333333333,20.806,20.822666666666667,20.839333333333332,20.856,20.872666666666667,20.889333333333333,20.906,20.922666666666668,20.939333333333334,20.956,20.972666666666665,20.989333333333335,21.006,21.022666666666666,21.03933333333333,21.056,21.072666666666667,21.089333333333332,21.106,21.122666666666667,21.139333333333333,21.156,21.172666666666668,21.189333333333334,21.206,21.222666666666665,21.239333333333335,21.256,21.272666666666666,21.28933333333333,21.306,21.322666666666667,21.339333333333332,21.356,21.372666666666667,21.389333333333333,21.406,21.422666666666668,21.439333333333334,21.456,21.472666666666665,21.489333333333335,21.506,21.522666666666666,21.53933333333333,21.556,21.572666666666667,21.589333333333332,21.606,21.622666666666667,21.639333333333333,21.656,21.672666666666668,21.689333333333334,21.706,21.722666666666665,21.739333333333335,21.756,21.772666666666666,21.78933333333333,21.806,21.822666666666667,21.839333333333332,21.856,21.872666666666667,21.889333333333333,21.906,21.922666666666668,21.939333333333334,21.956,21.972666666666665,21.989333333333335,22.006,22.022666666666666,22.03933333333333,22.056,22.072666666666667,22.089333333333332,22.106,22.122666666666667,22.139333333333333,22.156,22.172666666666668,22.189333333333334,22.206,22.222666666666665,22.239333333333335,22.256,22.272666666666666,22.28933333333333,22.306,22.322666666666667,22.339333333333332,22.356,22.372666666666667,22.389333333333333,22.406,22.422666666666668,22.439333333333334,22.456,22.472666666666665,22.489333333333335,22.506,22.522666666666666,22.53933333333333,22.556,22.572666666666667,22.589333333333332,22.606,22.622666666666667,22.639333333333333,22.656,22.672666666666668,22.689333333333334,22.706,22.722666666666665,22.739333333333335,22.756,22.772666666666666,22.78933333333333,22.806,22.822666666666667,22.839333333333332,22.856,22.872666666666667,22.889333333333333,22.906,22.922666666666668,22.939333333333334,22.956,22.972666666666665,22.989333333333335,23.006,23.022666666666666,23.03933333333333,23.056,23.072666666666667,23.089333333333332,23.106,23.122666666666667,23.139333333333333,23.156,23.172666666666668,23.189333333333334,23.206,23.222666666666665,23.239333333333335,23.256,23.272666666666666,23.28933333333333,23.306,23.322666666666667,23.339333333333332,23.356,23.372666666666667,23.389333333333333,23.406,23.422666666666668,23.439333333333334,23.456,23.472666666666665,23.489333333333335,23.506,23.522666666666666,23.53933333333333,23.556,23.572666666666667,23.589333333333332,23.606,23.622666666666667,23.639333333333333,23.656,23.672666666666668,23.689333333333334,23.706,23.722666666666665,23.739333333333335,23.756,23.772666666666666,23.78933333333333,23.806,23.822666666666667,23.839333333333332,23.856,23.872666666666667,23.889333333333333,23.906,23.922666666666668,23.939333333333334,23.956,23.972666666666665,23.989333333333335,24.006,24.022666666666666,24.03933333333333,24.056,24.072666666666667,24.089333333333332,24.106,24.122666666666667,24.139333333333333,24.156,24.172666666666668,24.189333333333334,24.206,24.222666666666665,24.239333333333335,24.256,24.272666666666666,24.28933333333333,24.306,24.322666666666667,24.339333333333332,24.356,24.372666666666667,24.389333333333333,24.406,24.422666666666668,24.439333333333334,24.456,24.472666666666665,24.489333333333335,24.506,24.522666666666666,24.53933333333333,24.556,24.572666666666667,24.589333333333332,24.606,24.622666666666667,24.639333333333333,24.656,24.672666666666668,24.689333333333334,24.706,24.722666666666665,24.739333333333335,24.756,24.772666666666666,24.78933333333333,24.806,24.822666666666667,24.839333333333332,24.856,24.872666666666667,24.889333333333333,24.906,24.922666666666668,24.939333333333334,24.956,24.972666666666665,24.989333333333335,25.006,25.022666666666666,25.03933333333333,25.056,25.072666666666667,25.089333333333332,25.106,25.122666666666667,25.139333333333333,25.156,25.172666666666668,25.189333333333334,25.206,25.222666666666665,25.239333333333335,25.256,25.272666666666666,25.28933333333333,25.306,25.322666666666667,25.339333333333332,25.356,25.372666666666667,25.389333333333333,25.406,25.422666666666668,25.439333333333334,25.456,25.472666666666665,25.489333333333335,25.506,25.522666666666666,25.53933333333333,25.556,25.572666666666667,25.589333333333332,25.606,25.622666666666667,25.639333333333333,25.656,25.672666666666668,25.689333333333334,25.706,25.722666666666665,25.739333333333335,25.756,25.772666666666666,25.78933333333333,25.806,25.822666666666667,25.839333333333332,25.856,25.872666666666667,25.889333333333333,25.906,25.922666666666668,25.939333333333334,25.956,25.972666666666665,25.989333333333335,26.006,26.022666666666666,26.03933333333333,26.056,26.072666666666667,26.089333333333332,26.106,26.122666666666667,26.139333333333333,26.156,26.172666666666668,26.189333333333334,26.206,26.222666666666665,26.239333333333335,26.256,26.272666666666666,26.28933333333333,26.306,26.322666666666667,26.339333333333332,26.356,26.372666666666667,26.389333333333333,26.406,26.422666666666668,26.439333333333334,26.456,26.472666666666665,26.489333333333335,26.506,26.522666666666666,26.53933333333333,26.556,26.572666666666667,26.589333333333332,26.606,26.622666666666667,26.639333333333333,26.656,26.672666666666668,26.689333333333334,26.706,26.722666666666665,26.739333333333335,26.756,26.772666666666666,26.78933333333333,26.806,26.822666666666667,26.839333333333332,26.856,26.872666666666667,26.889333333333333,26.906,26.922666666666668,26.939333333333334,26.956,26.972666666666665,26.989333333333335,27.006,27.022666666666666,27.03933333333333,27.056,27.072666666666667,27.089333333333332,27.106,27.122666666666667,27.139333333333333,27.156,27.172666666666668,27.189333333333334,27.206,27.222666666666665,27.239333333333335,27.256,27.272666666666666,27.28933333333333,27.306,27.322666666666667,27.339333333333332,27.356,27.372666666666667,27.389333333333333,27.406,27.422666666666668,27.439333333333334,27.456,27.472666666666665,27.489333333333335,27.506,27.522666666666666,27.53933333333333,27.556,27.572666666666667,27.589333333333332,27.606,27.622666666666667,27.639333333333333,27.656,27.672666666666668,27.689333333333334,27.706,27.722666666666665,27.739333333333335,27.756,27.772666666666666,27.78933333333333,27.806,27.822666666666667,27.839333333333332,27.856,27.872666666666667,27.889333333333333,27.906,27.922666666666668,27.939333333333334,27.956,27.972666666666665,27.989333333333335,28.006,28.022666666666666,28.03933333333333,28.056,28.072666666666667,28.089333333333332,28.106,28.122666666666667,28.139333333333333,28.156,28.172666666666668,28.189333333333334,28.206,28.222666666666665,28.239333333333335,28.256,28.272666666666666,28.28933333333333,28.306,28.322666666666667,28.339333333333332,28.356,28.372666666666667,28.389333333333333,28.406,28.422666666666668,28.439333333333334,28.456,28.472666666666665,28.489333333333335,28.506,28.522666666666666,28.53933333333333,28.556,28.572666666666667,28.589333333333332,28.606,28.622666666666667,28.639333333333333,28.656,28.672666666666668,28.689333333333334,28.706,28.722666666666665,28.739333333333335,28.756,28.772666666666666,28.78933333333333,28.806,28.822666666666667,28.839333333333332,28.856,28.872666666666667,28.889333333333333,28.906,28.922666666666668,28.939333333333334,28.956,28.972666666666665,28.989333333333335,29.006,29.022666666666666,29.03933333333333,29.056,29.072666666666667,29.089333333333332,29.106,29.122666666666667,29.139333333333333,29.156,29.172666666666668,29.189333333333334,29.206,29.222666666666665,29.239333333333335,29.256,29.272666666666666,29.28933333333333,29.306,29.322666666666667,29.339333333333332,29.356,29.372666666666667,29.389333333333333,29.406,29.422666666666668,29.439333333333334,29.456,29.472666666666665,29.489333333333335,29.506,29.522666666666666,29.53933333333333,29.556,29.572666666666667,29.589333333333332,29.606,29.622666666666667,29.639333333333333,29.656,29.672666666666668,29.689333333333334,29.706,29.722666666666665,29.739333333333335,29.756,29.772666666666666,29.78933333333333,29.806,29.822666666666667,29.839333333333332,29.856,29.872666666666667,29.889333333333333,29.906,29.922666666666668,29.939333333333334,29.956,29.972666666666665,29.989333333333335,30.006,30.022666666666666,30.03933333333333,30.056,30.072666666666667,30.089333333333332,30.106,30.122666666666667,30.139333333333333,30.156,30.172666666666668,30.189333333333334,30.206,30.222666666666665,30.239333333333335,30.256,30.272666666666666,30.28933333333333,30.306,30.322666666666667,30.339333333333332,30.356,30.372666666666667,30.389333333333333,30.406,30.422666666666668,30.439333333333334,30.456,30.472666666666665,30.489333333333335,30.506,30.522666666666666,30.53933333333333,30.556,30.572666666666667,30.589333333333332,30.606,30.622666666666667,30.639333333333333,30.656,30.672666666666668,30.689333333333334,30.706,30.722666666666665,30.739333333333335,30.756,30.772666666666666,30.78933333333333,30.806,30.822666666666667,30.839333333333332,30.856,30.872666666666667,30.889333333333333,30.906,30.922666666666668,30.939333333333334,30.956,30.972666666666665,30.989333333333335,31.006,31.022666666666666,31.03933333333333,31.056,31.072666666666667,31.089333333333332,31.106,31.122666666666667,31.139333333333333,31.156,31.172666666666668,31.189333333333334,31.206,31.222666666666665,31.239333333333335,31.256,31.272666666666666,31.28933333333333,31.306,31.322666666666667,31.339333333333332,31.356,31.372666666666667,31.389333333333333,31.406,31.422666666666668,31.439333333333334,31.456,31.472666666666665,31.489333333333335,31.506,31.522666666666666,31.53933333333333,31.556,31.572666666666667,31.589333333333332,31.606,31.622666666666667,31.639333333333333,31.656,31.672666666666668,31.689333333333334,31.706,31.722666666666665,31.739333333333335,31.756,31.772666666666666,31.78933333333333,31.806,31.822666666666667,31.839333333333332,31.856,31.872666666666667,31.889333333333333,31.906,31.922666666666668,31.939333333333334,31.956,31.972666666666665,31.989333333333335,32.006,32.022666666666666,32.03933333333333,32.056,32.07266666666666,32.08933333333333,32.105999999999995,32.12266666666666,32.13933333333333,32.156,32.172666666666665,32.18933333333333,32.205999999999996,32.22266666666666,32.23933333333333,32.25599999999999,32.272666666666666,32.28933333333333,32.306,32.32266666666666,32.33933333333333,32.355999999999995,32.37266666666666,32.38933333333333,32.406,32.422666666666665,32.43933333333333,32.455999999999996,32.47266666666666,32.48933333333333,32.50599999999999,32.522666666666666,32.53933333333333,32.556,32.57266666666666,32.58933333333333,32.605999999999995,32.62266666666666,32.63933333333333,32.656],"data_rpm":[6402,6409,6414,6419,6423,6427,6430,6434,6437,6440,6445,6450,6455,6461,6467,6474,6481,6487,6494,6499,6505,6511,6516,6519,6522,6525,6527,6529,6532,6534,6538,6542,6547,6553,6559,6565,6571,6577,6584,6589,6594,6599,6602,6604,6606,6608,6610,6612,6616,6620,6626,6633,6640,6647,6655,6662,6670,6676,6682,6685,6689,6686,6684,6682,6682,6684,6688,6697,6700,6707,6714,6720,6726,6731,6736,6741,6746,6751,6756,6760,6764,6768,6774,6780,6786,6791,6796,6802,6805,6811,6815,6819,6820,6823,6826,6829,6832,6837,6838,6843,6843,6850,6850,6859,6862,6869,6874,6877,6882,6887,6894,6900,6905,6910,6915,6918,6922,6924,6926,6930,6934,6938,6940,6944,6950,6954,6963,6968,6976,6980,6985,6989,6991,6996,6997,7001,7004,7007,7013,7016,7024,7026,7033,7038,7042,7047,7048,7053,7052,7056,7057,7060,7065,7066,7072,7073,7078,7079,7083,7087,7088,7095,7097,7104,7109,7115,7122,7125,7133,7135,7142,7145,7148,7150,7152,7154,7156,7158,7160,7165,7168,7175,7179,7186,7189,7195,7199,7201,7206,7205,7210,7207,7208,7211,7216,7224,7233,7245,7251,7260,7264,7270,7275,7276,7283,7283,7290,7287,7290,7288,7284,7278,7273,7275,7274,7270,7266,7260,7263,7256,7258,7256,7257,7262,7261,7266,7258,7261,7266,7269,7277,7274,7280,7284,7286,7295,7290,7298,7295,7300,7305,7304,7308,7299,7304,7305,7309,7318,7314,7322,7322,7327,7330,7329,7334,7329,7335,7329,7333,7333,7334,7341,7334,7337,7334,7339,7341,7346,7353,7350,7357,7353,7360,7360,7363,7368,7367,7376,7372,7380,7376,7383,7384,7387,7393,7393,7400,7394,7396,7391,7395,7395,7395,7399,7397,7406,7403,7408,7407,7411,7415,7418,7426,7425,7435,7430,7438,7433,7437,7435,7435,7438,7435,7442,7437,7445,7439,7445,7442,7445,7447,7447,7453,7451,7458,7454,7462,7459,7465,7465,7470,7473,7476,7483,7482,7491,7487,7494,7490,7495,7493,7496,7496,7495,7499,7496,7502,7498,7505,7503,7510,7511,7517,7521,7523,7529,7526,7532,7526,7532,7526,7531,7529,7531,7533,7533,7538,7536,7543,7542,7549,7546,7551,7549,7552,7552,7553,7554,7554,7559,7558,7563,7557,7562,7558,7561,7559,7561,7563,7562,7567,7563,7569,7563,7568,7565,7568,7568,7569,7572,7570,7575,7570,7573,7568,7571,7569,7572,7573,7575,7580,7578,7581,7574,7576,7570,7572,7569,7570,7572,7572,7578,7578,7585,7583,7588,7588,7590,7590,7588,7590,7585,7588,7581,7584,7579,7580,7578,7577,7578,7576,7581,7577,7583,7580,7585,7585,7587,7590,7590,7595,7592,7596,7590,7592,7588,7588,7588,7585,7588,7583,7588,7584,7588,7587,7590,7591,7592,7597,7595,7600,7597,7600,7598,7600,7600,7599,7601,7598,7601,7597,7600,7599,7601,7601,7601,7603,7601,7605,7601,7604,7603,7605,7606,7607,7610,7609,7613,7610,7614,7613,7615,7616,7618,7619,7620,7622,7618,7621,7616,7617,7616,7616,7617,7618,7622,7623,7627,7627,7631,7631,7632,7632,7630,7631,7628,7629,7626,7628,7627,7630,7631,7632,7635,7634,7637,7636,7638,7637,7638,7638,7638,7639,7638,7640,7637,7641,7638,7640,7639,7640,7642,7643,7647,7648,7653,7653,7657,7655,7657,7654,7653,7652,7649,7651,7649,7652,7650,7654,7654,7657,7658,7660,7662,7663,7664,7662,7662,7660,7661,7659,7661,7660,7662,7663,7664,7666,7667,7669,7671,7674,7675,7676,7676,7674,7672,7669,7668,7666,7664,7665,7665,7668,7670,7673,7675,7678,7679,7681,7679,7680,7679,7678,7677,7676,7676,7676,7677,7677,7680,7681,7684,7685,7688,7688,7689,7689,7689,7690,7688,7688,7686,7687,7684,7684,7683,7684,7684,7686,7689,7692,7696,7697,7700,7702,7704,7704,7706,7703,7705,7703,7701,7701,7700,7701,7702,7705,7707,7710,7713,7714,7717,7715,7716,7715,7716,7714,7717,7716,7716,7717,7717,7720,7720,7722,7724,7724,7728,7728,7732,7730,7733,7734,7737,7739,7739,7741,7738,7735,7733,7733,7733,7733,7733,7734,7733,7735,7736,7736,7743,7744,7754,7759,7768,7775,7779,7783,7785,7788,7785,7786,7785,7786,7786,7790,7791,7798,7801,7810,7812,7817,7817,7819,7814,7812,7807,7805,7802,7803,7804,7807,7811,7813,7817,7819,7822,7822,7824,7822,7821,7817,7815,7812,7812,7812,7814,7815,7817,7820,7822,7825,7824,7825,7824,7827,7828,7833,7834,7834,7815,7788,7753,7723,7692,7669,7649,7633,7620,7608,7596,7585,7574,7565,7555,7546,7541,7537,7532,7527,7522,7515,7508,7500,7490,7481,7470,7461,7451,7443,7436,7430,7425,7421,7418,7416,7410,7403,7397,7390,7384,7378,7373,7368,7364,7360,7355,7351,7346,7341,7336,7331,7326,7321,7316,7311,7307,7302,7297,7293,7289,7286,7282,7277,7272,7268,7263,7257,7252,7247,7242,7236,7231,7226,7221,7216,7210,7204,7199,7193,7188,7182,7178,7173,7170,7166,7164,7161,7158,7156,7154,7152,7149,7146,7142,7139,7135,7131,7127,7123,7119,7115,7111,7106,7105,7105,7105,7103,7100,7097,7093,7088,7084,7077,7071,7064,7059,7055,7050,7045,7041,7039,7036,7034,7031,7030,7030,7029,7030,7035,7041,7050,7063,7082,7104,7132,7158,7185,7205,7219,7233,7235,7238,7236,7240,7242,7246,7252,7256,7265,7266,7270,7270,7274,7283,7271,7288,7284,7292,7288,7293,7293,7286,7273,7270,7275,7285,7299,7298,7317,7317,7333,7332,7332,7328,7327,7326,7326,7327,7329,7332,7346,7345,7341,7334,7329,7328,7327,7334,7341,7351,7360,7367,7375,7377,7379,7378,7375,7373,7372,7371,7372,7374,7376,7380,7375,7361,7334,7304,7273,7248,7226,7208,7193,7181,7171,7161,7152,7144,7136,7128,7121,7113,7105,7097,7089,7082,7075,7068,7061,7053,7046,7039,7032,7026,7019,7013,7006,7000,6994,6989,6983,6977,6972,6966,6960,6954,6948,6943,6938,6934,6929,6925,6920,6914,6908,6902,6895,6888,6881,6875,6869,6862,6856,6850,6846,6840,6834,6829,6823,6816,6810,6802,6795,6786,6778,6770,6762,6754,6748,6741,6734,6728,6722,6715,6709,6702,6694,6687,6679,6672,6664,6656,6649,6641,6635,6627,6621,6614,6607,6601,6594,6588,6582,6575,6569,6562,6556,6550,6543,6537,6531,6527,6522,6518,6514,6511,6506,6503,6498,6492,6488,6481,6476,6471,6465,6461,6457,6455,6454,6450,6449,6447,6444,6443,6439,6434,6434,6428,6426,6426,6421,6420,6417,6413,6412,6407,6404,6402,6396,6393,6389,6384,6384,6380,6377,6378,6372,6372,6373,6369,6370,6369,6368,6372,6376,6381,6393,6400,6409,6421,6422,6430,6438,6437,6444,6448,6446,6454,6456,6458,6464,6464,6467,6476,6473,6476,6480,6473,6477,6478,6474,6480,6481,6481,6490,6488,6491,6500,6495,6500,6507,6503,6510,6514,6512,6520,6520,6519,6526,6521,6522,6529,6522,6525,6530,6524,6529,6532,6527,6532,6530,6527,6534,6531,6533,6542,6539,6545,6555,6551,6558,6565,6562,6569,6571,6571,6579,6576,6578,6586,6579,6582,6589,6582,6587,6589,6589,6594,6592,6591,6597,6593,6595,6604,6599,6605,6613,6609,6616,6619,6617,6624,6622,6623,6631,6625,6630,6638,6632,6638,6643,6641,6647,6647,6649,6658,6653,6657,6665,6658,6664,6669,6666,6674,6675,6677,6686,6684,6690,6699,6692,6699,6702,6698,6706,6703,6705,6714,6708,6714,6722,6716,6725,6728,6729,6740,6739,6745,6756,6752,6760,6767,6763,6772,6771,6772,6782,6776,6782,6790,6784,6792,6795,6795,6806,6804,6809,6819,6815,6823,6828,6828,6838,6839,6843,6853,6853,6864,6874,6886,6903,6918,6939,6952,6968,6981,6987,6997,6992,6996,6990,6989,6991,6984,6990,6984,6988,6987,6988,6994,6993,7002,7005,7015,7023,7030,7041,7044,7053,7056,7063,7066,7069,7076,7075,7082,7080,7085,7085,7088,7094,7093,7100,7099,7105,7107,7114,7120,7124,7133,7135,7142,7144,7146,7149,7148,7153,7149,7152,7152,7156,7160,7164,7171,7176,7185,7189,7195,7198,7201,7204,7205,7209,7210,7213,7218,7223,7230,7238,7246,7253,7261,7265,7269,7272,7273,7274,7277,7281,7286,7291,7298,7304,7309,7312,7316,7318,7320,7320,7320,7321,7321,7320,7322,7324,7328,7332,7337,7342,7348,7353,7358,7362,7366,7369,7372,7376,7378,7381,7385,7388,7391,7394,7397,7400,7404,7408,7414,7417,7422,7425,7428,7426,7424,7420,7415,7392,7351,7298,7240,7182,7128,7125,7163,7238,7345,7478,7635,7812,8002,8137,8124,8090,8062,8043,8030,8022,8018,8014,7998,7944,7885,7835,7784,7740,7702,7666,7630,7591,7556,7520,7484,7450,7411,7377,7347,7323,7301,7273,7248,7228,7209,7193,7186,7182,7181,7187,7193,7197,7205,7208,7205,7202,7191,7174,7159,7137,7119,7097,7077,7058,7038,7019,6998,6975,6951,6932,6912,6888,6867,6844,6823,6801,6788,6770,6747,6727,6711,6697,6687,6679,6674,6670,6664,6661,6661,6660,6660,6661,6663,6670,6672,6671,6666,6662,6661,6658,6651,6644,6636,6629,6622,6618,6611,6602,6591,6583,6575,6564,6555,6549,6541,6538,6536,6528,6518,6511,6503,6492,6479,6470,6461,6450,6442,6432,6419,6406,6397,6387,6374,6363,6354,6344,6333,6324,6316,6309,6297,6287,6275,6262,6252,6240,6226,6214,6203,6189,6174,6164,6151,6136,6124,6113,6101,6088,6080,6070,6059,6050,6042,6033,6024,6018,6010,6001,5997,5992,5987,5985,5984,5983,5980,5983,5981,5983,5986,5990,5997,6006,6015,6028,6042,6054,6065,6081,6101,6118,6139,6163,6181,6196,6216,6238,6247,6258,6267,6269,6269,6276,6284,6283,6291,6301,6309,6309,6313,6324,6321,6330,6342,6351,6346,6355,6366,6372,6376,6387,6401,6404,6411,6414,6424,6417,6429,6432,6438,6436,6447,6458,6466,6469,6482,6487,6484,6485,6488,6495,6496,6504,6517,6535,6552,6561,6572,6589,6607,6616,6629,6644,6658,6668,6683,6698,6706,6703,6708,6708,6719,6721,6721,6724,6736,6746,6757,6770,6782,6797,6807,6817,6816,6820,6821,6826,6834,6844,6852,6860,6861,6868,6876,6881,6889,6901,6909,6922,6936,6947,6959,6971,6979,6990,7002,7011,7021,7032,7041,7048,7058,7062,7065,7071,7073,7075,7081,7086,7090,7100,7106,7115,7127,7135,7144,7155,7164,7172,7183,7189,7197,7207,7214,7221,7232,7238,7245,7255,7259,7268,7279,7286,7298,7309,7317,7329,7342,7347,7356,7364,7366,7373,7380,7381,7388,7396,7398,7406,7414,7416,7426,7432,7437,7448,7455,7463,7476,7483,7484,7479,7457,7437,7415,7387,7363,7337,7307,7279,7248,7249,7204,7120,7034,6952,6875,6903,6987,6900,6675,6332,5920,5590,5633,5731,5812,5860,5882,5893,5895,5900,5909,5917,5928,5940,5945,5954,5958,5960,5965,5964,5968,5972,5971,5977,5979,5985,5992,5995,6004,6012,6017,6026,6031,6038,6046,6050,6057,6062,6066,6072,6073,6078,6081,6084,6090,6093,6099,6106,6111,6119,6125,6132,6141,6147,6155,6162,6168,6176,6181,6187,6191,6194,6198,6199,6202,6205,6207,6212,6214,6220,6227,6230,6238,6242,6249,6256,6262,6269,6274,6280,6285,6288,6293,6296,6300,6305,6309,6317,6321,6326,6332,6336,6341,6345,6348,6353,6354,6359,6363,6367,6372,6375,6381,6384,6388,6394,6398,6403,6408,6414,6420,6424,6430,6435,6441,6446,6452,6458,6465,6471,6478,6486,6493,6501,6507,6512,6517,6521,6524,6526,6529,6532,6536,6541,6546,6553,6559],"data_gear":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"data_tires":[4.039746663571886,4.0400640993556625,4.040057161157895,4.040196689195774,4.040008579132392,4.04004232723634,4.0398777818167275,4.039645308127133,4.039295921921674,4.03898337226915,4.038790068616862,4.038765112015823,4.0386925495367,4.038860886364832,4.038877461465429,4.039090945674274,4.03938232862831,4.0394999627882475,4.039907173505121,4.040010491746585,4.040318545020087,4.040658560500593,4.040702304460561,4.040678274921674,4.040467368912822,4.040124034810583,4.039831556632088,4.039494882640698,4.039042924165384,4.038723402318788,4.038436902804886,4.038292949007645,4.038189132370553,4.038143609930151,4.0382231586422845,4.038296722274385,4.038629386023815,4.03879672829486,4.039170016713431,4.039333224793022,4.039536016004564,4.039670396758135,4.039462140138088,4.03916995949503,4.0389292412795506,4.038386659424947,4.0380664420671195,4.037379416294899,4.037209392593962,4.03703904079251,4.0370617741559816,4.037147910151097,4.037349935921485,4.037512768397509,4.038002187926193,4.038325807902421,4.0390691974579305,4.039495205400041,4.040062147315497,4.040313936421731,4.040583985807027,4.0391542771148385,4.038147198445363,4.037171473939431,4.036430936212746,4.036031279762466,4.0359183998135215,4.0365523231287,4.035543457780261,4.036065975544485,4.036179748401895,4.036445882671693,4.036591527582279,4.036703866097896,4.03673430920175,4.0368658500638315,4.036958060147184,4.037060690330961,4.037096489072617,4.036973989564268,4.036816877197252,4.0366113179392915,4.037020547582666,4.037107620853378,4.03752472765721,4.0375992891119346,4.037642081898764,4.037816641478984,4.037661627102101,4.03819320302125,4.038194898812883,4.0382199659271745,4.03775606415725,4.037571442223212,4.037451709531678,4.037161053565366,4.037145915493913,4.037448056271436,4.036553522618977,4.037023929598817,4.035740854851445,4.036595071932287,4.035142133485772,4.036529241726603,4.03590316174849,4.0365647007028915,4.0362755211686,4.035933539279272,4.036069533338569,4.036129892332145,4.036858104871686,4.036923389863206,4.037279058126386,4.037230176098202,4.037717881845355,4.037469096347792,4.037553789441273,4.037313564517041,4.036798474696932,4.037032773095685,4.0370649208912415,4.036760794978064,4.036186142890055,4.036129567541593,4.0363337092333245,4.036111655939283,4.037161863155512,4.0371106176230125,4.037957188615796,4.037804126351641,4.038064223039494,4.038146113241081,4.037799719997541,4.038132067692299,4.037612804780047,4.037756952258354,4.037361097383177,4.0371138820262535,4.037584076512716,4.037171377712074,4.037955245564653,4.037257076881432,4.037884431631699,4.038013322490929,4.03802587650256,4.038524070019779,4.03774048207263,4.038324944350687,4.037350249198312,4.037503923376896,4.037022213497098,4.03667001429117,4.0370268004363155,4.036189105598523,4.036908221230443,4.03605224114484,4.036310071910638,4.035791691276322,4.035535426433896,4.035768211554102,4.034816434655881,4.035379364910452,4.03469258698723,4.035056021295504,4.035159213538962,4.035095005895642,4.035698182376173,4.034836878706717,4.03564451878472,4.034883055599302,4.035750499530492,4.03528890452658,4.0351637632801065,4.034874389088235,4.034367914530077,4.034048380194866,4.033414437685861,4.033087880629855,4.032553187515898,4.032522395378841,4.032177189693133,4.032767952830128,4.032397962573641,4.032961706315849,4.032524687190089,4.032736168670757,4.032802404340971,4.03234387318417,4.032868676466442,4.0317627377330005,4.0324057178369035,4.03081257677354,4.0302440217375715,4.029834937511644,4.029657931438468,4.030299068511809,4.030660917897412,4.031881175650365,4.031475513440854,4.032295707531821,4.032173437910282,4.032078533023956,4.032384961223926,4.0314884612954645,4.026210923740029,4.028653879701206,4.030059052485023,4.030529800929099,4.030540115779902,4.029699824774737,4.027985903229808,4.019653003829735,4.0231769982190695,4.0239472128639715,4.023987788407432,4.023861154448079,4.023350071839712,4.021797740295527,4.022292013743967,4.020366436789255,4.020151764628615,4.013393139261982,4.0189829304973985,4.018861404665401,4.017994310217285,4.018201260748455,4.015178769166945,4.015606363297729,4.016184359664475,4.0160537866811294,4.016812441560621,4.015560971323079,4.016062850556529,4.016416544866999,4.016244749763643,4.017744870480815,4.016092378743607,4.017291193151373,4.0161848559753786,4.016839805431476,4.017551086272194,4.016767205212745,4.017027424226019,4.014248381874897,4.015149201538822,4.0152630901232795,4.015719640071498,4.016987775203334,4.015343056068952,4.016765338490472,4.016456571533494,4.017349803685306,4.0179832243032525,4.017583322761893,4.013063758269274,4.0166740411216875,4.018587411294532,4.0170255681711105,4.017654380158338,4.017552266050497,4.0175845145186315,4.018609866151811,4.016560686059236,4.0169338417769955,4.015551731023876,4.016560204174604,4.0170105702640475,4.017543590116539,4.018718823358373,4.017350807237357,4.018696528352132,4.017546807559214,4.01869972795539,4.018592367751315,4.018852147206962,4.019820128876419,4.019056629327337,4.020642849489475,4.019044639205528,4.020676204708021,4.019347640371485,4.020331181769326,4.020245704878303,4.020622553877299,4.0216376129760825,4.02103227964081,4.022396035516152,4.02049087163503,4.0210822891563645,4.02022370057354,4.020923798189424,4.021114372739626,4.020496432640362,4.021483678445413,4.020576690335932,4.022320668585874,4.0209921514397085,4.021947732075998,4.021268185324971,4.021732770805371,4.0223213708413725,4.0222373844586805,4.023584881324163,4.022723313304569,4.024599730727711,4.0230798698827535,4.024709041207913,4.023539442873579,4.024268323542466,4.024077198091691,4.02376317468496,4.024632766524338,4.0234362712140355,4.024988732683468,4.023258629756808,4.024798121964235,4.023162820790059,4.02419035361353,4.0231357492054824,4.023517466261596,4.023626442981707,4.02312764803337,4.024133956371116,4.022732571064787,4.024147928684752,4.022345172459938,4.0237332722321355,4.02229609432527,4.02308362622809,4.022530833534167,4.022624284937225,4.022930980417614,4.0225542708842905,4.023528843447343,4.022547023380673,4.024045681088547,4.0225078232745926,4.023971236576871,4.022581073034297,4.0234303628505454,4.022700383627701,4.022850643997001,4.022840895787018,4.022290665257287,4.023010635120956,4.0215827131038075,4.022818426740009,4.021246319793807,4.022386263608553,4.021193591538608,4.022125250438187,4.021608486707025,4.022122253579127,4.022604324109441,4.022195445316847,4.023271469094801,4.021946707160199,4.023325167967996,4.021442640892774,4.02276106210735,4.021108726735766,4.0219982654711375,4.021232976692634,4.021274173980462,4.021338656364185,4.020786519957095,4.021296514928666,4.020185165425279,4.021262714421031,4.020497477062899,4.021674174871169,4.020471216442045,4.021267731349094,4.020339464216751,4.020595806352668,4.020356541443466,4.019965527675536,4.020181935418548,4.019638693741422,4.020476158334916,4.01947142585365,4.020234702156535,4.018615638181043,4.019351337642934,4.018300013448222,4.018278621277185,4.0177441094104465,4.017467600779737,4.017647186343854,4.0167346053638315,4.017576041176573,4.016002894352168,4.016963602764918,4.015344316029233,4.015952587133369,4.015084434314813,4.015003907982786,4.014970482649966,4.014649112194564,4.014927816515019,4.014170009416874,4.015276118916276,4.013799527451983,4.014553173642308,4.013069412418481,4.0134253270038975,4.012927472773439,4.012986761756027,4.013102598235344,4.013149766297956,4.0140719117089985,4.013446151410593,4.014147827717713,4.012590494285617,4.01332648261394,4.012182702604117,4.012505638299968,4.012106179037486,4.012043402178745,4.012412543505019,4.011997403904579,4.012950983156583,4.012254188925639,4.013465105633914,4.012846749558205,4.013794153882598,4.013691797232096,4.013862028048868,4.014157299434134,4.0135659327821775,4.0142341264748636,4.013198847432735,4.01394262636204,4.012502327935825,4.013080695010804,4.011993991932172,4.011902033987484,4.011604986547706,4.011267856056407,4.011605743018898,4.010838178409002,4.011610353939919,4.0105299984093286,4.011264001512469,4.010467194312971,4.0108846524577775,4.010803145238402,4.010893843509953,4.011347892667839,4.011087133242607,4.012145504362341,4.011548302055804,4.012502003597302,4.011447333568202,4.01186324239331,4.011478250649194,4.011585942678035,4.011785824550976,4.011265972756324,4.011923691168845,4.0108844660608,4.011666658815246,4.010618813394903,4.011136892049748,4.010831366533102,4.011021359230925,4.011321101712949,4.011207614378369,4.011980900791761,4.011371766883965,4.01226879488387,4.011415179057279,4.012088070725098,4.011731492412889,4.011932084715436,4.012040424736101,4.011758411529316,4.012163750968286,4.011380001917052,4.011946526653815,4.011080798991292,4.0116109109336255,4.011224643297876,4.011384002284896,4.011424082779227,4.011239450964935,4.011589721062359,4.010989447271091,4.011685640008212,4.010671249680796,4.011228264435577,4.010703513554841,4.010955630099235,4.011025167427457,4.011070304435505,4.011468341907144,4.011049915434281,4.011601590071944,4.010834113773203,4.011389720280733,4.010926775439612,4.01117399760659,4.011152592000794,4.011213205769332,4.011559868276826,4.011442720792951,4.011956234351131,4.010964584920997,4.0116002656542635,4.010709355887441,4.0108583247164065,4.010477647802598,4.010264860867213,4.010243004308968,4.010006057050314,4.010310003811062,4.010048634587931,4.010601733087282,4.0103208978206775,4.010789285933469,4.010685720871091,4.010706718624232,4.010861611631981,4.010427985040282,4.010585002222031,4.009818480872499,4.010123075753335,4.009321136318674,4.009471272808053,4.009172194695147,4.009301423235813,4.009424097536469,4.009334365551847,4.009664845531981,4.009181108188645,4.009693284844348,4.009071053361682,4.009294833006983,4.009069546308952,4.008976117037966,4.008960195661281,4.00868295046823,4.008827524072346,4.008266125853794,4.008507804635911,4.007668343759578,4.007982153006471,4.007182791051639,4.007093636489146,4.006754260948672,4.006571129073344,4.006698210056101,4.00634449528182,4.006864966576634,4.006628649810704,4.0073127665474955,4.006941168096773,4.0075031956902425,4.0071007234895415,4.007065670759966,4.006419005142989,4.006228162393251,4.00612354687002,4.005400583010559,4.005492204432853,4.0045934117556445,4.004750863237442,4.003983517239283,4.004201666594763,4.003940455916646,4.004063198056773,4.004098360194687,4.00414805555127,4.004492591845491,4.00431263000932,4.004519262597117,4.004050146413168,4.004089891329329,4.003603218752379,4.003459332461692,4.0030836635878675,4.003318690378534,4.002751623069802,4.002702832505802,4.002385640286089,4.0022952626155,4.00218003390423,4.002017623810709,4.002158080082431,4.002182901536257,4.00237642836389,4.002536991155237,4.002746770002665,4.002852900148701,4.002475996756087,4.002555212320769,4.002151400387808,4.001946395822985,4.001555024861867,4.001209762049863,4.001259512422217,4.000987682747271,4.001159075872872,4.0012273945634975,4.001539002231239,4.001707416968405,4.00209584819204,4.002219136293778,4.002413659443957,4.00221048038238,4.00229300452942,4.001971573497457,4.001771615785717,4.001554069508057,4.001229070083024,4.0014037004381615,4.001118142819656,4.001292728642356,4.001182048936149,4.001554119291409,4.00160584575422,4.001904888535422,4.00212935412182,4.002445480953852,4.0025353576709595,4.002727139185176,4.002730599987163,4.002748305938487,4.002830978468047,4.0025108979624004,4.002726873479815,4.002355552906756,4.002484987173981,4.001905045302792,4.001803455456922,4.001447830355802,4.001378182598155,4.001238157235015,4.0012562829897265,4.001519569366803,4.001619598273442,4.0021292430361886,4.002133985152155,4.002614313222314,4.00293029652922,4.0032434980584055,4.003426777573085,4.003725262401211,3.9982501702287836,4.002810169404387,4.001681010482839,4.003038678947831,4.002734315706737,4.002681624637935,4.00289643997889,4.003008566375974,4.0031396200151566,4.003460423681365,4.0037860437301696,4.00402013159515,4.004178252055576,4.004685174667885,4.004525507967799,4.004699460600776,4.004753032983318,4.004962805538397,3.9996335784872894,4.004165276466963,4.0033288622889724,4.004345069660166,4.004388777941611,4.004222959016648,4.004445922222529,4.004199397004881,4.0042845817394594,4.004392874014854,4.004121997970391,4.0045725835717505,4.004297275298694,4.004948697963459,4.004181032804745,4.0046763355875505,3.999212812137913,4.0034880875931025,4.003709840222597,4.005240199091478,4.006048877273495,4.005658638830197,4.005514347050793,3.9995707442585573,4.00309205770877,4.004117997865301,4.0044001582211255,4.005339963220598,4.00516974472162,4.004836958644458,4.004906073394919,4.004647501356071,4.004516216002097,4.005263088912425,4.005133720754596,4.006514537326715,4.006953019463749,4.0084074923325685,4.009411727608843,4.00995586692336,4.010638905202782,4.011078930963574,4.012162434866907,4.0062070317593745,4.01053630260584,4.009227847233261,4.01203437200535,4.010272907596222,4.013372507061893,4.0130962324374515,4.014526597998391,4.014673290665549,4.016159570204664,4.016440308396447,4.012116039346508,4.015965072746383,4.015242367244885,4.017228719367292,4.015996891618052,4.016866399526783,4.016795756969082,4.018023397398241,4.0184474807923065,4.019609215180662,4.020086653881204,4.021211573105753,4.021669950623587,4.022800509467238,4.022661958303207,4.0193512034438355,4.023322367354924,4.024141635185185,4.026353333406574,4.026420608889497,4.026950666555723,4.02681942082562,4.027556054664961,4.028467704644784,4.028842762953838,4.02925053508974,4.02965175764746,4.029835956381108,4.030588462223697,4.030672690172758,4.031462217541129,4.030530163247975,4.030761565086857,4.029617807778704,4.029750884153711,4.02886217002885,4.029035949493814,4.027923821601243,4.027637229335285,4.024483844741791,4.024096577742439,4.019034271496522,4.015209355153399,4.0095853916866595,4.005582243744623,4.00205501353661,3.9996701319824934,3.997291435807629,3.995311604293261,3.9935726793194233,3.9917898048560314,3.990383808159776,3.9887919274889962,3.9877688791083044,3.9865092419447534,3.988527682849762,3.9892305882988435,3.989035120057804,3.988481292938911,3.987379019459715,3.986038848540514,3.983608958751842,3.9814865806880992,3.9775896046230406,3.975046263209856,3.9712841734500834,3.969024167612692,3.966544448864362,3.967957905799295,3.9685939713328433,3.970276507749263,3.972038888984179,3.97461686414447,3.978124232503984,3.9812778929248127,3.9816325956498893,3.9814415742092626,3.981226448297895,3.9811324491737987,3.9813158991579742,3.981531052148259,3.9815924928036504,3.981645225988954,3.9814793847703127,3.9810494287257603,3.9811875713414255,3.9813835545390304,3.981696421194154,3.9815954633819444,3.9815733502570096,3.981241335870511,3.981314230906748,3.9813038880120564,3.9816159558433264,3.9817597624799053,3.981993995739971,3.9805735213057334,3.9813227466316774,3.981705627301686,3.9817030503922535,3.9807699487803543,3.9806878983209764,3.980760952964243,3.9806769492163934,3.980550293604876,3.9803309858101232,3.980229108243374,3.979934596711178,3.9792387509133973,3.978713143531744,3.978738686587243,3.978344677169984,3.9778362364973026,3.977017672681865,3.975808079766509,3.9747279915593974,3.9743175940132707,3.973809030716187,3.973528816196582,3.9731432513962175,3.9731233345111683,3.9729076613268286,3.9730765295411246,3.9733371152981367,3.9737887945264023,3.974211289437833,3.974801417958501,3.9756828413986276,3.976472334173245,3.9769574394827796,3.9773052795996726,3.977631511712809,3.977734364628784,3.978303061532135,3.978790606061345,3.9789664897586228,3.9785327085275015,3.9780924871285457,3.9772847216931977,3.9763654355940963,3.9772260728864097,3.9778454043619016,3.979251225550868,3.981528746734586,3.9831752303981074,3.9848018455881142,3.9853317984727465,3.984328872088402,3.9836800434606006,3.9830859817696203,3.984601444534365,3.9861535520472224,3.9842799510425317,3.982702003760606,3.9815204320592574,3.981558757783085,3.981997355761212,3.981752629163754,3.9828375393398647,3.9834214885873767,3.983256191740388,3.982978600910501,3.98228482057191,3.9822390335380757,3.982825666223893,3.9837133149969235,3.9834480297814676,3.9843126005996234,3.985521324326976,3.986320516763606,3.987245588232514,3.9881112325750045,3.990359959096355,3.9927004678772766,3.996801649193989,4.000965848365643,4.005111545734848,4.0079187746804745,4.010684892708067,4.014254340928834,4.014466860883559,4.023953025065425,4.019357198508247,4.020458266486205,4.016476383085208,4.016773386219761,4.015595729625413,4.015658893246283,4.017764196559021,4.019504384932902,4.018664937206142,4.020859023227234,4.01936866705835,4.019884197021925,4.023967383506141,4.024830357040784,4.021588750975224,4.024107516864998,4.020622037144963,4.023462058481134,4.022201831301439,4.021361093916031,4.018208793048196,4.016466840827368,4.017243081832928,4.020293136405637,4.0205743439916874,4.019793824613299,4.029717642372141,4.02300939362988,4.03157982748758,4.027988290821004,4.029205939549396,4.0283784026290395,4.029354674482737,4.028806620289913,4.029279875188429,4.029725993968785,4.030059789784367,4.029715234416677,4.041659041572498,4.034551051032945,4.033799002530495,4.032352900147922,4.032838540602743,4.033098249227271,4.0394727622410205,4.038599891700106,4.038244224257165,4.036647143823035,4.037627336035019,4.038437749843654,4.039698280994509,4.0399223021510515,4.040223567766567,4.039932439376263,4.039010506156241,4.0383504829409596,4.037601378954134,4.0367314706264175,4.035402579245898,4.034066318577912,4.03267092921479,4.031336944096797,4.028706430523843,4.025437431554594,4.020684576434451,4.013706252378937,4.0098246399749975,4.006945347522745,4.0003056668412995,3.9969958080772,3.9936416600892386,3.990737900083656,3.988120001167416,3.9858522941350505,3.9833797264503525,3.981365593869596,3.979390256827303,3.977445923756122,3.97571422395982,3.974111667569907,3.972272894405122,3.970895029283912,3.9694749267648333,3.9682794860950015,3.9677032035026523,3.966913016074464,3.9655491124757054,3.964809436763523,3.96415420322949,3.963326273414381,3.9626274052161694,3.9614366416202635,3.960425791734196,3.9597339225219215,3.959101728316588,3.958734451419298,3.959207981232299,3.958065463647486,3.9578662107767495,3.9582502014950545,3.959051868715995,3.9597711528105197,3.958038583372592,3.96227803098385,3.962919301107227,3.964356735738911,3.96833559827778,3.967706963549967,3.968177933791708,3.967526060347219,3.967375882607767,3.967624111341011,3.9634652049749777,3.9633887090656312,3.963908959015046,3.966968573559458,3.9613208492851033,3.9632277547911037,3.9689344647314204,3.97514593954084,3.9792886012677156,3.980577994421174,3.980546500617753,3.9798011831998523,3.979163847366496,3.9780109070569356,3.976544427043568,3.9742491709258174,3.971425791595798,3.969282838295183,3.9662685763444334,3.9649882407997086,3.9635577012824816,3.962914098719134,3.9629628316493952,3.9636776289105633,3.964759262840013,3.964875576155156,3.9663339950743866,3.9672634721120463,3.9677769957331237,3.9690934774065862,3.9688163671498318,3.96910947546018,3.967999143297218,3.9670070282023895,3.966711171141971,3.9644703153423357,3.964061702674517,3.963167944400614,3.96284833163506,3.9647038383848274,3.9649044045931583,3.9664405554864643,3.9669055196471894,3.9678244087843058,3.9694579003127903,3.9696685090248875,3.971423022128276,3.9712154756583526,3.9708193101198517,3.9707209672213057,3.9690117806347547,3.96884489564729,3.968155044102528,3.9672213210244,3.967292487679104,3.9674161000859343,3.968441865063636,3.9687840831691004,3.968527988186835,3.969317303864007,3.9695517468133685,3.9711372930322932,3.9726682229387316,3.9722618374828884,3.9729963505619286,3.9725310550453434,3.9716773581608655,3.971503876571652,3.970185508170399,3.9697187939312735,3.9692931079222027,3.967767175668502,3.9681584208759264,3.968707848058412,3.9689371249327765,3.9694663116831794,3.9689862860960163,3.970300134973326,3.9709096495530596,3.9718183856730582,3.9753206516869097,3.9739183598259573,3.9746285597529765,3.974961890112287,3.974500335071432,3.9754832249331016,3.9751657232772177,3.975055879847755,3.975434829224284,3.975231673818646,3.975307169472636,3.975111241128502,3.9751768772083467,3.976480089031031,3.9765034456207182,3.9766017183777995,3.9773137860450483,3.977880508942625,3.9784119091683574,3.9794550138237414,3.9801916413543026,3.980934259920792,3.980756851908339,3.9807032360357013,3.9811993462057744,3.980685544784479,3.980661946784214,3.981014520346641,3.9806841509637128,3.980865563558105,3.981859276347903,3.982615162560087,3.9840228622702667,3.9851128517418846,3.9866632818665693,3.9889737828689382,3.989597366783407,3.991520878502929,3.993573993927115,3.9940944641376612,3.996104629718216,3.996858623939988,3.9960664325609807,3.996913833143733,3.997224329906994,3.9970215261503697,3.997490590147758,3.997186501883722,3.9978002915541846,3.9992041860806564,3.9984195805897698,3.9991308700954784,3.9999181091612277,3.998735495826671,3.9991888502849875,3.999812942806784,3.9991637117847576,3.99983345110147,3.9999779487897804,3.9994857323317206,4.000082273353277,3.9993598263604015,3.9993384276113044,4.000207389336584,3.9984793138640518,3.999118899671433,4.000040915862568,3.9985795837674636,3.9994350363404614,4.000007139881052,3.9992720444680487,4.000236499385388,4.000167374701265,3.999758425200861,4.000472406004584,3.9993384785398125,3.9993729195301286,4.000189121242392,3.9984414941400432,3.9988673635499503,3.9994860893587894,3.9979418267315068,3.9987060999220994,3.998995715840059,3.997720310028938,3.9983153524345894,3.9980442019654765,3.997679341363635,3.99841523843978,3.9980271069545674,3.99833275941902,3.9992509210068388,3.9982356071056357,3.9991048778853333,4.0001532225854515,3.998813067209417,3.999866574837766,4.000645051446548,3.9996883285610623,4.000376551420972,4.000574558651369,4.0005633217614704,4.001243631997709,4.000733375198348,4.0011218666346835,4.002047732235939,4.000497784522298,4.001242528200466,4.0021235359674305,4.000305893279866,4.006444321434778,3.999120137540049,4.006120487031926,4.006192310872137,4.005679639931513,4.004972759012914,4.005173922690157,4.003816125084824,4.003877196942265,4.004513058097222,4.002774521917163,4.00341661502167,4.003947271263232,4.002133773474761,4.002691857617588,4.00259541462514,4.001621367562263,4.00170951029967,4.001018524040361,4.0006840801440084,4.000997796463251,3.999160597488801,3.999505942874234,3.999955142101816,3.998064207783285,3.9986079861392154,3.9987826278129743,3.997500382424075,3.997785117048143,3.9973942680507384,3.997447103271046,3.9979478679170897,3.9968822739821337,3.997542142518344,3.9987144864072195,3.9968284236341,3.9987915154159293,3.9993117550237454,3.998467224915814,3.999610778586147,3.99989824810745,3.999906605346609,4.002036921396968,4.0021466398045895,4.003948054001464,4.006128994526483,4.005082717879671,4.007473645665996,4.008697765365574,4.008567000771163,4.010428890921263,4.0104922665279545,4.011267915922834,4.013483616711724,4.012356568841469,4.013914918777239,4.015698967588433,4.014268503179592,4.0160389321187155,4.016930356257901,4.016895639391042,4.018676680671208,4.018495795523703,4.019657228415655,4.021658047584536,4.020656395908568,4.022440825608553,4.023856957964341,4.022869736652325,4.02473970080417,4.024768668221125,4.024774009073824,4.026629455929122,4.0251297830518205,4.026336415205062,4.02786221423675,4.0256717286714965,4.027527398234495,4.027964004762044,4.0274176508306,4.029249834721298,4.0282550423094525,4.028931171025905,4.030485648101619,4.02877034476807,4.030098524484709,4.030665320099223,4.02986439139725,4.031286409909563,4.030354236823694,4.0301691182241495,4.031243020697889,4.029436152790511,4.030194203210897,4.030409253307224,4.03086234908667,4.032792692072282,4.034068978741011,4.0366812543464485,4.037841041902806,4.0395204776867875,4.041628558346064,4.041609157381735,4.043663029525702,4.041582113292333,4.042319770185094,4.040841715428916,4.0401258277535685,4.040572590005286,4.03800410041549,4.039117433343017,4.03663933141993,4.036767190641803,4.035628904057484,4.034586798572908,4.0350047834311455,4.0331177446425395,4.0339901904081845,4.033040868303914,4.03386527712298,4.034181673748834,4.034341254724124,4.035718640382922,4.034865081079309,4.036187219784088,4.035664174881897,4.036200697810726,4.036236795597268,4.03616842283453,4.037198707019618,4.035921863793298,4.036956317393216,4.0356292228603134,4.036023298058837,4.035408046568672,4.035166518922084,4.03595038535372,4.034556867490882,4.035577002851149,4.034181183773204,4.0346459419329515,4.034099643060182,4.034372096412902,4.034865504856002,4.0344725287647965,4.03563441192784,4.035140566323804,4.035849258807655,4.035415166863528,4.035237440109332,4.035430257286157,4.034536958109298,4.035232226151782,4.033476700044115,4.033692310796471,4.032741632384071,4.032491508464881,4.032353076669417,4.0319712031996,4.032729389415753,4.032491602383212,4.033527464698764,4.033237184266126,4.033795763845826,4.0338353114358405,4.033663916182065,4.03375581396034,4.033270199654316,4.0334205833854435,4.032677777699739,4.032533064080243,4.032316159875163,4.032404855216246,4.032698164428886,4.033179568693768,4.033884529987925,4.034331935419921,4.035158069942483,4.03527027601418,4.035610044959014,4.0353836483816075,4.034954653986008,4.03457501836967,4.034349136481325,4.034252800940581,4.03448759724118,4.034603812872342,4.035113019724266,4.035417972029888,4.03568793652739,4.035580718282727,4.035729604492367,4.035713319209168,4.035712519519529,4.0352966359940785,4.034917138972032,4.034547567795782,4.034037587472696,4.0331615990560925,4.032956154877508,4.032688013911622,4.0326068027626585,4.032535553919925,4.032769355838917,4.032842773597243,4.033271668132173,4.033397977808746,4.033660962744569,4.033805137004644,4.033900325318793,4.034022397450003,4.033987999654848,4.0340948091722355,4.033873464167758,4.034053058774917,4.03413283302271,4.034210655644629,4.034141013327655,4.034106618035617,4.033781163894695,4.033649035279308,4.033712179176097,4.033854398048198,4.034324937663632,4.034240892366895,4.0346939897247305,4.034602635832875,4.034687202177029,4.032590697742348,4.031275124585338,4.023563285342352,4.0169348744991975,4.001977769888469,3.98240471787774,3.9579915834982597,3.9311075487944622,3.911474625158524,3.8714978861779823,3.8467359458077004,3.7898719943516146,3.734511753168054,3.6842373388706378,3.6508789528407113,3.6252650251605765,3.609848542032421,3.600182933228503,3.5935118440059632,3.580073744667065,3.566141467126187,3.53775811822158,3.521130115371544,3.513238728522082,3.511190744066706,3.495839148753047,3.502281727879759,3.4898052479200796,3.489690203211412,3.4886608381551896,3.4757085187118313,3.4757433423591007,3.467964602404859,3.4731178256312556,3.455834174212426,3.4474420898661235,3.455193119050478,3.4476528566879465,3.451280429010802,3.4590017117938987,3.468283827424779,3.469104273425523,3.4818294458659773,3.501956282780359,3.515561378187374,3.535397048258938,3.548739985117053,3.5688674004972816,3.5914845105139954,3.6183227771206865,3.6304916457538825,3.661822910750368,3.6911247635875624,3.7177038876317905,3.7342671799622202,3.7582865476851186,3.7810328465278307,3.7988176390998616,3.8029590737943963,3.810153162927972,3.825151125215932,3.831394100712995,3.840398935757979,3.8402566526126716,3.827898817301748,3.8332440815725475,3.834229430338006,3.822831740950664,3.824674581116796,3.810831099460353,3.7985621671818652,3.8023274872507984,3.807453472711712,3.805978635232908,3.806350533911322,3.8082182696378735,3.8095887405369258,3.8105157689608085,3.805206170641757,3.7972922633206476,3.792734288955547,3.801536334281561,3.790351261629236,3.781521906040098,3.774148128677606,3.7737079714657464,3.7924863639831825,3.7964697805434833,3.8152105809413444,3.8252301508229056,3.8456521833403214,3.8572998687353413,3.874651773399295,3.8891165741933396,3.8977555162426043,3.901705098868818,3.9100834612580027,3.9151923356671343,3.9236573019717977,3.9280220234847607,3.9338510422667605,3.937921755872246,3.9407569469442336,3.94126460840372,3.941771550206492,3.943164440475373,3.94488834667459,3.9459694757618866,3.9437416539236074,3.936302879819155,3.9360282226431895,3.9314954982378594,3.932635942309429,3.931548413789761,3.929824601727945,3.9296104486191337,3.9285632451989123,3.930596887045417,3.9341464759368905,3.936493233134147,3.94177088775506,3.9397796390062525,3.9400608938575203,3.93959423752134,3.93848279850875,3.937885639430044,3.9397239172316953,3.9393301426859013,3.9372548739889526,3.9345966226615268,3.9312677415551884,3.9327721951195316,3.9328244659585225,3.9284997520171787,3.9292210196896615,3.9331560172078563,3.930517724170751,3.930236973165575,3.929742874024926,3.9312523204419145,3.930682775115847,3.9346509552775926,3.9316305557332263,3.929735715589561,3.9333323768326025,3.930014977203081,3.9282666219392586,3.9284791531708145,3.9295601358307,3.9274254124886747,3.9199495174450183,3.916454148149544,3.9165527683957873,3.9122124479227707,3.909796404375438,3.9135882774665793,3.910684506782429,3.910255165542336,3.9077931408443383,3.908933878673677,3.9058725187014134,3.9076313447227204,3.9075235849233425,3.9066457822468794,3.9055147494114175,3.9091734496857873,3.9107211509638193,3.9141406666903347,3.9137905330343608,3.917801292903492,3.9257487111132074,3.924263222269401,3.930500568463187,3.9385335667256074,3.940201798450841,3.9427439761338277,3.9498073845416846,3.9543358655606355,3.957937644520354,3.9605333242310783,3.9669813093748783,3.968655472914392,3.969324922795554,3.9707057502991265,3.9713454140482485,3.971306879823981,3.972423024189818,3.9733112867923372,3.9758255670488003,3.978409208312208,3.981075897655346,3.983553168403219,3.986521489553317,3.990907587410101,3.9940840847464307,3.9974511338615244,4.001502082257253,4.004490436498477,4.006538109328112,4.009251681949234,4.01272843208792,4.013153916517101,4.014373128547648,4.015171275884383,4.015312663777989,4.014234538122806,4.014437592456288,4.015209369463625,4.014468687615175,4.015884538795772,4.0164712901176305,4.017262137330259,4.015631867899005,4.014866162320199,4.01613631407362,4.014309771836036,4.015087312510238,4.015362356047824,4.0152443169814065,4.012235815799422,4.012434980968154,4.01246785332741,4.012514415012028,4.011849126259501,4.014106864870778,4.015498179423587,4.0151138462678775,4.015395964337392,4.0147062653410135,4.016363697534398,4.0141495226485855,4.01601530301986,4.014154582521736,4.014665318519021,4.012728835614662,4.014182015411326,4.016039663940061,4.017217935926267,4.017340688900672,4.019542511113788,4.019321393762367,4.018346230873998,4.018141705662711,4.017595603328459,4.017772043211232,4.016411373399183,4.018061690624545,4.018964155704329,4.0210116135725364,4.022502943863879,4.022716230947582,4.0237024009952,4.025644593117197,4.028142318732543,4.028208674874244,4.029331341006719,4.030803570917493,4.03206879714567,4.03414579709813,4.03647403276259,4.038418555687169,4.0389742508160085,4.037695882463854,4.038619999892137,4.038393022805897,4.03980071131973,4.038319016976355,4.037138788104011,4.035942046435382,4.036884562515929,4.036839293057508,4.0371203334032115,4.038031217132736,4.038824231656161,4.040865801491436,4.041438511223307,4.04226829604317,4.040906169771727,4.041218202868112,4.040830156166857,4.041189051202406,4.042172322529337,4.042977699432239,4.042835631861459,4.043159112454751,4.04193562713486,4.041705955273752,4.042233768595208,4.042408281000658,4.042587106234489,4.0435174077961635,4.043437782971951,4.044250720659757,4.04536654083283,4.045716280467866,4.046476952162392,4.047208559757768,4.04734219897437,4.048020441591665,4.048937621261514,4.048991790001102,4.049441237930128,4.050227643055004,4.0503357230888755,4.050336810267414,4.051198096218604,4.050649966302117,4.0500322848636285,4.050193522079035,4.049331375395718,4.048484925007374,4.048364859691575,4.0478907214085025,4.047088119193956,4.047362319366315,4.046952627901,4.046890301160345,4.047427726560882,4.047349747490736,4.047308123736979,4.047768974093634,4.047859270796493,4.0476281788408714,4.048054077136033,4.047646020877035,4.047484886926874,4.048044563669596,4.047678076564751,4.047350586699528,4.047916153081203,4.047368457047227,4.046927810703553,4.0473255879952905,4.046374861735336,4.046305727830408,4.046884009685211,4.046282635357872,4.046554087774208,4.047009040798545,4.04674964386212,4.04750709410235,4.0485494956020265,4.04755865868082,4.047851245253215,4.048230705059403,4.047116690907418,4.047108472687578,4.0472756871535385,4.0457159563526695,4.04579664341132,4.046010717859646,4.044590384201525,4.044653543407202,4.04495544346903,4.043292873565321,4.043787061414561,4.0434241751846605,4.0426098073824495,4.043170178588728,4.042596190402794,4.042459635785164,4.043343319141955,4.042913156107787,4.042051384251106,4.041122351125109,4.037204076519194,4.034288168084543,4.0313870085228265,4.026905224023276,4.023503998250096,4.020112549264653,4.015621777549238,4.01191800138983,4.007933640310913,4.005822704875464,4.004244164695757,4.00301071278771,4.0019628779668865,4.001690244788085,4.001386799509088,4.0010448111618135,4.001304952863885,4.0045520965780455,4.008719944326524,4.014744567512643,4.02052847301103,4.027047707972805,4.031106075343667,4.035570259061695,4.03993279286664,4.0424845705715775,4.042683290145156,4.042584969342557,4.040795202651181,4.040008869253461,4.040036885846851,4.039703198126661,4.0402686287629095,4.041618858892192,4.0409377307184595,4.042102532765455,4.0418179076950285,4.041415838914741,4.041819069128364,4.040494799628711,4.040280893405546,4.0404313567085595,4.0387453835550335,4.039064987815964,4.0382549202406715,4.038012180853495,4.038465827546916,4.037581022777153,4.03812374206328,4.038684653721503,4.038280821980646,4.039121204190596,4.03879745093457,4.039036616067739,4.039801724540634,4.0392715340219505,4.039984868195466,4.040030220962789,4.039850721099534,4.040390800901348,4.039096818517036,4.039333121629339,4.039056142794647,4.038287406610892,4.038743883391923,4.037935633536035,4.037947100539266,4.038398928278884,4.037707755773376,4.038233386664543,4.0381896702505,4.038288413032881,4.039223640741032,4.038895998345859,4.0396049915889,4.039810691562695,4.039993369073555,4.040873893855554,4.040583068937503,4.0410516616871135,4.0410123958102,4.040718591863749,4.040922299048153,4.0401023760940875,4.039827098704168,4.039651291471087,4.038620053037397,4.0388859365657686,4.038177386015071,4.038342870294706,4.03870461404983,4.037870868357906,4.038410366193025,4.0379703007935275,4.038218421620183,4.038689557180633,4.038593962493186,4.039350985556155,4.039222263046305,4.039417670978411,4.039591646870495,4.039076908160776,4.039337623977806,4.03873877838377,4.038502332471289,4.038544789682574,4.038354650074932,4.039063177292208,4.038616275931584,4.038607055608847,4.039044231394048,4.038542299947761,4.038949196223546,4.0386857153200495,4.038488837545508,4.038633244063783,4.037830170643207,4.038085091604189,4.037816878581997,4.037523077336448,4.0377562355950625,4.037307084270228,4.037590015899153,4.037110360908114,4.036931946416604,4.037026824727795,4.036655081359974,4.0368091000864235,4.036850433835899,4.037012953369342,4.037265131469212,4.036958281192692,4.037241160164694,4.037109884015542,4.037190952744469,4.037223911197236,4.037295189129477,4.0374052067944115,4.037582819375781,4.0377633646556434,4.0381125115774905,4.038636434835541,4.039031337087926,4.039612296178907,4.03993854720074,4.040236571462298,4.040402204300169,4.040325829880115,4.040076126025241,4.039431346713977,4.039285426743687,4.039034261662746,4.038818682042453,4.038826361449058,4.0386936260648865,4.03919732394294,4.039201327596915],"data_position_x":[-0.10300281643867493,-0.9150993227958679,-1.7278380393981934,-2.5412168502807617,-3.3552513122558594,-4.169933795928955,-4.9852681159973145,-5.801242351531982,-6.617851734161377,-7.435091018676758,-8.252931594848633,-9.071378707885742,-9.890424728393555,-10.710052490234375,-11.530275344848633,-12.35107707977295,-13.172467231750488,-13.994454383850098,-14.817030906677246,-15.640225410461426,-16.46404457092285,-17.28849220275879,-18.11359405517578,-18.939355850219727,-19.765779495239258,-20.592870712280273,-21.420623779296875,-22.249027252197266,-23.078079223632812,-23.907766342163086,-24.738069534301758,-25.5689754486084,-26.400474548339844,-27.23255729675293,-28.065229415893555,-28.89848518371582,-29.732324600219727,-30.56675910949707,-31.401790618896484,-32.23744583129883,-33.0737419128418,-33.910675048828125,-34.74826431274414,-35.58650588989258,-36.42539978027344,-37.26493835449219,-38.1050910949707,-38.945858001708984,-39.78721618652344,-40.62914276123047,-41.47163009643555,-42.31466293334961,-43.158241271972656,-44.002357482910156,-44.847015380859375,-45.6922492980957,-46.53805923461914,-47.384464263916016,-48.231536865234375,-49.07929611206055,-49.9277229309082,-50.7768669128418,-51.62668991088867,-52.47715377807617,-53.32821273803711,-54.17985534667969,-55.032066345214844,-55.884796142578125,-56.73811340332031,-57.59197235107422,-58.446380615234375,-59.30133819580078,-60.15685272216797,-61.01292419433594,-61.86955261230469,-62.72674560546875,-63.58449935913086,-64.44281768798828,-65.30170440673828,-66.16112518310547,-67.0210952758789,-67.8816146850586,-68.74267578125,-69.60428619384766,-70.46643829345703,-71.32915496826172,-72.19241333007812,-73.05622863769531,-73.92061614990234,-74.78558349609375,-75.6511459350586,-76.51729583740234,-77.38404083251953,-78.2513656616211,-79.1192855834961,-79.98777770996094,-80.85686492919922,-81.72650146484375,-82.59673309326172,-83.4675064086914,-84.33883666992188,-85.21067810058594,-86.08308410644531,-86.95597839355469,-87.82939147949219,-88.70332336425781,-89.57778930664062,-90.4527587890625,-91.32823944091797,-92.20423126220703,-93.08073425292969,-93.95774841308594,-94.83529663085938,-95.71339416503906,-96.59202575683594,-97.47122955322266,-98.3509750366211,-99.23127746582031,-100.11211395263672,-100.99349212646484,-101.87538146972656,-102.75772857666016,-103.64060974121094,-104.52395629882812,-105.40778350830078,-106.2920913696289,-107.1768798828125,-108.06217956542969,-108.9479751586914,-109.83430480957031,-110.72114562988281,-111.6085205078125,-112.49642181396484,-113.38484191894531,-114.2738037109375,-115.16323852539062,-116.0531997680664,-116.94363403320312,-117.83458709716797,-118.72602844238281,-119.61793518066406,-120.5103530883789,-121.40324401855469,-122.29666137695312,-123.19056701660156,-124.08499908447266,-124.97997283935547,-125.8754653930664,-126.7715072631836,-127.66802978515625,-128.56509399414062,-129.462646484375,-130.3606719970703,-131.2592315673828,-132.15826416015625,-133.05783081054688,-133.9578399658203,-134.8583984375,-135.75938415527344,-136.6608428955078,-137.56275939941406,-138.465087890625,-139.3678741455078,-140.27105712890625,-141.17469787597656,-142.07872009277344,-142.98316955566406,-143.88803100585938,-144.7932891845703,-145.69898986816406,-146.60508728027344,-147.5116424560547,-148.41860961914062,-149.32598876953125,-150.2337646484375,-151.14190673828125,-152.05039978027344,-152.959228515625,-153.8683624267578,-154.77777099609375,-155.6874542236328,-156.59739685058594,-157.5076141357422,-158.41802978515625,-159.3286895751953,-160.23956298828125,-161.15065002441406,-162.0619354248047,-162.97344970703125,-163.88514709472656,-164.79698181152344,-165.708984375,-166.62110900878906,-167.5333251953125,-168.44561767578125,-169.35792541503906,-170.270263671875,-171.18263244628906,-172.0950469970703,-173.00747680664062,-173.9199676513672,-174.83248901367188,-175.74508666992188,-176.65771484375,-177.57037353515625,-178.4829864501953,-179.39564514160156,-180.3083038330078,-181.2210235595703,-182.1337432861328,-183.04647827148438,-183.9591522216797,-184.87159729003906,-185.78378295898438,-186.69569396972656,-187.6072540283203,-188.5184783935547,-189.4292449951172,-190.3396759033203,-191.24954223632812,-192.15895080566406,-193.0677490234375,-193.97589111328125,-194.8834991455078,-195.79037475585938,-196.6967010498047,-197.6021270751953,-198.5067138671875,-199.41041564941406,-200.313232421875,-201.2152862548828,-202.11627197265625,-203.01637268066406,-203.91552734375,-204.81370544433594,-205.71109008789062,-206.60736083984375,-207.5028533935547,-208.39715576171875,-209.29049682617188,-210.1827850341797,-211.073974609375,-211.96421813964844,-212.8531494140625,-213.74099731445312,-214.62742614746094,-215.5126495361328,-216.39675903320312,-217.2793731689453,-218.16082763671875,-219.040771484375,-219.91954040527344,-220.79685974121094,-221.6727294921875,-222.54730224609375,-223.42007446289062,-224.2916259765625,-225.161376953125,-226.02980041503906,-226.8964080810547,-227.76145935058594,-228.625,-229.48663330078125,-230.34671020507812,-231.2049102783203,-232.06138610839844,-232.91590881347656,-233.76864624023438,-234.61964416503906,-235.46853637695312,-236.3157501220703,-237.16079711914062,-238.00425720214844,-238.8456268310547,-239.68524169921875,-240.52296447753906,-241.35861206054688,-242.19253540039062,-243.0241241455078,-243.85406494140625,-244.68170166015625,-245.50765991210938,-246.33135986328125,-247.15313720703125,-247.9728240966797,-248.79034423828125,-249.6059112548828,-250.41900634765625,-251.23007202148438,-252.0384979248047,-252.84494018554688,-253.64886474609375,-254.4505157470703,-255.24964904785156,-256.0461120605469,-256.8404235839844,-257.63201904296875,-258.42138671875,-259.2080993652344,-259.99267578125,-260.7748718261719,-261.5547790527344,-262.33245849609375,-263.1075439453125,-263.88055419921875,-264.650634765625,-265.41864013671875,-266.1836853027344,-266.9464111328125,-267.70623779296875,-268.4635009765625,-269.2181396484375,-269.9698486328125,-270.7190856933594,-271.46514892578125,-272.20880126953125,-272.9490966796875,-273.6869812011719,-274.4214782714844,-275.1534729003906,-275.88226318359375,-276.6081848144531,-277.331298828125,-278.0512390136719,-278.7685546875,-279.4824523925781,-280.1938781738281,-280.9018859863281,-281.60748291015625,-282.30975341796875,-283.009521484375,-283.7061767578125,-284.4000549316406,-285.0910339355469,-285.77886962890625,-286.4640808105469,-287.145751953125,-287.8248291015625,-288.50018310546875,-289.17279052734375,-289.84161376953125,-290.50750732421875,-291.1695861816406,-291.8282165527344,-292.4833068847656,-293.1345520019531,-293.7825927734375,-294.4266357421875,-295.0677185058594,-295.70477294921875,-296.33892822265625,-296.96917724609375,-297.5964050292969,-298.2198181152344,-298.83984375,-299.4562072753906,-300.0685729980469,-300.6775207519531,-301.2820739746094,-301.88330078125,-302.4799499511719,-303.0730285644531,-303.66162109375,-304.2464294433594,-304.82684326171875,-305.4032287597656,-305.97552490234375,-306.5435791015625,-307.10772705078125,-307.66729736328125,-308.2228698730469,-308.7735595703125,-309.3200988769531,-309.8616638183594,-310.3991394042969,-310.93157958984375,-311.45977783203125,-311.9830627441406,-312.5018005371094,-313.01580810546875,-313.5246887207031,-314.0289001464844,-314.52728271484375,-315.0210266113281,-315.5087585449219,-315.9917907714844,-316.4687805175781,-316.940673828125,-317.4067077636719,-317.8669738769531,-318.3218688964844,-318.7705078125,-319.21405029296875,-319.6509704589844,-320.0828552246094,-320.50830078125,-320.9284973144531,-321.34246826171875,-321.7508544921875,-322.15325927734375,-322.5494079589844,-322.9396057128906,-323.3227844238281,-323.70025634765625,-324.0707702636719,-324.4358215332031,-324.7941589355469,-325.14715576171875,-325.4934997558594,-325.8340148925781,-326.1680603027344,-326.495361328125,-326.8162536621094,-327.12957763671875,-327.4367370605469,-327.7362060546875,-328.0296936035156,-328.31573486328125,-328.5956726074219,-328.868896484375,-329.1357116699219,-329.3965759277344,-329.6507873535156,-329.8995056152344,-330.1413879394531,-330.37786865234375,-330.607421875,-330.8312072753906,-331.0481872558594,-331.2586669921875,-331.4626770019531,-331.6596374511719,-331.850341796875,-332.0334167480469,-332.2103271484375,-332.3795471191406,-332.5425109863281,-332.6978759765625,-332.8463134765625,-332.9874267578125,-333.1211853027344,-333.24853515625,-333.36834716796875,-333.48211669921875,-333.58843994140625,-333.6888732910156,-333.78204345703125,-333.869140625,-333.9493713378906,-334.02288818359375,-334.090087890625,-334.1500549316406,-334.2038879394531,-334.2500915527344,-334.2899475097656,-334.3218994140625,-334.34710693359375,-334.3646545410156,-334.3747253417969,-334.3776550292969,-334.3728332519531,-334.3615417480469,-334.3423767089844,-334.3168640136719,-334.2839050292969,-334.2446594238281,-334.1982116699219,-334.1450500488281,-334.0852966308594,-334.0183410644531,-333.9452819824219,-333.8647766113281,-333.77813720703125,-333.6841125488281,-333.58380126953125,-333.47613525390625,-333.36163330078125,-333.2402648925781,-333.11163330078125,-332.9765319824219,-332.8340148925781,-332.6852111816406,-332.529052734375,-332.36663818359375,-332.1968688964844,-332.0204162597656,-331.83709716796875,-331.6466369628906,-331.4497985839844,-331.24566650390625,-331.0352783203125,-330.8177490234375,-330.5941162109375,-330.3634033203125,-330.1263122558594,-329.882568359375,-329.6321105957031,-329.3753967285156,-329.1118469238281,-328.8424072265625,-328.5662536621094,-328.2842712402344,-327.99566650390625,-327.7010192871094,-327.3997497558594,-327.09197998046875,-326.77783203125,-326.45654296875,-326.12896728515625,-325.7942199707031,-325.45330810546875,-325.1054382324219,-324.7514343261719,-324.39093017578125,-324.02423095703125,-323.6513977050781,-323.2723388671875,-322.8874206542969,-322.49603271484375,-322.0988464355469,-321.69512939453125,-321.2853698730469,-320.8689880371094,-320.4463195800781,-320.0173034667969,-319.5817565917969,-319.14019775390625,-318.6920471191406,-318.2381591796875,-317.77783203125,-317.3117370605469,-316.8393859863281,-316.3609924316406,-315.8766784667969,-315.3861389160156,-314.88995361328125,-314.3875732421875,-313.879638671875,-313.365478515625,-312.845703125,-312.3197326660156,-311.7879333496094,-311.2501220703125,-310.7062072753906,-310.15673828125,-309.60107421875,-309.0401611328125,-308.47320556640625,-307.9010925292969,-307.32330322265625,-306.74029541015625,-306.15203857421875,-305.5586242675781,-304.9602966308594,-304.3568420410156,-303.7486877441406,-303.1351623535156,-302.5168762207031,-301.8930358886719,-301.26434326171875,-300.6299133300781,-299.990234375,-299.34521484375,-298.69500732421875,-298.0399169921875,-297.3796691894531,-296.7148132324219,-296.04486083984375,-295.3705749511719,-294.69134521484375,-294.0077819824219,-293.3194274902344,-292.6265563964844,-291.9290466308594,-291.2268371582031,-290.5199890136719,-289.8084411621094,-289.0922546386719,-288.3715515136719,-287.6465148925781,-286.9169006347656,-286.1831359863281,-285.4449462890625,-284.7027282714844,-283.956298828125,-283.2059020996094,-282.4515686035156,-281.6934509277344,-280.9315185546875,-280.165771484375,-279.3962707519531,-278.6228332519531,-277.8454284667969,-277.06396484375,-276.2784423828125,-275.4888000488281,-274.6951904296875,-273.897705078125,-273.0964660644531,-272.29144287109375,-271.4828796386719,-270.6708679199219,-269.85540771484375,-269.0365905761719,-268.2145690917969,-267.3891906738281,-266.56060791015625,-265.7286071777344,-264.8934326171875,-264.05487060546875,-263.2131042480469,-262.3681335449219,-261.5201110839844,-260.6689758300781,-259.81488037109375,-258.9578552246094,-258.0979309082031,-257.2352294921875,-256.36962890625,-255.5013885498047,-254.6304168701172,-253.7568817138672,-252.8806610107422,-252.00193786621094,-251.12054443359375,-250.23660278320312,-249.3500518798828,-248.46095275878906,-247.56932067871094,-246.67515563964844,-245.77847290039062,-244.8792266845703,-243.97756958007812,-243.07339477539062,-242.16697692871094,-241.25819396972656,-240.3472900390625,-239.4342803955078,-238.5192413330078,-237.602294921875,-236.68338012695312,-235.76263427734375,-234.83998107910156,-233.91546630859375,-232.9890594482422,-232.0608673095703,-231.1307373046875,-230.19876098632812,-229.2648468017578,-228.32913208007812,-227.39169311523438,-226.45249938964844,-225.51171875,-224.56927490234375,-223.62535095214844,-222.6798858642578,-221.7330322265625,-220.7847137451172,-219.83499145507812,-218.8839569091797,-217.93153381347656,-216.977783203125,-216.0225830078125,-215.06605529785156,-214.1081085205078,-213.1488800048828,-212.18826293945312,-211.22642517089844,-210.26339721679688,-209.2991180419922,-208.33377075195312,-207.36720275878906,-206.39968872070312,-205.4310302734375,-204.46139526367188,-203.49078369140625,-202.51918029785156,-201.54669189453125,-200.5731964111328,-199.59889221191406,-198.6236114501953,-197.6475372314453,-196.67059326171875,-195.69284057617188,-194.71434020996094,-193.73500061035156,-192.7548065185547,-191.7737274169922,-190.7917938232422,-189.80909729003906,-188.82568359375,-187.84165954589844,-186.8570098876953,-185.87168884277344,-184.8858184814453,-183.89930725097656,-182.91232299804688,-181.9248809814453,-180.93698120117188,-179.94873046875,-178.9600830078125,-177.97113037109375,-176.9817657470703,-175.9920654296875,-175.001953125,-174.011474609375,-173.0205841064453,-172.029296875,-171.03761291503906,-170.04550170898438,-169.05299377441406,-168.0601806640625,-167.06704711914062,-166.07362365722656,-165.0799560546875,-164.0859832763672,-163.091796875,-162.0972900390625,-161.10256958007812,-160.10752868652344,-159.11221313476562,-158.11659240722656,-157.12069702148438,-156.12442016601562,-155.12789916992188,-154.13108825683594,-153.134033203125,-152.13677978515625,-151.13931274414062,-150.14166259765625,-149.1438446044922,-148.1458740234375,-147.14773559570312,-146.14942932128906,-145.1509552001953,-144.1522979736328,-143.15350341796875,-142.15452575683594,-141.1553955078125,-140.1560821533203,-139.15658569335938,-138.15695190429688,-137.1571502685547,-136.15721130371094,-135.1571044921875,-134.1568603515625,-133.15640258789062,-132.15576171875,-131.1548309326172,-130.15362548828125,-129.15208435058594,-128.15023803710938,-127.14801788330078,-126.14545440673828,-125.14251708984375,-124.13922882080078,-123.13557434082031,-122.131591796875,-121.12728881835938,-120.1226806640625,-119.11783599853516,-118.11286926269531,-117.10789489746094,-116.10303497314453,-115.0983657836914,-114.09398651123047,-113.0899658203125,-112.08638000488281,-111.08326721191406,-110.08065032958984,-109.07858276367188,-108.07707977294922,-107.07618713378906,-106.07589721679688,-105.07626342773438,-104.0772933959961,-103.0790023803711,-102.08139038085938,-101.08454895019531,-100.08857727050781,-99.09355926513672,-98.09947204589844,-97.10640716552734,-96.11427307128906,-95.1231689453125,-94.13301086425781,-93.1439208984375,-92.15579986572266,-91.16875457763672,-90.1827392578125,-89.19782257080078,-88.21390533447266,-87.23104095458984,-86.24920654296875,-85.26838684082031,-84.28856658935547,-83.30973052978516,-82.33190155029297,-81.35498046875,-80.37904357910156,-79.40402221679688,-78.42996978759766,-77.4568862915039,-76.48491668701172,-75.5140380859375,-74.5442123413086,-73.5754623413086,-72.60777282714844,-71.64108276367188,-70.675537109375,-69.71109771728516,-68.7476806640625,-67.78531646728516,-66.8239517211914,-65.8636703491211,-64.90445709228516,-63.94636917114258,-62.98941421508789,-62.03361511230469,-61.07900619506836,-60.12575912475586,-59.17396926879883,-58.2235107421875,-57.274288177490234,-56.32644271850586,-55.380027770996094,-54.434993743896484,-53.49128723144531,-52.54886245727539,-51.607723236083984,-50.667842864990234,-49.72913360595703,-48.791622161865234,-47.85541534423828,-46.920570373535156,-45.98695373535156,-45.054603576660156,-44.12346649169922,-43.19346618652344,-42.264610290527344,-41.33694076538086,-40.4105339050293,-39.48542785644531,-38.5616340637207,-37.63911819458008,-36.71794509887695,-35.79814529418945,-34.87981414794922,-33.96296691894531,-33.04754638671875,-32.13348388671875,-31.22072410583496,-30.30926513671875,-29.399126052856445,-28.490190505981445,-27.582597732543945,-26.67641830444336,-25.771461486816406,-24.867740631103516,-23.965225219726562,-23.06399917602539,-22.163965225219727,-21.26544189453125,-20.36837387084961,-19.47262191772461,-18.57838249206543,-17.685550689697266,-16.79449462890625,-15.905059814453125,-15.017487525939941,-14.131697654724121,-13.247404098510742,-12.36484146118164,-11.483773231506348,-10.604314804077148,-9.726550102233887,-8.850460052490234,-7.97632360458374,-7.104089260101318,-6.2336106300354,-5.364863872528076,-4.497976303100586,-3.632725477218628,-2.7691311836242676,-1.9074472188949585,-1.047480583190918,-0.18960851430892944,0.6664680242538452,1.520857810974121,2.373763084411621,3.2250897884368896,4.075021266937256,4.923609733581543,5.770862102508545,6.616752624511719,7.461083889007568,8.304004669189453,9.145264625549316,9.985198974609375,10.823934555053711,11.661478042602539,12.498069763183594,13.333368301391602,14.167731285095215,15.000923156738281,15.833195686340332,16.664337158203125,17.494407653808594,18.32321548461914,19.15077781677246,19.977155685424805,20.80242156982422,21.626943588256836,22.45055389404297,23.273086547851562,24.094667434692383,24.915260314941406,25.735084533691406,26.55390167236328,27.37203598022461,28.18912696838379,29.005414962768555,29.82074737548828,30.635089874267578,31.44832992553711,32.25990295410156,33.07071304321289,33.87958526611328,34.687923431396484,35.49496078491211,36.30091857910156,37.1054801940918,37.90896224975586,38.711326599121094,39.51263427734375,40.312767028808594,41.111793518066406,41.90959548950195,42.7061653137207,43.50175476074219,44.296241760253906,45.08877944946289,45.879493713378906,46.66824722290039,47.45545959472656,48.24143600463867,49.026268005371094,49.80998611450195,50.59264373779297,51.3741569519043,52.154571533203125,52.93377685546875,53.711856842041016,54.488739013671875,55.26450729370117,56.0391960144043,56.81285858154297,57.58555603027344,58.35750198364258,59.129093170166016,59.900516510009766,60.67190170288086,61.4434700012207,62.21543884277344,62.98802947998047,63.76150894165039,64.53598022460938,65.31159210205078,66.08849334716797,66.86661529541016,67.64605712890625,68.42680358886719,69.20880126953125,69.99221801757812,70.77690124511719,71.56287384033203,72.35020446777344,73.13888549804688,73.92887878417969,74.72014617919922,75.51268768310547,76.30645751953125,77.1014404296875,77.8976058959961,78.69489288330078,79.49329376220703,80.29278564453125,81.09341430664062,81.89517974853516,82.69807434082031,83.50211334228516,84.30722045898438,85.11344146728516,85.92068481445312,86.7289810180664,87.53837585449219,88.34882354736328,89.16045379638672,89.97317504882812,90.7869644165039,91.60169982910156,92.41736602783203,93.23399353027344,94.05152893066406,94.8700180053711,95.68975830078125,96.5108642578125,97.33319854736328,98.1571044921875,98.98239135742188,99.80911254882812,100.63677978515625,101.46537017822266,102.2945785522461,103.12466430664062,103.95587921142578,104.78894805908203,105.62387084960938,106.46001434326172,107.29804229736328,108.13744354248047,108.97918701171875,109.82396697998047,110.6717300415039,111.52162170410156,112.37284851074219,113.22529602050781,114.07855987548828,114.93305969238281,115.7883529663086,116.6441421508789,117.5006332397461,118.35755920410156,119.21528625488281,120.07369232177734,120.93289184570312,121.79293060302734,122.65380859375,123.51551818847656,124.37783813476562,125.24090576171875,126.10441589355469,126.96846008300781,127.83309173583984,128.6979522705078,129.5632781982422,130.42884826660156,131.294677734375,132.1607208251953,133.02685546875,133.8931884765625,134.75962829589844,135.62615966796875,136.49278259277344,137.35943603515625,138.22607421875,139.09249877929688,139.9587860107422,140.8248291015625,141.6906280517578,142.55615234375,143.42120361328125,144.28590393066406,145.15013122558594,146.01380920410156,146.87704467773438,147.7397003173828,148.6018524169922,149.46336364746094,150.32424926757812,151.18453979492188,152.04396057128906,152.90255737304688,153.76025390625,154.61705017089844,155.47305297851562,156.3280487060547,157.1820526123047,158.034912109375,158.88661193847656,159.7373504638672,160.58677673339844,161.43508911132812,162.2822723388672,163.1280975341797,163.9728240966797,164.81622314453125,165.658203125,166.49893188476562,167.33798217773438,168.1755828857422,169.0116729736328,169.8461456298828,170.6792755126953,171.51068115234375,172.3403778076172,173.16845703125,173.9944305419922,174.81861877441406,175.6409912109375,176.46121215820312,177.27975463867188,178.09625244140625,178.9106903076172,179.72340393066406,180.533935546875,181.3424530029297,182.1490020751953,182.95318603515625,183.75537109375,184.55528259277344,185.3528289794922,186.1484832763672,186.9416961669922,187.73263549804688,188.52149963378906,189.30747985839844,190.0909881591797,190.87210083007812,191.65023803710938,192.42599487304688,193.19911193847656,193.96929931640625,194.73724365234375,195.50233459472656,196.2646942138672,197.02481079101562,197.78207397460938,198.5368194580078,199.289306640625,200.0388641357422,200.78607177734375,201.53082275390625,202.27256774902344,203.0118865966797,203.74835205078125,204.48182678222656,205.21304321289062,205.94137573242188,206.66705322265625,207.3905029296875,208.11099243164062,208.82888793945312,209.54443359375,210.2567596435547,210.9663848876953,211.67315673828125,212.37648010253906,213.0772247314453,213.77479553222656,214.4689483642578,215.1605987548828,215.8487548828125,216.53358459472656,217.21580505371094,217.89430236816406,218.56971740722656,219.24240112304688,219.9112091064453,220.57713317871094,221.24002075195312,221.89913940429688,222.5554962158203,223.2084197998047,223.85765075683594,224.5041046142578,225.14666748046875,225.78555297851562,226.42144775390625,227.05307006835938,227.6810302734375,228.30569458007812,228.92578125,229.54225158691406,230.1549530029297,230.7628936767578,231.3671875,231.96714782714844,232.56224060058594,233.15365600585938,233.74008178710938,234.32167053222656,234.89950561523438,235.47222900390625,236.0405731201172,236.60520935058594,237.1647491455078,237.72021484375,238.27188110351562,238.81849670410156,239.36126708984375,239.89979553222656,240.43348693847656,240.9635467529297,241.48883056640625,242.00942993164062,242.52645874023438,243.03817749023438,243.54519653320312,244.04837036132812,244.5458526611328,245.0387725830078,245.52740478515625,246.01026916503906,246.48341369628906,246.9524383544922,247.4165496826172,247.8771514892578,248.3328094482422,248.78363037109375,249.23081970214844,249.672607421875,250.1098175048828,250.5431365966797,250.9708251953125,251.3941192626953,251.8129425048828,252.22598266601562,252.6346893310547,253.0380859375,253.43580627441406,253.82925415039062,254.21664428710938,254.59857177734375,254.97607421875,255.3470916748047,255.71299743652344,256.0740966796875,256.4287414550781,256.7784729003906,257.1228332519531,257.4611511230469,257.7947998046875,258.1224060058594,258.4443359375,258.7616271972656,259.07232666015625,259.377685546875,259.6780700683594,259.9718933105469,260.2609558105469,260.5447082519531,260.8225402832031,261.0959777832031,261.3636169433594,261.62591552734375,261.88385009765625,262.1355285644531,262.38232421875,262.62420654296875,262.8597106933594,263.0906982421875,263.31585693359375,263.5351257324219,263.7499694824219,263.9584045410156,264.161376953125,264.3597412109375,264.55145263671875,264.73822021484375,264.9197998046875,265.0950622558594,265.2659912109375,265.4309997558594,265.5906066894531,265.7461242675781,265.8953857421875,266.0398254394531,266.1798095703125,266.31341552734375,266.4427185058594,266.56683349609375,266.68499755859375,266.7991638183594,266.9071960449219,267.0101013183594,267.1089782714844,267.2014465332031,267.28936767578125,267.3727111816406,267.4499206542969,267.5233154296875,267.5913391113281,267.6543884277344,267.7139587402344,267.76806640625,267.81842041015625,267.8650817871094,267.9070129394531,267.946044921875,267.9814147949219,268.0133972167969,268.043212890625,268.0699462890625,268.0947265625,268.11773681640625,268.13897705078125,268.1591491699219,268.1781005859375,268.1964111328125,268.2138671875,268.2308654785156,268.2474060058594,268.26348876953125,268.2794189453125,268.2950439453125,268.3106384277344,268.3260192871094,268.34136962890625,268.3565979003906,268.3716735839844,268.3867492675781,268.40155029296875,268.4163818359375,268.43084716796875,268.44525146484375,268.45941162109375,268.47314453125,268.4866027832031,268.4995422363281,268.51214599609375,268.524169921875,268.5357360839844,268.5467834472656,268.5572509765625,268.5672302246094,268.5765380859375,268.58526611328125,268.59326171875,268.6007080078125,268.6074523925781,268.61358642578125,268.6190185546875,268.6238708496094,268.6281433105469,268.6318359375,268.63507080078125,268.63775634765625,268.64013671875,268.6421813964844,268.6438903808594,268.6454772949219,268.6468200683594,268.6481018066406,268.6492614746094,268.6504211425781,268.651611328125,268.6528625488281,268.6542663574219,268.65570068359375,268.65740966796875,268.65924072265625,268.6613464355469,268.6636962890625,268.6663513183594,268.6693115234375,268.6725158691406,268.6761169433594,268.679931640625,268.68408203125,268.6884765625,268.69317626953125,268.6981506347656,268.7033386230469,268.7088623046875,268.71453857421875,268.7205505371094,268.7267761230469,268.7332763671875,268.739990234375,268.7469177246094,268.7540588378906,268.76141357421875,268.76885986328125,268.77655029296875,268.7843933105469,268.7923583984375,268.8005065917969,268.808837890625,268.81732177734375,268.82598876953125,268.8348083496094,268.84381103515625,268.85296630859375,268.8622741699219,268.8717041015625,268.88128662109375,268.8908996582031,268.9006042480469,268.91033935546875,268.9201354980469,268.92999267578125,268.9397888183594,268.94952392578125,268.95928955078125,268.968994140625,268.97857666015625,268.98797607421875,268.9972839355469,269.0064392089844,269.0154113769531,269.0242004394531,269.03265380859375,269.0409851074219,269.0489807128906,269.0567626953125,269.06427001953125,269.071533203125,269.0784606933594,269.08514404296875,269.091552734375,269.09759521484375,269.10345458984375,269.10894775390625,269.1142578125,269.1192626953125,269.1241149902344,269.1287536621094,269.13323974609375,269.1375427246094,269.1417236328125,269.145751953125,269.1496887207031,269.1534729003906,269.1571350097656,269.1607971191406,269.16424560546875,269.16766357421875,269.17095947265625,269.1741943359375,269.1772766113281,269.1802062988281,269.18310546875,269.1857604980469,269.1883544921875,269.190673828125,269.1929016113281,269.1948547363281,269.1966552734375,269.1981506347656,269.1994934082031,269.2005920410156,269.2014465332031,269.2020263671875,269.2023010253906,269.202392578125,269.20208740234375,269.2015686035156,269.20062255859375,269.1993713378906,269.1976623535156,269.1956481933594,269.1932067871094,269.1904296875,269.1873474121094,269.18389892578125,269.1802062988281,269.17608642578125,269.1717834472656,269.1671447753906,269.16217041015625,269.1568908691406,269.1512451171875,269.145263671875,269.13885498046875,269.1319885253906,269.124755859375,269.11700439453125,269.1087646484375,269.0999450683594,269.09063720703125,269.0807189941406,269.0701599121094,269.0589599609375,269.04705810546875,269.034423828125,269.02099609375,269.00665283203125,268.991455078125,268.97515869140625,268.9576110839844,268.9388427734375,268.9185791015625,268.89678955078125,268.8732604980469,268.8478088378906,268.8203125,268.79083251953125,268.7591857910156,268.72515869140625,268.6888427734375,268.6501770019531,268.60906982421875,268.5655212402344,268.5194396972656,268.47076416015625,268.4193420410156,268.3652648925781,268.308349609375,268.24847412109375,268.1855773925781,268.11968994140625,268.05084228515625,267.97900390625,267.904052734375,267.8262023925781,267.7453308105469,267.6614685058594,267.57470703125,267.48486328125,267.3921203613281,267.2965087890625,267.1981506347656,267.0968933105469,266.9928894042969,266.88580322265625,266.775634765625,266.6626281738281,266.5469055175781,266.4283142089844,266.3065490722656,266.1815185546875,266.0533142089844,265.9222412109375,265.7881774902344,265.6507873535156,265.5101623535156,265.3663024902344,265.2193603515625,265.0694274902344,264.9153747558594,264.7574157714844,264.59600830078125,264.4312438964844,264.2630920410156,264.09112548828125,263.91552734375,263.736328125,263.5538330078125,263.36810302734375,263.1793212890625,262.9866943359375,262.7900390625,262.5894775390625,262.3856506347656,262.1786193847656,261.9671630859375,261.7513122558594,261.53179931640625,261.30810546875,261.0799255371094,260.84710693359375,260.60968017578125,260.3665771484375,260.11865234375,259.8667297363281,259.6099853515625,259.34808349609375,259.08172607421875,258.81182861328125,258.5375061035156,258.25897216796875,257.9762878417969,257.6894226074219,257.39794921875,257.1028747558594,256.8044738769531,256.5016174316406,256.1946105957031,255.8843231201172,255.57061767578125,255.2527313232422,254.9313507080078,254.6070098876953,254.27896118164062,253.94737243652344,253.61209106445312,253.27322387695312,252.93063354492188,252.58485412597656,252.2361602783203,251.8836669921875,251.52767944335938,251.16896057128906,250.8070068359375,250.44166564941406,250.07357788085938,249.70269775390625,249.32855224609375,248.9515380859375,248.57200622558594,248.18942260742188,247.8037567138672,247.41542053222656,247.024169921875,246.62974548339844,246.23263549804688,245.83297729492188,245.43023681640625,245.02459716796875,244.61642456054688,244.2052764892578,243.79103088378906,243.3740997314453,242.95443725585938,242.53175354003906,242.10630798339844,241.67831420898438,241.2473907470703,240.81338500976562,240.3768768310547,239.93751525878906,239.49502563476562,239.04981994628906,238.60215759277344,238.15150451660156,237.69798278808594,237.24208068847656,236.78346252441406,236.32188415527344,235.85775756835938,235.39114379882812,234.9215545654297,234.44908142089844,233.97410583496094,233.4962615966797,233.0153045654297,232.53167724609375,232.04542541503906,231.5561065673828,231.06382751464844,230.56887817382812,230.0709228515625,229.56976318359375,229.06585693359375,228.55911254882812,228.04920959472656,227.5363311767578,227.0208740234375,226.50253295898438,225.98089599609375,225.4563446044922,224.92916870117188,224.39898681640625,223.86573791503906,223.32986450195312,222.79136657714844,222.24966430664062,221.70535278320312,221.15872192382812,220.60931396484375,220.0569305419922,219.5021209716797,218.9449462890625,218.38499450683594,217.82241821289062,217.25730895996094,216.68975830078125,216.1193389892578,215.5465087890625,214.9711456298828,214.3933563232422,213.81277465820312,213.23007202148438,212.6452178955078,212.05795288085938,211.4682159423828,210.87644958496094,210.28245544433594,209.68600463867188,209.08714294433594,208.48619079589844,207.883056640625,207.27755737304688,206.66995239257812,206.06053161621094,205.4494171142578,204.83648681640625,204.22174072265625,203.60528564453125,202.98736572265625,202.3679962158203,201.74691772460938,201.12425231933594,200.50025939941406,199.8749237060547,199.24810791015625,198.6199493408203,197.99046325683594,197.35955810546875,196.72706604003906,196.09312438964844,195.45773315429688,194.82090759277344,194.18246459960938,193.54249572753906,192.90098571777344,192.2581787109375,191.61402893066406,190.96839904785156,190.32139587402344,189.67315673828125,189.0236358642578,188.37278747558594,187.72071838378906,187.06735229492188,186.41265869140625,185.75665283203125,185.09934997558594,184.440673828125,183.7806854248047,183.1194305419922,182.4569549560547,181.7932891845703,181.12838745117188,180.46231079101562,179.79505920410156,179.12649536132812,178.45680236816406,177.78599548339844,177.11404418945312,176.44102478027344,175.7669677734375,175.09185791015625,174.4157257080078,173.73861694335938,173.0604705810547,172.38134765625,171.70123291015625,171.02011108398438,170.3380126953125,169.65493774414062,168.97085571289062,168.2858123779297,167.5997772216797,166.9127197265625,166.22467041015625,165.53561401367188,164.8455047607422,164.1543426513672,163.4622039794922,162.7689971923828,162.0747833251953,161.37962341308594,160.6834716796875,159.98635864257812,159.28836059570312,158.58938598632812,157.8895263671875,157.18878173828125,156.4871063232422,155.7845458984375,155.0811004638672,154.37672424316406,153.67144775390625,152.96531677246094,152.25820922851562,151.5502166748047,150.8413543701172,150.13153076171875,149.4208221435547,148.70924377441406,147.9967041015625,147.2832794189453,146.56900024414062,145.8538055419922,145.13775634765625,144.42086791992188,143.70309448242188,142.9845428466797,142.26513671875,141.54483032226562,140.82369995117188,140.10171508789062,139.37879943847656,138.65504455566406,137.93038940429688,137.2047576904297,136.478271484375,135.75088500976562,135.02255249023438,134.29339599609375,133.56333923339844,132.8323516845703,132.10057067871094,131.36788940429688,130.6343231201172,129.8999786376953,129.1647491455078,128.42869567871094,127.69190216064453,126.95426940917969,126.21586608886719,125.47671508789062,124.73674011230469,123.99603271484375,123.25459289550781,122.51242065429688,121.76964569091797,121.02629089355469,120.2824478149414,119.53824615478516,118.79370880126953,118.04893493652344,117.30403137207031,116.55902862548828,115.81407165527344,115.06916046142578,114.3243179321289,113.57962036132812,112.83503723144531,112.09061431884766,111.34638214111328,110.60226440429688,109.85832977294922,109.11454010009766,108.37068939208984,107.62671661376953,106.88253784179688,106.13797760009766,105.39298248291016,104.64744567871094,103.90123748779297,103.1543197631836,102.4067153930664,101.65836334228516,100.90935516357422,100.15967559814453,99.40929412841797,98.65828704833984,97.90658569335938,97.1541519165039,96.4010238647461,95.6471176147461,94.89247131347656,94.1370620727539,93.38085174560547,92.6239242553711,91.86624145507812,91.10781860351562,90.34870910644531,89.58887481689453,88.82839965820312,88.06725311279297,87.305419921875,86.54297637939453,85.77986907958984,85.01610565185547,84.25169372558594,83.48660278320312,82.72087860107422,81.9544677734375,81.1873779296875,80.41960906982422,79.651123046875,78.88195037841797,78.11206817626953,77.34144592285156,76.5701675415039,75.79817962646484,75.0255126953125,74.2521743774414,73.4781494140625,72.70352172851562,71.92823791503906,71.15231323242188,70.37579345703125,69.59862518310547,68.82086181640625,68.04246520996094,67.26344299316406,66.48380279541016,65.70350646972656,64.92255401611328,64.14094543457031,63.3586540222168,62.57568359375,61.7919921875,61.00758361816406,60.22246170043945,59.43660354614258,58.65005111694336,57.862789154052734,57.0748405456543,56.28622817993164,55.49692153930664,54.70698928833008,53.916404724121094,53.125160217285156,52.33330154418945,51.54079818725586,50.74768829345703,49.95393371582031,49.15953826904297,48.364498138427734,47.568782806396484,46.77241516113281,45.975372314453125,45.17764663696289,44.3792610168457,43.58021926879883,42.780555725097656,41.980228424072266,41.17924880981445,40.37764358520508,39.575382232666016,38.77248001098633,37.96891784667969,37.1646842956543,36.35980224609375,35.554237365722656,34.74801254272461,33.94112777709961,33.133567810058594,32.32537078857422,31.516517639160156,30.707029342651367,29.89689064025879,29.086101531982422,28.274688720703125,27.462631225585938,26.64995765686035,25.8366641998291,25.022768020629883,24.20826530456543,23.393144607543945,22.577434539794922,21.761117935180664,20.944198608398438,20.126689910888672,19.3085880279541,18.489900588989258,17.670639038085938,16.85080909729004,16.030410766601562,15.209464073181152,14.387954711914062,13.565887451171875,12.743266105651855,11.920055389404297,11.096259117126465,10.271857261657715,9.446812629699707,8.621149063110352,7.794848442077637,6.9679107666015625,6.140337944030762,5.31214714050293,4.483334541320801,3.6539342403411865,2.823944330215454,1.9933563470840454,1.1621811389923096,0.3303984999656677],"data_position_y":[0.4501684010028839,0.45014646649360657,0.450135737657547,0.4501071572303772,0.4501626193523407,0.45026370882987976,0.45044592022895813,0.4506656229496002,0.4509376883506775,0.45126691460609436,0.4515399932861328,0.4517742395401001,0.4519386291503906,0.45192819833755493,0.4518216848373413,0.4515124559402466,0.45103615522384644,0.45040610432624817,0.44952911138534546,0.44851699471473694,0.4473707377910614,0.446099191904068,0.44481053948402405,0.4435296654701233,0.4423109292984009,0.44121357798576355,0.44022828340530396,0.4393596649169922,0.4386198818683624,0.43798771500587463,0.4374293386936188,0.4368971288204193,0.4363788962364197,0.435828298330307,0.4352293312549591,0.43457868695259094,0.43381544947624207,0.43300846219062805,0.43211111426353455,0.4312513470649719,0.4304530620574951,0.42973917722702026,0.4292324483394623,0.4289526641368866,0.4289449155330658,0.42923375964164734,0.42972636222839355,0.43046873807907104,0.431349515914917,0.4323236644268036,0.4333351254463196,0.43430227041244507,0.4352102279663086,0.4359915554523468,0.436598002910614,0.4371422231197357,0.4375549554824829,0.43788859248161316,0.4384893774986267,0.4394330382347107,0.4406605064868927,0.4425436854362488,0.444965660572052,0.44789013266563416,0.45122030377388,0.45493990182876587,0.45896872878074646,0.46309641003608704,0.4677630364894867,0.47263723611831665,0.4778180420398712,0.48324230313301086,0.4889094829559326,0.4947749972343445,0.5008416175842285,0.5070912837982178,0.5135269165039062,0.5201531648635864,0.5269701480865479,0.5338616967201233,0.5408878922462463,0.5479778051376343,0.5550967454910278,0.5622984170913696,0.5694634914398193,0.5767526030540466,0.5840247869491577,0.591341495513916,0.5987917184829712,0.6063441634178162,0.61408931016922,0.6219868063926697,0.630211353302002,0.6386843323707581,0.647454023361206,0.6565122008323669,0.665910005569458,0.6755318641662598,0.6856386661529541,0.6959789395332336,0.7067990899085999,0.7176764011383057,0.7290558815002441,0.7403663396835327,0.7519962191581726,0.7637122273445129,0.7757282257080078,0.7879037857055664,0.8002294301986694,0.8127263784408569,0.8252782821655273,0.8379167318344116,0.8507094383239746,0.8637183308601379,0.8768523335456848,0.8903465270996094,0.9039607048034668,0.9178950786590576,0.9320712685585022,0.9464705586433411,0.9610105752944946,0.9755260944366455,0.990401029586792,1.0052396059036255,1.0201911926269531,1.035197377204895,1.0501315593719482,1.0652210712432861,1.0801945924758911,1.095394492149353,1.1105551719665527,1.1258714199066162,1.1413204669952393,1.156808614730835,1.1725355386734009,1.188145399093628,1.2039451599121094,1.2196590900421143,1.2354011535644531,1.251196026802063,1.266742467880249,1.2824933528900146,1.297989845275879,1.3136320114135742,1.3292179107666016,1.344848394393921,1.360727310180664,1.376528024673462,1.3926974534988403,1.4087070226669312,1.4250049591064453,1.4413330554962158,1.4577155113220215,1.4743634462356567,1.4909684658050537,1.5079516172409058,1.524796724319458,1.542006254196167,1.5591890811920166,1.5763981342315674,1.593766450881958,1.6108057498931885,1.6279438734054565,1.6446802616119385,1.6613578796386719,1.677673578262329,1.6936588287353516,1.709544062614441,1.7248284816741943,1.7400630712509155,1.7547416687011719,1.7692404985427856,1.7834162712097168,1.7972966432571411,1.8109276294708252,1.8241891860961914,1.8371888399124146,1.8497334718704224,1.8618568181991577,1.8734660148620605,1.8844969272613525,1.8949544429779053,1.9048372507095337,1.9140433073043823,1.9227310419082642,1.9307011365890503,1.9381181001663208,1.944986343383789,1.9513239860534668,1.9572747945785522,1.9623773097991943,1.9670686721801758,1.9709997177124023,1.9740773439407349,1.9761453866958618,1.977170705795288,1.9770907163619995,1.975691556930542,1.9732520580291748,1.9694960117340088,1.9648175239562988,1.958869218826294,1.9519158601760864,1.943891167640686,1.9347761869430542,1.9248404502868652,1.9137864112854004,1.9023332595825195,1.8900458812713623,1.8772566318511963,1.863899827003479,1.850234866142273,1.8363112211227417,1.8218605518341064,1.8072772026062012,1.7923576831817627,1.7777327299118042,1.7631334066390991,1.7484198808670044,1.7340826988220215,1.7195239067077637,1.7053141593933105,1.6914026737213135,1.6778277158737183,1.6646068096160889,1.6511671543121338,1.6384339332580566,1.6255854368209839,1.612727403640747,1.5998317003250122,1.5864527225494385,1.5734107494354248,1.5599149465560913,1.546617031097412,1.5331790447235107,1.519474983215332,1.506101369857788,1.4922236204147339,1.478702425956726,1.4652719497680664,1.4519935846328735,1.438847541809082,1.4254740476608276,1.4126715660095215,1.3994084596633911,1.3862626552581787,1.3727582693099976,1.3588008880615234,1.3449697494506836,1.3305578231811523,1.3163752555847168,1.3017127513885498,1.2873278856277466,1.2729424238204956,1.2585992813110352,1.244673490524292,1.2305811643600464,1.2169770002365112,1.2031893730163574,1.190082311630249,1.1771353483200073,1.1641508340835571,1.1518092155456543,1.1393901109695435,1.1273452043533325,1.1150307655334473,1.1029272079467773,1.090639352798462,1.078289270401001,1.0662574768066406,1.0539705753326416,1.0422217845916748,1.0301045179367065,1.0184251070022583,1.0064988136291504,0.9947048425674438,0.982925534248352,0.9709489345550537,0.9592925906181335,0.9472194910049438,0.9354239702224731,0.9231299757957458,0.9108949899673462,0.8984332084655762,0.8860435485839844,0.873760461807251,0.8612051606178284,0.8491055369377136,0.8368589878082275,0.8250942230224609,0.8130944967269897,0.8013463020324707,0.7896933555603027,0.7781151533126831,0.7670117616653442,0.75571209192276,0.7449802160263062,0.733981728553772,0.7234586477279663,0.7126096487045288,0.7018796801567078,0.6909455060958862,0.6799335479736328,0.6690715551376343,0.6579461097717285,0.647385835647583,0.6365415453910828,0.6264556646347046,0.6162468194961548,0.6067944765090942,0.5975025296211243,0.5887455940246582,0.5805151462554932,0.572600245475769,0.5655144453048706,0.5585873126983643,0.5526883602142334,0.5469362139701843,0.5422916412353516,0.5379045605659485,0.5344761610031128,0.5315721035003662,0.5293922424316406,0.5280901193618774,0.5272513628005981,0.5274795889854431,0.5280072689056396,0.5295261144638062,0.5312445163726807,0.5337610244750977,0.5364861488342285,0.5398489236831665,0.5434760451316833,0.5475117564201355,0.5520845651626587,0.5568722486495972,0.5624836683273315,0.5682662725448608,0.5749943256378174,0.5819174647331238,0.5898541212081909,0.5981332063674927,0.6074061393737793,0.6172878742218018,0.6279226541519165,0.639459490776062,0.6514830589294434,0.6643718481063843,0.6774533987045288,0.6913094520568848,0.7051603198051453,0.719681978225708,0.7341557741165161,0.749130129814148,0.7642796039581299,0.7798507213592529,0.7959977388381958,0.812362015247345,0.8296238780021667,0.8469781875610352,0.8653510808944702,0.8838481903076172,0.90326988697052,0.9229316711425781,0.9432687759399414,0.9639893770217896,0.9850479364395142,1.0065937042236328,1.0281686782836914,1.0502444505691528,1.072227954864502,1.0947991609573364,1.1173983812332153,1.1406466960906982,1.1640748977661133,1.1880310773849487,1.2123202085494995,1.236872673034668,1.2616688013076782,1.286611795425415,1.311960220336914,1.3374438285827637,1.3635613918304443,1.389679193496704,1.4163503646850586,1.4429914951324463,1.4700382947921753,1.4970780611038208,1.5243616104125977,1.5518462657928467,1.5793496370315552,1.607263207435608,1.6350644826889038,1.6633549928665161,1.6914745569229126,1.7199522256851196,1.748260259628296,1.7766683101654053,1.8049659729003906,1.8331507444381714,1.8613691329956055,1.889301061630249,1.9174554347991943,1.9453099966049194,1.9734009504318237,2.001237630844116,2.0291404724121094,2.0567972660064697,2.0843279361724854,2.1116092205047607,2.1386561393737793,2.165719985961914,2.192676305770874,2.219953775405884,2.247061014175415,2.2744126319885254,2.3014984130859375,2.328599452972412,2.355376958847046,2.3818657398223877,2.4079887866973877,2.4335453510284424,2.4586853981018066,2.483064889907837,2.507030487060547,2.530205249786377,2.552985668182373,2.5751123428344727,2.5968544483184814,2.618227481842041,2.639193058013916,2.6599998474121094,2.6803834438323975,2.700791597366333,2.72076153755188,2.740777015686035,2.760442018508911,2.780005693435669,2.799316644668579,2.8183789253234863,2.837297201156616,2.8558144569396973,2.8742403984069824,2.8921618461608887,2.90989351272583,2.9270715713500977,2.9438891410827637,2.9601290225982666,2.975879192352295,2.9911346435546875,3.0057239532470703,3.019930601119995,3.0334644317626953,3.0467891693115234,3.0595788955688477,3.072303533554077,3.084620237350464,3.0967657566070557,3.108701705932617,3.1202921867370605,3.1317825317382812,3.1427793502807617,3.153618812561035,3.1638638973236084,3.1737771034240723,3.1830739974975586,3.191880941390991,3.200132369995117,3.207768678665161,3.2149858474731445,3.2214958667755127,3.2276644706726074,3.233138084411621,3.2382633686065674,3.2427799701690674,3.246907949447632,3.250622510910034,3.2538812160491943,3.2568719387054443,3.259338140487671,3.2615718841552734,3.2632222175598145,3.264573812484741,3.265388250350952,3.265852212905884,3.265890121459961,3.2655160427093506,3.264871120452881,3.2637252807617188,3.2623815536499023,3.260481834411621,3.2583138942718506,3.2556004524230957,3.2525060176849365,3.248922348022461,3.244856119155884,3.2404208183288574,3.2354090213775635,3.2300803661346436,3.2241339683532715,3.21779465675354,3.210836887359619,3.203443765640259,3.195476531982422,3.1870779991149902,3.178305149078369,3.1690585613250732,3.159735918045044,3.150003433227539,3.1402530670166016,3.1301653385162354,3.119955539703369,3.1094486713409424,3.098647117614746,3.0875113010406494,3.0758845806121826,3.063892126083374,3.0512895584106445,3.038335084915161,3.024803876876831,3.0109903812408447,2.9967803955078125,2.9823622703552246,2.9677774906158447,2.9529595375061035,2.9381353855133057,2.9230034351348877,2.9078614711761475,2.892348527908325,2.876739263534546,2.8607561588287354,2.8445723056793213,2.828094720840454,2.811328411102295,2.7944135665893555,2.7771449089050293,2.759814977645874,2.742142677307129,2.7244439125061035,2.7064402103424072,2.6884851455688477,2.670384645462036,2.652350902557373,2.634371757507324,2.616375684738159,2.59855055809021,2.5805256366729736,2.562629222869873,2.5444748401641846,2.526275157928467,2.5078420639038086,2.4892466068267822,2.4703683853149414,2.4512171745300293,2.4317803382873535,2.412043571472168,2.392158269882202,2.372046947479248,2.352018356323242,2.3318655490875244,2.3119990825653076,2.292205333709717,2.2726869583129883,2.2533483505249023,2.2341277599334717,2.2150654792785645,2.195965528488159,2.176928997039795,2.157759666442871,2.1385366916656494,2.1191630363464355,2.0997307300567627,2.080223321914673,2.06068754196167,2.0412068367004395,2.0218114852905273,2.0025742053985596,1.9835209846496582,1.964636206626892,1.9458810091018677,1.9273009300231934,1.9087629318237305,1.890331506729126,1.8719297647476196,1.8535269498825073,1.8351414203643799,1.8166431188583374,1.7980927228927612,1.7793748378753662,1.7605838775634766,1.7416216135025024,1.722670316696167,1.7038038969039917,1.6851028203964233,1.666783094406128,1.6487712860107422,1.6312687397003174,1.6140742301940918,1.5973708629608154,1.5809452533721924,1.5648109912872314,1.548795461654663,1.5329469442367554,1.5170915126800537,1.5012673139572144,1.4854258298873901,1.4696232080459595,1.4539742469787598,1.438408374786377,1.4232292175292969,1.408234715461731,1.3936617374420166,1.3792778253555298,1.3652416467666626,1.3514025211334229,1.337803840637207,1.3243770599365234,1.311152696609497,1.2980971336364746,1.2851731777191162,1.2723948955535889,1.2597016096115112,1.2471709251403809,1.2347099781036377,1.2225186824798584,1.2104918956756592,1.1988452672958374,1.1874397993087769,1.1764487028121948,1.1658247709274292,1.155680537223816,1.1460412740707397,1.1368920803070068,1.1283557415008545,1.1202372312545776,1.1126596927642822,1.1053533554077148,1.098372459411621,1.0915484428405762,1.0848387479782104,1.0781822204589844,1.0715543031692505,1.0649328231811523,1.0584373474121094,1.0519838333129883,1.0456821918487549,1.0396339893341064,1.0337828397750854,1.0284605026245117,1.0234342813491821,1.0189799070358276,1.0148231983184814,1.011051893234253,1.0075217485427856,1.0042026042938232,1.0010101795196533,0.9978368282318115,0.9947009086608887,0.9914803504943848,0.9882209300994873,0.9849188327789307,0.9816752672195435,0.9786175489425659,0.975814938545227,0.9733067750930786,0.9709960222244263,0.9691946506500244,0.9675633907318115,0.9664063453674316,0.9654557704925537,0.9647074937820435,0.9641797542572021,0.963577151298523,0.9632357954978943,0.962772011756897,0.9624053239822388,0.9619907140731812,0.9615248441696167,0.9611369967460632,0.9604920148849487,0.9601543545722961,0.959511399269104,0.9590796232223511,0.9584899544715881,0.957939624786377,0.9574248790740967,0.9569134712219238,0.9568804502487183,0.9571257829666138,0.9577906131744385,0.9588515758514404,0.9601227045059204,0.9616246223449707,0.9633703231811523,0.9653163552284241,0.9675847291946411,0.9697255492210388,0.9718543291091919,0.9736747741699219,0.9748454689979553,0.9756090044975281,0.9753254652023315,0.9745258092880249,0.9727240800857544,0.9703706502914429,0.9671857953071594,0.963524580001831,0.9592406749725342,0.9544492959976196,0.9493277072906494,0.9437748789787292,0.9378310441970825,0.9311650991439819,0.9240463972091675,0.9159636497497559,0.9073134660720825,0.8975563049316406,0.8871259093284607,0.8756126761436462,0.8634538650512695,0.8505861163139343,0.8373375535011292,0.8236685991287231,0.8098929524421692,0.7957921028137207,0.7815649509429932,0.7669394612312317,0.752038836479187,0.7366368770599365,0.7207643985748291,0.7043536305427551,0.6873953342437744,0.6699864864349365,0.6521269083023071,0.633991003036499,0.6155732870101929,0.5970776081085205,0.5785008072853088,0.5599112510681152,0.5413493514060974,0.5228545665740967,0.504431962966919,0.48620644211769104,0.4679345488548279,0.449785053730011,0.43157482147216797,0.41354450583457947,0.39556577801704407,0.37790659070014954,0.3604729473590851,0.34335094690322876,0.3267515003681183,0.31061357259750366,0.2950456440448761,0.27992159128189087,0.26532188057899475,0.25112149119377136,0.23745718598365784,0.2241758108139038,0.2116309106349945,0.19943088293075562,0.18799534440040588,0.17685475945472717,0.16644558310508728,0.15626579523086548,0.1467399001121521,0.1373307704925537,0.12840470671653748,0.11943569779396057,0.11079403758049011,0.10196676850318909,0.09336325526237488,0.08451369404792786,0.07579874992370605,0.06693384051322937,0.058300405740737915,0.04986858367919922,0.04196593165397644,0.03445151448249817,0.02767077088356018,0.021313995122909546,0.015457957983016968,0.009982585906982422,0.0046148598194122314,-0.0005632936954498291,-0.005913794040679932,-0.011128842830657959,-0.01662638783454895,-0.021995514631271362,-0.027417302131652832,-0.03260788321495056,-0.03761833906173706,-0.04223111271858215,-0.04658240079879761,-0.05062553286552429,-0.054450780153274536,-0.05819576978683472,-0.061775803565979004,-0.06547689437866211,-0.06886768341064453,-0.07211419939994812,-0.07530432939529419,-0.07843244075775146,-0.08129531145095825,-0.08398318290710449,-0.08648839592933655,-0.08885312080383301,-0.09104984998703003,-0.09346255660057068,-0.09571993350982666,-0.0980636477470398,-0.10056136548519135,-0.1031227707862854,-0.10589876770973206,-0.10865867137908936,-0.11142677068710327,-0.11385391652584076,-0.1156538873910904,-0.11695142090320587,-0.11785414814949036,-0.11816084384918213,-0.11764481663703918,-0.11652731895446777,-0.11517333984375,-0.11343702673912048,-0.11124123632907867,-0.10870563983917236,-0.10594679415225983,-0.10314732789993286,-0.10021643340587616,-0.0967836081981659,-0.09341683983802795,-0.0901823341846466,-0.08702945709228516,-0.08389285206794739,-0.0811503529548645,-0.07870528101921082,-0.07672092318534851,-0.07533025741577148,-0.07458367943763733,-0.07431536912918091,-0.07442852854728699,-0.07475095987319946,-0.07520955801010132,-0.07578617334365845,-0.076374351978302,-0.07685860991477966,-0.0770721435546875,-0.07694363594055176,-0.07658442854881287,-0.07616609334945679,-0.0757693350315094,-0.07564079761505127,-0.07548895478248596,-0.0755048394203186,-0.07539495825767517,-0.07515406608581543,-0.07528021931648254,-0.07594659924507141,-0.07728159427642822,-0.07911339402198792,-0.08175358176231384,-0.08426216244697571,-0.08664971590042114,-0.08903568983078003,-0.09072834253311157,-0.09215590357780457,-0.09269234538078308,-0.09279528260231018,-0.09205904603004456,-0.09039202332496643,-0.08842211961746216,-0.08561471104621887,-0.08266839385032654,-0.07948878407478333,-0.07622262835502625,-0.07291775941848755,-0.06936553120613098,-0.06513553857803345,-0.060431867837905884,-0.055301785469055176,-0.04944157600402832,-0.04344168305397034,-0.03727760910987854,-0.030867338180541992,-0.024528801441192627,-0.018025904893875122,-0.011356174945831299,-0.004678189754486084,0.0018589794635772705,0.008404523134231567,0.014614969491958618,0.020294249057769775,0.025437891483306885,0.029920965433120728,0.03414645791053772,0.03787514567375183,0.04167097806930542,0.045516371726989746,0.04926097393035889,0.05342286825180054,0.05761975049972534,0.062280476093292236,0.06675097346305847,0.07122904062271118,0.07532516121864319,0.07904180884361267,0.08243510127067566,0.0853772759437561,0.08827346563339233,0.09106990694999695,0.09503048658370972,0.09727177023887634,0.09843170642852783,0.10006961226463318,0.10072040557861328,0.10170292854309082,0.10220614075660706,0.10288456082344055,0.1035817563533783,0.10526490211486816,0.10772344470024109,0.11063668131828308,0.1133592426776886,0.11539334058761597,0.1169729232788086,0.11718067526817322,0.11751183867454529,0.11663714051246643,0.11577388644218445,0.11462849378585815,0.11380952596664429,0.11307138204574585,0.11249631643295288,0.11191600561141968,0.11132338643074036,0.11061149835586548,0.10975009202957153,0.10873252153396606,0.10724014043807983,0.10510101914405823,0.10333770513534546,0.1020478904247284,0.10144487023353577,0.1013542115688324,0.10143730044364929,0.10157999396324158,0.1015494167804718,0.10138225555419922,0.1008715033531189,0.10010594129562378,0.09916958212852478,0.0980125367641449,0.09690943360328674,0.09582740068435669,0.09487977623939514,0.09406325221061707,0.09342774748802185,0.09295299649238586,0.0925607681274414,0.09225168824195862,0.09206724166870117,0.09194019436836243,0.0918491780757904,0.09188392758369446,0.09197166562080383,0.09213745594024658,0.09240299463272095,0.0928228497505188,0.09331783652305603,0.09395110607147217,0.09470519423484802,0.0954475998878479,0.09638872742652893,0.09737226366996765,0.09830549359321594,0.09921827912330627,0.10011783242225647,0.10100844502449036,0.10177537798881531,0.10252618789672852,0.10318207740783691,0.10372897982597351,0.10412347316741943,0.10424557328224182,0.10402572154998779,0.10347288846969604,0.1025499701499939,0.10127460956573486,0.09967610239982605,0.09772706031799316,0.09541332721710205,0.0928201675415039,0.09022104740142822,0.087557852268219,0.08520656824111938,0.08305391669273376,0.08173865079879761,0.08104938268661499,0.08096325397491455,0.08113932609558105,0.08146524429321289,0.08183020353317261,0.0820673406124115,0.08219221234321594,0.08298391103744507,0.08496895432472229,0.08894544839859009,0.09545746445655823,0.10424840450286865,0.11469092965126038,0.12585264444351196,0.137690931558609,0.14910414814949036,0.16008663177490234,0.17048349976539612,0.18081051111221313,0.19218799471855164,0.2039841115474701,0.21706274151802063,0.2312239706516266,0.24714770913124084,0.2661963999271393,0.28874120116233826,0.3145323097705841,0.34328290820121765,0.37469834089279175,0.4078873097896576,0.44248175621032715,0.4778746962547302,0.5134017467498779,0.5490556955337524,0.5840214490890503,0.6185052394866943,0.6522584557533264,0.6854168176651001,0.7186681032180786,0.7517843246459961,0.785605788230896,0.820144534111023,0.8554515838623047,0.8916080594062805,0.9285019636154175,0.9665310382843018,1.0053074359893799,1.0451486110687256,1.0855801105499268,1.126188039779663,1.1671967506408691,1.20796799659729,1.2487555742263794,1.2894264459609985,1.3298287391662598,1.3706412315368652,1.411474585533142,1.4529054164886475,1.4948774576187134,1.5371798276901245,1.5803481340408325,1.6238704919815063,1.668308138847351,1.7134337425231934,1.758852243423462,1.804819941520691,1.8506807088851929,1.896565318107605,1.9423561096191406,1.9876455068588257,2.0329270362854004,2.077932119369507,2.122795343399048,2.1679205894470215,2.212974786758423,2.2582874298095703,2.3037853240966797,2.3494486808776855,2.3955416679382324,2.4417781829833984,2.488511800765991,2.5354504585266113,2.582139253616333,2.6289381980895996,2.675333261489868,2.7212541103363037,2.7669448852539062,2.811922788619995,2.8565149307250977,2.900800943374634,2.944481372833252,2.988142728805542,3.0315310955047607,3.0745420455932617,3.1175284385681152,3.160146713256836,3.202831268310547,3.2456369400024414,3.2881810665130615,3.3310205936431885,3.3736515045166016,3.4159693717956543,3.458287477493286,3.5000786781311035,3.541588544845581,3.582834243774414,3.6234490871429443,3.6638174057006836,3.7037572860717773,3.743100881576538,3.7822141647338867,3.8207993507385254,3.8589634895324707,3.8968851566314697,3.9341506958007812,3.97108793258667,4.007682800292969,4.043699741363525,4.0797929763793945,4.11563777923584,4.151046276092529,4.186402320861816,4.221244812011719,4.2555975914001465,4.289638996124268,4.322936058044434,4.3557024002075195,4.387936115264893,4.4193220138549805,4.45021915435791,4.480472564697266,4.509880542755127,4.538891792297363,4.567163944244385,4.594681739807129,4.621831893920898,4.6482133865356445,4.674041748046875,4.69952392578125,4.7242255210876465,4.74843692779541,4.77206563949585,4.794820785522461,4.8169636726379395,4.838290691375732,4.858611583709717,4.878478527069092,4.897585868835449,4.916013717651367,4.934174537658691,4.951559066772461,4.96833610534668,4.9846930503845215,5.000159740447998,5.015040397644043,5.029324054718018,5.042654514312744,5.05546760559082,5.067537784576416,5.0785813331604,5.089191436767578,5.098892688751221,5.107624053955078,5.115844249725342,5.123036861419678,5.129377365112305,5.1351447105407715,5.139843940734863,5.143918991088867,5.147359371185303,5.149799346923828,5.151831150054932,5.1531596183776855,5.1535868644714355,5.1537628173828125,5.153175354003906,5.151874542236328,5.150373458862305,5.1481099128723145,5.145351409912109,5.142397403717041,5.138709545135498,5.134790420532227,5.13055944442749,5.125644683837891,5.120543956756592,5.1149139404296875,5.108520984649658,5.101894378662109,5.094523906707764,5.086367607116699,5.077854156494141,5.068448066711426,5.058411121368408,5.047849655151367,5.036339282989502,5.024417877197266,5.011875629425049,4.9984612464904785,4.984832763671875,4.970607280731201,4.955697059631348,4.9407501220703125,4.925228595733643,4.9092326164245605,4.89319372177124,4.875234603881836,4.857055187225342,4.8385820388793945,4.8195390701293945,4.800262928009033,4.780561923980713,4.760131359100342,4.7396440505981445,4.71862268447876,4.696990966796875,4.675368785858154,4.653176307678223,4.630651473999023,4.6081390380859375,4.585054397583008,4.561954021453857,4.538729667663574,4.514976978302002,4.491387367248535,4.46754264831543,4.44320011138916,4.419085502624512,4.394547462463379,4.369624614715576,4.344817638397217,4.3194708824157715,4.2939605712890625,4.268344402313232,4.242129325866699,4.216035842895508,4.189637660980225,4.162693977355957,4.136053562164307,4.1090240478515625,4.081623077392578,4.054520606994629,4.026888370513916,3.9990785121917725,3.9712131023406982,3.9426960945129395,3.9141430854797363,3.8852338790893555,3.8556435108184814,3.8262763023376465,3.7963759899139404,3.7660470008850098,3.7361667156219482,3.7057273387908936,3.675398826599121,3.6453869342803955,3.6148929595947266,3.584913969039917,3.5550031661987305,3.524729013442993,3.495185375213623,3.465487003326416,3.4356865882873535,3.406531572341919,3.376974582672119,3.34761643409729,3.318539619445801,3.288918972015381,3.2596960067749023,3.230388879776001,3.2006752490997314,3.171576976776123,3.14215087890625,3.112746477127075,3.0839669704437256,3.05473256111145,3.0261168479919434,2.9979023933410645,2.969311475753784,2.941709518432617,2.914203643798828,2.886715888977051,2.860231399536133,2.8335983753204346,2.8076109886169434,2.782379388809204,2.7569546699523926,2.7326478958129883,2.708738327026367,2.6849732398986816,2.6624557971954346,2.6400368213653564,2.6183881759643555,2.597853183746338,2.577362537384033,2.5580990314483643,2.539423704147339,2.520864963531494,2.5030441284179688,2.4849112033843994,2.466647148132324,2.447803020477295,2.428341865539551,2.408275604248047,2.387162208557129,2.3657259941101074,2.3434603214263916,2.3208632469177246,2.2981350421905518,2.274982213973999,2.2522830963134766,2.229095220565796,2.206556558609009,2.183957815170288,2.1615748405456543,2.139885425567627,2.1181650161743164,2.0974411964416504,2.076700210571289,2.0568385124206543,2.037316083908081,2.0180327892303467,1.999327540397644,1.9804842472076416,1.9621120691299438,1.9434223175048828,1.9249958992004395,1.9065055847167969,1.8878463506698608,1.869447112083435,1.8507839441299438,1.8323745727539062,1.8136518001556396,1.7952392101287842,1.776798963546753,1.7583965063095093,1.7404412031173706,1.7224284410476685,1.705080509185791,1.6876107454299927,1.6708420515060425,1.654248595237732,1.637969970703125,1.6224113702774048,1.6070103645324707,1.592348575592041,1.5777614116668701,1.5638320446014404,1.5499598979949951,1.5364186763763428,1.5232807397842407,1.510311245918274,1.498008131980896,1.4859107732772827,1.4746739864349365,1.4638962745666504,1.453949213027954,1.4449273347854614,1.4364814758300781,1.429226040840149,1.422546148300171,1.4168882369995117,1.4117321968078613,1.4073281288146973,1.4034485816955566,1.4000270366668701,1.3972833156585693,1.394868016242981,1.3932335376739502,1.3920581340789795,1.3916460275650024,1.3918747901916504,1.392794132232666,1.3945120573043823,1.3967255353927612,1.3995836973190308,1.4028457403182983,1.4064563512802124,1.4102425575256348,1.414223551750183,1.4182348251342773,1.4223634004592896,1.4266453981399536,1.4310132265090942,1.4357138872146606,1.440636396408081,1.4458059072494507,1.4512052536010742,1.456700086593628,1.4622516632080078,1.4677660465240479,1.4731874465942383,1.4785346984863281,1.4838206768035889,1.4890861511230469,1.4943177700042725,1.4996105432510376,1.5050251483917236,1.5106189250946045,1.5164347887039185,1.5225965976715088,1.5290534496307373,1.5358294248580933,1.5429391860961914,1.5504682064056396,1.5582797527313232,1.5662853717803955,1.5745153427124023,1.5828649997711182,1.5913479328155518,1.599992036819458,1.6086955070495605,1.6175687313079834,1.6265180110931396,1.6356269121170044,1.6448019742965698,1.6541343927383423,1.6635993719100952,1.6731361150741577,1.6828099489212036,1.6925853490829468,1.7024586200714111,1.7124629020690918,1.72261381149292,1.7327861785888672,1.7430707216262817,1.7532886266708374,1.763521432876587,1.77372145652771,1.7838622331619263,1.7940624952316284,1.804246187210083,1.8145803213119507,1.824987530708313,1.835592269897461,1.8463438749313354,1.8573710918426514,1.8686208724975586,1.8801589012145996,1.8918925523757935,1.903773307800293,1.9157626628875732,1.9276806116104126,1.9395816326141357,1.9512362480163574,1.9627470970153809,1.9740012884140015,1.985060214996338,1.9960596561431885,2.0070173740386963,2.018044948577881,2.029266834259033,2.0406875610351562,2.0524418354034424,2.0644564628601074,2.076498508453369,2.088341236114502,2.1002256870269775,2.1118485927581787,2.12290096282959,2.133467197418213,2.143752336502075,2.153561592102051,2.163062810897827,2.172255754470825,2.1811728477478027,2.189838171005249,2.1983323097229004,2.2067644596099854,2.215023994445801,2.223170042037964,2.2311270236968994,2.2388687133789062,2.246436595916748,2.2536256313323975,2.2605292797088623,2.2669689655303955,2.2729971408843994,2.2786500453948975,2.28377366065979,2.288412570953369,2.2925355434417725,2.296262502670288,2.299625873565674,2.302666187286377,2.3056211471557617,2.3084206581115723,2.31108021736145,2.313660144805908,2.316044330596924,2.318148612976074,2.319979667663574,2.321277379989624,2.3220505714416504,2.3222031593322754,2.3215417861938477,2.320128917694092,2.3178775310516357,2.314749240875244,2.3108296394348145,2.306039333343506,2.3004584312438965,2.2941513061523438,2.2871179580688477,2.279315948486328,2.2707948684692383,2.26153826713562,2.251498222351074,2.240725040435791,2.229170560836792,2.21694278717041,2.2040369510650635,2.190378189086914,2.175875663757324,2.160512685775757,2.144423723220825,2.127472162246704,2.109788179397583,2.091313123703003,2.0720250606536865,2.0518863201141357,2.030822277069092,2.008969306945801,1.9864332675933838,1.9631881713867188,1.939078450202942,1.9141204357147217,1.8885414600372314,1.8623870611190796,1.8355779647827148,1.8079993724822998,1.7795469760894775,1.7507247924804688,1.7214117050170898,1.6914527416229248,1.6607745885849,1.6293447017669678,1.597240686416626,1.5645068883895874,1.5313341617584229,1.4976544380187988,1.4634557962417603,1.4285820722579956,1.3930883407592773,1.357436180114746,1.3214951753616333,1.2850755453109741,1.248201608657837,1.211208462715149,1.1744877099990845,1.1378321647644043,1.1017118692398071,1.0661181211471558,1.0309661626815796,0.9968066215515137,0.9643001556396484,0.9328969120979309,0.9019976854324341,0.8722400069236755,0.8435928821563721,0.8159098625183105,0.7886979579925537,0.7624176740646362,0.7367866039276123,0.7116793394088745,0.6875486373901367,0.6644227504730225,0.6416810750961304,0.619144856929779,0.597536563873291,0.5766713619232178,0.5560795664787292,0.5360952615737915,0.517203688621521,0.498982310295105,0.48111653327941895,0.4639936089515686,0.44749510288238525,0.4318608045578003,0.4169639050960541,0.4027983844280243,0.38899004459381104,0.375429630279541,0.36265140771865845,0.35045838356018066,0.3384397625923157,0.3270301818847656,0.3162951171398163,0.30582594871520996,0.29570817947387695,0.2862865924835205,0.2772604525089264,0.26835334300994873,0.2600550651550293,0.2522854208946228,0.24489399790763855,0.23807188868522644,0.2320026159286499,0.2263105809688568,0.2209203839302063,0.21623265743255615,0.21211764216423035,0.20829308032989502,0.20518454909324646,0.20286962389945984,0.20102941989898682,0.19971415400505066,0.19919121265411377,0.19914311170578003,0.1993776261806488,0.20023947954177856,0.2017838954925537,0.203567236661911,0.20577362179756165,0.20874762535095215,0.21212324500083923,0.21565654873847961,0.21976184844970703,0.22441703081130981,0.22919294238090515,0.2343043088912964,0.23991608619689941,0.24570783972740173,0.2516384720802307,0.2581550180912018,0.2652084231376648,0.2724822759628296,0.2802245616912842,0.2886730134487152,0.2974144220352173,0.30626749992370605,0.3155919015407562,0.3253067135810852,0.33507081866264343,0.3450705409049988,0.3556441366672516,0.3663747310638428,0.3772645592689514,0.3886553645133972,0.4004857540130615,0.4124692380428314,0.424744576215744,0.4378131628036499,0.45129355788230896,0.4650684893131256,0.479459673166275,0.49463820457458496,0.5101495981216431,0.5260574221611023,0.543178141117096,0.5608400106430054,0.578742265701294,0.5972656011581421,0.6168628334999084,0.6368368268013,0.6570382118225098,0.6777691841125488,0.6990247368812561,0.7205519080162048,0.7423117160797119,0.7648133039474487,0.7877157926559448,0.8111591339111328,0.835091233253479,0.8602388501167297,0.8856678009033203,0.9116913080215454,0.938156247138977,0.9655802249908447,0.9932055473327637,1.0211122035980225,1.0495569705963135,1.078770399093628,1.1083333492279053,1.1384998559951782,1.1695829629898071,1.201408863067627,1.233785629272461,1.2663652896881104,1.2992737293243408,1.3323078155517578,1.3652750253677368,1.3978556394577026,1.4298490285873413,1.4616543054580688,1.4931186437606812,1.5239315032958984,1.5540351867675781,1.583702802658081,1.6126149892807007,1.6406664848327637,1.6679942607879639,1.6946791410446167,1.7205604314804077,1.7456400394439697,1.769966959953308,1.7938340902328491,1.8171781301498413,1.8401010036468506,1.8621963262557983,1.8838002681732178,1.9048271179199219,1.925248146057129,1.944802165031433,1.9635076522827148,1.9813411235809326,1.99831223487854,2.0144033432006836,2.0296437740325928,2.04418683052063,2.0579450130462646,2.0711135864257812,2.0835580825805664,2.095327854156494,2.106441020965576,2.1169681549072266,2.1268656253814697,2.136179208755493,2.1448822021484375,2.1531856060028076,2.1608054637908936,2.167689323425293,2.1739420890808105,2.179436445236206,2.1840426921844482,2.187955856323242,2.1910336017608643,2.193239688873291,2.194699287414551,2.1952452659606934,2.1949174404144287,2.193826913833618,2.1918344497680664,2.18890118598938,2.185222625732422,2.1806704998016357,2.1752827167510986,2.169250249862671,2.1625161170959473,2.1550393104553223,2.147130012512207,2.138719081878662,2.129737377166748,2.1204700469970703,2.110785722732544,2.1006720066070557,2.0902934074401855,2.07957124710083,2.0683937072753906,2.0570592880249023,2.0453908443450928,2.033308267593384,2.021073579788208,2.0085549354553223,1.9957009553909302,1.9827368259429932,1.9695372581481934,1.9560203552246094,1.9425703287124634,1.9289031028747559,1.914961814880371,1.9011434316635132,1.887193202972412,1.8730554580688477,1.8591079711914062,1.8450157642364502,1.8307362794876099,1.8166168928146362,1.8023267984390259,1.7878361940383911,1.7733876705169678,1.7585934400558472,1.7436634302139282,1.7288262844085693,1.7137088775634766,1.6984425783157349,1.6833816766738892,1.668121337890625,1.652923822402954,1.638016700744629,1.6229643821716309,1.6080819368362427,1.5936098098754883,1.5789923667907715,1.5647112131118774,1.5508726835250854,1.5370148420333862,1.523558497428894,1.5105690956115723,1.497531533241272,1.484972596168518,1.472703218460083,1.4603575468063354,1.4483903646469116,1.4365181922912598,1.424589991569519,1.4129619598388672,1.4012497663497925,1.3894343376159668,1.3778740167617798,1.3660566806793213,1.3542242050170898,1.3425008058547974,1.330406665802002,1.318284511566162,1.3062399625778198,1.2938724756240845,1.2816128730773926,1.2693400382995605,1.2569613456726074,1.2447052001953125,1.232475996017456,1.2201697826385498,1.2081056833267212,1.196047067642212,1.183937430381775,1.1721206903457642,1.1603095531463623,1.1485661268234253,1.1371731758117676,1.1257027387619019,1.1144310235977173,1.1033663749694824,1.092279076576233,1.081356167793274,1.0704354047775269,1.059294581413269,1.0482780933380127,1.0370292663574219,1.0256531238555908,1.0143308639526367,1.0027495622634888,0.9911105632781982,0.9796132445335388,0.967975378036499,0.9566365480422974,0.9454010725021362,0.9343332052230835,0.9237812757492065,0.9133346676826477,0.9032093286514282,0.893520712852478,0.8839526176452637,0.8748162984848022,0.8657355308532715,0.8568313121795654,0.8482786417007446,0.8396068811416626,0.8311029076576233,0.8227444887161255,0.8143571615219116,0.8061846494674683,0.7979202270507812,0.7897520065307617,0.781756579875946,0.7737609148025513,0.7660324573516846,0.7584296464920044,0.7510086894035339,0.7440277338027954,0.7370483875274658,0.730410099029541,0.7240001559257507,0.7177056074142456,0.7117489576339722,0.7057095766067505,0.6997473239898682,0.6939271688461304,0.6879351139068604,0.6820132732391357,0.6758980751037598,0.669601559638977,0.6632324457168579,0.656564474105835,0.6498337388038635,0.6429736614227295,0.6359253525733948,0.6288909912109375,0.6217223405838013,0.6146581172943115,0.6076704263687134,0.6007381081581116,0.5940608978271484,0.5874247550964355,0.580980122089386,0.5747256278991699,0.5685232877731323,0.562599778175354,0.5566421747207642,0.5507781505584717,0.5451174974441528,0.5393913984298706,0.5338262319564819,0.5281714200973511,0.5225510597229004,0.5170193910598755,0.5114477872848511,0.5060291290283203,0.5006107687950134,0.4953150749206543,0.4902020990848541,0.48512256145477295,0.4801858365535736,0.4751896858215332,0.4703424870967865,0.46563348174095154,0.46086230874061584,0.4562957286834717,0.45181307196617126,0.4474549889564514,0.4433616101741791,0.43936243653297424,0.43566858768463135,0.4321509897708893,0.42884698510169983,0.42591673135757446,0.42315468192100525,0.4207189679145813,0.41852954030036926,0.4166366159915924,0.41513359546661377,0.41386085748672485,0.4130217730998993,0.4124487042427063,0.4121728539466858,0.41218534111976624,0.4124491512775421,0.4130171537399292,0.41377365589141846,0.4147675335407257,0.4160509705543518,0.4174827039241791,0.41911470890045166,0.4208899140357971,0.42275822162628174,0.4246751368045807,0.4266081154346466,0.428443968296051,0.4302171468734741,0.43186476826667786,0.4333249032497406,0.4347105622291565,0.43595075607299805,0.4371212124824524,0.438340961933136,0.4395126700401306,0.4407140910625458,0.441969633102417,0.4432910084724426,0.4445958137512207,0.44592317938804626,0.4471312463283539,0.4482329487800598,0.4492793083190918,0.4501660168170929,0.45101198554039],"data_position_z":[205.78549194335938,205.7838897705078,205.78233337402344,205.78079223632812,205.77935791015625,205.77793884277344,205.77659606933594,205.77532958984375,205.77410888671875,205.77293395996094,205.7718048095703,205.77072143554688,205.76968383789062,205.76870727539062,205.7677764892578,205.7668914794922,205.7660369873047,205.7652587890625,205.76451110839844,205.7637939453125,205.76315307617188,205.7625274658203,205.76193237304688,205.7613983154297,205.76087951660156,205.76039123535156,205.75991821289062,205.7594757080078,205.75901794433594,205.7585906982422,205.75814819335938,205.7577667236328,205.75741577148438,205.757080078125,205.7567901611328,205.75653076171875,205.75631713867188,205.75616455078125,205.75608825683594,205.7560577392578,205.75611877441406,205.75624084472656,205.75645446777344,205.7567138671875,205.75706481933594,205.75746154785156,205.75791931152344,205.75840759277344,205.7589874267578,205.75961303710938,205.7603302001953,205.76112365722656,205.76199340820312,205.762939453125,205.76394653320312,205.7650604248047,205.7662353515625,205.76747131347656,205.7688446044922,205.7703094482422,205.7718963623047,205.77354431152344,205.77529907226562,205.77711486816406,205.7790069580078,205.78089904785156,205.7828369140625,205.78482055664062,205.7866668701172,205.78860473632812,205.79046630859375,205.79232788085938,205.79412841796875,205.79591369628906,205.79759216308594,205.79920959472656,205.80075073242188,205.80218505859375,205.80355834960938,205.80479431152344,205.8059539794922,205.80697631835938,205.8079071044922,205.80877685546875,205.80941772460938,205.80999755859375,205.8103790283203,205.81063842773438,205.8107147216797,205.8105926513672,205.8103790283203,205.80995178222656,205.8094024658203,205.80868530273438,205.8078155517578,205.80677795410156,205.8056182861328,205.80442810058594,205.8029327392578,205.8014373779297,205.79962158203125,205.79782104492188,205.795654296875,205.79345703125,205.79100036621094,205.78839111328125,205.7855987548828,205.7825469970703,205.77943420410156,205.77610778808594,205.77261352539062,205.76890563964844,205.76502990722656,205.76101684570312,205.75677490234375,205.7523651123047,205.74771118164062,205.74288940429688,205.73779296875,205.73248291015625,205.72705078125,205.7213592529297,205.71551513671875,205.70924377441406,205.7028045654297,205.69607543945312,205.6891326904297,205.6820526123047,205.67466735839844,205.66722106933594,205.65943908691406,205.65151977539062,205.64341735839844,205.6350555419922,205.62661743164062,205.6178436279297,205.60899353027344,205.599853515625,205.59051513671875,205.5810546875,205.5712890625,205.56143188476562,205.5512237548828,205.54087829589844,205.53018188476562,205.5192108154297,205.50802612304688,205.49639892578125,205.4845733642578,205.47222900390625,205.45956420898438,205.44650268554688,205.4329376220703,205.41900634765625,205.40438842773438,205.3893280029297,205.37356567382812,205.3571319580078,205.34002685546875,205.32208251953125,205.3035125732422,205.28392028808594,205.26356506347656,205.2421417236328,205.2196502685547,205.1961669921875,205.17124938964844,205.14529418945312,205.11770629882812,205.08871459960938,205.05810546875,205.025634765625,204.99131774902344,204.95480346679688,204.91641235351562,204.87548828125,204.8325653076172,204.78709411621094,204.73939514160156,204.6892547607422,204.63648986816406,204.58143615722656,204.52340698242188,204.46304321289062,204.3995361328125,204.3334503173828,204.26416015625,204.1918487548828,204.1165313720703,204.03794860839844,203.95672607421875,203.8722686767578,203.7851104736328,203.69517517089844,203.6025390625,203.50677490234375,203.4082794189453,203.3072052001953,203.203125,203.096435546875,202.98666381835938,202.87420654296875,202.7589569091797,202.64076232910156,202.5198516845703,202.39552307128906,202.26856994628906,202.13783264160156,202.00416564941406,201.8668670654297,201.7262725830078,201.5819091796875,201.4329071044922,201.2801971435547,201.1229705810547,200.96119689941406,200.79458618164062,200.62303161621094,200.4476318359375,200.26705932617188,200.08255004882812,199.89315795898438,199.69891357421875,199.50039672851562,199.29678344726562,199.0895233154297,198.876953125,198.65965270996094,198.4375762939453,198.2108154296875,197.98013305664062,197.74400329589844,197.5037078857422,197.25869750976562,197.00912475585938,196.75567626953125,196.49703979492188,196.23487854003906,195.96749877929688,195.6956329345703,195.4192352294922,195.13819885253906,194.85324096679688,194.56324768066406,194.26919555664062,193.969970703125,193.66651916503906,193.35906982421875,193.04647827148438,192.72996520996094,192.40830993652344,192.08274841308594,191.7522735595703,191.41702270507812,191.07754516601562,190.7327423095703,190.38406372070312,190.03004455566406,189.67198181152344,189.30853271484375,188.94058227539062,188.568359375,188.19090270996094,187.80935668945312,187.42286682128906,187.03213500976562,186.63633728027344,186.23622131347656,185.83175659179688,185.4222412109375,185.00868225097656,184.5900421142578,184.16769409179688,183.74053955078125,183.30934143066406,182.87379455566406,182.43373107910156,181.98974609375,181.54083251953125,181.0883026123047,180.63092041015625,180.1700439453125,179.70452880859375,179.23501586914062,178.76113891601562,178.2827911376953,177.8005828857422,177.3134307861328,176.82241821289062,176.32635498046875,175.8265838623047,175.3220977783203,174.8134307861328,174.3002471923828,173.7823028564453,173.26055908203125,172.73406982421875,172.2039031982422,171.66917419433594,171.13101196289062,170.58876037597656,170.0428009033203,169.4930877685547,168.93914794921875,168.3817596435547,167.81971740722656,167.25421142578125,166.68402099609375,166.11024475097656,165.53192138671875,164.94967651367188,164.36334228515625,163.77272033691406,163.17837524414062,162.57948303222656,161.97706604003906,161.36993408203125,160.75942993164062,160.14422607421875,159.52561950683594,158.9026641845703,158.27589416503906,157.645263671875,157.0105743408203,156.37242126464844,155.72999572753906,155.08441162109375,154.4346160888672,153.7818145751953,153.125,152.46517944335938,151.80154418945312,151.1347198486328,150.4644317626953,149.79049682617188,149.11338806152344,148.43231201171875,147.7481689453125,147.05992126464844,146.36862182617188,145.67312622070312,144.9744873046875,144.27171325683594,143.56539916992188,142.85536193847656,142.1414794921875,141.42431640625,140.7032928466797,139.9793701171875,139.25157165527344,138.5210418701172,137.78677368164062,137.04971313476562,136.3090362548828,135.565185546875,134.8179473876953,134.06707763671875,133.3131103515625,132.5552520751953,131.79449462890625,131.02978515625,130.26206970214844,129.4905242919922,128.71592712402344,127.93770599365234,127.15628051757812,126.37159729003906,125.58369445800781,124.79277038574219,123.99836730957031,123.20088958740234,122.39978790283203,121.59565734863281,120.7878646850586,119.9771957397461,119.16292572021484,118.3457260131836,117.52515411376953,116.70158386230469,115.87478637695312,115.044677734375,114.21149444580078,113.37461853027344,112.53489685058594,111.69145965576172,110.84523010253906,109.99537658691406,109.14261627197266,108.28646850585938,107.42713165283203,106.56476593017578,105.69905090332031,104.83060455322266,103.9587173461914,103.08425903320312,102.20654296875,101.32628631591797,100.44297790527344,99.55699920654297,98.668212890625,97.77654266357422,96.88215637207031,95.98468017578125,95.0847396850586,94.1818618774414,93.27677154541016,92.36894989013672,91.45901489257812,90.54646301269531,89.63168334960938,88.71442413330078,87.7946548461914,86.87255859375,85.94783020019531,85.02101135253906,84.0916519165039,83.160400390625,82.22679901123047,81.2913818359375,80.35395812988281,79.4146957397461,78.47374725341797,77.53099060058594,76.58673858642578,75.6406478881836,74.6931381225586,73.74382019042969,72.7930679321289,71.84062194824219,70.8866195678711,69.93109130859375,68.9739990234375,68.01554870605469,67.05553436279297,66.09429931640625,65.131591796875,64.16780090332031,63.20268249511719,62.2364616394043,61.26909255981445,60.300655364990234,59.331329345703125,58.36103439331055,57.38999557495117,56.41807556152344,55.44553756713867,54.47221755981445,53.498313903808594,52.52374267578125,51.54860305786133,50.57292938232422,49.596710205078125,48.620059967041016,47.642948150634766,46.66552734375,45.68771743774414,44.70965576171875,43.731327056884766,42.75283432006836,41.774227142333984,40.79558181762695,39.816959381103516,38.83843994140625,37.86006546020508,36.881874084472656,35.903907775878906,34.92619323730469,33.948787689208984,32.97169876098633,31.995012283325195,31.018709182739258,30.04290771484375,29.06757164001465,28.092817306518555,27.118629455566406,26.145103454589844,25.172283172607422,24.200197219848633,23.228973388671875,22.258573532104492,21.289161682128906,20.320634841918945,19.35317039489746,18.386690139770508,17.421363830566406,16.45716094970703,15.494160652160645,14.53247356414795,13.572004318237305,12.612993240356445,11.655266761779785,10.699069023132324,9.744227409362793,8.790974617004395,7.8392229080200195,6.889055252075195,5.940548419952393,4.993627548217773,4.048508167266846,3.104982852935791,2.1632981300354004,1.2232701778411865,0.28514114022254944,-0.6512069702148438,-1.5855787992477417,-2.517947196960449,-3.4483110904693604,-4.376343727111816,-5.302299976348877,-6.225802421569824,-7.147120952606201,-8.065959930419922,-8.982492446899414,-9.896564483642578,-10.808228492736816,-11.717473983764648,-12.624192237854004,-13.528518676757812,-14.430167198181152,-15.329355239868164,-16.225772857666016,-17.11954116821289,-18.010412216186523,-18.898412704467773,-19.78350257873535,-20.66545867919922,-21.544523239135742,-22.420330047607422,-23.293228149414062,-24.1628360748291,-25.029422760009766,-25.892723083496094,-26.752765655517578,-27.609577178955078,-28.462928771972656,-29.31309700012207,-30.15970802307129,-31.003042221069336,-31.842748641967773,-32.67905044555664,-33.5116081237793,-34.340538024902344,-35.16571807861328,-35.98703384399414,-36.80472946166992,-37.6182975769043,-38.42837142944336,-39.234283447265625,-40.036598205566406,-40.83490753173828,-41.62942886352539,-42.420166015625,-43.20709991455078,-43.990360260009766,-44.76974105834961,-45.54555130004883,-46.3172607421875,-47.08527755737305,-47.84892272949219,-48.608734130859375,-49.36392593383789,-50.114837646484375,-50.861297607421875,-51.60329055786133,-52.34108352661133,-53.074302673339844,-53.803409576416016,-54.52788162231445,-55.24827575683594,-55.9641227722168,-56.67586135864258,-57.383026123046875,-58.08586120605469,-58.78413391113281,-59.47783279418945,-60.16688919067383,-60.85118103027344,-61.53076171875,-62.20555877685547,-62.87577819824219,-63.54107666015625,-64.20187377929688,-64.85774230957031,-65.50908660888672,-66.15563201904297,-66.797607421875,-67.43498992919922,-68.06787872314453,-68.69620513916016,-69.31997680664062,-69.93917846679688,-70.5535888671875,-71.1630630493164,-71.76750946044922,-72.36671447753906,-72.96070098876953,-73.54942321777344,-74.13296508789062,-74.71134185791016,-75.28450012207031,-75.8526840209961,-76.41582489013672,-76.97405242919922,-77.52733612060547,-78.07585144042969,-78.61936950683594,-79.15807342529297,-79.69161224365234,-80.22028350830078,-80.74364471435547,-81.26201629638672,-81.7752456665039,-82.2834701538086,-82.78666687011719,-83.2848129272461,-83.77799224853516,-84.26605987548828,-84.74929809570312,-85.22743225097656,-85.70082092285156,-86.16920471191406,-86.63288879394531,-87.0915756225586,-87.54556274414062,-87.9944839477539,-88.43848419189453,-88.87743377685547,-89.31134796142578,-89.74027252197266,-90.16390228271484,-90.58242797851562,-90.9955062866211,-91.40351867675781,-91.80598449707031,-92.20346069335938,-92.59552764892578,-92.98274993896484,-93.36492156982422,-93.7422103881836,-94.11483001708984,-94.48258209228516,-94.8458023071289,-95.20417785644531,-95.55786895751953,-95.90675354003906,-96.25099182128906,-96.5901870727539,-96.9245834350586,-97.2537612915039,-97.57783508300781,-97.89704895019531,-98.21118927001953,-98.52066802978516,-98.82520294189453,-99.12525939941406,-99.4205322265625,-99.71142578125,-99.99771118164062,-100.27949523925781,-100.55696105957031,-100.82972717285156,-101.09815216064453,-101.36164093017578,-101.62060546875,-101.8746337890625,-102.12405395507812,-102.36849212646484,-102.60810852050781,-102.8431396484375,-103.07321166992188,-103.29900360107422,-103.51985931396484,-103.7365951538086,-103.94855499267578,-104.15618133544922,-104.35945129394531,-104.55814361572266,-104.7527084350586,-104.9426040649414,-105.12853240966797,-105.30974578857422,-105.48686218261719,-105.65962219238281,-105.82792663574219,-105.99221801757812,-106.15190124511719,-106.30699920654297,-106.45706176757812,-106.60214233398438,-106.74274444580078,-106.87834167480469,-107.00962829589844,-107.1365966796875,-107.25889587402344,-107.37722778320312,-107.49077606201172,-107.60049438476562,-107.70622253417969,-107.80799865722656,-107.90662384033203,-108.00121307373047,-108.09294891357422,-108.18089294433594,-108.26555633544922,-108.34668731689453,-108.42436981201172,-108.4985122680664,-108.56913757324219,-108.63618469238281,-108.69950103759766,-108.7589340209961,-108.81523132324219,-108.86820220947266,-108.91819763183594,-108.96514892578125,-109.00911712646484,-109.0502700805664,-109.08824920654297,-109.12338256835938,-109.15512084960938,-109.18370819091797,-109.20845031738281,-109.2300033569336,-109.24750518798828,-109.26183319091797,-109.27218627929688,-109.27947998046875,-109.28304290771484,-109.28359985351562,-109.2806167602539,-109.2745361328125,-109.26502990722656,-109.25222778320312,-109.23601531982422,-109.21623229980469,-109.19304656982422,-109.16615295410156,-109.13585662841797,-109.10189819335938,-109.06448364257812,-109.02354431152344,-108.97920989990234,-108.93148803710938,-108.88079071044922,-108.82705688476562,-108.7708511352539,-108.7122802734375,-108.65166473388672,-108.58946990966797,-108.52605438232422,-108.46212005615234,-108.39772033691406,-108.33367919921875,-108.27031707763672,-108.20833587646484,-108.14796447753906,-108.0897445678711,-108.03378295898438,-107.98040008544922,-107.9297866821289,-107.88203430175781,-107.83749389648438,-107.79606628417969,-107.7580795288086,-107.72335052490234,-107.69219970703125,-107.66435241699219,-107.64004516601562,-107.61890411376953,-107.60127258300781,-107.58675384521484,-107.57573699951172,-107.56783294677734,-107.56338500976562,-107.56217193603516,-107.56452941894531,-107.57048034667969,-107.58029174804688,-107.59381103515625,-107.61141204833984,-107.63262176513672,-107.65760040283203,-107.68608856201172,-107.71794128417969,-107.75320434570312,-107.79158020019531,-107.83341979980469,-107.87834930419922,-107.92677307128906,-107.9785385131836,-108.033935546875,-108.09278869628906,-108.1553726196289,-108.2213134765625,-108.29077911376953,-108.3635025024414,-108.43936920166016,-108.51847076416016,-108.6004409790039,-108.68584442138672,-108.77428436279297,-108.86589813232422,-108.9605712890625,-109.05845642089844,-109.15937805175781,-109.26354217529297,-109.37104034423828,-109.4817123413086,-109.59514617919922,-109.7118148803711,-109.83140563964844,-109.95381927490234,-110.07913208007812,-110.20724487304688,-110.33834838867188,-110.47244262695312,-110.60982513427734,-110.7506103515625,-110.89466094970703,-111.04180908203125,-111.19212341308594,-111.34624481201172,-111.50390625,-111.66464233398438,-111.82882690429688,-111.99653625488281,-112.16758728027344,-112.34172821044922,-112.51874542236328,-112.69865417480469,-112.88170623779297,-113.06735229492188,-113.2555923461914,-113.44654083251953,-113.64018249511719,-113.83628845214844,-114.03521728515625,-114.2367935180664,-114.44081115722656,-114.64723205566406,-114.8562240600586,-115.0678939819336,-115.2823486328125,-115.49954223632812,-115.7193832397461,-115.94194030761719,-116.16731262207031,-116.395751953125,-116.62726593017578,-116.86164093017578,-117.09867858886719,-117.33827209472656,-117.58027648925781,-117.82500457763672,-118.07221221923828,-118.32208251953125,-118.57460021972656,-118.82910919189453,-119.08557891845703,-119.34414672851562,-119.60537719726562,-119.8689956665039,-120.13605499267578,-120.40619659423828,-120.67911529541016,-120.9549560546875,-121.23333740234375,-121.51541900634766,-121.80066680908203,-122.089599609375,-122.38194274902344,-122.67720031738281,-122.97540283203125,-123.27595520019531,-123.57925415039062,-123.88565063476562,-124.19523620605469,-124.50835418701172,-124.82520294189453,-125.1452865600586,-125.46818542480469,-125.79415893554688,-126.12260437011719,-126.45378112792969,-126.7882080078125,-127.1256332397461,-127.46646881103516,-127.81038665771484,-128.15719604492188,-128.50637817382812,-128.85812377929688,-129.21205139160156,-129.5682830810547,-129.92681884765625,-130.28797912597656,-130.65231323242188,-131.01962280273438,-131.390625,-131.7648162841797,-132.14195251464844,-132.52223205566406,-132.9050750732422,-133.2911376953125,-133.6795654296875,-134.0709991455078,-134.46484375,-134.86155700683594,-135.26101684570312,-135.66358947753906,-136.0692901611328,-136.4781951904297,-136.890625,-137.30479431152344,-137.72116088867188,-138.14064025878906,-138.56234741210938,-138.9867706298828,-139.4132843017578,-139.84249877929688,-140.27386474609375,-140.70826721191406,-141.1451416015625,-141.58456420898438,-142.02635192871094,-142.47056579589844,-142.91822814941406,-143.3675079345703,-143.8209991455078,-144.27584838867188,-144.7337646484375,-145.1939697265625,-145.6574249267578,-146.12355041503906,-146.59239196777344,-147.06375122070312,-147.53781127929688,-148.014404296875,-148.49368286132812,-148.97564697265625,-149.45974731445312,-149.94610595703125,-150.43629455566406,-150.93016052246094,-151.42796325683594,-151.928955078125,-152.4325408935547,-152.93853759765625,-153.44668579101562,-153.95703125,-154.4696044921875,-154.98446655273438,-155.50180053710938,-156.02146911621094,-156.54371643066406,-157.06838989257812,-157.59548950195312,-158.1249237060547,-158.65660095214844,-159.190185546875,-159.72506713867188,-160.26101684570312,-160.7978057861328,-161.33509826660156,-161.87255859375,-162.40980529785156,-162.94639587402344,-163.48208618164062,-164.0164794921875,-164.54916381835938,-165.0800018310547,-165.6086883544922,-166.13510131835938,-166.6591796875,-167.18055725097656,-167.6993408203125,-168.21543884277344,-168.72862243652344,-169.23883056640625,-169.7460174560547,-170.25015258789062,-170.75119018554688,-171.24916076660156,-171.74407958984375,-172.23590087890625,-172.72479248046875,-173.21070861816406,-173.69369506835938,-174.1736602783203,-174.65061950683594,-175.12445068359375,-175.5951385498047,-176.0626220703125,-176.52685546875,-176.9876251220703,-177.4450225830078,-177.8990020751953,-178.349609375,-178.7965850830078,-179.23992919921875,-179.67970275878906,-180.11614990234375,-180.54928588867188,-180.9790496826172,-181.40562438964844,-181.82888793945312,-182.24880981445312,-182.66473388671875,-183.0760040283203,-183.48233032226562,-183.88327026367188,-184.27919006347656,-184.6708526611328,-185.0583953857422,-185.44287109375,-185.82431030273438,-186.201904296875,-186.5734100341797,-186.9383544921875,-187.298583984375,-187.65252685546875,-188.00106811523438,-188.34234619140625,-188.67291259765625,-188.991943359375,-189.30104064941406,-189.6021728515625,-189.89593505859375,-190.1837615966797,-190.46534729003906,-190.7420196533203,-191.01449584960938,-191.28146362304688,-191.54437255859375,-191.8018035888672,-192.05401611328125,-192.30101013183594,-192.54153442382812,-192.7759552001953,-193.0032501220703,-193.223876953125,-193.4375,-193.64492797851562,-193.84640502929688,-194.04066467285156,-194.22915649414062,-194.41038513183594,-194.58526611328125,-194.7544403076172,-194.91661071777344,-195.0733642578125,-195.2236785888672,-195.3677978515625,-195.5062255859375,-195.6371612548828,-195.7618865966797,-195.8787841796875,-195.98898315429688,-196.09280395507812,-196.18939208984375,-196.28045654296875,-196.36402893066406,-196.44110107421875,-196.51229858398438,-196.57623291015625,-196.634765625,-196.68675231933594,-196.7323760986328,-196.7728271484375,-196.80650329589844,-196.8341522216797,-196.85525512695312,-196.86924743652344,-196.8771209716797,-196.87796020507812,-196.8729248046875,-196.86160278320312,-196.84335327148438,-196.8195343017578,-196.788330078125,-196.75062561035156,-196.70751953125,-196.65719604492188,-196.60130310058594,-196.53948974609375,-196.47103881835938,-196.3975372314453,-196.31764221191406,-196.23117065429688,-196.1389923095703,-196.03956604003906,-195.93441772460938,-195.82305908203125,-195.70535278320312,-195.5823974609375,-195.4523468017578,-195.31585693359375,-195.17355346679688,-195.0235137939453,-194.8675079345703,-194.70518493652344,-194.53567504882812,-194.36082458496094,-194.17918395996094,-193.99110412597656,-193.7978515625,-193.59791564941406,-193.3922576904297,-193.18077087402344,-192.96250915527344,-192.73878479003906,-192.5088348388672,-192.27267456054688,-192.03175354003906,-191.78448486328125,-191.5313720703125,-191.27322387695312,-191.00796508789062,-190.73696899414062,-190.46034240722656,-190.1768341064453,-189.8881072998047,-189.5934295654297,-189.29234313964844,-188.98654174804688,-188.67457580566406,-188.3567352294922,-188.0342559814453,-187.70559692382812,-187.37158203125,-187.03280639648438,-186.68768310546875,-186.3375244140625,-185.982177734375,-185.620361328125,-185.2534637451172,-184.880615234375,-184.50160217285156,-184.11798095703125,-183.728515625,-183.333740234375,-182.93453979492188,-182.52957153320312,-182.11961364746094,-181.70521545410156,-181.28466796875,-180.8592071533203,-180.42855834960938,-179.9917449951172,-179.55038452148438,-179.1035614013672,-178.6510009765625,-178.1942138671875,-177.73170471191406,-177.2638702392578,-176.79188537597656,-176.31410217285156,-175.83152770996094,-175.34483337402344,-174.85227966308594,-174.35546875,-173.854248046875,-173.34756469726562,-172.83692932128906,-172.3214874267578,-171.80091857910156,-171.27650451660156,-170.74679565429688,-170.21214294433594,-169.6736297607422,-169.12954711914062,-168.58078002929688,-168.02792358398438,-167.4694366455078,-166.90658569335938,-166.33926391601562,-165.76632690429688,-165.18923950195312,-164.6072540283203,-164.0198516845703,-163.42843627929688,-162.8316650390625,-162.22982788085938,-161.62411499023438,-161.01318359375,-160.39785766601562,-159.77890014648438,-159.1549072265625,-158.52703857421875,-157.89552307128906,-157.2592315673828,-156.61935424804688,-155.9755401611328,-155.3273162841797,-154.6758270263672,-154.02005004882812,-153.3601837158203,-152.69717407226562,-152.02960205078125,-151.35806274414062,-150.68328857421875,-150.00384521484375,-149.3207244873047,-148.63418579101562,-147.94314575195312,-147.2477569580078,-146.54908752441406,-145.84671020507812,-145.1416015625,-144.4327392578125,-143.7203369140625,-143.00527954101562,-142.28634643554688,-141.564208984375,-140.83941650390625,-140.11074829101562,-139.37918090820312,-138.6446533203125,-137.90640258789062,-137.16543579101562,-136.42111206054688,-135.67332458496094,-134.92300415039062,-134.1690673828125,-133.41200256347656,-132.65243530273438,-131.8892822265625,-131.1233673095703,-130.35491943359375,-129.58306884765625,-128.8087615966797,-128.03170776367188,-127.2516860961914,-126.46940612792969,-125.68419647216797,-124.89635467529297,-124.10638427734375,-123.31340026855469,-122.5180435180664,-121.72053527832031,-120.92021179199219,-120.11788940429688,-119.31336975097656,-118.50646209716797,-117.69780731201172,-116.88687133789062,-116.07389068603516,-115.25922393798828,-114.44220733642578,-113.62338256835938,-112.8027572631836,-111.97981262207031,-111.15525817871094,-110.32868957519531,-109.50009155273438,-108.67000579833984,-107.83779907226562,-107.00384521484375,-106.16845703125,-105.33100128173828,-104.4920425415039,-103.65159606933594,-102.80931854248047,-101.9658203125,-101.12073516845703,-100.274169921875,-99.4265365600586,-98.57727813720703,-97.72676086425781,-96.87513732910156,-96.02194213867188,-95.16767883300781,-94.31217956542969,-93.45525360107422,-92.597412109375,-91.73817443847656,-90.87776947021484,-90.01649475097656,-89.15385437011719,-88.29026794433594,-87.42575073242188,-86.56004333496094,-85.6935806274414,-84.82609558105469,-83.9576416015625,-83.08853912353516,-82.21839141845703,-81.34748077392578,-80.4758529663086,-79.60330200195312,-78.73011779785156,-77.85614776611328,-76.98139190673828,-76.10609436035156,-75.23001098632812,-74.3533706665039,-73.47621154785156,-72.5985107421875,-71.72042083740234,-70.84191131591797,-69.96305084228516,-69.0837631225586,-68.2040786743164,-67.32401275634766,-66.44338989257812,-65.56230926513672,-64.68061828613281,-63.798282623291016,-62.91530227661133,-62.031524658203125,-61.147132873535156,-60.26189422607422,-59.3759765625,-58.489315032958984,-57.60186767578125,-56.713741302490234,-55.82482147216797,-54.9352912902832,-54.04500961303711,-53.154109954833984,-52.262596130371094,-51.3704719543457,-50.47782516479492,-49.58457565307617,-48.69084167480469,-47.79650115966797,-46.90162658691406,-46.00619125366211,-45.11014938354492,-44.21355438232422,-43.316341400146484,-42.41859817504883,-41.52019119262695,-40.621192932128906,-39.72157287597656,-38.8212890625,-37.920413970947266,-37.01885223388672,-36.11674118041992,-35.21394729614258,-34.31058883666992,-33.4066276550293,-32.502037048339844,-31.596887588500977,-30.691133499145508,-29.78487205505371,-28.878019332885742,-27.97068214416504,-27.062801361083984,-26.154375076293945,-25.245412826538086,-24.335851669311523,-23.425752639770508,-22.51502227783203,-21.603744506835938,-20.691843032836914,-19.779329299926758,-18.866243362426758,-17.952550888061523,-17.038331985473633,-16.12356948852539,-15.20835018157959,-14.292630195617676,-13.37646770477295,-12.459837913513184,-11.542725563049316,-10.625153541564941,-9.707069396972656,-8.78850269317627,-7.869408130645752,-6.949816703796387,-6.029721260070801,-5.109119892120361,-4.188056945800781,-3.26653790473938,-2.3445940017700195,-1.422240972518921,-0.4995010793209076,0.42364004254341125,1.3471695184707642,2.271120071411133,3.195499897003174,4.120322227478027,5.045629501342773,5.971414566040039,6.897672176361084,7.824394702911377,8.751553535461426,9.679141998291016,10.60714340209961,11.53555965423584,12.464391708374023,13.393667221069336,14.323393821716309,15.253571510314941,16.18421745300293,17.1153507232666,18.046987533569336,18.97913360595703,19.91179847717285,20.844966888427734,21.778629302978516,22.712770462036133,23.647396087646484,24.582468032836914,25.517963409423828,26.453887939453125,27.39021873474121,28.326963424682617,29.264123916625977,30.201692581176758,31.139686584472656,32.07810592651367,33.01695251464844,33.95621871948242,34.89592361450195,35.8360481262207,36.77659606933594,37.71755599975586,38.65894317626953,39.600746154785156,40.542972564697266,41.48562240600586,42.428672790527344,43.372127532958984,44.315948486328125,45.26015090942383,46.20474624633789,47.14973449707031,48.095130920410156,49.040931701660156,49.98716354370117,50.93382263183594,51.88092041015625,52.828433990478516,53.776397705078125,54.724735260009766,55.67334747314453,56.6220588684082,57.570621490478516,58.518714904785156,59.46602249145508,60.41224670410156,61.35700607299805,62.30000686645508,63.240745544433594,64.17881774902344,65.11386108398438,66.04571533203125,66.97416687011719,67.89906311035156,68.82034301757812,69.7379150390625,70.65170288085938,71.56170654296875,72.46784210205078,73.36991119384766,74.2685546875,75.16392517089844,76.0558853149414,76.9441909790039,77.82901000976562,78.71025848388672,79.58782958984375,80.4618148803711,81.33207702636719,82.19853210449219,83.06110382080078,83.91985321044922,84.77479553222656,85.62592315673828,86.47332763671875,87.31694030761719,88.15692138671875,88.99327087402344,89.82606506347656,90.65531158447266,91.4809341430664,92.30304718017578,93.12175750732422,93.93699645996094,94.7486801147461,95.5567626953125,96.3612060546875,97.16182708740234,97.95875549316406,98.75226593017578,99.54259490966797,100.32996368408203,101.11449432373047,101.89618682861328,102.67530822753906,103.4519271850586,104.22615814208984,104.99818420410156,105.76802825927734,106.53567504882812,107.30119323730469,108.06449890136719,108.82560729980469,109.58440399169922,110.34080505371094,111.09490966796875,111.84667205810547,112.5959701538086,113.34281158447266,114.0872573852539,114.82926177978516,115.56883239746094,116.3059310913086,117.0406265258789,117.77293395996094,118.50286865234375,119.23047637939453,119.95552062988281,120.67818450927734,121.3983383178711,122.11591339111328,122.83100128173828,123.54374694824219,124.25413513183594,124.96190643310547,125.66703796386719,126.36978912353516,127.07044982910156,127.76905059814453,128.465576171875,129.16015625,129.85292053222656,130.5438690185547,131.23304748535156,131.9198760986328,132.60459899902344,133.2874755859375,133.96856689453125,134.64779663085938,135.32492065429688,135.99996948242188,136.67312622070312,137.34458923339844,138.0142822265625,138.68226623535156,139.34823608398438,140.0118408203125,140.67320251464844,141.3325653076172,141.99002075195312,142.6448211669922,143.29701232910156,143.9470672607422,144.5946807861328,145.23965454101562,145.88194274902344,146.52130126953125,147.15713500976562,147.7899169921875,148.4200439453125,149.04684448242188,149.670166015625,150.2904815673828,150.90846252441406,151.5233154296875,152.13514709472656,152.74395751953125,153.34951782226562,153.95159912109375,154.55081176757812,155.14727783203125,155.74008178710938,156.32948303222656,156.91604614257812,157.49964904785156,158.07972717285156,158.65676879882812,159.23117065429688,159.80226135253906,160.3700714111328,160.934326171875,161.49526977539062,162.05262756347656,162.60682678222656,163.1580352783203,163.70538330078125,164.24905395507812,164.78968811035156,165.32675170898438,165.8600311279297,166.39004516601562,166.91677856445312,167.43960571289062,167.95887756347656,168.47496032714844,168.98716735839844,169.49542236328125,170.00018310546875,170.50125122070312,170.9981231689453,171.49136352539062,171.9810791015625,172.4665985107422,172.94805908203125,173.4259490966797,173.8997344970703,174.36912536621094,174.83473205566406,175.29652404785156,175.7540283203125,176.20770263671875,176.6578369140625,177.1038818359375,177.54583740234375,177.98434448242188,178.41917419433594,178.84974670410156,179.27664184570312,179.7001953125,180.11978149414062,180.53541564941406,180.94773864746094,181.35643005371094,181.76112365722656,182.16233825683594,182.56024169921875,182.95428466796875,183.34458923339844,183.73167419433594,184.1151885986328,184.49490356445312,184.8714141845703,185.244873046875,185.61488342285156,185.9816131591797,186.3455047607422,186.7061767578125,187.0634765625,187.41798400878906,187.7695770263672,188.11788940429688,188.4630889892578,188.8056640625,189.14508056640625,189.48086547851562,189.81336975097656,190.14283752441406,190.46875,190.79110717773438,191.1102752685547,191.42626953125,191.7382354736328,192.0469207763672,192.35264587402344,192.65475463867188,192.95285034179688,193.24765014648438,193.53919982910156,193.82676696777344,194.1105499267578,194.39059448242188,194.66688537597656,194.93881225585938,195.2069549560547,195.47117614746094,195.7314453125,195.98721313476562,196.23953247070312,196.48831176757812,196.73291015625,196.97314453125,197.2097625732422,197.4422149658203,197.6698760986328,197.89283752441406,198.1116943359375,198.3262176513672,198.53594970703125,198.74147033691406,198.94322204589844,199.14154052734375,199.33599853515625,199.52642822265625,199.71302795410156,199.89634704589844,200.0765380859375,200.25296020507812,200.42604064941406,200.59642028808594,200.76405334472656,200.92874145507812,201.09078979492188,201.2502899169922,201.40696716308594,201.56027221679688,201.71046447753906,201.85765075683594,202.0019073486328,202.14291381835938,202.2808074951172,202.41554260253906,202.54782104492188,202.6774444580078,202.8038787841797,202.92735290527344,203.04815673828125,203.16610717773438,203.28099060058594,203.39297485351562,203.50186157226562,203.6074676513672,203.70977783203125,203.8090362548828,203.9049530029297,203.997802734375,204.0875701904297,204.174560546875,204.2584686279297,204.33924865722656,204.41726684570312,204.4922332763672,204.563720703125,204.6322784423828,204.69776916503906,204.7600555419922,204.8195343017578,204.8761444091797,204.9297332763672,204.9806671142578,205.0288543701172,205.0742645263672,205.1172332763672,205.1575927734375,205.19532775878906,205.23074340820312,205.26373291015625,205.2942657470703,205.32252502441406,205.348388671875,205.3718719482422,205.39308166503906,205.4119873046875,205.42857360839844,205.4429473876953,205.45510864257812,205.4651641845703,205.4731903076172,205.47923278808594,205.48341369628906,205.4858856201172,205.48660278320312,205.4857940673828,205.48358154296875,205.47996520996094,205.47515869140625,205.4691925048828,205.46209716796875,205.45408630371094,205.44517517089844,205.4354248046875,205.42501831054688,205.41397094726562,205.40231323242188,205.39027404785156,205.37783813476562,205.36500549316406,205.35198974609375,205.33877563476562,205.3253173828125,205.31185913085938,205.29840087890625,205.2848358154297,205.27145385742188,205.2581787109375,205.24493408203125,205.2320098876953,205.21925354003906,205.20664978027344,205.19444274902344,205.1824951171875,205.17076110839844,205.1594696044922,205.14846801757812,205.1377410888672,205.12750244140625,205.1175079345703,205.10780334472656,205.09866333007812,205.08973693847656,205.08111572265625,205.07298278808594,205.06504821777344,205.05743408203125,205.05020141601562,205.04310607910156,205.03631591796875,205.0299072265625,205.02365112304688,205.0176544189453,205.01197814941406,205.00640869140625,205.00112915039062,204.99610900878906,204.99118041992188,204.98658752441406,204.982177734375,204.97784423828125,204.97389221191406,204.97007751464844,204.96646118164062,204.9631805419922,204.9600830078125,204.9572296142578,204.95465087890625,204.9522247314453,204.95005798339844,204.9481964111328,204.94650268554688,204.94515991210938,204.94412231445312,204.94326782226562,204.94285583496094,204.94268798828125,204.94277954101562,204.9433135986328,204.94403076171875,204.945068359375,204.9464569091797,204.94802856445312,204.94992065429688,204.95216369628906,204.95455932617188,204.9573211669922,204.96031188964844,204.96351623535156,204.96705627441406,204.9708709716797,204.9749298095703,204.97923278808594,204.98373413085938,204.98854064941406,204.99354553222656,204.99867248535156,205.00411987304688,205.00970458984375,205.01548767089844,205.02146911621094,205.02760314941406,205.03399658203125,205.04054260253906,205.04721069335938,205.05416870117188,205.06126403808594,205.06854248046875,205.0760040283203,205.0835723876953,205.09136962890625,205.09930419921875,205.1073455810547,205.11558532714844,205.12384033203125,205.13226318359375,205.14077758789062,205.1493377685547,205.1580047607422,205.16668701171875,205.17547607421875,205.18429565429688,205.19308471679688,205.20196533203125,205.21080017089844,205.21969604492188,205.22860717773438,205.23745727539062,205.2463836669922,205.25527954101562,205.26414489746094,205.27305603027344,205.28184509277344,205.29058837890625,205.29928588867188,205.3079071044922,205.31643676757812,205.32485961914062,205.3332061767578,205.34146118164062,205.3496551513672,205.35775756835938,205.36572265625,205.37364196777344,205.38148498535156,205.3892364501953,205.39695739746094,205.4045867919922,205.41217041015625,205.41969299316406,205.42713928222656,205.43458557128906,205.44190979003906,205.44921875,205.45643615722656,205.46359252929688,205.47067260742188,205.47767639160156,205.4846649169922,205.49156188964844,205.49844360351562,205.50526428222656,205.511962890625,205.5186767578125,205.52536010742188,205.5319366455078,205.53854370117188,205.54505920410156,205.55157470703125,205.55804443359375,205.56446838378906,205.57086181640625,205.57723999023438,205.5835418701172,205.58981323242188,205.59603881835938,205.6022186279297,205.60833740234375,205.6143798828125,205.62034606933594,205.62625122070312,205.632080078125,205.6378936767578,205.64361572265625,205.6492919921875,205.65492248535156,205.66053771972656,205.6661376953125,205.67164611816406,205.67715454101562,205.6826171875,205.68800354003906,205.6934051513672,205.69873046875,205.7040252685547,205.7093048095703,205.71458435058594,205.7198486328125,205.72512817382812,205.73040771484375,205.73568725585938,205.74093627929688,205.7462615966797,205.75164794921875,205.7570343017578,205.7624969482422,205.76800537109375,205.77357482910156,205.77920532226562,205.7847900390625,205.7904052734375,205.79603576660156],"fuel_at_start":100,"fuel_at_end":100,"fuel_consumed":0,"data_boost":[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"data_rotation_yaw":[0.70654296875,0.7065746188163757,0.7066047191619873,0.7066366076469421,0.7066650986671448,0.7066951990127563,0.7067239284515381,0.7067514657974243,0.7067761421203613,0.7068001627922058,0.7068182229995728,0.7068365812301636,0.7068511247634888,0.706864058971405,0.7068747878074646,0.7068821787834167,0.7068897485733032,0.7068964838981628,0.7068998217582703,0.7069048285484314,0.7069064974784851,0.7069103717803955,0.7069132924079895,0.7069176435470581,0.7069209814071655,0.706927478313446,0.7069337964057922,0.7069423794746399,0.7069516777992249,0.7069644927978516,0.7069801092147827,0.7069981694221497,0.7070174217224121,0.7070410847663879,0.7070643901824951,0.7070909142494202,0.7071177959442139,0.7071464657783508,0.707176148891449,0.7072085738182068,0.707241415977478,0.7072761058807373,0.7073096632957458,0.7073458433151245,0.7073829174041748,0.7074211835861206,0.707460343837738,0.7074997425079346,0.7075378894805908,0.7075768113136292,0.707615077495575,0.7076525092124939,0.7076894044876099,0.7077270746231079,0.7077629566192627,0.7077996134757996,0.707838237285614,0.7078782916069031,0.7079207897186279,0.7079653143882751,0.7080085277557373,0.7080478072166443,0.708077073097229,0.708099365234375,0.7081107497215271,0.7081170678138733,0.7081162929534912,0.7081038355827332,0.7080946564674377,0.7080709934234619,0.7080450654029846,0.7080100178718567,0.7079667448997498,0.7079157829284668,0.707857072353363,0.7077921628952026,0.7077184915542603,0.707643449306488,0.707560658454895,0.7074782252311707,0.7073939442634583,0.7073095440864563,0.7072287797927856,0.7071458697319031,0.7070726752281189,0.7069982290267944,0.7069298028945923,0.7068676948547363,0.7068063616752625,0.706753671169281,0.7066962718963623,0.7066476941108704,0.7065961956977844,0.7065464854240417,0.7064958214759827,0.7064439654350281,0.7063902616500854,0.706324577331543,0.7062721252441406,0.7061993479728699,0.7061401605606079,0.7060623168945312,0.7059974670410156,0.7059183120727539,0.7058395147323608,0.7057591080665588,0.7056736946105957,0.7055983543395996,0.7055115103721619,0.7054256796836853,0.705334484577179,0.7052399516105652,0.7051442861557007,0.7050423622131348,0.7049437165260315,0.7048364281654358,0.7047324776649475,0.7046236991882324,0.7045182585716248,0.7044133543968201,0.7042958736419678,0.7041947245597839,0.7040886282920837,0.7040020823478699,0.7039134502410889,0.7038305401802063,0.7037523984909058,0.7036659121513367,0.703588604927063,0.7035009264945984,0.70341956615448,0.7033337950706482,0.7032425999641418,0.7031588554382324,0.703062891960144,0.7029793858528137,0.7028840184211731,0.7027926445007324,0.7026998996734619,0.7025949954986572,0.7025008201599121,0.702389657497406,0.7022862434387207,0.7021680474281311,0.7020441293716431,0.7019144296646118,0.7017598152160645,0.7016062140464783,0.7014211416244507,0.7012315988540649,0.7010194659233093,0.7007816433906555,0.7005311250686646,0.7002461552619934,0.6999463438987732,0.6996098160743713,0.6992576718330383,0.6988768577575684,0.6984667181968689,0.698036253452301,0.697571337223053,0.6970951557159424,0.6965763568878174,0.6960349082946777,0.6954436302185059,0.6948062777519226,0.6941230297088623,0.6933740973472595,0.692578136920929,0.6917086243629456,0.6907687783241272,0.6897647380828857,0.6886767148971558,0.68754643201828,0.6863428354263306,0.6851158142089844,0.683844804763794,0.68255615234375,0.6812731027603149,0.679943859577179,0.6786478757858276,0.6772554516792297,0.6758884191513062,0.6744552850723267,0.6730235815048218,0.6715846657752991,0.6700993180274963,0.6686291694641113,0.6670464277267456,0.6655146479606628,0.6639569401741028,0.6625097393989563,0.6611419320106506,0.6598653197288513,0.6586460471153259,0.6574302911758423,0.656212329864502,0.654954731464386,0.6537362933158875,0.6525675058364868,0.6513794660568237,0.65023273229599,0.6489939093589783,0.6477919220924377,0.6464453339576721,0.6451358199119568,0.6437071561813354,0.642189621925354,0.6405410766601562,0.6388031840324402,0.6370934247970581,0.635347306728363,0.633635401725769,0.6318082213401794,0.6298555731773376,0.6279882788658142,0.6259651780128479,0.6240389943122864,0.6219859719276428,0.6199838519096375,0.6179888844490051,0.6159261465072632,0.6138540506362915,0.6115709543228149,0.6093230247497559,0.6071019768714905,0.6050922274589539,0.6031312346458435,0.6011282205581665,0.5991387367248535,0.5971371531486511,0.5952091813087463,0.5933725237846375,0.5914320349693298,0.5895676612854004,0.5875234603881836,0.5855817198753357,0.5835755467414856,0.5815783739089966,0.5794134140014648,0.5770515203475952,0.5747469663619995,0.5724452137947083,0.5703955888748169,0.5683940052986145,0.5663800835609436,0.5643974542617798,0.5622884631156921,0.5603760480880737,0.5584592223167419,0.5565337538719177,0.5546422600746155,0.5525535345077515,0.5505241751670837,0.5482849478721619,0.5462337136268616,0.5440704822540283,0.5419738292694092,0.5398451685905457,0.5375163555145264,0.5351706743240356,0.5326882600784302,0.5304014682769775,0.5281813144683838,0.5261170268058777,0.5240840315818787,0.5219773650169373,0.5198771953582764,0.5176225304603577,0.5155321359634399,0.5133959054946899,0.5113459825515747,0.5093097686767578,0.5071796178817749,0.50511634349823,0.5028506517410278,0.5007031559944153,0.49836528301239014,0.49619829654693604,0.4939432442188263,0.4918259084224701,0.48973608016967773,0.4876202344894409,0.48549383878707886,0.48312732577323914,0.48081186413764954,0.478365957736969,0.47609731554985046,0.4738759994506836,0.4717382788658142,0.4696272611618042,0.46745744347572327,0.46536892652511597,0.4631601870059967,0.46103236079216003,0.4587739109992981,0.4566323459148407,0.45454153418540955,0.45249658823013306,0.45057249069213867,0.4485571086406708,0.446655809879303,0.4445710778236389,0.4425983428955078,0.4404449164867401,0.4383915364742279,0.4362417459487915,0.43409886956214905,0.43197187781333923,0.42973577976226807,0.42760607600212097,0.4252934157848358,0.42314082384109497,0.420788437128067,0.418626606464386,0.4163530766963959,0.41422221064567566,0.41209086775779724,0.4100000560283661,0.4079717695713043,0.40584415197372437,0.40383291244506836,0.40163883566856384,0.3996036946773529,0.39739686250686646,0.3953498899936676,0.3931838572025299,0.39113011956214905,0.3890644311904907,0.3869934380054474,0.38497525453567505,0.3828398883342743,0.3807890713214874,0.3785649836063385,0.37643328309059143,0.37411046028137207,0.3718894124031067,0.36951446533203125,0.3671986758708954,0.3648316264152527,0.362419992685318,0.36003750562667847,0.35752609372138977,0.3551061451435089,0.35253214836120605,0.3501304090023041,0.34758657217025757,0.3452468812465668,0.3428511321544647,0.34058618545532227,0.33832722902297974,0.3360713720321655,0.3338577449321747,0.3314911425113678,0.3292158842086792,0.3267192244529724,0.32433855533599854,0.321749210357666,0.31929004192352295,0.3166910707950592,0.3141557574272156,0.3115456998348236,0.3088808059692383,0.30626505613327026,0.30353814363479614,0.3009350001811981,0.29824715852737427,0.29572391510009766,0.2930835485458374,0.290484219789505,0.2877434194087982,0.2850644588470459,0.2823180854320526,0.2795546054840088,0.27676668763160706,0.2738768458366394,0.27102646231651306,0.2680928111076355,0.26524093747138977,0.2621581554412842,0.2591198682785034,0.255903035402298,0.2527942955493927,0.24959281086921692,0.2464367002248764,0.2432732731103897,0.2400273233652115,0.23684273660182953,0.23346710205078125,0.23018935322761536,0.22669532895088196,0.22334176301956177,0.21983683109283447,0.21645544469356537,0.21303440630435944,0.2096070945262909,0.2062564194202423,0.20279090106487274,0.19944258034229279,0.19595155119895935,0.19256621599197388,0.18898148834705353,0.18554523587226868,0.18204136192798615,0.17870758473873138,0.17540764808654785,0.17208902537822723,0.16881301999092102,0.16541942954063416,0.16204780340194702,0.15841802954673767,0.15478743612766266,0.15097001194953918,0.1473035365343094,0.14356152713298798,0.13992375135421753,0.13634508848190308,0.13276253640651703,0.12932072579860687,0.1258220374584198,0.12250997126102448,0.1191229522228241,0.11592065542936325,0.11265147477388382,0.10948076844215393,0.10627377033233643,0.10298669338226318,0.0997258797287941,0.09630419313907623,0.0929689034819603,0.08944323658943176,0.08600947260856628,0.08241400867700577,0.07891353964805603,0.07534366846084595,0.07180818170309067,0.06834330409765244,0.06481336057186127,0.06137353181838989,0.05778982862830162,0.054318707436323166,0.0507204607129097,0.047255970537662506,0.04373226314783096,0.04028552770614624,0.03688492625951767,0.03343266248703003,0.03006712906062603,0.02657407522201538,0.02314750663936138,0.019557923078536987,0.016041824594140053,0.012430000118911266,0.008931313641369343,0.005449390504509211,0.001878832234069705,-0.001676708459854126,-0.005417694803327322,-0.009107443504035473,-0.012957042083144188,-0.016657080501317978,-0.020404042676091194,-0.023986337706446648,-0.027505898848176003,-0.031003521755337715,-0.03438475355505943,-0.037853144109249115,-0.041234493255615234,-0.04474474862217903,-0.04815630614757538,-0.051652684807777405,-0.05505857989192009,-0.05848699435591698,-0.06194816157221794,-0.06538569182157516,-0.06895627826452255,-0.07247764617204666,-0.07610676437616348,-0.07962888479232788,-0.08321178704500198,-0.08669339865446091,-0.0901862382888794,-0.09368336945772171,-0.09713152796030045,-0.10067168623209,-0.10413031280040741,-0.10768155753612518,-0.11113815754652023,-0.11466886103153229,-0.11806827783584595,-0.12147219479084015,-0.12483412772417068,-0.12814393639564514,-0.13153278827667236,-0.13488370180130005,-0.13832755386829376,-0.14169467985630035,-0.14511798322200775,-0.14842341840267181,-0.15173766016960144,-0.1550000160932541,-0.15821368992328644,-0.16149111092090607,-0.16473731398582458,-0.1681327223777771,-0.17155112326145172,-0.17509955167770386,-0.17859448492527008,-0.18219082057476044,-0.1857345849275589,-0.1892477124929428,-0.19276805222034454,-0.19619593024253845,-0.19964376091957092,-0.2030036300420761,-0.20638328790664673,-0.20970584452152252,-0.213068887591362,-0.2164241373538971,-0.2198140025138855,-0.22327324748039246,-0.22672969102859497,-0.23031219840049744,-0.23383653163909912,-0.23743072152137756,-0.24093180894851685,-0.24444684386253357,-0.24786320328712463,-0.25121235847473145,-0.2545553743839264,-0.25784891843795776,-0.26121100783348083,-0.2645285129547119,-0.2679084539413452,-0.27120789885520935,-0.2745450437068939,-0.27782148122787476,-0.28110429644584656,-0.28441116213798523,-0.2876680791378021,-0.29103443026542664,-0.29437536001205444,-0.2978615164756775,-0.301306813955307,-0.30483272671699524,-0.3082844614982605,-0.3117218017578125,-0.31502243876457214,-0.31820446252822876,-0.32132092118263245,-0.32430168986320496,-0.32728350162506104,-0.33013594150543213,-0.3330497741699219,-0.33590638637542725,-0.33887070417404175,-0.34183546900749207,-0.3449162542819977,-0.348080039024353,-0.35128745436668396,-0.3545718789100647,-0.3578836917877197,-0.3612719476222992,-0.3645872473716736,-0.36793914437294006,-0.3711683452129364,-0.3743925988674164,-0.3774869441986084,-0.38054385781288147,-0.3835451304912567,-0.3865250051021576,-0.3895244002342224,-0.3925396203994751,-0.39563843607902527,-0.3987593650817871,-0.4019480347633362,-0.40510988235473633,-0.40828415751457214,-0.4113885164260864,-0.4144549071788788,-0.417472779750824,-0.42048409581184387,-0.42344069480895996,-0.42635494470596313,-0.4291984438896179,-0.43199867010116577,-0.43472325801849365,-0.4374045431613922,-0.4400622248649597,-0.44273805618286133,-0.44544047117233276,-0.4482477009296417,-0.4511234164237976,-0.4541126489639282,-0.4571073055267334,-0.4601587653160095,-0.4631901979446411,-0.46618738770484924,-0.4691193699836731,-0.4719652533531189,-0.47476667165756226,-0.4774537682533264,-0.48012781143188477,-0.48272642493247986,-0.4853331744670868,-0.4879109859466553,-0.49054574966430664,-0.493216335773468,-0.4959273338317871,-0.4986460506916046,-0.5013793706893921,-0.5040796399116516,-0.5067062377929688,-0.5092719197273254,-0.5117364525794983,-0.5141873955726624,-0.5165454149246216,-0.518887996673584,-0.5211613178253174,-0.5234525799751282,-0.5257161855697632,-0.5279906392097473,-0.5302827954292297,-0.5326089859008789,-0.5349742770195007,-0.5373647212982178,-0.5397995710372925,-0.5422424077987671,-0.5447431802749634,-0.5472232699394226,-0.5497832298278809,-0.5523190498352051,-0.55489581823349,-0.5574144124984741,-0.5598872900009155,-0.5622968077659607,-0.5646312832832336,-0.5668901205062866,-0.5690726637840271,-0.5712214112281799,-0.5733224749565125,-0.5754380226135254,-0.5774898529052734,-0.5795855522155762,-0.5816842317581177,-0.5838226675987244,-0.5860050916671753,-0.5882388949394226,-0.5904825329780579,-0.5926994681358337,-0.594852864742279,-0.5969295501708984,-0.5989649891853333,-0.6009351015090942,-0.6028717160224915,-0.6047790050506592,-0.6066543459892273,-0.6085301041603088,-0.6103686690330505,-0.6121823191642761,-0.6139620542526245,-0.6157885789871216,-0.6176090240478516,-0.6194775104522705,-0.6213918924331665,-0.6233566403388977,-0.6253455281257629,-0.6273174285888672,-0.6292838454246521,-0.6312141418457031,-0.6331348419189453,-0.6350440382957458,-0.6369277238845825,-0.6388105154037476,-0.6406493782997131,-0.6425082683563232,-0.6442969441413879,-0.6461153626441956,-0.6479006409645081,-0.6497054696083069,-0.6514680981636047,-0.653204619884491,-0.654983639717102,-0.656692624092102,-0.6583647727966309,-0.6600598096847534,-0.6618492007255554,-0.6636764407157898,-0.665503740310669,-0.6673110127449036,-0.6690889000892639,-0.6708025932312012,-0.6724714636802673,-0.6741499304771423,-0.6757926344871521,-0.6773969531059265,-0.6788957118988037,-0.6802982687950134,-0.681549608707428,-0.68272864818573,-0.6837989091873169,-0.6848345398902893,-0.6858699321746826,-0.6869391798973083,-0.6881086230278015,-0.6892538666725159,-0.6904720067977905,-0.6916869878768921,-0.6930177807807922,-0.6943422555923462,-0.6956994533538818,-0.6969443559646606,-0.6981528997421265,-0.6992884874343872,-0.700397253036499,-0.7014474272727966,-0.702537477016449,-0.7036269903182983,-0.7047959566116333,-0.7059944272041321,-0.7072858810424805,-0.708609938621521,-0.7099871039390564,-0.7113579511642456,-0.7127298712730408,-0.7140668034553528,-0.7153638005256653,-0.7166293859481812,-0.7178478240966797,-0.7190678119659424,-0.720241367816925,-0.7214420437812805,-0.7226077914237976,-0.7238278985023499,-0.7250537276268005,-0.7263355851173401,-0.7275701761245728,-0.7288281917572021,-0.730032205581665,-0.7312068343162537,-0.7322754263877869,-0.7332524657249451,-0.734093189239502,-0.7348233461380005,-0.7354109883308411,-0.7358181476593018,-0.7360094785690308,-0.7359416484832764,-0.7355751395225525,-0.7348864078521729,-0.7338624000549316,-0.7325172424316406,-0.7308694124221802,-0.7289901971817017,-0.7268928289413452,-0.7246800065040588,-0.7223455905914307,-0.7199970483779907,-0.7175890803337097,-0.7152098417282104,-0.7127968072891235,-0.7104741334915161,-0.708173394203186,-0.7059879302978516,-0.70384681224823,-0.7018013000488281,-0.6998117566108704,-0.697913408279419,-0.6960948705673218,-0.694330096244812,-0.6926465630531311,-0.6909899115562439,-0.6894181966781616,-0.6878626346588135,-0.6863676905632019,-0.6848646402359009,-0.6833673119544983,-0.6818199157714844,-0.6803175806999207,-0.6788216233253479,-0.6774500012397766,-0.6761464476585388,-0.6750147938728333,-0.6739334464073181,-0.6729854345321655,-0.6720966100692749,-0.6712878942489624,-0.67049640417099,-0.6697093844413757,-0.668913722038269,-0.6680980324745178,-0.667286217212677,-0.6664556264877319,-0.6656648516654968,-0.664862334728241,-0.6641197800636292,-0.6633981466293335,-0.6627074480056763,-0.6619967222213745,-0.6612156629562378,-0.6603309512138367,-0.6593893766403198,-0.6583921313285828,-0.6574296951293945,-0.6565046310424805,-0.6555149555206299,-0.6544517874717712,-0.6533123850822449,-0.6521469354629517,-0.6509595513343811,-0.6497902870178223,-0.6485569477081299,-0.6472861170768738,-0.6459212899208069,-0.6444867849349976,-0.6429696083068848,-0.6413358449935913,-0.6395407915115356,-0.6376448273658752,-0.6357235908508301,-0.6339291930198669,-0.6321517825126648,-0.6303543448448181,-0.6285513639450073,-0.6267862915992737,-0.6250911951065063,-0.6234326362609863,-0.6218242645263672,-0.6202906966209412,-0.6188185811042786,-0.6172658205032349,-0.6157228946685791,-0.6142382025718689,-0.6128718852996826,-0.6116833090782166,-0.6106104254722595,-0.6095614433288574,-0.608542799949646,-0.6075217723846436,-0.6065128445625305,-0.6054834127426147,-0.6044594049453735,-0.6034208536148071,-0.6023868918418884,-0.6013398170471191,-0.6003056168556213,-0.5992708802223206,-0.59821617603302,-0.5971553921699524,-0.5961193442344666,-0.5951068997383118,-0.5941196084022522,-0.5931956171989441,-0.592214822769165,-0.5911510586738586,-0.5900505781173706,-0.5890125036239624,-0.5880509614944458,-0.5872129797935486,-0.5864697694778442,-0.5856207013130188,-0.5846859216690063,-0.583557665348053,-0.5822839140892029,-0.5808122158050537,-0.5792852640151978,-0.5777612328529358,-0.5761294364929199,-0.5744487643241882,-0.5727437734603882,-0.5710244178771973,-0.5691869258880615,-0.5674879550933838,-0.565936267375946,-0.5644887089729309,-0.5630005598068237,-0.5613980889320374,-0.5598514080047607,-0.558117687702179,-0.5562629699707031,-0.5544273257255554,-0.5526578426361084,-0.5510208010673523,-0.5494149327278137,-0.5478028655052185,-0.546105682849884,-0.544579267501831,-0.5430315732955933,-0.5414400696754456,-0.539871335029602,-0.5383664965629578,-0.5370017290115356,-0.5356726050376892,-0.5344377756118774,-0.5331500172615051,-0.5317904949188232,-0.5303956270217896,-0.5290452837944031,-0.5277071595191956,-0.5262179970741272,-0.5247536897659302,-0.5232740640640259,-0.5219717621803284,-0.5207937955856323,-0.5197002291679382,-0.5187162160873413,-0.5177589058876038,-0.5168505311012268,-0.5158699154853821,-0.5148834586143494,-0.5139123201370239,-0.5125347375869751,-0.5115760564804077,-0.5107004642486572,-0.5099717378616333,-0.5090521574020386,-0.5081568956375122,-0.5071038007736206,-0.5061007142066956,-0.5049033761024475,-0.5033941864967346,-0.50177401304245,-0.5003693103790283,-0.4991624355316162,-0.498041570186615,-0.49680617451667786,-0.49568167328834534,-0.49461835622787476,-0.49343395233154297,-0.49234098196029663,-0.49087581038475037,-0.4893084466457367,-0.4876295328140259,-0.48591965436935425,-0.48416393995285034,-0.48238810896873474,-0.48058921098709106,-0.47879454493522644,-0.47703033685684204,-0.4753877818584442,-0.47353649139404297,-0.47176486253738403,-0.4700300991535187,-0.4683721661567688,-0.46683230996131897,-0.4653718173503876,-0.46400007605552673,-0.46272242069244385,-0.46149495244026184,-0.46030980348587036,-0.45915547013282776,-0.45805707573890686,-0.4570144712924957,-0.45605477690696716,-0.4551994800567627,-0.4544803500175476,-0.453914076089859,-0.45351383090019226,-0.4533351957798004,-0.4535176455974579,-0.45410943031311035,-0.45511919260025024,-0.45655351877212524,-0.45837751030921936,-0.46057477593421936,-0.4630924463272095,-0.46587061882019043,-0.4688360393047333,-0.4719274640083313,-0.475077360868454,-0.4782642722129822,-0.4814456105232239,-0.4846128821372986,-0.48775699734687805,-0.4908526539802551,-0.49389809370040894,-0.4968510866165161,-0.4997372031211853,-0.5025210380554199,-0.5051792860031128,-0.5077180862426758,-0.5101255178451538,-0.5124003291130066,-0.5145780444145203,-0.5166651606559753,-0.5186821222305298,-0.5206218957901001,-0.5225281119346619,-0.5244170427322388,-0.526251494884491,-0.5280687212944031,-0.5297769904136658,-0.5314160585403442,-0.5328165292739868,-0.5340779423713684,-0.5352519750595093,-0.5363678932189941,-0.5374553203582764,-0.5384981036186218,-0.5394649505615234,-0.5403483510017395,-0.5411456227302551,-0.5418776273727417,-0.542549192905426,-0.5431951880455017,-0.5440376996994019,-0.5451327562332153,-0.5463436841964722,-0.5477648377418518,-0.549129068851471,-0.5505512356758118,-0.5518656969070435,-0.5531089901924133,-0.5543026924133301,-0.5556625127792358,-0.5571410059928894,-0.5586426258087158,-0.5601909160614014,-0.5618180632591248,-0.5638344883918762,-0.5660544037818909,-0.5690906643867493,-0.5726946592330933,-0.5767251253128052,-0.5807316303253174,-0.5846642255783081,-0.5885205268859863,-0.5921511650085449,-0.5957574844360352,-0.5990786552429199,-0.6021706461906433,-0.604955792427063,-0.6074873805046082,-0.610005795955658,-0.6124482154846191,-0.615044891834259,-0.6176682710647583,-0.6204765439033508,-0.6233680844306946,-0.6261208653450012,-0.6290187835693359,-0.6317562460899353,-0.6346292495727539,-0.6375077962875366,-0.6401826739311218,-0.6428133845329285,-0.6452330946922302,-0.6476249098777771,-0.6498847007751465,-0.651986300945282,-0.654148519039154,-0.6562212705612183,-0.6584048867225647,-0.6606716513633728,-0.6630128026008606,-0.6654688119888306,-0.6677947044372559,-0.6702069640159607,-0.6726046800613403,-0.674988865852356,-0.6774831414222717,-0.6797714829444885,-0.682076632976532,-0.6843007802963257,-0.686351478099823,-0.6884933710098267,-0.6905966997146606,-0.6927366256713867,-0.6949260234832764,-0.6971797943115234,-0.6997065544128418,-0.7022342085838318,-0.7047789692878723,-0.7073811888694763,-0.7098800539970398,-0.7125786542892456,-0.7153311967849731,-0.7179076075553894,-0.7205179929733276,-0.7229861617088318,-0.7254015207290649,-0.727769672870636,-0.7299998998641968,-0.7322970628738403,-0.7345459461212158,-0.7367129921913147,-0.7389823198318481,-0.7413054704666138,-0.7437615990638733,-0.7462022304534912,-0.7485138773918152,-0.7509039044380188,-0.753222644329071,-0.7555183172225952,-0.7580071091651917,-0.7603821754455566,-0.762768566608429,-0.7651268839836121,-0.7673382759094238,-0.7696192860603333,-0.7718373537063599,-0.7739088535308838,-0.7760844826698303,-0.7781980633735657,-0.7802382707595825,-0.7822821140289307,-0.7842281460762024,-0.7862873077392578,-0.7883942127227783,-0.7904132604598999,-0.7925437688827515,-0.7946484684944153,-0.7966261506080627,-0.7987253665924072,-0.8008638620376587,-0.8030225038528442,-0.8052274584770203,-0.807327926158905,-0.8094579577445984,-0.8115846514701843,-0.8135854005813599,-0.8156543970108032,-0.8176867365837097,-0.8195599913597107,-0.8215254545211792,-0.8234727382659912,-0.8253360986709595,-0.8272673487663269,-0.8291386961936951,-0.830975353717804,-0.8328332304954529,-0.8346184492111206,-0.8364465236663818,-0.8383339047431946,-0.8402064442634583,-0.8421525955200195,-0.8440481424331665,-0.8457971215248108,-0.8475866317749023,-0.8493081331253052,-0.8509166240692139,-0.8525782823562622,-0.8542072772979736,-0.8558294773101807,-0.8575395345687866,-0.8592206239700317,-0.8609324097633362,-0.8626537919044495,-0.8642544746398926,-0.8659120798110962,-0.8675678968429565,-0.8691005110740662,-0.8707518577575684,-0.8724015355110168,-0.873957097530365,-0.8756175637245178,-0.877230167388916,-0.8787996768951416,-0.8804133534431458,-0.8819493651390076,-0.8835030198097229,-0.8850703835487366,-0.8865493535995483,-0.8881116509437561,-0.889674186706543,-0.8911451101303101,-0.8927220702171326,-0.8942898511886597,-0.8957804441452026,-0.8973422646522522,-0.8988766670227051,-0.90037602186203,-0.9019045829772949,-0.9033811092376709,-0.9048792719841003,-0.9064012169837952,-0.9078589677810669,-0.9093711972236633,-0.9108955264091492,-0.9123156070709229,-0.9138081669807434,-0.9152945876121521,-0.9166671633720398,-0.9180871844291687,-0.9194687008857727,-0.9207538962364197,-0.9220688343048096,-0.923332691192627,-0.9245559573173523,-0.9258046746253967,-0.9270077347755432,-0.9282238483428955,-0.9294669032096863,-0.9306195974349976,-0.9318259358406067,-0.9330747723579407,-0.9342280030250549,-0.9354638457298279,-0.9367325901985168,-0.9379265904426575,-0.939176082611084,-0.9404054880142212,-0.9415807723999023,-0.9427846670150757,-0.9436817169189453,-0.9445415139198303,-0.9454477429389954,-0.9462385773658752,-0.9471182227134705,-0.9480756521224976,-0.9489694833755493,-0.9499577283859253,-0.9509941339492798,-0.9519882798194885,-0.9530718326568604,-0.954159677028656,-0.9552302956581116,-0.9563587307929993,-0.9574400186538696,-0.9585305452346802,-0.9596520662307739,-0.9606680274009705,-0.9617229104042053,-0.9627789258956909,-0.963735818862915,-0.9647220373153687,-0.9656726717948914,-0.9665527939796448,-0.9674639105796814,-0.9683265686035156,-0.969153642654419,-0.9699932336807251,-0.9707527160644531,-0.9715191721916199,-0.9722979664802551,-0.9730114340782166,-0.9737507700920105,-0.9744879007339478,-0.9751782417297363,-0.9758676886558533,-0.9764956831932068,-0.9770908951759338,-0.977677047252655,-0.9781907200813293,-0.9787120223045349,-0.9792371392250061,-0.9797250628471375,-0.9802469611167908,-0.9807704091072083,-0.9813063740730286,-0.9818525314331055,-0.9823619723320007,-0.9828993678092957,-0.9834213852882385,-0.983878493309021,-0.9843740463256836,-0.9848499894142151,-0.9852769374847412,-0.9857315421104431,-0.986147940158844,-0.9865550398826599,-0.9869610071182251,-0.9872985482215881,-0.9876762628555298,-0.9880158305168152,-0.9882915616035461,-0.9886365532875061,-0.9889472126960754,-0.9892390966415405,-0.9895761013031006,-0.9898619651794434,-0.9901672005653381,-0.9904769062995911,-0.9907233119010925,-0.991016149520874,-0.9912638664245605,-0.9914628267288208,-0.9917065501213074,-0.9918925166130066,-0.9920738935470581,-0.9922776818275452,-0.9924147129058838,-0.9925745725631714,-0.9927119612693787,-0.9927928447723389,-0.9929074048995972,-0.9929636120796204,-0.9930092096328735,-0.9930728673934937,-0.9930838942527771,-0.9931169748306274,-0.9931316375732422,-0.9931105375289917,-0.9931121468544006,-0.9930769801139832,-0.993051290512085,-0.9930262565612793,-0.9929863810539246,-0.9929803013801575,-0.9929624795913696,-0.99298495054245,-0.9930055141448975,-0.9930549263954163,-0.9931238293647766,-0.9931819438934326,-0.9932703375816345,-0.993327260017395,-0.993412971496582,-0.993475079536438,-0.9935522079467773,-0.9936338067054749,-0.9937015175819397,-0.9938070774078369,-0.9938839077949524,-0.9939998388290405,-0.9940952658653259,-0.9941984415054321,-0.9943113327026367,-0.9944051504135132,-0.9945213794708252,-0.994611918926239,-0.9947211146354675,-0.9948064088821411,-0.9948923587799072,-0.9949772357940674,-0.9950418472290039,-0.9951160550117493,-0.9951731562614441,-0.9952422380447388,-0.9952945113182068,-0.9953542351722717,-0.9954110980033875,-0.9954647421836853,-0.995530903339386,-0.9955830574035645,-0.995651364326477,-0.9957019686698914,-0.9957640171051025,-0.9958178400993347,-0.9958614110946655,-0.99591064453125,-0.9959384799003601,-0.9959800839424133,-0.9959999918937683,-0.9960309267044067,-0.99605393409729,-0.9960740208625793,-0.9960970282554626,-0.9961121678352356,-0.9961385726928711,-0.9961519837379456,-0.9961783289909363,-0.9961980581283569,-0.9962194561958313,-0.996242105960846,-0.9962557554244995,-0.9962812662124634,-0.9962953329086304,-0.9963207244873047,-0.9963396787643433,-0.9963620901107788,-0.9963833093643188,-0.9964009523391724,-0.996418833732605,-0.9964291453361511,-0.9964419007301331,-0.9964457750320435,-0.9964472651481628,-0.9964444637298584,-0.9964364171028137,-0.996427595615387,-0.996416449546814,-0.9964046478271484,-0.9963981509208679,-0.996390163898468,-0.9963841438293457,-0.9963846206665039,-0.9963839650154114,-0.9963857531547546,-0.9963854551315308,-0.9963829517364502,-0.996379554271698,-0.9963737726211548,-0.9963647723197937,-0.9963563680648804,-0.9963477253913879,-0.9963392615318298,-0.9963319897651672,-0.9963264465332031,-0.9963221549987793,-0.9963145852088928,-0.9963094592094421,-0.9963022470474243,-0.9962972402572632,-0.9962909817695618,-0.9962820410728455,-0.9962735772132874,-0.996272087097168,-0.9962658882141113,-0.9962555170059204,-0.9962446093559265,-0.9962236285209656,-0.9962131977081299,-0.9961897730827332,-0.9961703419685364,-0.9961420297622681,-0.9961152672767639,-0.9960840940475464,-0.9960538744926453,-0.9960229396820068,-0.9959877729415894,-0.9959607124328613,-0.9959284663200378,-0.995907187461853,-0.9958805441856384,-0.9958599805831909,-0.9958385825157166,-0.9958187341690063,-0.9957966804504395,-0.9957741498947144,-0.9957496523857117,-0.9957247376441956,-0.9957020878791809,-0.9956754446029663,-0.9956539869308472,-0.9956230521202087,-0.9955995082855225,-0.9955702424049377,-0.995543360710144,-0.9955137372016907,-0.9954800009727478,-0.9954487085342407,-0.9954115152359009,-0.9953800439834595,-0.9953392744064331,-0.9953059554100037,-0.9952651858329773,-0.9952330589294434,-0.9951964616775513,-0.9951648712158203,-0.9951324462890625,-0.9950973987579346,-0.9950681328773499,-0.9950363039970398,-0.9950109720230103,-0.9949785470962524,-0.9949502944946289,-0.9949172139167786,-0.9948865175247192,-0.9948523640632629,-0.9948198199272156,-0.9947832822799683,-0.9947466254234314,-0.9947101473808289,-0.9946662783622742,-0.9946292638778687,-0.9945834875106812,-0.9945512413978577,-0.9945091009140015,-0.9944661259651184,-0.994426965713501,-0.9943848252296448,0.9943495988845825,0.9943066239356995,0.99427330493927,0.9942418932914734,0.9942088723182678,0.9941816329956055,0.9941518902778625,0.9941309690475464,0.9941048622131348,0.9940792322158813,0.9940574169158936,0.9940318465232849,0.9940119981765747,0.9939899444580078,0.9939676523208618,0.9939548373222351,0.9939391613006592,0.993932843208313,0.9939290881156921,0.9939273595809937,0.9939338564872742,0.9939297437667847,0.9939238429069519,0.993928074836731,0.9939282536506653,0.9939193725585938,0.9939069151878357,0.9938880205154419,0.9938654899597168,0.9938273429870605,0.9937765002250671,0.9937155246734619,0.9936398863792419,0.9935512542724609,0.9934656620025635,0.9933619499206543,0.9932493567466736,0.9931427240371704,0.9930271506309509,0.9929009079933167,0.9927651286125183,0.9926168322563171,0.9924649596214294,0.9923010468482971,0.9921241402626038,0.991940975189209,0.9917336106300354,0.9915047883987427,0.9912520051002502,0.9909824132919312,0.9906942844390869,0.9903936982154846,0.9900861978530884,0.9897882342338562,0.9895130395889282,0.9892498254776001,0.9889760613441467,0.988707423210144,0.9884681105613708,0.9882603287696838,0.9880567193031311,0.9878292083740234,0.9875811338424683,0.9873023629188538,0.9869816899299622,0.986613929271698,0.986208438873291,0.9857769012451172,0.9853739142417908,0.9849940538406372,0.9846093654632568,0.9842079281806946,0.9838159680366516,0.983469545841217,0.9831641912460327,0.9828438758850098,0.9824793934822083,0.9820718169212341,0.981627345085144,0.9812033176422119,0.9808051586151123,0.9804243445396423,0.9800379276275635,0.9796112179756165,0.9792389869689941,0.9788700342178345,0.9784352779388428,0.9779205918312073,0.977363646030426,0.9767763018608093,0.9761303663253784,0.9754927158355713,0.9748366475105286,0.9741599559783936,0.9735026359558105,0.9729006290435791,0.9722703099250793,0.9715657234191895,0.9708395600318909,0.9701218605041504,0.9694066047668457,0.9686829447746277,0.9679812788963318,0.9672562479972839,0.9665107727050781,0.9657936692237854,0.9651055335998535,0.9643992185592651,0.9636143445968628,0.9627958536148071,0.9619256258010864,0.9609782695770264,0.9599813222885132,0.9589866399765015,0.9580114483833313,0.9569808840751648,0.9559502601623535,0.954901397228241,0.9537953734397888,0.9527088403701782,0.9516467452049255,0.9505718350410461,0.9494505524635315,0.9483410120010376,0.9472207427024841,0.9460273385047913,0.9448328018188477,0.9436348676681519,0.9423949122428894,0.9411224126815796,0.9398553371429443,0.9385426640510559,0.9371240735054016,0.935700535774231,0.9342785477638245,0.9328030347824097,0.9313161969184875,0.9298527240753174,0.9283912181854248,0.9268850088119507,0.9254166483879089,0.923975944519043,0.9224823713302612,0.9210010766983032,0.9195348024368286,0.9180436730384827,0.9165216684341431,0.9150394201278687,0.9135745763778687,0.9120475649833679,0.9105760455131531,0.9091452956199646,0.9076952338218689,0.9062460660934448,0.9048475623130798,0.9034820795059204,0.9020631909370422,0.9006980061531067,0.8993740081787109,0.898038923740387,0.896679699420929,0.8953340649604797,0.8940112590789795,0.8926339149475098,0.8912814855575562,0.8899514675140381,0.8886066675186157,0.8872433304786682,0.8859040141105652,0.8845881819725037,0.8832297325134277,0.8818816542625427,0.8805289268493652,0.8791658282279968,0.8777573108673096,0.876349687576294,0.8749179840087891,0.8734298944473267,0.8719104528427124,0.8703339695930481,0.8687084317207336,0.8669825792312622,0.8652421832084656,0.8635572195053101,0.8617955446243286,0.859968364238739,0.8580590486526489,0.8561088442802429,0.8540871739387512,0.8520957231521606,0.8501107096672058,0.848152756690979,0.8461828827857971,0.8442429304122925,0.8422760963439941,0.8402588367462158,0.8382128477096558,0.8361658453941345,0.8341560363769531,0.8320590853691101,0.8299502730369568,0.8277679681777954,0.8256279826164246,0.8234748840332031,0.8213629126548767,0.8192692399024963,0.8171669840812683,0.8150328397750854,0.8128730058670044,0.8106566667556763,0.8084372878074646,0.8062372207641602,0.8040539026260376,0.8019365072250366,0.7998853325843811,0.7979751825332642,0.7961304187774658,0.7943338751792908,0.7925899028778076,0.7909458875656128,0.7893891334533691,0.7878987193107605,0.7864456176757812,0.7849652171134949,0.7834845185279846,0.782011091709137,0.7805336713790894,0.7790279984474182,0.7774817943572998,0.7758693099021912,0.7741926908493042,0.7725061774253845,0.7708762884140015,0.769193708896637,0.7674974799156189,0.7657648324966431,0.7640278935432434,0.7623257637023926,0.7606790661811829,0.7590437531471252,0.7574455142021179,0.7558902502059937,0.7543245553970337,0.7527719736099243,0.7511712312698364,0.749541699886322,0.7478774189949036,0.7462862133979797,0.7447167634963989,0.7431997656822205,0.7416587471961975,0.7400346398353577,0.7383450269699097,0.736635148525238,0.7349015474319458,0.7332229018211365,0.7315969467163086,0.730008065700531,0.7284865379333496,0.727017879486084,0.7255845069885254,0.7242012619972229,0.7228443026542664,0.7215142250061035,0.7202181816101074,0.7189611792564392,0.7177385091781616,0.7165533900260925,0.7153890132904053,0.7142544388771057,0.7131405472755432,0.7120471596717834,0.7109618782997131,0.7098775506019592,0.7088123559951782,0.7077611088752747,0.7067239284515381,0.7057281732559204,0.7047815918922424,0.7038748860359192,0.7030384540557861,0.7022697925567627,0.7015506625175476,0.7009062767028809,0.7003204226493835,0.6997883319854736,0.6993139386177063,0.698906660079956,0.6985416412353516,0.6982289552688599,0.6979773044586182,0.697761058807373,0.6975892186164856,0.6974678039550781,0.6973733901977539,0.6973052620887756,0.6972801089286804,0.6972730755805969,0.6972891688346863,0.6973439455032349,0.6974155902862549,0.6975031495094299,0.6976301670074463,0.6977677345275879,0.697914183139801,0.6980956792831421,0.6982824206352234,0.698468804359436,0.6986860632896423,0.6989099383354187,0.6991369724273682,0.6993950605392456,0.6996446251869202,0.6998878121376038,0.7001532912254333,0.7004074454307556,0.700648307800293,0.700903594493866,0.7011326551437378,0.7013527750968933,0.7015888690948486,0.7017901539802551,0.7019878029823303,0.7021960616111755,0.7023682594299316,0.7025352716445923,0.7027073502540588,0.7028546929359436,0.7030037641525269,0.7031474709510803,0.703268826007843,0.7033970952033997,0.7035253047943115,0.7036322355270386,0.7037559151649475,0.7038671374320984,0.7039629220962524,0.7040801048278809,0.704189121723175,0.704296350479126,0.7044288516044617,0.7045544981956482,0.7046872973442078,0.7048383951187134,0.7049828171730042,0.7051364779472351,0.70530104637146,0.7054635882377625,0.7056404948234558,0.7058175206184387,0.70598965883255,0.7061774730682373,0.7063565254211426,0.706527054309845,0.7067165374755859,0.7068942785263062,0.707064688205719,0.7072421908378601,0.7073957324028015,0.7075402736663818,0.707682728767395,0.7078000903129578,0.7079160213470459,0.708025336265564,0.7081179618835449,0.7082201838493347,0.7083219289779663,0.7084169387817383,0.7085322141647339,0.7086385488510132,0.7087472081184387,0.7088680267333984,0.7089826464653015,0.7091052532196045,0.7092220187187195,0.7093300223350525,0.7094491720199585,0.709547758102417,0.7096431255340576,0.7097377777099609,0.7098206877708435,0.7099093198776245,0.7099922895431519,0.7100669145584106,0.7101548314094543,0.7102283239364624,0.7103059887886047,0.7103829383850098,0.7104507088661194,0.7105298638343811,0.7105987071990967,0.7106658816337585,0.7107375264167786,0.7107988595962524,0.7108615040779114,0.7109156847000122,0.7109578251838684,0.7109971642494202,0.7110199928283691,0.7110379934310913,0.7110440731048584,0.7110369801521301,0.7110291719436646,0.7110055685043335,0.710978090763092,0.7109465003013611,0.7109026908874512,0.7108663320541382,0.7108184099197388,0.7107713222503662,0.7107259035110474,0.7106755971908569,0.7106344699859619,0.710593581199646,0.7105513215065002,0.7105138897895813,0.7104758620262146,0.7104443311691284,0.7104111313819885,0.7103789448738098,0.7103481292724609,0.7103163599967957,0.7102872729301453,0.7102605700492859,0.7102293968200684,0.7102044224739075,0.7101753354072571,0.7101491093635559,0.7101218104362488,0.7100951671600342,0.7100719213485718,0.7100453972816467,0.7100238800048828,0.7100027799606323,0.7099812626838684,0.7099635601043701,0.7099425196647644,0.7099254131317139,0.7099069952964783,0.70988929271698,0.7098730206489563,0.7098550200462341,0.7098411321640015,0.7098276019096375,0.7098101377487183,0.709800124168396,0.7097823619842529,0.7097698450088501,0.7097557187080383,0.7097415328025818,0.709727942943573,0.7097113728523254,0.7096940875053406,0.7096774578094482,0.7096598744392395,0.7096434831619263,0.709622323513031,0.7096026539802551,0.7095807194709778,0.7095578908920288,0.7095348238945007,0.7095117568969727,0.7094874382019043,0.7094653844833374,0.7094434499740601,0.7094233632087708,0.7094025611877441,0.7093855142593384,0.7093701362609863,0.7093563675880432,0.7093462944030762,0.709341287612915,0.7093357443809509,0.7093383073806763,0.7093421220779419,0.7093493342399597,0.7093583941459656,0.709372878074646,0.7093889713287354,0.7094083428382874,0.709428071975708,0.7094514966011047,0.7094715237617493,0.7094882726669312,0.7095094323158264,0.7095249891281128,0.7095384001731873,0.7095474004745483,0.7095535397529602,0.7095597982406616,0.7095650434494019,0.7095689177513123],"data_absolute_yaw_rate_per_second":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0014339089393615723,0.0014430880546569824,0.0014404654502868652,0.0014342665672302246,0.001415550708770752,0.001393139362335205,0.0013648271560668945,0.0013276934623718262,0.0012944936752319336,0.0012527704238891602,0.001208484172821045,0.00115889310836792,0.0011026859283447266,0.0010409951210021973,0.0009748935699462891,0.0009024143218994141,0.0008220076560974121,0.0007436275482177734,0.000655829906463623,0.0005717277526855469,0.00048357248306274414,0.0003962516784667969,0.00031113624572753906,0.00022488832473754883,0.00014519691467285156,6.443262100219727e-05,1.2576580047607422e-05,8.398294448852539e-05,0.00015813112258911133,0.00022643804550170898,0.0003018975257873535,0.00036972761154174805,0.0004448890686035156,0.0005179047584533691,0.0005950927734375,0.000673830509185791,0.0007562041282653809,0.0008515715599060059,0.0009364485740661621,0.0010420680046081543,0.0011359453201293945,0.0012473464012145996,0.0013483762741088867,0.0014646053314208984,0.0015816688537597656,0.0017012357711791992,0.0018260478973388672,0.001939535140991211,0.002065300941467285,0.0021893978118896484,0.0023180246353149414,0.0024494528770446777,0.0025827884674072266,0.0027205944061279297,0.0028558969497680664,0.0030018091201782227,0.0031458139419555664,0.003297090530395508,0.0034470558166503906,0.0035951733589172363,0.0037519335746765137,0.0038823485374450684,0.00401073694229126,0.0041086673736572266,0.004203617572784424,0.004285752773284912,0.004351437091827393,0.004428744316101074,0.004482388496398926,0.0045441389083862305,0.004590451717376709,0.0046329498291015625,0.004673182964324951,0.004698216915130615,0.004729270935058594,0.004739105701446533,0.004759430885314941,0.004768013954162598,0.00477832555770874,0.004798948764801025,0.0048087239265441895,0.004839122295379639,0.004859626293182373,0.004904627799987793,0.004954099655151367,0.005015373229980469,0.005107879638671875,0.00520014762878418,0.005332529544830322,0.005464673042297363,0.005628228187561035,0.005814552307128906,0.006015360355377197,0.006249666213989258,0.006497621536254883,0.006780445575714111,0.007066905498504639,0.007395267486572266,0.0077326297760009766,0.008103907108306885,0.008490979671478271,0.008902311325073242,0.009341955184936523,0.009804606437683105,0.010315477848052979,0.010867416858673096,0.011475324630737305,0.012137413024902344,0.012847542762756348,0.013625860214233398,0.014471173286437988,0.015379548072814941,0.016365647315979004,0.017397284507751465,0.018493592739105225,0.019616663455963135,0.020778894424438477,0.021962106227874756,0.023140251636505127,0.02435201406478882,0.0255468487739563,0.026833176612854004,0.02811366319656372,0.029458165168762207,0.03080695867538452,0.03216773271560669,0.03356659412384033,0.03495943546295166,0.03645449876785278,0.03790491819381714,0.03937685489654541,0.04073286056518555,0.04201692342758179,0.043197572231292725,0.04433333873748779,0.04545372724533081,0.04658031463623047,0.04774516820907593,0.048858702182769775,0.04993331432342529,0.051010191440582275,0.05205351114273071,0.05317413806915283,0.05425220727920532,0.0554690957069397,0.056623995304107666,0.05789905786514282,0.05923151969909668,0.06069052219390869,0.06221628189086914,0.06368821859359741,0.06518381834030151,0.06661075353622437,0.06813812255859375,0.06975424289703369,0.07126939296722412,0.07291167974472046,0.07442772388458252,0.0760502815246582,0.07758748531341553,0.07910627126693726,0.0806502103805542,0.08218085765838623,0.08387267589569092,0.08548325300216675,0.08702105283737183,0.08828186988830566,0.08944690227508545,0.09058040380477905,0.09163004159927368,0.09262758493423462,0.09346753358840942,0.09417390823364258,0.09491080045700073,0.09554815292358398,0.09632134437561035,0.0969744324684143,0.09769755601882935,0.09836548566818237,0.09923446178436279,0.10020393133163452,0.10114145278930664,0.10201007127761841,0.10262799263000488,0.10319066047668457,0.10371923446655273,0.10423171520233154,0.10475796461105347,0.10513859987258911,0.10549771785736084,0.10597598552703857,0.10649967193603516,0.10731178522109985,0.10812187194824219,0.10914534330368042,0.10997861623764038,0.11088424921035767,0.11176246404647827,0.11272233724594116,0.11386311054229736,0.11506205797195435,0.1163056492805481,0.1173904538154602,0.11826401948928833,0.1190187931060791,0.11962312459945679,0.12021225690841675,0.12066388130187988,0.12118065357208252,0.12156128883361816,0.1219514012336731,0.12228941917419434,0.12249845266342163,0.12267595529556274,0.12287193536758423,0.12311452627182007,0.1233358383178711,0.12362068891525269,0.12378555536270142,0.12404564023017883,0.12410023808479309,0.12411797046661377,0.12395071983337402,0.123829185962677,0.12397465109825134,0.12428036332130432,0.12476527690887451,0.12503090500831604,0.12526273727416992,0.12539887428283691,0.12558192014694214,0.12591508030891418,0.12606310844421387,0.1264074742794037,0.12649109959602356,0.1268078088760376,0.1269432008266449,0.12703683972358704,0.1269168257713318,0.12647902965545654,0.12618985772132874,0.12578940391540527,0.12582451105117798,0.1257956624031067,0.1259351670742035,0.12600591778755188,0.12604671716690063,0.12627717852592468,0.1264873445034027,0.12679797410964966,0.1270361840724945,0.12726011872291565,0.12738335132598877,0.12749651074409485,0.12760710716247559,0.12771740555763245,0.12775161862373352,0.1277543008327484,0.12751629948616028,0.12719890475273132,0.1268441081047058,0.12656855583190918,0.12654247879981995,0.12651333212852478,0.1266871690750122,0.12662747502326965,0.12669333815574646,0.12649241089820862,0.12646770477294922,0.12640246748924255,0.12637072801589966,0.12646988034248352,0.12639054656028748,0.12655135989189148,0.1264173686504364,0.1265926957130432,0.12647587060928345,0.12668383121490479,0.1267445683479309,0.1269942820072174,0.12731608748435974,0.12758272886276245,0.1279677450656891,0.12802118062973022,0.12827971577644348,0.12823554873466492,0.1285107433795929,0.12862911820411682,0.1288871467113495,0.12904107570648193,0.12913021445274353,0.12929755449295044,0.12930244207382202,0.12954121828079224,0.1295580267906189,0.1299131214618683,0.130202978849411,0.13074737787246704,0.13128244876861572,0.13186603784561157,0.1325000524520874,0.1330253779888153,0.13371753692626953,0.13417986035346985,0.13485339283943176,0.13530674576759338,0.13585171103477478,0.13624796271324158,0.13665223121643066,0.13712185621261597,0.1375499963760376,0.13807636499404907,0.1384703516960144,0.1390720009803772,0.13958638906478882,0.14034536480903625,0.14106440544128418,0.1419072449207306,0.14273083209991455,0.14368599653244019,0.14471304416656494,0.14573580026626587,0.1468093991279602,0.14780405163764954,0.1489131897687912,0.1499105840921402,0.15110279619693756,0.1522216945886612,0.15352633595466614,0.1547859013080597,0.15614455938339233,0.15744730830192566,0.15872815251350403,0.15997783839702606,0.16107605397701263,0.1622823178768158,0.16325804591178894,0.16440777480602264,0.1653890460729599,0.16646844148635864,0.1674712896347046,0.16854460537433624,0.16956090927124023,0.1704907864332199,0.1714228242635727,0.17217892408370972,0.17315785586833954,0.1740381121635437,0.1751667559146881,0.17627942562103271,0.17765334248542786,0.17907030880451202,0.1805211305618286,0.1819123476743698,0.18315769731998444,0.184414803981781,0.18540412187576294,0.18652750551700592,0.18737034499645233,0.18833371996879578,0.18903572857379913,0.18975785374641418,0.190344400703907,0.19088666886091232,0.1914542317390442,0.19197338819503784,0.19273722171783447,0.1933576688170433,0.19418002665042877,0.19477451592683792,0.19562122225761414,0.19630861282348633,0.19714059680700302,0.19785314798355103,0.19853317737579346,0.1992182806134224,0.19974950700998306,0.2004275768995285,0.2007846236228943,0.2013300396502018,0.2015843279659748,0.202073834836483,0.2023368403315544,0.20270443707704544,0.20298774540424347,0.20314239710569382,0.2034100741147995,0.20339997299015522,0.20361527800559998,0.20354782231152058,0.20378383994102478,0.20379500649869442,0.2040254445746541,0.2041030926629901,0.20415770402178168,0.2043775871861726,0.20446760952472687,0.2048602751456201,0.20505899470299482,0.20552325807511806,0.2056385688483715,0.20594927854835987,0.2060276996344328,0.2062134835869074,0.20641116984188557,0.20647377893328667,0.20666616410017014,0.2066539227962494,0.20679255202412605,0.20657433569431305,0.20644012093544006,0.20602859184145927,0.20579053089022636,0.20550968870520592,0.2053094431757927,0.20530136674642563,0.2052401825785637,0.20542749017477036,0.20545092225074768,0.20572175830602646,0.205816350877285,0.20610689371824265,0.20633484423160553,0.20661229640245438,0.20694545656442642,0.2071170061826706,0.20740743726491928,0.20744235068559647,0.20763776451349258,0.2075115144252777,0.20748166739940643,0.20724813640117645,0.20705747604370117,0.2068764567375183,0.20669188350439072,0.2066708579659462,0.20650804042816162,0.20649151504039764,0.20621324703097343,0.2060563676059246,0.2057204768061638,0.20546966046094894,0.20522337406873703,0.20502284169197083,0.20501764863729477,0.20498378574848175,0.2051666807383299,0.20516856014728546,0.20533832721412182,0.2052925080060959,0.20528953708708286,0.2051980523392558,0.2051272438839078,0.20509315142408013,0.20488246227614582,0.2047065794467926,0.2042881497181952,0.20396144408732653,0.2034670952707529,0.20315692201256752,0.20286920480430126,0.20274335332214832,0.20280629955232143,0.2028330098837614,0.20304596796631813,0.20307866483926773,0.20321235060691833,0.2031184546649456,0.20305605232715607,0.202902689576149,0.20279033854603767,0.20272401347756386,0.20258035138249397,0.20252276211977005,0.2022516205906868,0.20206739753484726,0.20171471685171127,0.20147541165351868,0.20119937509298325,0.20097468048334122,0.20084819197654724,0.20069199055433273,0.20072998851537704,0.200635127723217,0.20070241391658783,0.20060290396213531,0.20058364421129227,0.20035357773303986,0.2001361846923828,0.1998487263917923,0.19946756213903427,0.1991395652294159,0.19860315322875977,0.19816607236862183,0.19757883250713348,0.1971760243177414,0.19671748578548431,0.19649283587932587,0.1963423788547516,0.19628743827342987,0.19635818898677826,0.19639258086681366,0.1965346336364746,0.19645452499389648,0.19638802111148834,0.19606879353523254,0.1957981139421463,0.19529612362384796,0.19480927288532257,0.1942974179983139,0.19375695288181305,0.19332846999168396,0.19289585947990417,0.19263480603694916,0.19237607717514038,0.19224219024181366,0.19204099476337433,0.19186002016067505,0.19157451391220093,0.19118165969848633,0.190743088722229,0.19017189741134644,0.18960416316986084,0.18892422318458557,0.18826663494110107,0.1875518262386322,0.18686005473136902,0.18619218468666077,0.18550685048103333,0.18488913774490356,0.18422946333885193,0.1837191879749298,0.1832149624824524,0.18290475010871887,0.18256226181983948,0.18233728408813477,0.18208590149879456,0.181776225566864,0.18145129084587097,0.18093082308769226,0.1803913116455078,0.17959225177764893,0.17882099747657776,0.17789369821548462,0.1770487129688263,0.17618918418884277,0.1755233108997345,0.17501187324523926,0.17460641264915466,0.17434436082839966,0.17409586906433105,0.17394369840621948,0.17365646362304688,0.1733655333518982,0.17286574840545654,0.1723519265651703,0.1716291606426239,0.17080795764923096,0.16987386345863342,0.16888070106506348,0.16783249378204346,0.16671869158744812,0.16569554805755615,0.16466984152793884,0.16380593180656433,0.1629721224308014,0.16231262683868408,0.16169854998588562,0.16119804978370667,0.16069826483726501,0.16025882959365845,0.15977942943572998,0.15925738215446472,0.158655047416687,0.15793925523757935,0.15718692541122437,0.1563471257686615,0.1555016040802002,0.15461775660514832,0.15374863147735596,0.15283837914466858,0.15199732780456543,0.1511349081993103,0.15038710832595825,0.1496855616569519,0.1490994095802307,0.14860054850578308,0.1481766700744629,0.14774447679519653,0.14725899696350098,0.14660516381263733,0.14580613374710083,0.14485234022140503,0.14382779598236084,0.14271295070648193,0.14158880710601807,0.14046695828437805,0.13941073417663574,0.13840341567993164,0.13741564750671387,0.1365082859992981,0.13566076755523682,0.1348825991153717,0.13414433598518372,0.13348090648651123,0.13281089067459106,0.13212919235229492,0.13139009475708008,0.13063779473304749,0.12983477115631104,0.1290552020072937,0.1283378005027771,0.12765580415725708,0.12707406282424927,0.12646198272705078,0.12596285343170166,0.12540894746780396,0.12495404481887817,0.12444806098937988,0.1239892840385437,0.12347745895385742,0.12292182445526123,0.12237465381622314,0.12171834707260132,0.12100005149841309,0.12026023864746094,0.11960679292678833,0.11893326044082642,0.11828047037124634,0.1175277829170227,0.11676985025405884,0.11590677499771118,0.11505705118179321,0.1142626404762268,0.1134958267211914,0.11276566982269287,0.11200559139251709,0.11122560501098633,0.11032819747924805,0.10940617322921753,0.1083608865737915,0.10734468698501587,0.10628437995910645,0.10525494813919067,0.10428595542907715,0.10324877500534058,0.10223311185836792,0.10120445489883423,0.1003183126449585,0.09948939085006714,0.0987699031829834,0.09797936677932739,0.09721779823303223,0.09641677141189575,0.09561824798583984,0.09479308128356934,0.09400737285614014,0.0932583212852478,0.09261363744735718,0.09203237295150757,0.09149730205535889,0.09100091457366943,0.09050959348678589,0.0899660587310791,0.08937323093414307,0.08872127532958984,0.0880463719367981,0.08734554052352905,0.08663368225097656,0.08593297004699707,0.0851973295211792,0.084514319896698,0.08379727602005005,0.08317852020263672,0.0825454592704773,0.08203864097595215,0.0814548134803772,0.08092755079269409,0.08032673597335815,0.07973873615264893,0.0790708065032959,0.07826882600784302,0.0774005651473999,0.07645857334136963,0.07535117864608765,0.07396894693374634,0.07233303785324097,0.07043790817260742,0.06826412677764893,0.06579750776290894,0.06305980682373047,0.06004577875137329,0.05671948194503784,0.05319756269454956,0.0494958758354187,0.04578429460525513,0.042047321796417236,0.038447439670562744,0.034860432147979736,0.031410932540893555,0.02796226739883423,0.024604201316833496,0.021234214305877686,0.01787930727005005,0.014592945575714111,0.011329293251037598,0.008124768733978271,0.004895627498626709,0.001752614974975586,0.0013693571090698242,0.004297792911529541,0.007162988185882568,0.009870290756225586,0.012534618377685547,0.015079736709594727,0.017672836780548096,0.02025967836380005,0.022976040840148926,0.025676846504211426,0.02846425771713257,0.031159937381744385,0.03384065628051758,0.036343157291412354,0.038796424865722656,0.041081368923187256,0.04326719045639038,0.04534149169921875,0.0473514199256897,0.04935842752456665,0.051327645778656006,0.053344011306762695,0.055321574211120605,0.05737227201461792,0.05938887596130371,0.06147325038909912,0.0634503960609436,0.06543004512786865,0.06732475757598877,0.06921011209487915,0.07105976343154907,0.0729215145111084,0.07470381259918213,0.07643121480941772,0.07798129320144653,0.07931351661682129,0.08049452304840088,0.08148986101150513,0.08226275444030762,0.08273947238922119,0.08290284872055054,0.08272695541381836,0.08231246471405029,0.08170408010482788,0.08097153902053833,0.08019322156906128,0.0793759822845459,0.07866120338439941,0.07804828882217407,0.0775650143623352,0.07707321643829346,0.07654494047164917,0.07602161169052124,0.07563358545303345,0.07529544830322266,0.07501500844955444,0.07472056150436401,0.07448077201843262,0.07427060604095459,0.07403939962387085,0.07382798194885254,0.07372409105300903,0.07369530200958252,0.07362443208694458,0.07349580526351929,0.07318133115768433,0.07275688648223877,0.07225847244262695,0.07177478075027466,0.07129985094070435,0.0709371566772461,0.07066303491592407,0.07055538892745972,0.07051259279251099,0.0705985426902771,0.07075679302215576,0.07098227739334106,0.07122552394866943,0.07149320840835571,0.07175832986831665,0.07197868824005127,0.07217931747436523,0.07233601808547974,0.07246923446655273,0.07264751195907593,0.07296872138977051,0.07334756851196289,0.07369494438171387,0.07394576072692871,0.07400268316268921,0.07386118173599243,0.07376867532730103,0.07370620965957642,0.07387202978134155,0.07422071695327759,0.07470273971557617,0.07516652345657349,0.07555115222930908,0.07601749897003174,0.07651078701019287,0.07704651355743408,0.07753252983093262,0.07809919118881226,0.0784333348274231,0.07855051755905151,0.07848089933395386,0.07833528518676758,0.07814270257949829,0.0777934193611145,0.07760590314865112,0.07766622304916382,0.07772445678710938,0.07769650220870972,0.07753056287765503,0.07737135887145996,0.07728832960128784,0.0773269534111023,0.07724499702453613,0.0772591233253479,0.07737851142883301,0.07739448547363281,0.07735639810562134,0.07723647356033325,0.07719928026199341,0.07724553346633911,0.0774604082107544,0.07777094841003418,0.07814717292785645,0.07847648859024048,0.07880568504333496,0.07926541566848755,0.07970571517944336,0.08014678955078125,0.08041512966156006,0.08054602146148682,0.0806053876876831,0.08055466413497925,0.08045727014541626,0.08030486106872559,0.08024942874908447,0.0802234411239624,0.08020728826522827,0.080660879611969,0.08063876628875732,0.08045059442520142,0.0800788402557373,0.07996034622192383,0.0798940658569336,0.08010917901992798,0.08036905527114868,0.08071732521057129,0.08129173517227173,0.08178365230560303,0.08191460371017456,0.0816497802734375,0.08124369382858276,0.08095505833625793,0.08044776320457458,0.07983040809631348,0.07930982112884521,0.07868343591690063,0.07831111550331116,0.0781795084476471,0.07830673456192017,0.07856905460357666,0.07883661985397339,0.07900997996330261,0.07926219701766968,0.07932314276695251,0.07923263311386108,0.0790395438671112,0.07912135124206543,0.07925593852996826,0.07938483357429504,0.07943069934844971,0.07927337288856506,0.07920745015144348,0.07903149724006653,0.07871764898300171,0.07837638258934021,0.0780566930770874,0.07784625887870789,0.07761552929878235,0.07742330431938171,0.07709524035453796,0.07659101486206055,0.07591527700424194,0.07513120770454407,0.0741933286190033,0.07288280129432678,0.07123604416847229,0.06916463375091553,0.06685256958007812,0.06424027681350708,0.06132271885871887,0.05814144015312195,0.05466645956039429,0.05097991228103638,0.047033876180648804,0.042955994606018066,0.038834959268569946,0.03427046537399292,0.030130445957183838,0.026087582111358643,0.02221474051475525,0.018199503421783447,0.014258801937103271,0.010252714157104492,0.006363511085510254,0.002382338047027588,0.0017850995063781738,0.00594407320022583,0.009756207466125488,0.01323789358139038,0.016536474227905273,0.019858986139297485,0.023000448942184448,0.026003539562225342,0.029094159603118896,0.03207606077194214,0.0353756844997406,0.03876027464866638,0.04214745759963989,0.04549640417098999,0.048652589321136475,0.05168983340263367,0.05466276407241821,0.0575733482837677,0.060424983501434326,0.06311032176017761,0.06592845916748047,0.06858348846435547,0.07111552357673645,0.0735054612159729,0.07571688294410706,0.07782337069511414,0.08003762364387512,0.08241033554077148,0.08484873175621033,0.08745503425598145,0.08997359871864319,0.09249415993690491,0.09485122561454773,0.09705421328544617,0.09910321235656738,0.10118216276168823,0.1032269299030304,0.10512879490852356,0.10685572028160095,0.10830041766166687,0.10972505807876587,0.11093521118164062,0.11253714561462402,0.1143171489238739,0.11615034937858582,0.11763918399810791,0.11879360675811768,0.11968448758125305,0.12022370100021362,0.12068012356758118,0.12081438302993774,0.12072503566741943,0.1203429102897644,0.1197303831577301,0.11915314197540283,0.1185501217842102,0.11819380521774292,0.117931067943573,0.11795550584793091,0.11818879842758179,0.11840277910232544,0.11889326572418213,0.11935591697692871,0.12005120515823364,0.12084263563156128,0.12150055170059204,0.12219148874282837,0.12270498275756836,0.12320786714553833,0.12363320589065552,0.1239175796508789,0.12437152862548828,0.12480521202087402,0.12558835744857788,0.1265937089920044,0.12776082754135132,0.12910091876983643,0.1303393840789795,0.13170886039733887,0.1331397294998169,0.13464051485061646,0.1363375186920166,0.13789385557174683,0.13952744007110596,0.14110559225082397,0.14231377840042114,0.14336061477661133,0.14425301551818848,0.1449717879295349,0.14579695463180542,0.14662855863571167,0.14784085750579834,0.14912521839141846,0.15047627687454224,0.15171867609024048,0.1527390480041504,0.15393602848052979,0.15514028072357178,0.15608954429626465,0.15668350458145142,0.15693175792694092,0.15631085634231567,0.15507501363754272,0.1532747745513916,0.15156543254852295,0.14988172054290771,0.14819246530532837,0.14683115482330322,0.1455479860305786,0.14468294382095337,0.1440315842628479,0.1435580849647522,0.14341652393341064,0.14321684837341309,0.14307010173797607,0.14296221733093262,0.14271390438079834,0.14229202270507812,0.14175879955291748,0.1412174105644226,0.14060050249099731,0.14008110761642456,0.13927960395812988,0.1385766863822937,0.13801538944244385,0.13742488622665405,0.13704901933670044,0.1366032361984253,0.13640260696411133,0.13640791177749634,0.13626474142074585,0.1363224983215332,0.13624358177185059,0.13595449924468994,0.13571256399154663,0.13539505004882812,0.13522779941558838,0.13502049446105957,0.1347232460975647,0.13446909189224243,0.1341015100479126,0.13381391763687134,0.13357776403427124,0.13338595628738403,0.1332085132598877,0.13303208351135254,0.13287603855133057,0.13259947299957275,0.13234132528305054,0.13195890188217163,0.13126879930496216,0.1305990219116211,0.1298394799232483,0.12906533479690552,0.12845385074615479,0.12762778997421265,0.1268213987350464,0.1261405348777771,0.12527912855148315,0.12460047006607056,0.12390661239624023,0.12314695119857788,0.12257838249206543,0.1219102144241333,0.12128353118896484,0.12082654237747192,0.1202383041381836,0.11962693929672241,0.11889219284057617,0.11805224418640137,0.117398202419281,0.11666399240493774,0.11587786674499512,0.11523354053497314,0.1143944263458252,0.11357492208480835,0.11284899711608887,0.11210328340530396,0.11146140098571777,0.1107940673828125,0.1101120114326477,0.10959416627883911,0.10898590087890625,0.10835129022598267,0.10787338018417358,0.1073920726776123,0.10691696405410767,0.10643476247787476,0.10589563846588135,0.10536718368530273,0.10479849576950073,0.1042281985282898,0.10374987125396729,0.1031792163848877,0.10251724720001221,0.1018567681312561,0.1011737585067749,0.10053104162216187,0.09991323947906494,0.09931087493896484,0.09873020648956299,0.09815376996994019,0.09760785102844238,0.0971071720123291,0.0965617299079895,0.0959959626197815,0.0954177975654602,0.09480148553848267,0.09419399499893188,0.09358060359954834,0.09297144412994385,0.09238928556442261,0.09177732467651367,0.0911329984664917,0.0904131531715393,0.08967334032058716,0.08902662992477417,0.08843088150024414,0.08787721395492554,0.08742445707321167,0.0870099663734436,0.08659780025482178,0.08619821071624756,0.08575129508972168,0.08524513244628906,0.08446109294891357,0.08360910415649414,0.0827939510345459,0.08198410272598267,0.08120614290237427,0.08050775527954102,0.07986897230148315,0.07920587062835693,0.07859259843826294,0.07803118228912354,0.07745426893234253,0.07692950963973999,0.07643061876296997,0.07594537734985352,0.07549065351486206,0.07502752542495728,0.07458168268203735,0.07411867380142212,0.07361125946044922,0.07310473918914795,0.07259070873260498,0.07199996709823608,0.07138282060623169,0.07077234983444214,0.0701216459274292,0.06944990158081055,0.06877762079238892,0.06808865070343018,0.06737160682678223,0.06663990020751953,0.06589674949645996,0.06515246629714966,0.06437957286834717,0.06359237432479858,0.06286263465881348,0.06205952167510986,0.06120109558105469,0.06042373180389404,0.05958986282348633,0.05872201919555664,0.057958126068115234,0.05716830492019653,0.0563923716545105,0.05569100379943848,0.05496573448181152,0.05429863929748535,0.05362868309020996,0.05289506912231445,0.052279770374298096,0.051595449447631836,0.05080372095108032,0.05014604330062866,0.04938614368438721,0.048544347286224365,0.047804951667785645,0.04697185754776001,0.04614955186843872,0.045380234718322754,0.04451388120651245,0.04399454593658447,0.04347431659698486,0.04284381866455078,0.04239797592163086,0.04182898998260498,0.04116344451904297,0.04060661792755127,0.039904236793518066,0.03917306661605835,0.03848862648010254,0.03765147924423218,0.03685647249221802,0.036033570766448975,0.03510409593582153,0.034266531467437744,0.033361971378326416,0.03242182731628418,0.03160965442657471,0.030691802501678467,0.02979564666748047,0.028976142406463623,0.028070807456970215,0.02723473310470581,0.026410818099975586,0.02554529905319214,0.024746298789978027,0.023930251598358154,0.023123741149902344,0.022378921508789062,0.021591365337371826,0.020814180374145508,0.0200655460357666,0.019300520420074463,0.018538355827331543,0.017808139324188232,0.0171126127243042,0.016466796398162842,0.015894055366516113,0.015328466892242432,0.014864206314086914,0.0144118070602417,0.013944804668426514,0.01354527473449707,0.013080298900604248,0.01264256238937378,0.012168705463409424,0.011699676513671875,0.011271834373474121,0.010802149772644043,0.010385692119598389,0.010005414485931396,0.009625792503356934,0.00924527645111084,0.008921504020690918,0.008579790592193604,0.00825721025466919,0.007966339588165283,0.007650911808013916,0.0074225664138793945,0.007130146026611328,0.006876528263092041,0.00668567419052124,0.006405293941497803,0.006168842315673828,0.0059340596199035645,0.005666136741638184,0.005432546138763428,0.005187034606933594,0.004934191703796387,0.0047414302825927734,0.004514753818511963,0.004319190979003906,0.00418853759765625,0.003995418548583984,0.0038715004920959473,0.0037439465522766113,0.0035837292671203613,0.003495931625366211,0.0033639073371887207,0.003268122673034668,0.0032071471214294434,0.0031235218048095703,0.0030903220176696777,0.0030648112297058105,0.003024160861968994,0.003028273582458496,0.0030215978622436523,0.003020346164703369,0.00306779146194458,0.003085911273956299,0.0031424760818481445,0.0031908154487609863,0.003229498863220215,0.0032948851585388184,0.0033150315284729004,0.0033582448959350586,0.0033547282218933105,0.0033565759658813477,0.003328382968902588,0.003277122974395752,0.0032368898391723633,0.0031588077545166016,0.003114640712738037,0.0030328035354614258,0.0029721856117248535,0.0028922557830810547,0.002802610397338867,0.0027260780334472656,0.0026093721389770508,0.002520740032196045,0.0023983120918273926,0.00229489803314209,0.0021857023239135742,0.0020732879638671875,0.0019788146018981934,0.0018643736839294434,0.001773536205291748,0.001661837100982666,0.0015731453895568848,0.0014814138412475586,0.0013875365257263184,0.0013145208358764648,0.0012316703796386719,0.0011661052703857422,0.0010897517204284668,0.0010319352149963379,0.0009679198265075684,0.0009034872055053711,0.0008447170257568359,0.0007713437080383301,0.0007141828536987305,0.0006396174430847168,0.0005800724029541016,0.0005095601081848145,0.00045424699783325195,0.0004044771194458008,0.00034487247467041016,0.00030612945556640625,0.0002435445785522461,0.00021320581436157227,0.00015884637832641602,0.00011640787124633789,6.80088996887207e-05,1.823902130126953e-05,2.8073787689208984e-05,8.469820022583008e-05,0.0001290440559387207,0.00019055604934692383,0.00023734569549560547,0.00029098987579345703,0.0003349184989929199,0.000375211238861084,0.00042128562927246094,0.00045675039291381836,0.0005019903182983398,0.0005429983139038086,0.0005879402160644531,0.0006336569786071777,0.0006762146949768066,0.0007167458534240723,0.0007537007331848145,0.0007879137992858887,0.0008227229118347168,0.0008477568626403809,0.0008742213249206543,0.0008930563926696777,0.0009138584136962891,0.0009364485740661621,0.0009559392929077148,0.000986635684967041,0.001010119915008545,0.0010448694229125977,0.0010786652565002441,0.001118779182434082,0.0011526942253112793,0.0011889934539794922,0.0012180805206298828,0.001247107982635498,0.0012763738632202148,0.0012966394424438477,0.0013200640678405762,0.0013367533683776855,0.0013607144355773926,0.00138169527053833,0.0014092326164245605,0.0014356374740600586,0.0014622211456298828,0.0014896392822265625,0.0015189647674560547,0.0015506148338317871,0.0015808343887329102,0.001615762710571289,0.0016443133354187012,0.0016885995864868164,0.0017146468162536621,0.0017464160919189453,0.0017784833908081055,0.0017966628074645996,0.0018283724784851074,1.9905393719673157,1.9904769659042358,1.990415334701538,1.9903571605682373,1.9902929663658142,1.9902355074882507,1.9901748299598694,1.9901187419891357,1.990065574645996,1.9900076985359192,1.9899646043777466,1.9899123907089233,1.9898719787597656,1.9898285269737244,1.9897863864898682,1.9897515177726746,1.9897133111953735,1.9896824955940247,1.9896538257598877,1.9896294474601746,1.9896093010902405,1.9895837306976318,1.9895468950271606,1.9895275831222534,1.989498496055603,1.9894627332687378,1.9894206523895264,1.9893680214881897,1.9893141984939575,1.9892388582229614,1.9891565442085266,1.989054799079895,1.9889458417892456,1.9888164401054382,1.9886987209320068,1.9885584115982056,1.988414227962494,1.988275170326233,1.9881245493888855,1.9879690408706665,1.987801432609558,1.9876278042793274,1.9874435067176819,1.987251341342926,1.9870413541793823,1.9868274927139282,1.9865859746932983,1.9863246083259583,1.9860352873802185,1.9857290387153625,1.9854044318199158,1.9850599765777588,1.984715461730957,1.9843717217445374,1.9840642809867859,1.9837589263916016,1.9834421873092651,1.983134388923645,1.9828529357910156,0.006089270114898682,0.006249904632568359,0.006444096565246582,0.006660759449005127,0.0069065093994140625,0.0071999430656433105,0.007537961006164551,0.007922530174255371,0.008327960968017578,0.008705317974090576,0.009063363075256348,0.009422481060028076,0.009804069995880127,0.010173976421356201,0.010498106479644775,0.010790646076202393,0.011095285415649414,0.011453449726104736,0.011857271194458008,0.01230001449584961,0.012730538845062256,0.013124585151672363,0.01349949836730957,0.01389014720916748,0.014317035675048828,0.01468038558959961,0.01503688097000122,0.015452742576599121,0.01594489812850952,0.01646369695663452,0.017000198364257812,0.017585158348083496,0.018147170543670654,0.018714606761932373,0.019305706024169922,0.01985931396484375,0.020348727703094482,0.020872414112091064,0.021461427211761475,0.02206134796142578,0.02264326810836792,0.023210227489471436,0.023782014846801758,0.024319767951965332,0.024867892265319824,0.02543020248413086,0.02593994140625,0.02639925479888916,0.026852786540985107,0.02736806869506836,0.027898430824279785,0.028468072414398193,0.02910792827606201,0.029806911945343018,0.030526399612426758,0.0312383770942688,0.031995177268981934,0.03275716304779053,0.03356671333312988,0.03446495532989502,0.03534787893295288,0.0361824631690979,0.03700929880142212,0.037851810455322266,0.03864067792892456,0.03939318656921387,0.040181100368499756,0.04094409942626953,0.041739046573638916,0.0425991415977478,0.043486952781677246,0.044352591037750244,0.0452733039855957,0.04634547233581543,0.04746365547180176,0.0485653281211853,0.049676358699798584,0.05075562000274658,0.05177462100982666,0.05281209945678711,0.05392014980316162,0.0550076961517334,0.05606198310852051,0.057128846645355225,0.05823791027069092,0.05933523178100586,0.06039160490036011,0.06139892339706421,0.06232422590255737,0.06320172548294067,0.0640828013420105,0.06491667032241821,0.06569135189056396,0.06646472215652466,0.06725656986236572,0.06805306673049927,0.06878823041915894,0.06950253248214722,0.07014155387878418,0.07074785232543945,0.07136768102645874,0.07200324535369873,0.07264721393585205,0.07324498891830444,0.07387685775756836,0.07451218366622925,0.07515406608581543,0.07579255104064941,0.07637101411819458,0.07689183950424194,0.07733744382858276,0.07774853706359863,0.07809966802597046,0.07845771312713623,0.07884562015533447,0.07922357320785522,0.07960057258605957,0.0799834132194519,0.08036547899246216,0.08079838752746582,0.08131277561187744,0.0818634033203125,0.08246797323226929,0.08309882879257202,0.08366352319717407,0.08423179388046265,0.08486443758010864,0.08557581901550293,0.08628606796264648,0.08703523874282837,0.08775961399078369,0.0884319543838501,0.08897131681442261,0.08951765298843384,0.09003561735153198,0.09052693843841553,0.09105736017227173,0.09163987636566162,0.09222537279129028,0.09272897243499756,0.09335756301879883,0.09402567148208618,0.09471440315246582,0.09537309408187866,0.09605991840362549,0.09668076038360596,0.09725242853164673,0.09787243604660034,0.0985417366027832,0.09917455911636353,0.0999193787574768,0.1007080078125,0.10145801305770874,0.10219216346740723,0.10291105508804321,0.1035967469215393,0.10408800840377808,0.10456758737564087,0.10504013299942017,0.10544902086257935,0.10573381185531616,0.1059449315071106,0.106112539768219,0.10618829727172852,0.10631626844406128,0.10646694898605347,0.10659557580947876,0.10670965909957886,0.10687601566314697,0.10710638761520386,0.10736042261123657,0.10768896341323853,0.10802274942398071,0.10828953981399536,0.10856360197067261,0.10885220766067505,0.109153151512146,0.10940200090408325,0.10958468914031982,0.10965490341186523,0.1096646785736084,0.10953706502914429,0.10935193300247192,0.10923266410827637,0.1090235710144043,0.10879713296890259,0.1085173487663269,0.10823142528533936,0.10780096054077148,0.10737895965576172,0.10691094398498535,0.1064940094947815,0.10614824295043945,0.10589790344238281,0.1056409478187561,0.10535728931427002,0.10498994588851929,0.10456889867782593,0.10414797067642212,0.1035725474357605,0.1029323935508728,0.10218346118927002,0.10142672061920166,0.10063058137893677,0.0998486876487732,0.09905105829238892,0.0982058048248291,0.09729433059692383,0.09631961584091187,0.095267653465271,0.09418284893035889,0.09309667348861694,0.09200674295425415,0.09097462892532349,0.09000778198242188,0.08916282653808594,0.08836930990219116,0.08760994672775269,0.08686172962188721,0.08616429567337036,0.08551424741744995,0.08486026525497437,0.08417582511901855,0.08341455459594727,0.08257824182510376,0.08169066905975342,0.08074533939361572,0.07971405982971191,0.07857513427734375,0.0773276686668396,0.07596373558044434,0.07452887296676636,0.07311522960662842,0.07160449028015137,0.07002967596054077,0.06839144229888916,0.06672263145446777,0.06504565477371216,0.06340599060058594,0.061754584312438965,0.06010156869888306,0.05847465991973877,0.05682140588760376,0.05514180660247803,0.053403496742248535,0.051627516746520996,0.049781739711761475,0.04800379276275635,0.04624795913696289,0.044513702392578125,0.04274880886077881,0.0408976674079895,0.03894996643066406,0.03699052333831787,0.03501373529434204,0.033069610595703125,0.03118950128555298,0.029359757900238037,0.027582943439483643,0.02588522434234619,0.02423173189163208,0.022612392902374268,0.02105414867401123,0.019526422023773193,0.018022119998931885,0.01659291982650757,0.015203237533569336,0.013846039772033691,0.01253432035446167,0.011250674724578857,0.00999307632446289,0.00877833366394043,0.0075647830963134766,0.006352245807647705,0.0051801204681396484,0.0040051937103271484,0.0028567910194396973,0.0017652511596679688,0.0007014870643615723,0.0003142356872558594,0.0012578964233398438,0.0021590590476989746,0.003003835678100586,0.0037810206413269043,0.004517972469329834,0.005194485187530518,0.005822539329528809,0.006394386291503906,0.006921947002410889,0.007411539554595947,0.007840216159820557,0.008228600025177002,0.008588254451751709,0.008888721466064453,0.009153664112091064,0.009411275386810303,0.009614169597625732,0.00979161262512207,0.009953022003173828,0.01005178689956665,0.010124683380126953,0.010179579257965088,0.010169923305511475,0.010148286819458008,0.01011115312576294,0.010022282600402832,0.009937763214111328,0.009853124618530273,0.009730875492095947,0.009622275829315186,0.00950157642364502,0.009352147579193115,0.009223401546478271,0.009094834327697754,0.008951961994171143,0.008814573287963867,0.008681714534759521,0.00854557752609253,0.0084151029586792,0.008290350437164307,0.008148908615112305,0.008030533790588379,0.00792151689529419,0.007796227931976318,0.007698655128479004,0.0076195597648620605,0.0075209736824035645,0.007451295852661133,0.00737917423248291,0.0073032379150390625,0.007261037826538086,0.0072016119956970215,0.0071405768394470215,0.00710529088973999,0.007042944431304932,0.006994366645812988,0.006952762603759766,0.006877720355987549,0.006808042526245117,0.006723642349243164,0.006609141826629639,0.006489574909210205,0.006349682807922363,0.006190776824951172,0.006022751331329346,0.005841612815856934,0.005645453929901123,0.005439102649688721,0.005225837230682373,0.005000889301300049,0.004781663417816162,0.004548430442810059,0.0043190717697143555,0.004107415676116943,0.0038770437240600586,0.003657042980194092,0.0034492015838623047,0.003233671188354492,0.0030485987663269043,0.0028708577156066895,0.002696216106414795,0.002548038959503174,0.002400338649749756,0.002261936664581299,0.002142608165740967,0.0020092129707336426,0.0018824934959411621,0.0017583966255187988,0.0016168951988220215,0.0014832615852355957,0.001347959041595459,0.0012038946151733398,0.0010627508163452148,0.0009186267852783203,0.0007807612419128418,0.000651240348815918,0.0005143880844116211,0.0003947615623474121,0.00028228759765625,0.00016921758651733398,6.860494613647461e-05,3.629922866821289e-05,0.0001372694969177246,0.0002257823944091797,0.00032722949981689453,0.0004181861877441406,0.0005058646202087402,0.0006005764007568359,0.0006808638572692871,0.0007741451263427734,0.0008571743965148926,0.0009379386901855469,0.001026153564453125,0.0011047720909118652,0.0011840462684631348,0.001255810260772705,0.0013143420219421387,0.0013748407363891602,0.0014173388481140137,0.0014572739601135254,0.0014861822128295898,0.0015021562576293945,0.0015174150466918945,0.0015181303024291992,0.0015127062797546387,0.0015030503273010254,0.00147932767868042,0.001463770866394043,0.0014328956604003906,0.0014011859893798828,0.0013695359230041504,0.0013293027877807617,0.001293182373046875,0.0012578368186950684,0.0012130141258239746,0.0011717677116394043,0.0011265277862548828,0.0010859370231628418,0.0010382533073425293,0.0009899735450744629,0.000939786434173584,0.0008882880210876465,0.0008357763290405273,0.0007890462875366211,0.000741124153137207,0.0006949901580810547,0.0006503462791442871,0.0006107091903686523,0.0005744099617004395,0.0005416274070739746,0.0005121231079101562,0.00048035383224487305,0.00045496225357055664],"car_id":1549,"is_replay":false,"is_manual":false,"lap_start_timestamp":"2023-07-06 12:46:10.589490","lap_end_timestamp":"2023-07-06 12:46:43.189537","EstimatedTopSpeed":271},{"title":"0:32.679","lap_ticks":1962,"lap_finish_time":32679,"lap_live_time":32.751666666666665,"number":3,"throttle_and_brake_ticks":156,"no_throttle_and_no_brake_ticks":4,"full_brake_ticks":34,"full_throttle_ticks":1363,"tires_overheated_ticks":760,"tires_spinning_ticks":0,"data_throttle":[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,92.15686274509804,78.03921568627452,60.7843137254902,43.92156862745098,32.94117647058824,21.96078431372549,14.50980392156863,9.019607843137255,5.882352941176471,4.313725490196079,2.7450980392156863,1.5686274509803924,0.7843137254901962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.7843137254901962,1.1764705882352942,1.1764705882352942,1.5686274509803924,1.5686274509803924,2.3529411764705883,2.7450980392156863,3.1372549019607847,3.5294117647058827,4.313725490196079,5.098039215686275,6.666666666666667,8.627450980392158,10.980392156862745,13.725490196078432,16.07843137254902,18.823529411764707,22.35294117647059,25.490196078431374,28.23529411764706,31.372549019607845,35.294117647058826,37.254901960784316,40,42.74509803921569,45.09803921568628,47.05882352941177,50.58823529411765,52.156862745098046,52.156862745098046,52.94117647058824,52.94117647058824,52.94117647058824,52.54901960784314,52.156862745098046,52.156862745098046,51.76470588235294,51.76470588235294,51.76470588235294,51.76470588235294,51.76470588235294,51.76470588235294,51.76470588235294,51.76470588235294,52.156862745098046,52.156862745098046,52.156862745098046,52.54901960784314,52.54901960784314,52.94117647058824,53.72549019607843,55.294117647058826,57.254901960784316,60.00000000000001,63.13725490196079,65.09803921568628,68.23529411764706,73.33333333333334,76.47058823529412,76.47058823529412,83.13725490196079,86.66666666666667,89.80392156862746,93.33333333333334,96.86274509803923,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,94.50980392156863,72.54901960784314,72.54901960784314,40,27.450980392156865,18.823529411764707,15.294117647058824,10.980392156862745,9.411764705882353,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.411764705882353,9.411764705882353,9.411764705882353,9.411764705882353,9.411764705882353,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.411764705882353,9.411764705882353,9.411764705882353,9.803921568627452,9.803921568627452,10.19607843137255,10.588235294117649,10.980392156862745,11.764705882352942,12.15686274509804,12.15686274509804,12.549019607843139,12.549019607843139,12.941176470588236,12.941176470588236,13.333333333333334,13.333333333333334,13.725490196078432,14.11764705882353,14.11764705882353,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.50980392156863,14.11764705882353,14.11764705882353,13.725490196078432,13.333333333333334,12.941176470588236,12.941176470588236,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.941176470588236,12.941176470588236,12.941176470588236,14.11764705882353,15.294117647058824,16.07843137254902,17.254901960784316,19.215686274509807,20.784313725490197,21.96078431372549,22.35294117647059,22.35294117647059,22.35294117647059,21.96078431372549,21.568627450980394,21.568627450980394,21.176470588235297,21.176470588235297,21.176470588235297,21.176470588235297,21.176470588235297,21.176470588235297,21.176470588235297,21.176470588235297,21.96078431372549,22.35294117647059,23.529411764705884,25.098039215686278,27.058823529411768,29.411764705882355,31.372549019607845,32.94117647058824,35.68627450980392,38.03921568627451,40.392156862745104,43.529411764705884,45.88235294117647,47.05882352941177,49.411764705882355,50.98039215686275,52.156862745098046,53.333333333333336,53.72549019607843,54.50980392156863,55.294117647058826,55.68627450980392,56.47058823529412,58.03921568627452,58.03921568627452,59.21568627450981,62.74509803921569,62.74509803921569,69.41176470588236,71.37254901960785,73.72549019607844,74.90196078431373,76.07843137254902,76.47058823529412,76.47058823529412,76.47058823529412,76.07843137254902,76.07843137254902,76.07843137254902,76.07843137254902,76.07843137254902,76.47058823529412,76.86274509803923,77.25490196078432,77.64705882352942,78.43137254901961,79.6078431372549,80.3921568627451,81.5686274509804,82.74509803921569,83.92156862745098,85.09803921568628,88.62745098039217,91.37254901960785,94.50980392156863,98.03921568627452,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,71.76470588235294,52.94117647058824,29.01960784313726,18.43137254901961,8.627450980392158,4.313725490196079,1.5686274509803924,7.058823529411765,12.549019607843139,18.43137254901961,23.92156862745098,29.411764705882355,34.90196078431373,40.392156862745104,46.274509803921575,51.76470588235294,57.254901960784316,62.74509803921569,68.23529411764706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.7843137254901962,1.1764705882352942,1.5686274509803924,1.9607843137254903,2.3529411764705883,2.7450980392156863,3.1372549019607847,3.9215686274509807,4.313725490196079,5.098039215686275,7.058823529411765,8.23529411764706,9.019607843137255,10.588235294117649,11.764705882352942,12.941176470588236,13.725490196078432,14.50980392156863,14.901960784313726,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,14.901960784313726,14.50980392156863,14.11764705882353,13.725490196078432,12.941176470588236,12.15686274509804,11.372549019607844,10.588235294117649,10.19607843137255,9.803921568627452,9.803921568627452,9.411764705882353,9.411764705882353,9.411764705882353,9.411764705882353,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.803921568627452,9.411764705882353,9.411764705882353,9.411764705882353,9.411764705882353,9.019607843137255,8.627450980392158,8.627450980392158,8.23529411764706,8.23529411764706,7.843137254901961,7.843137254901961,7.843137254901961,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.450980392156863,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,7.843137254901961,8.23529411764706,8.23529411764706,8.627450980392158,8.627450980392158,9.411764705882353,10.19607843137255,11.764705882352942,13.725490196078432,16.862745098039216,21.176470588235297,27.058823529411768,32.15686274509804,42.74509803921569,46.274509803921575,67.05882352941177,67.05882352941177,78.03921568627452,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,91.37254901960785,83.13725490196079,74.90196078431373,66.27450980392157,58.03921568627452,49.80392156862745,41.568627450980394,32.94117647058824,24.705882352941178,16.47058823529412,8.23529411764706,13.725490196078432,5.098039215686275,0,0,0,9.803921568627452,16.07843137254902,21.96078431372549,27.84313725490196,33.333333333333336,33.333333333333336,33.333333333333336,33.333333333333336,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100],"data_braking":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9607843137254903,2.7450980392156863,3.5294117647058827,4.313725490196079,4.705882352941177,7.058823529411765,8.23529411764706,9.411764705882353,9.803921568627452,10.588235294117649,10.19607843137255,10.19607843137255,10.19607843137255,10.980392156862745,11.372549019607844,11.372549019607844,10.980392156862745,10.588235294117649,10.588235294117649,10.19607843137255,9.803921568627452,9.411764705882353,8.627450980392158,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,7.843137254901961,7.843137254901961,7.450980392156863,7.450980392156863,7.843137254901961,7.843137254901961,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.23529411764706,8.627450980392158,8.23529411764706,8.23529411764706,7.058823529411765,7.058823529411765,6.666666666666667,5.882352941176471,5.490196078431373,4.313725490196079,4.313725490196079,3.9215686274509807,3.9215686274509807,4.313725490196079,3.9215686274509807,3.9215686274509807,3.9215686274509807,3.9215686274509807,3.9215686274509807,3.5294117647058827,3.1372549019607847,2.7450980392156863,0.7843137254901962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.3921568627450981,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9.803921568627452,9.803921568627452,29.80392156862745,36.86274509803922,43.529411764705884,49.01960784313726,59.21568627450981,63.529411764705884,70.98039215686275,78.03921568627452,81.9607843137255,81.9607843137255,92.94117647058825,97.64705882352942,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,95.68627450980392,91.76470588235294,86.27450980392157,84.70588235294119,83.52941176470588,82.74509803921569,82.3529411764706,80.3921568627451,80.3921568627451,79.2156862745098,79.2156862745098,80,82.74509803921569,83.52941176470588,83.52941176470588,81.9607843137255,80.78431372549021,78.82352941176471,77.64705882352942,76.47058823529412,75.29411764705883,75.29411764705883,71.37254901960785,59.6078431372549,54.50980392156863,46.274509803921575,44.313725490196084,43.529411764705884,42.352941176470594,41.96078431372549,40.7843137254902,39.21568627450981,36.07843137254902,34.50980392156863,32.54901960784314,29.80392156862745,28.23529411764706,26.666666666666668,23.529411764705884,21.568627450980394,16.47058823529412,14.11764705882353,11.764705882352942,8.23529411764706,7.058823529411765,6.666666666666667,6.274509803921569,5.490196078431373,4.705882352941177,4.313725490196079,3.9215686274509807,3.9215686274509807,3.5294117647058827,3.1372549019607847,3.1372549019607847,3.1372549019607847,2.3529411764705883,1.1764705882352942,0.7843137254901962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,1.5686274509803924,3.9215686274509807,5.490196078431373,8.627450980392158,10.19607843137255,11.372549019607844,14.50980392156863,16.07843137254902,18.823529411764707,19.607843137254903,20.3921568627451,20.3921568627451,19.607843137254903,18.823529411764707,18.823529411764707,18.823529411764707,18.03921568627451,18.03921568627451,17.647058823529413,17.647058823529413,17.254901960784316,16.862745098039216,16.47058823529412,16.07843137254902,15.686274509803923,15.294117647058824,14.901960784313726,14.50980392156863,14.50980392156863,14.11764705882353,14.11764705882353,14.11764705882353,14.11764705882353,14.11764705882353,15.294117647058824,15.294117647058824,15.294117647058824,15.294117647058824,14.901960784313726,15.294117647058824,15.294117647058824,15.294117647058824,15.686274509803923,15.686274509803923,15.686274509803923,15.294117647058824,15.294117647058824,14.50980392156863,14.50980392156863,14.50980392156863,14.11764705882353,14.11764705882353,13.333333333333334,12.941176470588236,12.15686274509804,12.15686274509804,11.764705882352942,11.372549019607844,10.980392156862745,10.588235294117649,10.588235294117649,10.588235294117649,9.803921568627452,9.803921568627452,9.803921568627452,9.411764705882353,9.411764705882353,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.411764705882353,9.411764705882353,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,9.019607843137255,8.23529411764706,8.23529411764706,7.843137254901961,7.843137254901961,7.843137254901961,7.450980392156863,7.058823529411765,6.274509803921569,5.882352941176471,5.882352941176471,5.490196078431373,4.705882352941177,4.313725490196079,4.313725490196079,3.9215686274509807,4.313725490196079,4.313725490196079,4.313725490196079,4.313725490196079,4.313725490196079,4.313725490196079,4.313725490196079,3.9215686274509807,4.313725490196079,3.9215686274509807,3.9215686274509807,3.9215686274509807,3.5294117647058827,3.1372549019607847,2.7450980392156863,2.3529411764705883,1.9607843137254903,1.1764705882352942,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_coasting":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_speed":[179.14397277832032,179.27045288085938,179.4039505004883,179.53777770996095,179.67392578125,179.80850830078126,179.94439544677735,180.07971954345703,180.21443939208984,180.3476348876953,180.47949829101563,180.60549774169922,180.73462829589843,180.85663146972658,180.98245239257812,181.10518341064454,181.2285598754883,181.35528717041015,181.4777847290039,181.60581665039064,181.73277740478517,181.85777435302734,181.9903106689453,182.12368469238282,182.25904998779296,182.39861755371095,182.53622131347657,182.67455291748047,182.81201934814453,182.9464096069336,183.07791595458986,183.20629119873047,183.33614959716797,183.46080322265627,183.5860336303711,183.70881958007814,183.8320724487305,183.95238647460937,184.07653198242187,184.20022430419922,184.3256607055664,184.4552719116211,184.58995056152344,184.72359924316407,184.86324920654297,184.9982437133789,185.1373718261719,185.26720275878907,185.39574279785157,185.51813049316408,185.63976287841797,185.75528411865236,185.87471923828124,185.98812561035157,186.10536346435546,186.21771240234375,186.33275299072267,186.45102081298828,186.5772262573242,186.70262145996094,186.85789947509767,187.0067916870117,187.15277252197265,187.2879592895508,187.41563415527344,187.53548126220704,187.65230712890624,187.7673065185547,187.88433837890625,187.9974151611328,188.1156967163086,188.23167114257814,188.3501449584961,188.46609191894532,188.5806106567383,188.6962142944336,188.81358947753907,188.9312942504883,189.0487518310547,189.16799468994142,189.28439483642578,189.39204711914064,189.50896911621095,189.6103042602539,189.73238983154297,189.84237670898438,189.96568450927734,190.08038177490235,190.1959442138672,190.31526947021484,190.43731384277345,190.56331329345704,190.68059234619142,190.80854187011718,190.92488708496094,191.0478927612305,191.16301574707032,191.2813247680664,191.39834289550782,191.50860443115235,191.63014068603516,191.73543090820314,191.85029296875,191.95525360107422,192.06798706054687,192.17694396972658,192.28878479003907,192.4012435913086,192.5016586303711,192.61533966064454,192.71883087158204,192.83458557128907,192.93877716064455,193.05488891601564,193.1632827758789,193.27758178710937,193.3926498413086,193.49640197753908,193.6167984008789,193.71437072753906,193.8350830078125,193.93125457763674,194.03736877441406,194.13787994384765,194.23001403808595,194.3376663208008,194.4288528442383,194.54132537841798,194.64146575927734,194.75293579101563,194.8626205444336,194.9656723022461,195.08153686523437,195.1750717163086,195.29232330322267,195.3872039794922,195.49557037353517,195.59356842041015,195.68908081054687,195.7995346069336,195.88025665283203,195.99529724121095,196.0843963623047,196.19883270263674,196.30101928710937,196.4070236206055,196.51874084472658,196.611328125,196.72906036376955,196.816552734375,196.92894287109377,197.0200607299805,197.1241424560547,197.22388458251953,197.3234069824219,197.4333251953125,197.52039184570313,197.62377319335937,197.7094253540039,197.80596771240235,197.8917709350586,197.97312469482424,198.06497039794922,198.141064453125,198.23900756835937,198.30791931152345,198.40740051269532,198.4749526977539,198.5620330810547,198.64330444335937,198.72967071533205,198.81541900634767,198.90079650878906,198.9889892578125,199.07328186035156,199.16022491455078,199.23743133544923,199.32404479980468,199.38552703857422,199.47527160644532,199.53304595947267,199.6258529663086,199.6894500732422,199.7694305419922,199.84783172607422,199.92962493896485,200.04301757812502,200.1172302246094,200.2188262939453,200.28378295898438,200.3602066040039,200.42008209228516,200.50057067871094,200.5875,200.6550521850586,200.73868560791016,200.79472961425782,200.87843170166016,200.93613739013674,201.02474212646484,201.09881744384765,201.17498016357422,201.25711669921876,201.33020324707033,201.48436889648437,201.57696990966798,201.7017059326172,201.77383117675782,201.87796783447266,201.97643280029297,202.0598876953125,202.16510925292968,202.23223571777345,202.3374984741211,202.4069046020508,202.48222961425782,202.57044982910156,202.63562622070313,202.7552673339844,202.83604431152344,202.9244567871094,202.9850051879883,203.05511169433595,203.15460662841798,203.20187530517578,203.28189697265626,203.33093719482423,203.38221588134766,203.44618377685546,203.478662109375,203.55297088623047,203.58536682128906,203.66976928710938,203.75389709472657,203.83968658447267,203.91790924072265,203.95681457519532,204.04061279296874,204.10225982666017,204.1889831542969,204.24715576171874,204.30267791748048,204.37051849365236,204.40561981201174,204.49029693603515,204.52598876953127,204.60634002685546,204.65084838867188,204.71087493896485,204.77850952148438,204.825846862793,204.9485641479492,205.0065170288086,205.10128784179688,205.14468383789062,205.2027328491211,205.2478042602539,205.2975860595703,205.38231811523437,205.41632080078125,205.51124267578126,205.548046875,205.6249786376953,205.67072296142578,205.72278442382813,205.78219299316407,205.81763763427736,205.89569549560548,205.91986541748048,206.0170669555664,206.0458511352539,206.1311462402344,206.16951599121094,206.23223419189455,206.3022445678711,206.36808013916016,206.45359497070314,206.48824310302734,206.56808624267578,206.60289916992187,206.67215423583986,206.71035919189453,206.76825714111328,206.8392562866211,206.8901092529297,206.98168029785157,207.015380859375,207.1157684326172,207.15200958251953,207.24142456054688,207.28851470947265,207.35783843994142,207.41759033203127,207.46517486572267,207.53672332763674,207.57450256347656,207.65430450439453,207.68380279541017,207.7759780883789,207.80603942871093,207.90258178710937,207.94459075927736,208.03263244628906,208.0856140136719,208.15427856445314,208.22228393554687,208.2697311401367,208.35168914794923,208.38059692382814,208.47174224853515,208.5003890991211,208.5903533935547,208.6253860473633,208.7039794921875,208.7494079589844,208.8097915649414,208.8702163696289,208.91336517333986,208.98212585449218,209.01136322021486,209.09043731689454,209.11468963623048,209.1964553833008,209.22556915283204,209.29873809814453,209.33230133056642,209.38853759765627,209.43279876708985,209.47546691894533,209.52857208251953,209.56136627197267,209.62478485107422,209.64814453125,209.72699890136718,209.7489440917969,209.82740020751953,209.85034790039063,209.9175018310547,209.9502960205078,210.00533752441407,210.05286712646486,210.09414825439453,210.14887390136718,210.1755157470703,210.23812408447267,210.2548370361328,210.3225540161133,210.33825073242187,210.40543212890626,210.4296844482422,210.49282836914062,210.52654266357422,210.5789337158203,210.62977294921876,210.663981628418,210.72759246826172,210.7470657348633,210.82107238769532,210.8404083251953,210.9153076171875,210.94072723388672,211.00955657958986,211.03853302001954,211.08385162353517,211.11891174316406,211.15176086425782,211.19952392578125,211.22808837890625,211.29307250976564,211.3164047241211,211.3934326171875,211.4201156616211,211.49066162109375,211.51919860839845,211.58309783935547,211.62023162841797,211.6721420288086,211.709619140625,211.74971923828124,211.79682312011718,211.82978210449218,211.8838073730469,211.90218200683594,211.96038208007812,211.98284912109375,212.05269470214844,212.07697448730468,212.13494110107422,212.16099243164064,212.20289154052736,212.23653717041017,212.26028137207032,212.29999694824218,212.30999450683595,212.35918579101562,212.3654342651367,212.42259063720704,212.43300018310546,212.48179321289064,212.50052490234376,212.53134155273438,212.55630798339845,212.5802444458008,212.61920471191408,212.6355743408203,212.67555084228516,212.68079681396486,212.72364349365236,212.71617279052734,212.75009307861328,212.75625915527345,212.7876388549805,212.80262145996093,212.81724700927734,212.83748931884767,212.8375030517578,212.86058807373047,212.85030212402344,212.87412872314454,212.8629364013672,212.88507385253908,212.88164062500002,212.89529113769532,212.902294921875,212.8968978881836,212.92239990234376,212.9124710083008,212.93355102539064,212.91291046142578,212.93565216064454,212.90767822265624,212.9087905883789,212.89805145263674,212.89395904541016,212.8913360595703,212.8730712890625,212.87838592529297,212.8503845214844,212.86295013427736,212.8380111694336,212.8459899902344,212.82891998291015,212.8214080810547,212.81222076416017,212.7924041748047,212.79429931640627,212.76767120361328,212.7816925048828,212.74847259521485,212.76201324462892,212.7390380859375,212.73545379638674,212.72467346191408,212.704541015625,212.70337371826173,212.67294158935547,212.67373809814453,212.63990020751953,212.64949951171874,212.62818603515626,212.62380523681642,212.6141784667969,212.5968200683594,212.5914093017578,212.56500091552735,212.56883239746094,212.54129791259766,212.54419555664063,212.51939392089844,212.51134643554687,212.49957733154298,212.48474578857423,212.48463592529296,212.45916137695312,212.4629653930664,212.4327117919922,212.4354721069336,212.41175537109376,212.40300750732422,212.38790130615234,212.3675765991211,212.36469268798828,212.3360321044922,212.34876251220703,212.32514190673828,212.33294219970705,212.31834411621094,212.3074676513672,212.30010681152345,212.27722778320313,212.27820281982423,212.25186309814453,212.2599655151367,212.24270324707032,212.24382934570312,212.23670196533203,212.22284545898438,212.22424621582033,212.20030975341797,212.2090576171875,212.18104248046876,212.1957229614258,212.177197265625,212.17325592041016,212.17228088378906,212.15963287353517,212.16732330322267,212.14776763916015,212.1599899291992,212.14752044677735,212.15845184326173,212.1586441040039,212.1540710449219,212.16053924560546,212.14705352783204,212.1589324951172,212.13829193115234,212.15536193847657,212.14432067871095,212.15168151855468,212.15841064453124,212.15118713378908,212.1588912963867,212.1433868408203,212.15176391601562,212.1363967895508,212.14352416992188,212.13838806152344,212.13457031250002,212.14167022705078,212.13009338378907,212.13890991210937,212.12207336425783,212.13345794677736,212.1217987060547,212.12954406738282,212.13076629638672,212.1239959716797,212.13621826171877,212.1224578857422,212.1374267578125,212.12378997802736,212.1346664428711,212.12965393066406,212.13304595947267,212.13786621093752,212.13035430908204,212.1433868408203,212.13402099609377,212.15471649169922,212.14989624023437,212.16537322998047,212.16472778320312,212.1682846069336,212.17250061035156,212.16685638427734,212.1820037841797,212.17005615234376,212.1957229614258,212.1915069580078,212.2113510131836,212.21255950927736,212.21613006591798,212.2209228515625,212.21683044433595,212.22711639404298,212.22107391357423,212.23800659179688,212.2365234375,212.2493911743164,212.2472351074219,212.25599670410156,212.26011657714844,212.26385192871095,212.27159729003907,212.27479705810546,212.28178710937502,212.28472595214845,212.2885299682617,212.29561614990234,212.30062866210938,212.30684967041017,212.31285095214844,212.31804199218752,212.3295913696289,212.33192596435546,212.34151153564454,212.33667755126953,212.34212951660157,212.33346405029297,212.34348907470704,212.34123687744142,212.36456909179688,212.3738525390625,212.3936553955078,212.4031997680664,212.40513610839844,212.4224395751953,212.42254943847658,212.44082794189453,212.4340026855469,212.44449462890626,212.4378890991211,212.45033111572266,212.4539016723633,212.46822509765624,212.47598419189453,212.48419647216798,212.49669342041017,212.5041229248047,212.52290954589844,212.53172607421877,212.55078735351563,212.55530548095703,212.57300720214843,212.57830810546875,212.59438934326172,212.59889373779296,212.61513977050782,212.62328338623047,212.63531341552735,212.64202880859375,212.6505844116211,212.65798645019532,212.6703872680664,212.6762237548828,212.6858917236328,212.69157714843752,212.7005859375,212.70653228759767,212.71096801757812,212.7247283935547,212.72967224121095,212.74546508789064,212.74789581298828,212.75632781982424,212.75787963867188,212.76477355957033,212.77512817382814,212.7893829345703,212.80567016601563,212.8220947265625,212.83600616455078,212.84465789794922,212.8487503051758,212.85611114501953,212.87643585205078,212.8860626220703,212.91274566650392,212.9279342651367,212.95174713134767,212.96710052490235,212.98496704101564,212.9983154296875,213.01224060058595,213.02608337402344,213.0386215209961,213.05361785888672,213.0616241455078,213.0796142578125,213.08744201660156,213.10399017333984,213.11007385253907,213.1283386230469,213.13694915771484,213.15945739746095,213.1593200683594,213.17766723632812,213.19269104003908,213.2042678833008,213.22562255859376,213.23206329345703,213.24811706542968,213.25716705322267,213.27223205566406,213.27940063476564,213.29656677246095,213.31031341552736,213.32742462158203,213.3351287841797,213.35122375488282,213.36347351074218,213.37945861816408,213.39490814208986,213.40746002197267,213.4244613647461,213.43373107910156,213.44971618652343,213.47247161865235,213.4963119506836,213.51961669921874,213.54068298339845,213.56096649169922,213.58800659179687,213.6098831176758,213.632666015625,213.6601318359375,213.68397216796876,213.71564025878908,213.72666778564454,213.7595169067383,213.75921478271485,213.8010726928711,213.80943603515627,213.86304931640626,213.87996826171874,213.91770629882814,213.94210968017578,213.9923309326172,214.02559204101564,214.07888946533203,214.1223129272461,214.16448669433595,214.2113983154297,214.24025115966796,214.29415283203124,214.31719665527345,214.3794891357422,214.40223083496093,214.4745346069336,214.50684814453126,214.5842468261719,214.62440185546876,214.7061264038086,214.75198059082032,214.8312744140625,214.8782958984375,214.95371704101564,215.00152130126955,215.0712432861328,215.1318603515625,215.21624908447265,215.30184631347657,215.38248596191406,215.4718734741211,215.55535583496095,215.64684448242187,215.7256301879883,215.8205795288086,215.90301818847658,215.99585266113283,216.0589141845703,216.13000946044923,216.15835418701172,216.1805191040039,216.16079864501953,216.12053375244142,216.05061950683594,215.96219329833986,215.8544448852539,215.73660278320312,215.60925750732423,215.471337890625,215.3270736694336,215.1578567504883,214.98277587890627,214.79246520996094,214.5975540161133,214.38720703125,214.1761459350586,213.9565841674805,213.74148559570312,213.5211959838867,213.30689392089843,213.09283905029298,212.87805633544923,212.6650863647461,212.45155334472656,212.2448455810547,212.03414154052734,211.82909545898437,211.61421661376954,211.4053939819336,211.18267364501955,210.97036285400392,210.74514312744142,210.5309783935547,210.31482238769533,210.1113006591797,209.90809478759766,209.71800384521484,209.53569946289062,209.34839630126953,209.1798110961914,208.99793243408203,208.82698516845704,208.6416458129883,208.45928649902345,208.26580352783205,208.06857147216797,207.8726577758789,207.66964416503907,207.4740737915039,207.2729965209961,207.0838806152344,206.8815673828125,206.68963623046875,206.50597229003907,206.34591522216797,206.18462219238282,206.0337661743164,205.87375030517578,205.71361083984377,205.55108184814455,205.38594360351564,205.2280014038086,205.0669418334961,204.9179672241211,204.76282653808593,204.61425018310547,204.46446533203127,204.3033920288086,204.150146484375,203.99525299072266,203.83468780517578,203.6618179321289,203.48577575683595,203.30879974365234,203.13380126953126,202.9598602294922,202.79317016601564,202.63396453857422,202.47760162353515,202.30876922607422,202.1447708129883,201.98340911865236,201.81248931884767,201.64643096923828,201.48692321777344,201.33233184814455,201.18668060302736,201.0521255493164,200.92862548828126,200.81461486816406,200.7086380004883,200.61046142578127,200.5162536621094,200.42216949462892,200.33536376953126,200.25586395263673,200.17996215820312,200.1148681640625,200.05506134033203,199.99975891113283,199.94676361083984,199.90074462890627,199.85598907470703,199.81572418212892,199.7771209716797,199.73836669921874,199.70282592773438,199.67393188476564,199.6385009765625,199.60164184570314,199.56770782470704,199.53668518066408,199.51156768798828,199.48656005859377,199.47061614990236,199.45033264160156,199.4327407836914,199.39383544921876,199.3452896118164,199.31027069091797,199.2650894165039,199.2195236206055,199.19568328857423,199.1713073730469,199.1583709716797,199.12991638183595,199.1019012451172,199.08038177490235,199.07124938964844,199.05460510253906,199.03141021728516,199.04794464111328,199.04962005615235,199.0756851196289,199.07730560302736,199.08756408691406,199.08948669433593,199.13782653808593,199.1810028076172,199.19954223632814,199.26128540039062,199.31347045898437,199.37525482177736,199.4230728149414,199.46747131347658,199.51546783447267,199.54686126708984,199.57763671875,199.61490783691406,199.6907684326172,199.73629302978517,199.77984008789062,199.8335906982422,199.8956771850586,199.96136169433595,200.00223083496095,200.08572692871095,200.13153991699218,200.20970764160157,200.2714096069336,200.33502044677735,200.3898422241211,200.42900848388672,200.52369689941406,200.58127899169924,200.6713119506836,200.71511993408203,200.75857086181642,200.80583953857422,200.8634765625,200.93616485595703,200.97973937988283,201.06237030029297,201.09549407958986,201.17478790283204,201.21725006103517,201.2838134765625,201.34309844970704,201.39002380371093,201.4563949584961,201.49351501464844,201.57180633544922,201.59430084228515,201.67005157470703,201.71600189208985,201.7993606567383,201.86209259033203,201.94400939941406,202.02742309570314,202.10543975830078,202.191325378418,202.25080261230468,202.33458709716797,202.39837646484375,202.47478637695312,202.54367065429688,202.62429656982422,202.70291748046876,202.78125,202.87713317871095,202.954833984375,203.12240295410157,203.19981536865234,203.33048400878906,203.43055572509766,203.51876220703124,203.6580551147461,203.7807174682617,203.86672668457032,203.97086334228516,204.0834182739258,204.18174591064454,204.299560546875,204.39273834228516,204.49272766113282,204.57866821289062,204.6659133911133,204.74250183105468,204.81255340576172,204.88606567382814,204.93793487548828,204.99720611572266,205.02903900146484,205.0437469482422,205.0277069091797,204.99514617919922,204.93944549560547,204.86936645507814,204.78611755371094,204.68997344970703,204.58833618164064,204.4682144165039,204.35033111572267,204.23108825683593,204.10076293945312,203.9593963623047,203.7866638183594,203.62578277587892,203.45278930664062,203.27075958251953,203.08286590576174,202.9048049926758,202.759716796875,202.5924499511719,202.43460388183595,202.26317596435547,202.1028030395508,201.95480346679688,201.81273651123047,201.6490676879883,201.503759765625,201.3692596435547,201.21529998779297,201.08052520751954,200.93895263671877,200.8309295654297,200.70965423583985,200.58042755126954,200.44812469482423,200.29474182128908,200.12217407226564,199.94732666015625,199.7984344482422,199.64062957763673,199.48938903808593,199.32500610351562,199.1727081298828,199.0170867919922,198.875390625,198.73137359619142,198.58518676757814,198.4435043334961,198.29108276367188,198.15335540771486,197.9950698852539,197.84840240478516,197.6884002685547,197.52701110839845,197.3719253540039,197.1941665649414,197.03675994873046,196.86346435546875,196.70230865478516,196.54580841064453,196.38424072265624,196.2365707397461,196.07364349365236,195.92422943115236,195.75645446777344,195.59251098632814,195.43172607421874,195.2541458129883,195.0879913330078,194.91150970458986,194.74210052490236,194.5618148803711,194.39276275634765,194.22159576416016,194.0389617919922,193.8628372192383,193.66637420654297,193.489892578125,193.30876922607422,193.1307357788086,192.97073364257812,192.7874542236328,192.62723236083986,192.4508056640625,192.27727661132812,192.11401977539063,191.92818603515624,191.75955963134766,191.57715911865236,191.3954315185547,191.21585998535156,191.02602996826172,190.85592041015624,190.67439880371094,190.50312194824218,190.3377914428711,190.1662124633789,190.00287322998048,189.8169158935547,189.64425201416017,189.47274169921874,189.29586181640624,189.13922424316408,188.9587600708008,188.79071044921875,188.62391052246093,188.4426223754883,188.28252410888672,188.10201873779297,187.9307418823242,187.76909179687502,187.59499969482422,187.43336334228516,187.26336364746095,187.1109146118164,186.96296997070314,186.8086944580078,186.6699234008789,186.51567535400392,186.3679641723633,186.22327423095703,186.06070404052736,185.9146682739258,185.75719299316407,185.60165405273438,185.45848846435547,185.29013671875,185.13734436035156,184.9861038208008,184.8271728515625,184.68782501220704,184.53555450439453,184.39996948242188,184.27535705566407,184.14210662841796,184.02684631347657,183.9070266723633,183.80449676513672,183.71593322753907,183.6132797241211,183.533642578125,183.45113525390624,183.36682891845703,183.2910919189453,183.1962661743164,183.13082885742188,183.0617660522461,182.97942352294922,182.9267303466797,182.85883483886718,182.79830017089844,182.745263671875,182.67455291748047,182.6367599487305,182.5888458251953,182.5342987060547,182.51461944580078,182.4851486206055,182.46371154785157,182.4565155029297,182.43069763183595,182.4364242553711,182.4256576538086,182.40367126464844,182.41534423828125,182.4049072265625,182.3918472290039,182.39698333740236,182.38047637939454,182.3940170288086,182.3876724243164,182.36763610839844,182.3843215942383,182.37940521240236,182.37683715820313,182.39121551513674,182.38634033203127,182.39981231689453,182.41851654052735,182.4215103149414,182.4658676147461,182.49294891357422,182.52063446044923,182.57195434570312,182.6079071044922,182.65512084960938,182.70818481445312,182.7439727783203,182.8147384643555,182.86177368164064,182.9003631591797,182.96979675292968,183.015788269043,183.06301574707032,183.12478637695312,183.16032714843752,183.23606414794924,183.28705444335938,183.32363891601562,183.40491027832033,183.44683685302735,183.49495697021484,183.56190490722656,183.59302368164063,183.661962890625,183.7127471923828,183.73977355957032,183.82107238769532,183.86272430419922,183.89976196289064,183.97433166503907,184.0176727294922,184.07069549560546,184.1301727294922,184.1634475708008,184.24080505371094,184.28549194335938,184.31488037109375,184.3939407348633,184.44028930664064,184.48849182128907,184.553173828125,184.59320526123048,184.67015075683594,184.72769165039062,184.7596206665039,184.85452880859376,184.90926818847657,184.95120849609376,185.02573699951174,185.07146759033205,185.1433319091797,185.21065063476564,185.24429626464845,185.33912200927736,185.3980224609375,185.4389877319336,185.52008056640625,185.56853027343752,185.6198501586914,185.6835433959961,185.71109161376953,185.78777618408205,185.84116973876954,185.87002258300782,185.962321472168,186.01031799316408,186.0668151855469,186.14664459228516,186.17891693115234,186.25535430908204,186.31128845214843,186.33626861572267,186.42764739990236,186.4755615234375,186.52392883300783,186.60996551513674,186.64906311035156,186.71434936523437,186.77037963867187,186.79739227294922,186.8902130126953,186.94217834472656,186.9907653808594,187.08380584716798,187.1302230834961,187.204833984375,187.27424011230468,187.31342010498048,187.4070785522461,187.46610260009766,187.50997924804688,187.60137176513672,187.64737701416016,187.71838989257813,187.79758758544924,187.83826446533203,187.94441986083984,188.00597076416017,188.05267639160158,188.15618133544922,188.20686950683594,188.27990112304687,188.35394897460938,188.39539489746093,188.49429931640626,188.55465545654297,188.59979553222658,188.69817810058595,188.7492645263672,188.82159576416015,188.89479217529296,188.93913574218752,189.0359115600586,189.09537506103516,189.13992462158203,189.24158935546876,189.2921127319336,189.37317810058593,189.4490524291992,189.4924072265625,189.59442901611328,189.65470275878906,189.7020263671875,189.80842895507814,189.8636489868164,189.94277801513672,190.01336517333985,190.05943908691407,190.16287536621095,190.22842254638672,190.2894515991211,190.39446716308595,190.45465850830078,190.54118957519532,190.62240600585938,190.68884582519533,190.8132797241211,190.89803924560547,190.9878387451172,191.10834503173828,191.20075378417968,191.3027755737305,191.3931106567383,191.47109985351562,191.54624633789064,191.61809692382812,191.71621856689453,191.8122802734375,191.92833709716797,192.04965362548828,192.17506256103516,192.33855285644532,192.47958984375,192.64946594238282,192.78082122802735,192.9431579589844,193.09967193603515,193.2466827392578,193.41860504150392,193.5545196533203,193.7314682006836,193.8729034423828,194.02959594726562,194.17234954833984,194.29449005126955,194.43319244384767,194.5341979980469,194.6672836303711,194.771159362793,194.89386291503908,195.01063385009766,195.11780548095703,195.2527862548828,195.35296783447265,195.4965591430664,195.59827880859376,195.72813720703127,195.85586700439453,195.96189880371094,196.10867614746095,196.20659179687502,196.35714569091797,196.45622863769532,196.5847412109375,196.70340728759766,196.8140396118164,196.94588928222657,197.04830932617188,197.17684936523438,197.27564392089843,197.38832244873046,197.49291229248047,197.59546966552736,197.7128860473633,197.81000518798828,197.94721069335938,198.0468704223633,198.18186492919924,198.28748474121093,198.41287994384766,198.529541015625,198.6384017944336,198.75680694580078,198.85256652832032,198.9651077270508,199.05762634277343,199.15750579833986,199.2486785888672,199.3461685180664,199.44865722656252,199.54278259277345,199.6520965576172,199.74418945312502,199.85751342773438,199.95240783691406,200.06146087646485,200.16161499023437,200.2585006713867,200.3532440185547,200.4412582397461,200.52831115722657,200.61388092041017,200.70146942138672,200.7855010986328,200.87683868408203,200.97239227294924,201.06963500976562,201.17606506347656,201.27310180664062,201.37281646728516,201.46356353759765,201.55358276367187,201.63893280029296,201.7258483886719,201.80950927734375,201.9019729614258,201.9941619873047,202.0879852294922,202.18379974365234,202.28123474121094,202.3829132080078,202.48552551269532,202.58555603027344,202.6845703125,202.78120880126954,202.87875366210938,202.97230224609376,203.0644775390625,203.15552673339843,203.24341735839843,203.33421936035157,203.41906127929687,203.5087097167969,203.59559783935546,203.68282928466797,203.77078857421876,203.85987396240236,203.94908294677734,204.0370834350586,204.12714385986328,204.2090057373047,204.29700622558593,204.37737121582032,204.4658386230469,204.54867553710938,204.63745880126953,204.73328704833986,204.82012023925782,204.89909820556642,204.93756408691408,204.94425201416016,204.8781967163086,204.75582275390624,204.55282287597657,204.26649169921876,203.90174560546876,203.4480926513672,202.93715972900392,202.35797424316408,201.72767486572266,201.04578094482423,200.3473663330078,199.63406524658203,198.90347442626953,198.19355163574218,197.45860748291017,196.71727752685547,195.9337875366211,195.07354431152345,194.25779571533204,193.44818572998048,192.58040313720704,191.6649124145508,190.81039581298828,189.9419403076172,189.09217529296876,188.2794616699219,187.48428497314453,186.72249298095704,185.93627014160157,185.1716079711914,184.43360137939453,183.39671173095704,182.65582122802735,181.61011505126953,180.86529693603515,180.10608673095703,179.31833953857424,178.51897430419922,177.70513458251955,176.89736480712892,176.08759002685548,175.2759201049805,174.49004058837892,173.68943939208984,172.8969680786133,172.1467529296875,171.38258514404296,170.6540954589844,169.91098022460938,169.1750473022461,168.471826171875,167.76526794433593,167.02024383544924,166.29671173095704,165.5657913208008,164.81484832763672,164.04867553710938,163.30547790527345,162.5785675048828,161.84181060791016,161.15685424804687,160.5059555053711,159.86440887451172,159.27654418945312,158.68745727539064,158.06813049316406,157.50777282714844,156.9986801147461,156.49671478271486,156.01996307373048,155.55897674560546,155.1151840209961,154.6799743652344,154.23280334472656,153.80358123779297,153.3958511352539,153.00999755859377,152.63426513671877,152.27815704345704,151.9454360961914,151.62475891113283,151.29851989746095,151.0271713256836,150.7683059692383,150.52063293457033,150.28058166503908,150.07284393310547,149.8708465576172,149.6888854980469,149.5235137939453,149.3728500366211,149.24126129150392,149.11322937011718,148.98950958251953,148.87801208496094,148.77166442871095,148.67010955810548,148.5608367919922,148.46209716796875,148.36265716552734,148.27250061035156,148.18124542236328,148.08702392578127,148.0106964111328,147.94030151367187,147.87177429199218,147.80750427246093,147.74964752197266,147.70125274658204,147.65111389160157,147.60936584472657,147.57051544189454,147.53360137939453,147.492594909668,147.46106414794923,147.43071441650392,147.4077392578125,147.3909439086914,147.37519226074218,147.35760040283205,147.34507598876954,147.32432556152344,147.30099334716797,147.2718933105469,147.24368591308595,147.19713134765627,147.156591796875,147.1096664428711,147.04097442626954,146.9524383544922,146.86294097900392,146.74585418701173,146.56875457763672,146.40671997070314,146.24285888671875,146.0571762084961,145.84773559570314,145.66436004638672,145.47792205810546,145.27217559814454,145.0790222167969,144.9062484741211,144.70625610351564,144.47113494873048,144.27809143066406,144.09048614501953,143.8764862060547,143.67693328857422,143.50212707519532,143.30565032958984,143.1140350341797,142.9416732788086,142.7566360473633,142.55884094238283,142.3645202636719,142.18508605957032,141.98053436279298,141.79125366210937,141.62568969726564,141.3718505859375,141.19365234375002,141.0140808105469,140.76758880615236,140.512060546875,140.28230895996094,140.07078094482424,139.87258758544922,139.67435302734376,139.4666290283203,139.25514221191406,139.0674819946289,138.88884429931642,138.68725891113283,138.4948745727539,138.30967254638674,138.11083374023437,137.91857299804687,137.7349365234375,137.54746856689454,137.3574188232422,137.18254394531252,137.00687255859376,136.8209014892578,136.6520965576172,136.4897872924805,136.31369018554688,136.1461898803711,135.99187316894532,135.83187103271484,135.6681335449219,135.51753845214844,135.36981353759765,135.21588134765625,135.02274169921876,134.85687561035158,134.7103042602539,134.5196090698242,134.32679901123046,134.1324920654297,133.93939361572265,133.77752380371095,133.62301483154297,133.45157318115236,133.2798294067383,133.11988220214843,132.962077331543,132.79269561767578,132.63369598388672,132.48719329833986,132.3262435913086,132.1619842529297,132.01012573242187,131.86058807373047,131.68977813720704,131.51705932617188,131.35672760009766,131.19305877685548,131.0373550415039,130.90164642333986,130.76878051757814,130.62479095458986,130.47686004638672,130.34193420410156,130.21311950683594,130.07513122558595,129.93711547851564,129.81372528076173,129.69268341064455,129.55281372070314,129.40625610351563,129.26763610839845,129.13372650146485,128.98928375244142,128.84453887939455,128.71419982910157,128.58928527832032,128.45644683837892,128.33746490478515,128.23868408203126,128.15164489746095,128.06573181152345,127.98602600097657,127.92384338378906,127.87804412841797,127.87841491699218,127.91439514160156,127.97339172363282,128.04546203613282,128.15603942871095,128.34691314697267,128.51036224365234,128.67397613525392,128.80513916015624,128.95418243408204,129.08384857177734,129.20968322753907,129.3678176879883,129.51966247558593,129.676904296875,129.8162384033203,129.98865509033203,130.1284149169922,130.2773208618164,130.42051391601564,130.55388793945312,130.67644042968752,130.8048568725586,130.9529251098633,131.12442169189453,131.31287841796876,131.49280700683593,131.6773635864258,131.82941436767578,132.0331008911133,132.21985473632813,132.3945098876953,132.56087036132814,132.74002990722656,132.8877960205078,133.04741363525392,133.20162048339844,133.36549530029296,133.5262664794922,133.69398651123046,133.86107482910157,134.06491241455078,134.26947784423828,134.46692962646486,134.65387573242188,134.83936614990236,135.01426849365234,135.1746551513672,135.35264739990234,135.55259857177734,135.74608154296877,135.94261322021484,136.1576156616211,136.35318603515626,136.545817565918,136.7526626586914,136.95128173828127,137.13928527832033,137.3405548095703,137.54215393066406,137.7379165649414,137.935546875,138.15090637207032,138.35350799560547,138.5569061279297,138.7741882324219,138.97603454589844,139.17598571777344,139.39229278564454,139.6008544921875,139.80938873291015,140.0295135498047,140.24906158447266,140.4628692626953,140.6842025756836,140.91251220703126,141.1299041748047,141.34398651123047,141.58265075683593,141.7923797607422,142.00503387451172,142.23260192871095,142.4395980834961,142.64068908691408,142.8608139038086,143.0626190185547,143.26653900146485,143.48036041259766,143.68866119384765,143.88870849609376,144.0968444824219,144.31240997314453,144.5122787475586,144.72125244140625,144.9374771118164,145.1361099243164,145.33807983398438,145.5587127685547,145.76172637939453,145.9620346069336,146.18787231445313,146.39190216064455,146.59256744384766,146.81634521484375,147.01341247558594,147.20652465820314,147.42086791992188,147.61571044921877,147.80967407226564,148.02377014160157,148.21435546875,148.4040069580078,148.6278533935547,148.83007049560547,149.03329010009767,149.2585922241211,149.46591796875,149.66589660644533,149.8947006225586,150.09874420166017,150.29402618408204,150.51773529052736,150.7198013305664,150.90890350341797,151.13338165283204,151.3315200805664,151.52258605957033,151.74139251708985,151.93392791748047,152.11834716796875,152.33061676025392,152.5160659790039,152.6927673339844,152.89903564453127,153.0808319091797,153.25863189697267,153.4687454223633,153.65162658691406,153.8311981201172,154.0306823730469,154.2081527709961,154.38887786865234,154.58612365722658,154.76610717773437,154.9494415283203,155.1505874633789,155.33342742919922,155.51790161132814,155.72149200439455,155.90000610351564,156.08980865478517,156.28470611572266,156.46067962646484,156.64759826660156,156.83830718994142,157.00657653808594,157.1945526123047,157.38193817138674,157.54935607910156,157.74451446533203,157.92904357910157,158.10213317871094,158.28752746582032,158.45792541503906,158.62100372314453,158.8033905029297,158.9659881591797,159.1298355102539,159.3010437011719,159.4538772583008,159.59929504394532,159.74192504882814,159.8503189086914,159.95306854248048,160.0317581176758,160.08239135742187,160.1228210449219,160.13544158935548,160.12430419921876,160.1077423095703,160.08018035888674,160.0451614379883,160.00786285400392,159.96654052734377,159.9240921020508,159.88250885009765,159.83964843750002,159.8156707763672,159.81275939941406,159.83519897460937,159.89468994140626,159.9735580444336,160.08077087402344,160.2134033203125,160.35908203125,160.53968353271486,160.70706024169922,160.88249816894532,161.05845794677734,161.2063751220703,161.36516876220705,161.50829315185547,161.64441375732423,161.79639587402343,161.93248901367187,162.07591552734377,162.2293670654297,162.36171112060546,162.51384429931642,162.6498550415039,162.7899169921875,162.93602142333984,163.07516326904297,163.22041625976564,163.36825103759767,163.5059371948242,163.65914154052734,163.80490264892578,163.95482482910157,164.11315155029297,164.26226348876955,164.4194778442383,164.57654113769533,164.72649078369142,164.88424072265624,165.03283081054687,165.17732849121094,165.3298324584961,165.46599426269532,165.61355438232422,165.76000213623047,165.9005310058594,166.05193634033205,166.18715057373046,166.33210144042968,166.4737289428711,166.6094924926758,166.75791778564454,166.90017700195312,167.04632263183595,167.19605255126953,167.33942413330078,167.4875473022461,167.63355560302736,167.78323059082032,167.92668457031252,168.06173400878907,168.20352630615236,168.35193786621093,168.49132690429687,168.6404800415039,168.78058319091798,168.92466888427734,169.07464599609375,169.21496887207033,169.36766510009767,169.50911407470704,169.6505081176758,169.7995788574219,169.93685302734374,170.082421875,170.22345886230468,170.36353454589843,170.51219329833984,170.65154113769532,170.7943359375,170.93382110595704,171.06703033447266,171.20753173828126,171.3385986328125,171.47686157226562,171.61534423828127,171.74994049072265,171.89116973876955,172.02550506591797,172.16115875244142,172.29480743408203,172.42715148925782,172.55805358886718,172.6873764038086,172.81749572753907,172.9425476074219,173.0718017578125,173.20116577148437,173.3330841064453,173.4693832397461,173.6069320678711,173.74606018066407,173.88919830322266,174.0286834716797,174.17059936523438,174.3098922729492,174.4509292602539,174.5821746826172,174.7189682006836,174.84727478027344,174.9792892456055],"data_time":[0.0849999999999988,0.10166666666666546,0.11833333333333212,0.1349999999999988,0.15166666666666545,0.1683333333333321,0.18499999999999878,0.20166666666666544,0.2183333333333321,0.23499999999999877,0.2516666666666655,0.26833333333333215,0.2849999999999988,0.3016666666666655,0.31833333333333214,0.3349999999999988,0.35166666666666546,0.3683333333333321,0.3849999999999988,0.40166666666666545,0.4183333333333321,0.43499999999999883,0.4516666666666655,0.46833333333333216,0.4849999999999988,0.5016666666666655,0.5183333333333321,0.5349999999999988,0.5516666666666654,0.5683333333333321,0.5849999999999987,0.6016666666666655,0.6183333333333321,0.6349999999999988,0.6516666666666654,0.6683333333333321,0.6849999999999987,0.7016666666666654,0.718333333333332,0.7349999999999988,0.7516666666666654,0.7683333333333321,0.7849999999999987,0.8016666666666654,0.8183333333333321,0.8349999999999987,0.8516666666666655,0.8683333333333321,0.8849999999999988,0.9016666666666654,0.9183333333333321,0.9349999999999987,0.9516666666666654,0.968333333333332,0.9849999999999988,1.0016666666666654,1.0183333333333322,1.0349999999999988,1.0516666666666654,1.068333333333332,1.0849999999999989,1.1016666666666655,1.118333333333332,1.1349999999999987,1.1516666666666655,1.1683333333333321,1.1849999999999987,1.2016666666666653,1.2183333333333322,1.2349999999999988,1.2516666666666654,1.268333333333332,1.2849999999999988,1.3016666666666654,1.318333333333332,1.3349999999999989,1.3516666666666655,1.368333333333332,1.3849999999999987,1.4016666666666655,1.4183333333333321,1.4349999999999987,1.4516666666666653,1.4683333333333322,1.4849999999999988,1.5016666666666654,1.518333333333332,1.5349999999999988,1.5516666666666654,1.568333333333332,1.5849999999999989,1.6016666666666655,1.618333333333332,1.6349999999999987,1.6516666666666655,1.6683333333333321,1.6849999999999987,1.7016666666666653,1.7183333333333322,1.7349999999999988,1.7516666666666654,1.768333333333332,1.7849999999999988,1.8016666666666654,1.818333333333332,1.8349999999999989,1.8516666666666655,1.868333333333332,1.8849999999999987,1.9016666666666655,1.9183333333333321,1.9349999999999987,1.9516666666666653,1.9683333333333322,1.9849999999999988,2.0016666666666656,2.018333333333332,2.034999999999999,2.0516666666666654,2.068333333333332,2.0849999999999986,2.1016666666666652,2.1183333333333323,2.134999999999999,2.1516666666666655,2.168333333333332,2.1849999999999987,2.2016666666666653,2.218333333333332,2.2349999999999985,2.2516666666666656,2.268333333333332,2.284999999999999,2.3016666666666654,2.318333333333332,2.3349999999999986,2.3516666666666652,2.3683333333333323,2.384999999999999,2.4016666666666655,2.418333333333332,2.4349999999999987,2.4516666666666653,2.468333333333332,2.4849999999999985,2.5016666666666656,2.518333333333332,2.534999999999999,2.5516666666666654,2.568333333333332,2.5849999999999986,2.6016666666666652,2.6183333333333323,2.634999999999999,2.6516666666666655,2.668333333333332,2.6849999999999987,2.7016666666666653,2.718333333333332,2.7349999999999985,2.7516666666666656,2.768333333333332,2.784999999999999,2.8016666666666654,2.818333333333332,2.8349999999999986,2.8516666666666652,2.8683333333333323,2.884999999999999,2.9016666666666655,2.918333333333332,2.9349999999999987,2.9516666666666653,2.968333333333332,2.9849999999999985,3.0016666666666656,3.018333333333332,3.034999999999999,3.0516666666666654,3.068333333333332,3.0849999999999986,3.1016666666666652,3.1183333333333323,3.134999999999999,3.1516666666666655,3.168333333333332,3.1849999999999987,3.2016666666666653,3.218333333333332,3.2349999999999985,3.2516666666666656,3.268333333333332,3.284999999999999,3.3016666666666654,3.318333333333332,3.3349999999999986,3.3516666666666652,3.3683333333333323,3.384999999999999,3.4016666666666655,3.418333333333332,3.4349999999999987,3.4516666666666653,3.468333333333332,3.4849999999999985,3.5016666666666656,3.518333333333332,3.534999999999999,3.5516666666666654,3.568333333333332,3.5849999999999986,3.6016666666666652,3.6183333333333323,3.634999999999999,3.6516666666666655,3.668333333333332,3.6849999999999987,3.7016666666666653,3.718333333333332,3.7349999999999985,3.7516666666666656,3.768333333333332,3.784999999999999,3.8016666666666654,3.818333333333332,3.8349999999999986,3.8516666666666652,3.8683333333333323,3.884999999999999,3.9016666666666655,3.918333333333332,3.9349999999999987,3.9516666666666653,3.968333333333332,3.9849999999999985,4.001666666666666,4.018333333333333,4.034999999999999,4.051666666666666,4.0683333333333325,4.084999999999999,4.101666666666666,4.118333333333332,4.134999999999999,4.1516666666666655,4.168333333333332,4.185,4.201666666666666,4.218333333333333,4.234999999999999,4.251666666666666,4.268333333333333,4.284999999999999,4.301666666666666,4.3183333333333325,4.334999999999999,4.351666666666666,4.368333333333332,4.384999999999999,4.4016666666666655,4.418333333333332,4.435,4.451666666666666,4.468333333333333,4.484999999999999,4.501666666666666,4.518333333333333,4.534999999999999,4.551666666666666,4.5683333333333325,4.584999999999999,4.601666666666666,4.618333333333332,4.634999999999999,4.6516666666666655,4.668333333333332,4.685,4.701666666666666,4.718333333333333,4.734999999999999,4.751666666666666,4.768333333333333,4.784999999999999,4.801666666666666,4.8183333333333325,4.834999999999999,4.851666666666666,4.868333333333332,4.884999999999999,4.9016666666666655,4.918333333333332,4.935,4.951666666666666,4.968333333333333,4.984999999999999,5.001666666666666,5.018333333333333,5.034999999999999,5.051666666666666,5.0683333333333325,5.084999999999999,5.101666666666666,5.118333333333332,5.134999999999999,5.1516666666666655,5.168333333333332,5.185,5.201666666666666,5.218333333333333,5.234999999999999,5.251666666666666,5.268333333333333,5.284999999999999,5.301666666666666,5.3183333333333325,5.334999999999999,5.351666666666666,5.368333333333332,5.384999999999999,5.4016666666666655,5.418333333333332,5.435,5.451666666666666,5.468333333333333,5.484999999999999,5.501666666666666,5.518333333333333,5.534999999999999,5.551666666666666,5.5683333333333325,5.584999999999999,5.601666666666666,5.618333333333332,5.634999999999999,5.6516666666666655,5.668333333333332,5.685,5.701666666666666,5.718333333333333,5.734999999999999,5.751666666666666,5.768333333333333,5.784999999999999,5.801666666666666,5.8183333333333325,5.834999999999999,5.851666666666666,5.868333333333332,5.884999999999999,5.9016666666666655,5.918333333333332,5.935,5.951666666666666,5.968333333333333,5.984999999999999,6.001666666666666,6.018333333333333,6.034999999999999,6.051666666666666,6.0683333333333325,6.084999999999999,6.101666666666666,6.118333333333332,6.134999999999999,6.1516666666666655,6.168333333333332,6.185,6.201666666666666,6.218333333333333,6.234999999999999,6.251666666666666,6.268333333333333,6.284999999999999,6.301666666666666,6.3183333333333325,6.334999999999999,6.351666666666666,6.368333333333332,6.384999999999999,6.4016666666666655,6.418333333333332,6.435,6.451666666666666,6.468333333333333,6.484999999999999,6.501666666666666,6.518333333333333,6.534999999999999,6.551666666666666,6.5683333333333325,6.584999999999999,6.601666666666666,6.618333333333332,6.634999999999999,6.6516666666666655,6.668333333333332,6.685,6.701666666666666,6.718333333333333,6.734999999999999,6.751666666666666,6.768333333333333,6.784999999999999,6.801666666666666,6.8183333333333325,6.834999999999999,6.851666666666666,6.868333333333332,6.884999999999999,6.9016666666666655,6.918333333333332,6.935,6.951666666666666,6.968333333333333,6.984999999999999,7.001666666666666,7.018333333333333,7.034999999999999,7.051666666666666,7.0683333333333325,7.084999999999999,7.101666666666666,7.118333333333332,7.134999999999999,7.1516666666666655,7.168333333333332,7.185,7.201666666666666,7.218333333333333,7.234999999999999,7.251666666666666,7.268333333333333,7.284999999999999,7.301666666666666,7.3183333333333325,7.334999999999999,7.351666666666666,7.368333333333332,7.384999999999999,7.4016666666666655,7.418333333333332,7.435,7.451666666666666,7.468333333333333,7.484999999999999,7.501666666666666,7.518333333333333,7.534999999999999,7.551666666666666,7.5683333333333325,7.584999999999999,7.601666666666666,7.618333333333332,7.634999999999999,7.6516666666666655,7.668333333333332,7.685,7.701666666666666,7.718333333333333,7.734999999999999,7.751666666666666,7.768333333333333,7.784999999999999,7.801666666666666,7.8183333333333325,7.834999999999999,7.851666666666666,7.868333333333332,7.884999999999999,7.9016666666666655,7.918333333333332,7.935,7.951666666666666,7.968333333333333,7.984999999999999,8.001666666666665,8.018333333333333,8.034999999999998,8.051666666666666,8.068333333333333,8.084999999999999,8.101666666666667,8.118333333333332,8.135,8.151666666666666,8.168333333333333,8.184999999999999,8.201666666666666,8.218333333333332,8.235,8.251666666666665,8.268333333333333,8.284999999999998,8.301666666666666,8.318333333333333,8.334999999999999,8.351666666666667,8.368333333333332,8.385,8.401666666666666,8.418333333333333,8.434999999999999,8.451666666666666,8.468333333333332,8.485,8.501666666666665,8.518333333333333,8.534999999999998,8.551666666666666,8.568333333333333,8.584999999999999,8.601666666666667,8.618333333333332,8.635,8.651666666666666,8.668333333333333,8.684999999999999,8.701666666666666,8.718333333333332,8.735,8.751666666666665,8.768333333333333,8.784999999999998,8.801666666666666,8.818333333333333,8.834999999999999,8.851666666666667,8.868333333333332,8.885,8.901666666666666,8.918333333333333,8.934999999999999,8.951666666666666,8.968333333333332,8.985,9.001666666666665,9.018333333333333,9.034999999999998,9.051666666666666,9.068333333333333,9.084999999999999,9.101666666666667,9.118333333333332,9.135,9.151666666666666,9.168333333333333,9.184999999999999,9.201666666666666,9.218333333333332,9.235,9.251666666666665,9.268333333333333,9.284999999999998,9.301666666666666,9.318333333333333,9.334999999999999,9.351666666666667,9.368333333333332,9.385,9.401666666666666,9.418333333333333,9.434999999999999,9.451666666666666,9.468333333333332,9.485,9.501666666666665,9.518333333333333,9.534999999999998,9.551666666666666,9.568333333333333,9.584999999999999,9.601666666666667,9.618333333333332,9.635,9.651666666666666,9.668333333333333,9.684999999999999,9.701666666666666,9.718333333333332,9.735,9.751666666666665,9.768333333333333,9.784999999999998,9.801666666666666,9.818333333333333,9.834999999999999,9.851666666666667,9.868333333333332,9.885,9.901666666666666,9.918333333333333,9.934999999999999,9.951666666666666,9.968333333333332,9.985,10.001666666666665,10.018333333333333,10.034999999999998,10.051666666666666,10.068333333333333,10.084999999999999,10.101666666666667,10.118333333333332,10.135,10.151666666666666,10.168333333333333,10.184999999999999,10.201666666666666,10.218333333333332,10.235,10.251666666666665,10.268333333333333,10.284999999999998,10.301666666666666,10.318333333333333,10.334999999999999,10.351666666666667,10.368333333333332,10.385,10.401666666666666,10.418333333333333,10.434999999999999,10.451666666666666,10.468333333333332,10.485,10.501666666666665,10.518333333333333,10.534999999999998,10.551666666666666,10.568333333333333,10.584999999999999,10.601666666666667,10.618333333333332,10.635,10.651666666666666,10.668333333333333,10.684999999999999,10.701666666666666,10.718333333333332,10.735,10.751666666666665,10.768333333333333,10.784999999999998,10.801666666666666,10.818333333333333,10.834999999999999,10.851666666666667,10.868333333333332,10.885,10.901666666666666,10.918333333333333,10.934999999999999,10.951666666666666,10.968333333333332,10.985,11.001666666666665,11.018333333333333,11.034999999999998,11.051666666666666,11.068333333333333,11.084999999999999,11.101666666666667,11.118333333333332,11.135,11.151666666666666,11.168333333333333,11.184999999999999,11.201666666666666,11.218333333333332,11.235,11.251666666666665,11.268333333333333,11.284999999999998,11.301666666666666,11.318333333333333,11.334999999999999,11.351666666666667,11.368333333333332,11.385,11.401666666666666,11.418333333333333,11.434999999999999,11.451666666666666,11.468333333333332,11.485,11.501666666666665,11.518333333333333,11.534999999999998,11.551666666666666,11.568333333333333,11.584999999999999,11.601666666666667,11.618333333333332,11.635,11.651666666666666,11.668333333333333,11.684999999999999,11.701666666666666,11.718333333333332,11.735,11.751666666666665,11.768333333333333,11.784999999999998,11.801666666666666,11.818333333333333,11.834999999999999,11.851666666666667,11.868333333333332,11.885,11.901666666666666,11.918333333333333,11.934999999999999,11.951666666666666,11.968333333333332,11.985,12.001666666666665,12.018333333333333,12.034999999999998,12.051666666666666,12.068333333333333,12.084999999999999,12.101666666666667,12.118333333333332,12.135,12.151666666666666,12.168333333333333,12.184999999999999,12.201666666666666,12.218333333333332,12.235,12.251666666666665,12.268333333333333,12.284999999999998,12.301666666666666,12.318333333333333,12.334999999999999,12.351666666666667,12.368333333333332,12.385,12.401666666666666,12.418333333333333,12.434999999999999,12.451666666666666,12.468333333333332,12.485,12.501666666666665,12.518333333333333,12.534999999999998,12.551666666666666,12.568333333333333,12.584999999999999,12.601666666666667,12.618333333333332,12.635,12.651666666666666,12.668333333333333,12.684999999999999,12.701666666666666,12.718333333333332,12.735,12.751666666666665,12.768333333333333,12.784999999999998,12.801666666666666,12.818333333333333,12.834999999999999,12.851666666666667,12.868333333333332,12.885,12.901666666666666,12.918333333333333,12.934999999999999,12.951666666666666,12.968333333333332,12.985,13.001666666666665,13.018333333333333,13.034999999999998,13.051666666666666,13.068333333333333,13.084999999999999,13.101666666666667,13.118333333333332,13.135,13.151666666666666,13.168333333333333,13.184999999999999,13.201666666666666,13.218333333333332,13.235,13.251666666666665,13.268333333333333,13.284999999999998,13.301666666666666,13.318333333333333,13.334999999999999,13.351666666666667,13.368333333333332,13.385,13.401666666666666,13.418333333333333,13.434999999999999,13.451666666666666,13.468333333333332,13.485,13.501666666666665,13.518333333333333,13.534999999999998,13.551666666666666,13.568333333333333,13.584999999999999,13.601666666666667,13.618333333333332,13.635,13.651666666666666,13.668333333333333,13.684999999999999,13.701666666666666,13.718333333333332,13.735,13.751666666666665,13.768333333333333,13.784999999999998,13.801666666666666,13.818333333333333,13.834999999999999,13.851666666666667,13.868333333333332,13.885,13.901666666666666,13.918333333333333,13.934999999999999,13.951666666666666,13.968333333333332,13.985,14.001666666666665,14.018333333333333,14.034999999999998,14.051666666666666,14.068333333333333,14.084999999999999,14.101666666666667,14.118333333333332,14.135,14.151666666666666,14.168333333333333,14.184999999999999,14.201666666666666,14.218333333333332,14.235,14.251666666666665,14.268333333333333,14.284999999999998,14.301666666666666,14.318333333333333,14.334999999999999,14.351666666666667,14.368333333333332,14.385,14.401666666666666,14.418333333333333,14.434999999999999,14.451666666666666,14.468333333333332,14.485,14.501666666666665,14.518333333333333,14.534999999999998,14.551666666666666,14.568333333333333,14.584999999999999,14.601666666666667,14.618333333333332,14.635,14.651666666666666,14.668333333333333,14.684999999999999,14.701666666666666,14.718333333333332,14.735,14.751666666666665,14.768333333333333,14.784999999999998,14.801666666666666,14.818333333333333,14.834999999999999,14.851666666666667,14.868333333333332,14.885,14.901666666666666,14.918333333333333,14.934999999999999,14.951666666666666,14.968333333333332,14.985,15.001666666666665,15.018333333333333,15.034999999999998,15.051666666666666,15.068333333333333,15.084999999999999,15.101666666666667,15.118333333333332,15.135,15.151666666666666,15.168333333333333,15.184999999999999,15.201666666666666,15.218333333333332,15.235,15.251666666666665,15.268333333333333,15.284999999999998,15.301666666666666,15.318333333333333,15.334999999999999,15.351666666666667,15.368333333333332,15.385,15.401666666666666,15.418333333333333,15.434999999999999,15.451666666666666,15.468333333333332,15.485,15.501666666666665,15.518333333333333,15.534999999999998,15.551666666666666,15.568333333333333,15.584999999999999,15.601666666666667,15.618333333333332,15.635,15.651666666666666,15.668333333333333,15.684999999999999,15.701666666666666,15.718333333333332,15.735,15.751666666666665,15.768333333333333,15.784999999999998,15.801666666666666,15.818333333333333,15.834999999999999,15.851666666666667,15.868333333333332,15.885,15.901666666666666,15.918333333333333,15.934999999999999,15.951666666666666,15.968333333333332,15.985,16.001666666666665,16.01833333333333,16.034999999999997,16.051666666666666,16.06833333333333,16.085,16.101666666666667,16.118333333333332,16.134999999999998,16.151666666666667,16.168333333333333,16.185,16.201666666666664,16.218333333333334,16.235,16.251666666666665,16.26833333333333,16.285,16.301666666666666,16.31833333333333,16.335,16.351666666666667,16.368333333333332,16.384999999999998,16.401666666666667,16.418333333333333,16.435,16.451666666666664,16.468333333333334,16.485,16.501666666666665,16.51833333333333,16.535,16.551666666666666,16.56833333333333,16.585,16.601666666666667,16.618333333333332,16.634999999999998,16.651666666666667,16.668333333333333,16.685,16.701666666666664,16.718333333333334,16.735,16.751666666666665,16.76833333333333,16.785,16.801666666666666,16.81833333333333,16.835,16.851666666666667,16.868333333333332,16.884999999999998,16.901666666666667,16.918333333333333,16.935,16.951666666666664,16.968333333333334,16.985,17.001666666666665,17.01833333333333,17.035,17.051666666666666,17.06833333333333,17.085,17.101666666666667,17.118333333333332,17.134999999999998,17.151666666666667,17.168333333333333,17.185,17.201666666666664,17.218333333333334,17.235,17.251666666666665,17.26833333333333,17.285,17.301666666666666,17.31833333333333,17.335,17.351666666666667,17.368333333333332,17.384999999999998,17.401666666666667,17.418333333333333,17.435,17.451666666666664,17.468333333333334,17.485,17.501666666666665,17.51833333333333,17.535,17.551666666666666,17.56833333333333,17.585,17.601666666666667,17.618333333333332,17.634999999999998,17.651666666666667,17.668333333333333,17.685,17.701666666666664,17.718333333333334,17.735,17.751666666666665,17.76833333333333,17.785,17.801666666666666,17.81833333333333,17.835,17.851666666666667,17.868333333333332,17.884999999999998,17.901666666666667,17.918333333333333,17.935,17.951666666666664,17.968333333333334,17.985,18.001666666666665,18.01833333333333,18.035,18.051666666666666,18.06833333333333,18.085,18.101666666666667,18.118333333333332,18.134999999999998,18.151666666666667,18.168333333333333,18.185,18.201666666666664,18.218333333333334,18.235,18.251666666666665,18.26833333333333,18.285,18.301666666666666,18.31833333333333,18.335,18.351666666666667,18.368333333333332,18.384999999999998,18.401666666666667,18.418333333333333,18.435,18.451666666666664,18.468333333333334,18.485,18.501666666666665,18.51833333333333,18.535,18.551666666666666,18.56833333333333,18.585,18.601666666666667,18.618333333333332,18.634999999999998,18.651666666666667,18.668333333333333,18.685,18.701666666666664,18.718333333333334,18.735,18.751666666666665,18.76833333333333,18.785,18.801666666666666,18.81833333333333,18.835,18.851666666666667,18.868333333333332,18.884999999999998,18.901666666666667,18.918333333333333,18.935,18.951666666666664,18.968333333333334,18.985,19.001666666666665,19.01833333333333,19.035,19.051666666666666,19.06833333333333,19.085,19.101666666666667,19.118333333333332,19.134999999999998,19.151666666666667,19.168333333333333,19.185,19.201666666666664,19.218333333333334,19.235,19.251666666666665,19.26833333333333,19.285,19.301666666666666,19.31833333333333,19.335,19.351666666666667,19.368333333333332,19.384999999999998,19.401666666666667,19.418333333333333,19.435,19.451666666666664,19.468333333333334,19.485,19.501666666666665,19.51833333333333,19.535,19.551666666666666,19.56833333333333,19.585,19.601666666666667,19.618333333333332,19.634999999999998,19.651666666666667,19.668333333333333,19.685,19.701666666666664,19.718333333333334,19.735,19.751666666666665,19.76833333333333,19.785,19.801666666666666,19.81833333333333,19.835,19.851666666666667,19.868333333333332,19.884999999999998,19.901666666666667,19.918333333333333,19.935,19.951666666666664,19.968333333333334,19.985,20.001666666666665,20.01833333333333,20.035,20.051666666666666,20.06833333333333,20.085,20.101666666666667,20.118333333333332,20.134999999999998,20.151666666666667,20.168333333333333,20.185,20.201666666666664,20.218333333333334,20.235,20.251666666666665,20.26833333333333,20.285,20.301666666666666,20.31833333333333,20.335,20.351666666666667,20.368333333333332,20.384999999999998,20.401666666666667,20.418333333333333,20.435,20.451666666666664,20.468333333333334,20.485,20.501666666666665,20.51833333333333,20.535,20.551666666666666,20.56833333333333,20.585,20.601666666666667,20.618333333333332,20.634999999999998,20.651666666666667,20.668333333333333,20.685,20.701666666666664,20.718333333333334,20.735,20.751666666666665,20.76833333333333,20.785,20.801666666666666,20.81833333333333,20.835,20.851666666666667,20.868333333333332,20.884999999999998,20.901666666666667,20.918333333333333,20.935,20.951666666666664,20.968333333333334,20.985,21.001666666666665,21.01833333333333,21.035,21.051666666666666,21.06833333333333,21.085,21.101666666666667,21.118333333333332,21.134999999999998,21.151666666666667,21.168333333333333,21.185,21.201666666666664,21.218333333333334,21.235,21.251666666666665,21.26833333333333,21.285,21.301666666666666,21.31833333333333,21.335,21.351666666666667,21.368333333333332,21.384999999999998,21.401666666666667,21.418333333333333,21.435,21.451666666666664,21.468333333333334,21.485,21.501666666666665,21.51833333333333,21.535,21.551666666666666,21.56833333333333,21.585,21.601666666666667,21.618333333333332,21.634999999999998,21.651666666666667,21.668333333333333,21.685,21.701666666666664,21.718333333333334,21.735,21.751666666666665,21.76833333333333,21.785,21.801666666666666,21.81833333333333,21.835,21.851666666666667,21.868333333333332,21.884999999999998,21.901666666666667,21.918333333333333,21.935,21.951666666666664,21.968333333333334,21.985,22.001666666666665,22.01833333333333,22.035,22.051666666666666,22.06833333333333,22.085,22.101666666666667,22.118333333333332,22.134999999999998,22.151666666666667,22.168333333333333,22.185,22.201666666666664,22.218333333333334,22.235,22.251666666666665,22.26833333333333,22.285,22.301666666666666,22.31833333333333,22.335,22.351666666666667,22.368333333333332,22.384999999999998,22.401666666666667,22.418333333333333,22.435,22.451666666666664,22.468333333333334,22.485,22.501666666666665,22.51833333333333,22.535,22.551666666666666,22.56833333333333,22.585,22.601666666666667,22.618333333333332,22.634999999999998,22.651666666666667,22.668333333333333,22.685,22.701666666666664,22.718333333333334,22.735,22.751666666666665,22.76833333333333,22.785,22.801666666666666,22.81833333333333,22.835,22.851666666666667,22.868333333333332,22.884999999999998,22.901666666666667,22.918333333333333,22.935,22.951666666666664,22.968333333333334,22.985,23.001666666666665,23.01833333333333,23.035,23.051666666666666,23.06833333333333,23.085,23.101666666666667,23.118333333333332,23.134999999999998,23.151666666666667,23.168333333333333,23.185,23.201666666666664,23.218333333333334,23.235,23.251666666666665,23.26833333333333,23.285,23.301666666666666,23.31833333333333,23.335,23.351666666666667,23.368333333333332,23.384999999999998,23.401666666666667,23.418333333333333,23.435,23.451666666666664,23.468333333333334,23.485,23.501666666666665,23.51833333333333,23.535,23.551666666666666,23.56833333333333,23.585,23.601666666666667,23.618333333333332,23.634999999999998,23.651666666666667,23.668333333333333,23.685,23.701666666666664,23.718333333333334,23.735,23.751666666666665,23.76833333333333,23.785,23.801666666666666,23.81833333333333,23.835,23.851666666666667,23.868333333333332,23.884999999999998,23.901666666666667,23.918333333333333,23.935,23.951666666666664,23.968333333333334,23.985,24.001666666666665,24.01833333333333,24.035,24.051666666666666,24.06833333333333,24.085,24.101666666666667,24.118333333333332,24.134999999999998,24.151666666666667,24.168333333333333,24.185,24.201666666666664,24.218333333333334,24.235,24.251666666666665,24.26833333333333,24.285,24.301666666666666,24.31833333333333,24.335,24.351666666666667,24.368333333333332,24.384999999999998,24.401666666666667,24.418333333333333,24.435,24.451666666666664,24.468333333333334,24.485,24.501666666666665,24.51833333333333,24.535,24.551666666666666,24.56833333333333,24.585,24.601666666666667,24.618333333333332,24.634999999999998,24.651666666666667,24.668333333333333,24.685,24.701666666666664,24.718333333333334,24.735,24.751666666666665,24.76833333333333,24.785,24.801666666666666,24.81833333333333,24.835,24.851666666666667,24.868333333333332,24.884999999999998,24.901666666666667,24.918333333333333,24.935,24.951666666666664,24.968333333333334,24.985,25.001666666666665,25.01833333333333,25.035,25.051666666666666,25.06833333333333,25.085,25.101666666666667,25.118333333333332,25.134999999999998,25.151666666666667,25.168333333333333,25.185,25.201666666666664,25.218333333333334,25.235,25.251666666666665,25.26833333333333,25.285,25.301666666666666,25.31833333333333,25.335,25.351666666666667,25.368333333333332,25.384999999999998,25.401666666666667,25.418333333333333,25.435,25.451666666666664,25.468333333333334,25.485,25.501666666666665,25.51833333333333,25.535,25.551666666666666,25.56833333333333,25.585,25.601666666666667,25.618333333333332,25.634999999999998,25.651666666666667,25.668333333333333,25.685,25.701666666666664,25.718333333333334,25.735,25.751666666666665,25.76833333333333,25.785,25.801666666666666,25.81833333333333,25.835,25.851666666666667,25.868333333333332,25.884999999999998,25.901666666666667,25.918333333333333,25.935,25.951666666666664,25.968333333333334,25.985,26.001666666666665,26.01833333333333,26.035,26.051666666666666,26.06833333333333,26.085,26.101666666666667,26.118333333333332,26.134999999999998,26.151666666666667,26.168333333333333,26.185,26.201666666666664,26.218333333333334,26.235,26.251666666666665,26.26833333333333,26.285,26.301666666666666,26.31833333333333,26.335,26.351666666666667,26.368333333333332,26.384999999999998,26.401666666666667,26.418333333333333,26.435,26.451666666666664,26.468333333333334,26.485,26.501666666666665,26.51833333333333,26.535,26.551666666666666,26.56833333333333,26.585,26.601666666666667,26.618333333333332,26.634999999999998,26.651666666666667,26.668333333333333,26.685,26.701666666666664,26.718333333333334,26.735,26.751666666666665,26.76833333333333,26.785,26.801666666666666,26.81833333333333,26.835,26.851666666666667,26.868333333333332,26.884999999999998,26.901666666666667,26.918333333333333,26.935,26.951666666666664,26.968333333333334,26.985,27.001666666666665,27.01833333333333,27.035,27.051666666666666,27.06833333333333,27.085,27.101666666666667,27.118333333333332,27.134999999999998,27.151666666666667,27.168333333333333,27.185,27.201666666666664,27.218333333333334,27.235,27.251666666666665,27.26833333333333,27.285,27.301666666666666,27.31833333333333,27.335,27.351666666666667,27.368333333333332,27.384999999999998,27.401666666666667,27.418333333333333,27.435,27.451666666666664,27.468333333333334,27.485,27.501666666666665,27.51833333333333,27.535,27.551666666666666,27.56833333333333,27.585,27.601666666666667,27.618333333333332,27.634999999999998,27.651666666666667,27.668333333333333,27.685,27.701666666666664,27.718333333333334,27.735,27.751666666666665,27.76833333333333,27.785,27.801666666666666,27.81833333333333,27.835,27.851666666666667,27.868333333333332,27.884999999999998,27.901666666666667,27.918333333333333,27.935,27.951666666666664,27.968333333333334,27.985,28.001666666666665,28.01833333333333,28.035,28.051666666666666,28.06833333333333,28.085,28.101666666666667,28.118333333333332,28.134999999999998,28.151666666666667,28.168333333333333,28.185,28.201666666666664,28.218333333333334,28.235,28.251666666666665,28.26833333333333,28.285,28.301666666666666,28.31833333333333,28.335,28.351666666666667,28.368333333333332,28.384999999999998,28.401666666666667,28.418333333333333,28.435,28.451666666666664,28.468333333333334,28.485,28.501666666666665,28.51833333333333,28.535,28.551666666666666,28.56833333333333,28.585,28.601666666666667,28.618333333333332,28.634999999999998,28.651666666666667,28.668333333333333,28.685,28.701666666666664,28.718333333333334,28.735,28.751666666666665,28.76833333333333,28.785,28.801666666666666,28.81833333333333,28.835,28.851666666666667,28.868333333333332,28.884999999999998,28.901666666666667,28.918333333333333,28.935,28.951666666666664,28.968333333333334,28.985,29.001666666666665,29.01833333333333,29.035,29.051666666666666,29.06833333333333,29.085,29.101666666666667,29.118333333333332,29.134999999999998,29.151666666666667,29.168333333333333,29.185,29.201666666666664,29.218333333333334,29.235,29.251666666666665,29.26833333333333,29.285,29.301666666666666,29.31833333333333,29.335,29.351666666666667,29.368333333333332,29.384999999999998,29.401666666666667,29.418333333333333,29.435,29.451666666666664,29.468333333333334,29.485,29.501666666666665,29.51833333333333,29.535,29.551666666666666,29.56833333333333,29.585,29.601666666666667,29.618333333333332,29.634999999999998,29.651666666666667,29.668333333333333,29.685,29.701666666666664,29.718333333333334,29.735,29.751666666666665,29.76833333333333,29.785,29.801666666666666,29.81833333333333,29.835,29.851666666666667,29.868333333333332,29.884999999999998,29.901666666666667,29.918333333333333,29.935,29.951666666666664,29.968333333333334,29.985,30.001666666666665,30.01833333333333,30.035,30.051666666666666,30.06833333333333,30.085,30.101666666666667,30.118333333333332,30.134999999999998,30.151666666666667,30.168333333333333,30.185,30.201666666666664,30.218333333333334,30.235,30.251666666666665,30.26833333333333,30.285,30.301666666666666,30.31833333333333,30.335,30.351666666666667,30.368333333333332,30.384999999999998,30.401666666666667,30.418333333333333,30.435,30.451666666666664,30.468333333333334,30.485,30.501666666666665,30.51833333333333,30.535,30.551666666666666,30.56833333333333,30.585,30.601666666666667,30.618333333333332,30.634999999999998,30.651666666666667,30.668333333333333,30.685,30.701666666666664,30.718333333333334,30.735,30.751666666666665,30.76833333333333,30.785,30.801666666666666,30.81833333333333,30.835,30.851666666666667,30.868333333333332,30.884999999999998,30.901666666666667,30.918333333333333,30.935,30.951666666666664,30.968333333333334,30.985,31.001666666666665,31.01833333333333,31.035,31.051666666666666,31.06833333333333,31.085,31.101666666666667,31.118333333333332,31.134999999999998,31.151666666666667,31.168333333333333,31.185,31.201666666666664,31.218333333333334,31.235,31.251666666666665,31.26833333333333,31.285,31.301666666666666,31.31833333333333,31.335,31.351666666666667,31.368333333333332,31.384999999999998,31.401666666666667,31.418333333333333,31.435,31.451666666666664,31.468333333333334,31.485,31.501666666666665,31.51833333333333,31.535,31.551666666666666,31.56833333333333,31.585,31.601666666666667,31.618333333333332,31.634999999999998,31.651666666666667,31.668333333333333,31.685,31.701666666666664,31.718333333333334,31.735,31.751666666666665,31.76833333333333,31.785,31.801666666666666,31.81833333333333,31.835,31.851666666666667,31.868333333333332,31.884999999999998,31.901666666666667,31.918333333333333,31.935,31.951666666666664,31.968333333333334,31.985,32.001666666666665,32.01833333333333,32.035,32.05166666666666,32.06833333333333,32.084999999999994,32.10166666666666,32.11833333333333,32.135,32.151666666666664,32.16833333333333,32.184999999999995,32.20166666666666,32.21833333333333,32.23499999999999,32.251666666666665,32.26833333333333,32.285,32.30166666666666,32.31833333333333,32.334999999999994,32.35166666666666,32.36833333333333,32.385,32.401666666666664,32.41833333333333,32.434999999999995,32.45166666666666,32.46833333333333,32.48499999999999,32.501666666666665,32.51833333333333,32.535,32.55166666666666,32.56833333333333,32.584999999999994,32.60166666666666,32.61833333333333,32.635,32.651666666666664,32.66833333333333,32.684999999999995,32.70166666666666,32.71833333333333,32.73499999999999,32.751666666666665],"data_rpm":[6550,6556,6560,6564,6568,6571,6574,6577,6580,6584,6588,6593,6599,6605,6611,6618,6625,6631,6638,6643,6648,6654,6658,6662,6665,6667,6669,6671,6673,6675,6679,6683,6688,6693,6699,6705,6712,6718,6724,6730,6735,6739,6741,6744,6745,6746,6747,6750,6754,6759,6764,6771,6778,6786,6794,6802,6809,6815,6819,6822,6819,6817,6814,6814,6815,6819,6824,6830,6836,6843,6849,6855,6860,6865,6870,6875,6879,6884,6889,6893,6898,6904,6909,6917,6921,6927,6931,6935,6940,6943,6946,6947,6951,6952,6955,6957,6961,6964,6967,6972,6975,6980,6984,6990,6995,7000,7005,7009,7015,7019,7025,7028,7033,7035,7039,7042,7044,7048,7049,7055,7056,7062,7066,7072,7079,7083,7090,7093,7098,7100,7103,7106,7107,7112,7113,7118,7121,7126,7132,7134,7143,7144,7150,7151,7154,7156,7157,7162,7161,7167,7167,7172,7175,7178,7181,7181,7186,7188,7193,7196,7202,7208,7213,7220,7222,7231,7232,7240,7243,7247,7249,7252,7254,7256,7258,7260,7263,7265,7272,7274,7282,7283,7289,7291,7294,7296,7291,7295,7293,7299,7303,7312,7317,7322,7331,7337,7348,7353,7363,7367,7373,7377,7379,7383,7370,7366,7357,7359,7353,7350,7351,7348,7353,7349,7352,7351,7348,7351,7341,7340,7335,7339,7340,7336,7345,7347,7357,7364,7370,7381,7381,7391,7388,7386,7381,7378,7383,7380,7383,7380,7387,7392,7397,7406,7407,7417,7416,7424,7423,7423,7426,7413,7413,7406,7411,7411,7416,7420,7418,7427,7423,7431,7429,7435,7438,7442,7449,7448,7457,7451,7459,7453,7459,7457,7457,7457,7454,7462,7461,7469,7470,7478,7480,7481,7484,7479,7484,7476,7482,7477,7482,7482,7486,7491,7493,7500,7501,7510,7506,7515,7509,7514,7509,7512,7510,7510,7512,7510,7516,7512,7519,7514,7519,7516,7520,7519,7521,7523,7523,7528,7525,7533,7529,7536,7534,7540,7541,7545,7548,7551,7555,7555,7561,7556,7561,7555,7560,7556,7559,7557,7559,7560,7561,7566,7565,7573,7571,7579,7577,7584,7581,7585,7584,7584,7586,7583,7588,7583,7589,7584,7589,7586,7591,7593,7598,7602,7605,7609,7607,7612,7606,7610,7604,7608,7604,7607,7606,7610,7612,7614,7617,7617,7622,7619,7623,7617,7620,7616,7619,7618,7621,7624,7626,7632,7631,7638,7634,7639,7636,7640,7639,7641,7641,7640,7641,7639,7643,7639,7645,7642,7645,7642,7645,7645,7646,7650,7651,7657,7657,7664,7662,7667,7665,7665,7665,7660,7659,7654,7657,7651,7656,7653,7655,7653,7653,7654,7652,7656,7653,7658,7655,7659,7658,7661,7661,7659,7662,7656,7659,7652,7653,7649,7649,7648,7646,7650,7647,7652,7646,7649,7647,7648,7648,7648,7652,7650,7654,7651,7654,7651,7652,7650,7647,7648,7644,7648,7643,7646,7643,7644,7643,7640,7642,7636,7640,7635,7637,7636,7637,7640,7639,7644,7641,7645,7643,7645,7644,7643,7644,7640,7643,7636,7639,7636,7635,7635,7633,7637,7634,7638,7635,7637,7637,7637,7639,7636,7639,7634,7636,7633,7633,7632,7631,7634,7632,7636,7635,7637,7637,7637,7638,7636,7638,7635,7637,7634,7634,7633,7631,7632,7628,7631,7629,7632,7632,7634,7637,7637,7641,7639,7642,7640,7642,7640,7640,7640,7636,7638,7633,7635,7632,7634,7634,7635,7638,7638,7641,7640,7643,7642,7644,7644,7644,7644,7643,7644,7643,7644,7644,7643,7644,7644,7645,7645,7646,7647,7648,7650,7650,7651,7649,7650,7645,7645,7641,7641,7642,7642,7645,7645,7649,7651,7655,7655,7657,7655,7655,7654,7653,7652,7651,7652,7651,7654,7654,7657,7659,7662,7663,7665,7666,7667,7668,7668,7666,7666,7664,7663,7662,7661,7660,7659,7660,7660,7663,7665,7668,7671,7673,7675,7676,7675,7676,7676,7678,7679,7677,7678,7676,7676,7674,7675,7675,7677,7679,7682,7685,7687,7690,7692,7694,7694,7696,7694,7695,7692,7694,7693,7693,7694,7694,7697,7698,7701,7702,7705,7705,7707,7707,7710,7711,7713,7714,7714,7715,7714,7716,7715,7713,7712,7711,7711,7712,7712,7715,7717,7721,7725,7729,7737,7741,7750,7752,7759,7758,7763,7764,7768,7766,7769,7767,7770,7771,7774,7779,7780,7787,7786,7792,7789,7792,7787,7789,7783,7786,7782,7786,7785,7790,7791,7795,7795,7795,7796,7796,7797,7797,7800,7799,7800,7798,7795,7779,7758,7726,7697,7667,7642,7620,7606,7595,7585,7576,7567,7557,7547,7537,7526,7515,7504,7492,7481,7470,7459,7448,7438,7427,7418,7409,7400,7392,7384,7377,7370,7364,7358,7353,7346,7340,7334,7328,7321,7315,7307,7300,7292,7284,7276,7269,7262,7256,7250,7244,7239,7234,7229,7224,7219,7215,7212,7207,7201,7197,7192,7187,7182,7177,7172,7167,7162,7157,7153,7150,7143,7136,7129,7123,7117,7112,7108,7103,7099,7095,7090,7086,7083,7081,7080,7080,7081,7084,7087,7091,7096,7101,7107,7113,7119,7126,7133,7139,7145,7151,7154,7157,7157,7157,7155,7153,7152,7150,7149,7149,7149,7147,7145,7143,7141,7140,7140,7141,7144,7149,7150,7152,7154,7153,7151,7152,7153,7156,7163,7167,7174,7186,7193,7205,7214,7229,7241,7253,7254,7255,7260,7256,7255,7255,7259,7264,7271,7279,7289,7297,7298,7304,7309,7312,7310,7310,7315,7311,7316,7314,7317,7318,7320,7325,7318,7320,7316,7322,7326,7332,7333,7333,7338,7336,7344,7341,7348,7348,7353,7358,7361,7368,7368,7379,7379,7385,7383,7386,7383,7382,7381,7379,7384,7384,7388,7391,7395,7397,7400,7402,7401,7404,7394,7399,7397,7399,7404,7401,7401,7406,7408,7407,7410,7408,7410,7411,7415,7418,7423,7428,7429,7417,7402,7371,7333,7299,7271,7249,7232,7221,7212,7204,7197,7190,7184,7177,7171,7164,7160,7157,7151,7145,7140,7133,7128,7122,7117,7113,7106,7100,7096,7091,7085,7081,7076,7072,7066,7059,7055,7051,7043,7036,7030,7025,7022,7020,7016,7014,7011,7007,7004,6998,6993,6987,6982,6976,6969,6964,6957,6952,6946,6944,6943,6940,6937,6932,6926,6921,6912,6904,6895,6887,6880,6873,6866,6860,6854,6848,6843,6836,6831,6825,6818,6813,6806,6800,6793,6787,6781,6775,6769,6763,6757,6751,6745,6739,6732,6726,6719,6713,6708,6701,6695,6689,6683,6678,6671,6666,6660,6654,6650,6645,6641,6638,6635,6634,6632,6628,6625,6619,6614,6608,6602,6597,6591,6587,6581,6575,6572,6565,6560,6556,6550,6547,6543,6541,6541,6540,6541,6542,6542,6545,6545,6547,6549,6548,6552,6552,6553,6556,6551,6551,6549,6544,6546,6542,6541,6547,6545,6552,6561,6563,6571,6573,6573,6578,6573,6574,6576,6570,6573,6572,6569,6573,6568,6571,6575,6572,6578,6580,6581,6588,6589,6592,6600,6600,6609,6616,6617,6624,6626,6628,6634,6632,6637,6642,6641,6647,6648,6648,6655,6650,6652,6656,6650,6655,6654,6651,6658,6652,6654,6660,6653,6658,6661,6657,6662,6662,6663,6672,6668,6675,6684,6682,6690,6693,6694,6703,6699,6700,6708,6700,6704,6707,6705,6712,6709,6708,6717,6710,6713,6719,6716,6724,6727,6729,6741,6738,6742,6750,6742,6749,6748,6743,6752,6746,6749,6758,6750,6757,6761,6757,6766,6765,6768,6779,6772,6779,6783,6778,6787,6785,6787,6797,6793,6801,6808,6805,6815,6814,6814,6823,6814,6818,6823,6815,6823,6821,6822,6832,6826,6832,6839,6835,6845,6845,6848,6858,6853,6860,6867,6861,6871,6868,6869,6878,6871,6876,6882,6876,6884,6883,6885,6895,6889,6895,6900,6898,6906,6907,6910,6919,6914,6921,6927,6929,6938,6947,6959,6975,6992,7011,7024,7038,7046,7053,7057,7053,7052,7046,7048,7045,7042,7043,7039,7043,7037,7040,7039,7041,7047,7051,7063,7068,7079,7086,7093,7102,7105,7114,7113,7122,7123,7125,7131,7129,7137,7134,7141,7142,7145,7150,7150,7157,7159,7166,7171,7177,7183,7187,7194,7192,7197,7195,7198,7197,7198,7200,7201,7207,7209,7216,7221,7229,7234,7238,7243,7245,7250,7250,7254,7255,7258,7262,7266,7272,7279,7286,7292,7300,7305,7309,7312,7313,7316,7318,7322,7326,7332,7338,7344,7349,7353,7356,7358,7360,7361,7361,7361,7363,7364,7365,7368,7371,7374,7378,7381,7385,7389,7393,7396,7400,7402,7405,7408,7411,7415,7418,7422,7425,7429,7432,7431,7431,7408,7372,7318,7263,7207,7157,7109,7077,7082,7127,7208,7320,7460,7621,7802,7997,8143,8130,8094,8065,8044,8031,8023,8018,8015,8013,7988,7946,7898,7850,7805,7761,7718,7666,7619,7572,7524,7479,7432,7392,7354,7317,7283,7248,7214,7180,7148,7126,7095,7067,7046,7025,7006,6982,6956,6940,6916,6898,6876,6856,6833,6810,6792,6773,6748,6726,6711,6685,6669,6659,6648,6646,6643,6639,6639,6637,6632,6630,6626,6621,6618,6614,6611,6607,6605,6604,6605,6608,6616,6624,6628,6631,6632,6631,6629,6629,6628,6625,6623,6621,6620,6618,6618,6618,6619,6623,6621,6619,6618,6619,6620,6622,6624,6627,6629,6632,6635,6638,6640,6641,6640,6639,6638,6637,6636,6637,6639,6640,6641,6636,6630,6624,6614,6603,6590,6578,6563,6548,6535,6524,6513,6502,6494,6487,6479,6471,6468,6459,6450,6442,6436,6427,6419,6412,6403,6395,6388,6380,6371,6364,6355,6345,6336,6328,6315,6304,6300,6294,6283,6274,6268,6262,6251,6239,6226,6215,6204,6192,6182,6174,6166,6159,6152,6146,6138,6132,6125,6118,6110,6104,6097,6089,6083,6076,6068,6061,6054,6047,6041,6033,6027,6023,6014,6004,5996,5988,5981,5975,5968,5962,5956,5949,5942,5936,5929,5923,5917,5912,5906,5902,5897,5891,5886,5880,5875,5869,5863,5856,5850,5843,5837,5830,5824,5819,5815,5809,5804,5801,5801,5802,5805,5812,5826,5839,5861,5883,5928,5955,5977,6014,6048,6065,6054,6049,6046,6050,6052,6063,6078,6087,6099,6109,6124,6130,6145,6158,6172,6189,6209,6229,6243,6251,6252,6255,6256,6266,6262,6263,6270,6280,6287,6302,6316,6332,6343,6356,6366,6378,6378,6377,6380,6385,6390,6400,6414,6425,6431,6440,6447,6449,6456,6464,6469,6478,6491,6501,6512,6525,6537,6545,6556,6567,6575,6587,6600,6609,6620,6631,6639,6647,6656,6663,6668,6675,6684,6686,6695,6704,6709,6720,6733,6740,6752,6764,6773,6784,6796,6806,6814,6826,6835,6843,6855,6866,6872,6883,6894,6899,6909,6920,6925,6937,6950,6958,6971,6985,6993,7008,7022,7027,7037,7047,7050,7057,7066,7067,7075,7085,7088,7096,7108,7110,7118,7129,7132,7142,7154,7158,7170,7184,7189,7202,7215,7219,7230,7242,7248,7260,7271,7277,7288,7297,7302,7311,7319,7322,7331,7337,7342,7352,7359,7364,7376,7382,7388,7400,7403,7409,7419,7424,7434,7445,7452,7464,7466,7455,7440,7418,7389,7363,7333,7303,7274,7241,7209,7212,7169,7086,7000,6920,6908,6945,7024,6898,6661,6307,5891,5586,5630,5725,5801,5847,5863,5869,5868,5867,5873,5878,5887,5898,5904,5914,5921,5926,5935,5940,5948,5955,5962,5969,5976,5981,5989,5993,5999,6004,6006,6011,6013,6016,6019,6022,6026,6032,6035,6043,6048,6053,6060,6064,6072,6077,6083,6090,6095,6100,6105,6109,6114,6118,6123,6127,6132,6139,6144,6149,6155,6159,6165,6169,6172,6178,6180,6185,6190,6193,6199,6203,6208,6213,6216,6221,6226,6231,6237,6241,6248,6253,6258,6264,6269,6275,6280,6286,6292,6298,6306,6313,6321,6328,6335,6342,6347,6352,6356,6359,6362,6366,6369,6373,6378,6383,6390,6396],"data_gear":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"data_tires":[4.039632774342137,4.039945555353614,4.039852904197737,4.039786215790621,4.039611519463735,4.039485488013025,4.0392442654175875,4.038936245539214,4.038618232690233,4.038368204291747,4.038137516882328,4.038247556966165,4.038123550667114,4.038405621003699,4.038515383741425,4.038773778979353,4.03908650318345,4.039205415029475,4.039582524124324,4.039707599178056,4.039978413058961,4.040327182004328,4.040300233825017,4.040252550779428,4.040124461184082,4.03971258669418,4.039426126633767,4.038992465820541,4.038576489228886,4.038246990745016,4.038010696459062,4.037887021668876,4.037661975570788,4.037733632745907,4.037757977890438,4.037940466781894,4.038134052630112,4.038482501238072,4.03869553046186,4.0389995952328155,4.039262197977066,4.039313314676415,4.039107391878343,4.038961558059279,4.038399603867872,4.038020271057779,4.037309210225661,4.03701515439544,4.036667804448103,4.03662463057208,4.036561263249065,4.036862571327617,4.03693110314533,4.0373801089217976,4.037728941420274,4.038442379847936,4.0390191595344,4.039645520580558,4.039939201262936,4.040278213734052,4.0388943506743935,4.037900734046312,4.03690497521019,4.036230426588114,4.035765364871783,4.0355751311717025,4.035486979860176,4.035543443710057,4.035615894729379,4.0359758956185905,4.036052633800687,4.036240701016545,4.036278790202044,4.036435976808829,4.036686405295857,4.036797617073814,4.036838910850792,4.036810510930126,4.036736465210014,4.036617194889797,4.0365675178091545,4.037100200037868,4.03703443719705,4.037927070861297,4.037586329972717,4.03800562611781,4.0377041833154195,4.038002655722235,4.038236427076189,4.038119027289617,4.037954755666683,4.037518217405343,4.037607449155232,4.036947261712919,4.036991705484626,4.036547600190799,4.036489975191838,4.03626701348811,4.036037407249514,4.0362058328892125,4.03568586192105,4.036129846969839,4.03595841474795,4.03635010144475,4.036312254268091,4.036367715536704,4.036390732613595,4.036341648413983,4.037039863557506,4.036813160014183,4.037295393516136,4.037014758829349,4.037474391290187,4.037228550800776,4.037314492915396,4.037148154665623,4.036764664710571,4.037122549000382,4.036347475270057,4.036854108761652,4.035968943348193,4.036394139928801,4.036306834773205,4.036388861122992,4.037110155540166,4.0368714948575555,4.037690096558679,4.037273058766312,4.037595725231929,4.03736387264735,4.037071544134087,4.037228931685171,4.036506453394579,4.037036409448234,4.036140196538255,4.036487967813969,4.036154709670291,4.0361850733666556,4.036526226982963,4.035943073072509,4.037175265279138,4.036341377868356,4.03708868188066,4.036413762201362,4.036359498100215,4.036172815487868,4.035537836415806,4.035946909300766,4.034836517375806,4.035467029850698,4.034637073120526,4.034911460773386,4.03455764210441,4.0342447778971495,4.034028257702832,4.033237860704652,4.0335267093340885,4.032783644894493,4.0329225801084485,4.03252503843047,4.03254305754789,4.0329552689026045,4.032516395608739,4.033077518679734,4.0323887371567,4.033210829330341,4.032476419660496,4.033234494145482,4.032990030138119,4.032883867848368,4.032757548629101,4.032440759821008,4.032281755749899,4.031766445604652,4.031478290344321,4.031001226944245,4.030923408893031,4.030492568627158,4.031166678061879,4.0305306596224115,4.03132847812796,4.030479791306672,4.031100818389558,4.030821431290875,4.030898835650553,4.030565536612865,4.029026684575357,4.029222590998284,4.027996032968474,4.028739308063779,4.028661544630832,4.029390376665513,4.029201752323203,4.028992496383505,4.029982647522115,4.029933499353212,4.031333959770466,4.03135862328573,4.032670821993134,4.0321120591865105,4.032718453181583,4.027279031319292,4.032297277451821,4.0329030926911,4.029476578629271,4.029717147440926,4.028038474887955,4.0213760055044245,4.024639721449183,4.025583197080096,4.026435837679167,4.025199518361818,4.025906844270525,4.024513248330181,4.024890140392715,4.024513323870197,4.023742791743924,4.0238293461317065,4.021022419559076,4.020686329650849,4.019766585390107,4.020045157393911,4.01955987783308,4.017990238394557,4.019024385134915,4.018332026011568,4.019400446572294,4.020003303234656,4.0202074676244495,4.021741488466269,4.021102065234784,4.0226482000738315,4.021668730233803,4.020710580844018,4.019780383409873,4.019392125119996,4.020513668580206,4.019257662140222,4.019407855103926,4.018314958152023,4.018964616516537,4.019449670433453,4.019516515482377,4.0209132851394545,4.019997987158043,4.021603824168805,4.020900219058394,4.022060921770989,4.021955127630325,4.021824128835257,4.022332374999501,4.019386581776545,4.019723471988448,4.017885944766159,4.01876786874053,4.018482959786264,4.018948641590974,4.019087523785337,4.017984395599687,4.0193575378896735,4.017818109197638,4.019211642510239,4.018298904318584,4.019095715386966,4.019290984321616,4.019397296765273,4.020418697265419,4.0196053623844,4.0212668766997375,4.019454335586344,4.021047597359199,4.019574131601174,4.020507675039869,4.020101588013569,4.019728435048941,4.019375627412652,4.018406283372216,4.019780774669453,4.018841579887919,4.020193014843829,4.019869007717834,4.021220020997639,4.021403217769616,4.021233042987243,4.021973064421595,4.020876418090476,4.02235717991779,4.020387038655739,4.021819005353481,4.020358130121634,4.021160023514948,4.020688977563208,4.0208261641055145,4.021509209277244,4.021117941104423,4.022335723999592,4.021544899186404,4.023234340243958,4.021865878836741,4.023656255460965,4.022057154387736,4.023287020750912,4.0220504100481635,4.022635160178864,4.02219668066386,4.021878596156553,4.0224147594087825,4.0213209470113735,4.022720317200071,4.021038665829698,4.022536556541306,4.020844656112472,4.021936162707998,4.020774506561433,4.0212032502482575,4.02088216734183,4.020606883416365,4.0210746067735785,4.020283039947551,4.0213140001956935,4.019941495602407,4.021305875438771,4.019795390605664,4.02095314522892,4.0197788617135375,4.020567380637097,4.020228161076044,4.020452953087695,4.020824279863688,4.020672379250382,4.021461609280052,4.020820468422662,4.0220242129666826,4.020513887425567,4.021858013135597,4.020251722280808,4.021414723311518,4.020290346879367,4.020813217202425,4.020259767963498,4.020134134519579,4.020229715561618,4.019760192249706,4.020562536690891,4.019704275152864,4.0210309906215045,4.019962878850709,4.021510615584741,4.020489728919958,4.021647248096038,4.020898100088235,4.021554941864032,4.021251745614822,4.021124469464572,4.021656085450675,4.020805382590969,4.021964709866266,4.020496201664484,4.021676309563928,4.020171077454283,4.021179036508941,4.019927813055403,4.02074420385561,4.020668364050965,4.0210872878865915,4.0216665990339235,4.021651360793574,4.0225400171560715,4.0217468127528,4.02298287191365,4.021515983478416,4.022572961452646,4.021286883315641,4.022197664666343,4.021096749647963,4.021457291993912,4.021082775999661,4.021377778297227,4.021539309131255,4.02136648936854,4.021961809066715,4.0213621028759485,4.022474769911728,4.0214621077375625,4.0222802528726085,4.020592789495489,4.021240504528098,4.020070240134578,4.020355385377696,4.019883516963059,4.019812812003398,4.020117677541483,4.01973888091001,4.020715649553619,4.019883549478639,4.021106933289541,4.01980285471679,4.020939298235413,4.019955313962361,4.020475088614436,4.0203231626081,4.02048584697211,4.020506622242464,4.019814058613154,4.0201764400862405,4.019302781841553,4.020123447399736,4.0189165872739645,4.020032800442394,4.018972888041947,4.019149300905162,4.018347712887181,4.0180441725059675,4.017714101460031,4.017157922967165,4.01744384784711,4.016693198753907,4.01744539724322,4.016696186729933,4.017618297298433,4.016789703588549,4.017229272518007,4.016787717761002,4.016818853418471,4.017008506564472,4.015732972027578,4.015898175062636,4.014631231291092,4.015297681124962,4.013830229190625,4.014506473051229,4.013672945920986,4.013253450511711,4.012609089710926,4.012137245398995,4.012083004343602,4.011122082443536,4.011855144707422,4.01021374172524,4.010792921738699,4.009768456564749,4.009987282449227,4.009758775027558,4.009667884553561,4.00987448850656,4.00925572837724,4.009717975105791,4.008678253219525,4.009559341041501,4.008221866228407,4.008583990468745,4.007907071997342,4.00770644918485,4.0076289610363025,4.007162779987864,4.00769769722432,4.0068914422256245,4.007507694368357,4.006188956785665,4.0064116907742475,4.005695299553196,4.005457943536821,4.005378547571144,4.004978495543186,4.005404677990029,4.004433721716795,4.004902772084745,4.0040134460919505,4.00443325498355,4.004216780539421,4.003833365301973,4.003567661259421,4.002724078926956,4.002857862219546,4.001840885576779,4.002279827400192,4.001304732461051,4.001466440506178,4.001008623435483,4.000920703582503,4.000945924812164,4.00034924023137,4.000661393213553,3.9995072583919034,4.0000153269343866,3.999191772429551,3.999472810485943,3.999610706978769,3.999667580431861,4.000103113075951,3.9997117314318156,4.000333603080366,3.9996479933446127,4.000085086538029,3.9996716219058106,3.9998100531132152,3.999937582025507,3.9996162096429595,4.0000401875203915,3.999211896065556,3.99983832510153,3.9986437142825135,3.9990064495442477,3.9985927123545233,3.9983560495490997,3.998394587715077,3.997868636243341,3.998392710651535,3.9977585116955194,3.9982712418868527,3.997819091060866,3.9980032457111707,3.9982912758623854,3.9982709797940172,3.9988101298920347,3.9983939832787767,3.9991387597010193,3.9983042122773185,3.998728505162743,3.998129716658754,3.997971579126279,3.997995602684795,3.997593005610657,3.997926309333202,3.997437342227796,3.9978857594967625,3.9973623251936155,3.997513548741611,3.9974412253683638,3.997106351037666,3.9973208904679547,3.9967678841545564,3.997142474007638,3.996480717306082,3.99687167180634,3.9962544402356417,3.996196060162097,3.9962592991528187,3.9957940653267814,3.9960563873949417,3.9953496562530475,3.9957540269290597,3.9952366171532243,3.9955239367682718,3.99540690408991,3.995499168907088,3.9959158595329933,3.995674527061748,3.9961751696545487,3.995635629683299,3.996114625687788,3.99578880904312,3.996080110887009,3.9961644073940197,3.9962509778566315,3.9963212923524396,3.995741256769351,3.996041133749527,3.995008300290131,3.9952127275418263,3.9945727021228445,3.9946060225635254,3.9946708047761095,3.9945364080366765,3.9948645449753615,3.994624218592772,3.9950533988421086,3.9946718972341744,3.9949614994910467,3.994744348143298,3.9950571551730247,3.994915714627967,3.994847859835727,3.9949585837624513,3.994665315735823,3.994756942980432,3.994454802134711,3.9945154805236727,3.9944553599387276,3.9942060280810665,3.994180348509623,3.9938232460348173,3.993602805303215,3.9935150504835923,3.993322582912005,3.9936222639004972,3.9938822530481155,3.9944686100628495,3.9947917696129354,3.9950472694725154,3.9949874875727507,3.995396485202176,3.994783261308486,3.994854823533838,3.9942642847568015,3.994145018062686,3.994116791638646,3.993450798316685,3.993447169725359,3.9929178466915265,3.993351265560583,3.993273048820479,3.9939022891152103,3.9941561103040977,3.9944730496801686,3.9943935607987306,3.9949954978743025,3.9956132024775246,3.9960779422583674,3.996678154048798,3.996355088740553,3.9968997627095506,3.9967944016797485,3.997055334467524,3.9969353048154317,3.997235552056103,3.9972015818606526,3.997566979041382,3.997630083690104,3.9978182986107673,3.998080742306537,3.998278692376818,3.99846775269889,3.998499373817493,3.9983700916912954,3.998437243170308,3.9982008302028293,3.9981692443483734,3.9978167553399597,3.997723586658803,3.9974720455932493,3.997105867733066,3.9969522969766684,3.9966318623865016,3.9967275630462704,3.9968194239216848,3.9971296527552167,3.997452799876378,3.997580692916956,3.9977011375405826,3.997806959094249,3.997816813691178,3.998117399839641,3.993252813077861,3.998085127992795,3.997815511981604,3.998744363411398,3.9989243192971635,3.9985480332553522,3.998466961666051,3.9982355913608,3.9981522054482475,3.998109441247485,3.9982170540703397,3.998364406953083,3.9986147543838086,3.998790926953803,3.99906177495383,3.9993809955310557,3.999473729002205,3.9997242873502836,3.9997540464378423,3.9999765636534743,3.999709803880445,3.999767230357226,3.994039211157565,3.9985218912739966,3.9974335688729363,3.9989631503616776,3.9989609204294627,3.9987835900846442,3.998963347369509,3.998984088784857,3.999184008743601,3.9992626991806173,3.9998054556768063,3.9997532356075016,4.0001051190551715,3.9947093498478634,3.999436987347676,3.999507612268965,4.001393846596928,4.001602863445127,4.001978670537763,4.002469182886181,3.996986994579177,4.001687020375905,4.001170950125479,4.0031690313061965,4.003098107072775,4.003012555276198,4.003428479961346,4.003978518234971,4.0042712606876805,3.999400126821619,4.004034621997347,4.005150383651121,4.006332100553929,4.007142117346135,4.008552688640927,4.009341389548654,4.011203621168944,4.011611074038022,4.01329349707398,4.013117504139414,4.009893627991489,4.0127933114336525,4.014552564813323,4.0152627472736055,4.017036358742063,4.016614056730838,4.017694204064051,4.0179498644667415,4.019016295263393,4.019610282491099,4.020343267717718,4.021376834109001,4.021834901820279,4.022908933343564,4.023252975009827,4.023838972427902,4.024372997999007,4.02479683339904,4.024992598384181,4.025743837353872,4.025922774111419,4.02705968537996,4.027188579477029,4.028071275081768,4.028828422084429,4.0298540399106875,4.0298801278795455,4.02995354478448,4.030443263294184,4.030471707790198,4.031012861676903,4.03107880512008,4.03171918762111,4.0312500635782875,4.031195505337406,4.030183189895056,4.029678555284459,4.026952318223188,4.024552789879271,4.02037182044619,4.01789838893392,4.012321798020098,4.008577669416283,4.0050164777019175,4.004832070770115,4.003265212362976,4.001974581424901,4.000056760344388,3.9982530904156635,3.99617407118857,3.9930791812508573,3.98982304408941,3.985949742565495,3.982633684973095,3.9765610963116553,3.975612186820077,3.9731102980905795,3.9719754937570158,3.9691421527999244,3.9667216136650447,3.962981043364149,3.9604051428098694,3.9586707487049457,3.9579379379373636,3.9570077044665846,3.9559156617652915,3.9565519229703643,3.9570696643358976,3.9593079279663144,3.9592946355838325,3.9610214320916395,3.9592427832315673,3.9608017249062857,3.960749258748945,3.961488219526319,3.9618388034492136,3.9611670279648497,3.961292472085088,3.9602907496561617,3.9599416475696074,3.958221688420866,3.9582567092173706,3.9578077331876154,3.9585584930965143,3.9594843563291278,3.9598775619499884,3.961196188832764,3.9617617437958765,3.9639688481439284,3.965033421595164,3.9676224655048413,3.9704286698236966,3.971451565957591,3.973087090799847,3.972620909413365,3.9736858496454257,3.974383019897066,3.9741332106430507,3.9743498567379207,3.9751371940358435,3.9751873932771984,3.975257934673058,3.9750802097418676,3.9749488405409106,3.974993956153783,3.9757709575540034,3.9792550949347856,3.981793203810702,3.979376077003578,3.9770020406343147,3.977235589772985,3.977711856366161,3.9779091198054184,3.977854988339433,3.9777136532232293,3.9775138732303494,3.9772458145674947,3.977047259200254,3.977356616690714,3.977561851782922,3.9774351454025307,3.9761299539130315,3.9768667979354806,3.9777788797439717,3.9788670499228966,3.979587458055444,3.9797522879280534,3.9801877524314135,3.9807725621136405,3.9815133405768317,3.9823502517184624,3.98348465242513,3.9849785175531647,3.986358307815368,3.9875907006151237,3.9890409435309,3.990152383761705,3.991318499974209,3.992477216193763,3.993524850392793,3.9942133373336945,3.9949003907117384,3.9952673774834904,3.998491498239156,3.997530759140069,3.9971934897751087,3.9964977051684816,3.996345419212723,3.996857313288118,3.997168791702274,3.997211054315966,3.996867326270703,3.9965675426765275,3.9956938987970876,3.9953503968854704,3.9948900161025356,3.996188146662287,3.998162903376789,3.9988827307816694,4.000472397027511,4.002030381393705,4.00201366469943,4.002357808754809,4.0021028837618555,4.003336821216218,4.004281739963595,4.0052180384184135,4.005878419008161,4.006869897899909,4.008523431500127,4.007957368538948,4.008734539980871,4.008656823609162,4.010494018220667,4.012325241439049,4.014351361373281,4.014104131219752,4.014578441751445,4.0162615909253265,4.015125965001735,4.022303656633141,4.016745042789122,4.016540886285203,4.012666502387706,4.01223730593856,4.013626370340663,4.01497514346303,4.016184148123391,4.015570698177259,4.017182355707936,4.01870611449671,4.019200913348108,4.027412491337587,4.024745825132336,4.026049067974928,4.021281656388441,4.021594867179699,4.01805473939519,4.017975554022873,4.018212881369066,4.018878877579755,4.020272800150924,4.018592564435023,4.019281157654739,4.024400714325001,4.02363693533507,4.023536062087765,4.0218945519129345,4.022694106120159,4.020649171549454,4.022417017501463,4.020295985614696,4.022516607825926,4.021371021287702,4.02274205630284,4.022534832165196,4.023491811928928,4.023916503837055,4.024339367661559,4.026284938169741,4.033636182642205,4.032940395272056,4.032905665204361,4.032163909112711,4.032596255547573,4.032437779744918,4.032874584876233,4.031941755919723,4.032400818881337,4.032728331182632,4.033729805591441,4.034469156635235,4.034431028577359,4.036436924698382,4.036044575404091,4.037937740722582,4.037285059691541,4.038883593841407,4.0375878348981065,4.039072633116135,4.038327145213916,4.037787097091142,4.037385000790705,4.036059959400774,4.036707932790193,4.0347176633539945,4.04099454403431,4.035127529480473,4.03405427287184,4.032796329591708,4.032428712914208,4.030665449851555,4.030230457329322,4.029169462258114,4.028487734751963,4.027779253127382,4.027235546228831,4.02696119719633,4.025692414322952,4.023591623589696,4.021086326527637,4.013215827267272,4.009412737044152,4.003983061391775,4.001250658476788,3.9973007630780844,3.993987834624303,3.991269140886445,3.9892356226147028,3.9859317221016037,3.9807899262891793,3.9797574839166368,3.9793273703105076,3.9785448585301295,3.9804348154428517,3.9797984263062594,3.9791632379236646,3.9780451528415126,3.978294419172772,3.978005026782561,3.9773493528926496,3.976546332424128,3.9754973693758457,3.97471015072784,3.9745171374303485,3.9742154893072614,3.9755415403424403,3.9741466085916572,3.9739581134789232,3.973930332614027,3.973882516701162,3.9738143918953837,3.9736506786230033,3.973433048105881,3.9723802739447116,3.975295324839903,3.974499075716682,3.9747072796342664,3.9658520971594635,3.975026453609126,3.9769507426874844,3.978672884658577,3.9791466612205872,3.979377359761703,3.980460885362726,3.980532348912436,3.9807344048956903,3.9806064904971143,3.9804023649636635,3.9804565250921593,3.97935173424317,3.97944537224342,3.9783194462834226,3.9782730371089703,3.9779419748189087,3.977645764811834,3.9778391799277024,3.976890051493425,3.9772957557942172,3.9801669268541247,3.9810758316447754,3.9828854379692262,3.983100505411141,3.9833631894089807,3.983710634153083,3.9828106901788862,3.9751784359380675,3.974349481504743,3.9737288604296124,3.9730276976785794,3.973652047871358,3.973094817872811,3.9733813888488854,3.972512866712189,3.9724161282209947,3.9720914631686757,3.9718092041064326,3.972339797195021,3.9720714282577765,3.972681460469774,3.9722704541047467,3.971963295287874,3.9725036468132293,3.9713597538012815,3.972406872173954,3.9723754808622704,3.9725301604284495,3.9727651467947536,3.972082644431615,3.9725959868899956,3.972288270519753,3.972118194499415,3.9722151815053928,3.972596863886072,3.9731844549677997,3.9726245491412024,3.9731091099844895,3.9731515440318894,3.9730515287211094,3.9739683870980578,3.973900738135786,3.97519835537099,3.9753892643128146,3.974897669718995,3.9752210929138636,3.974011701869686,3.974052900626007,3.974089752046086,3.973018796755492,3.97347176632039,3.972913581818524,3.97319515960363,3.9733005361989937,3.9728978272449678,3.973653450907647,3.974050659225611,3.9748158298190175,3.9748811715796237,3.9742733517065343,3.9749754840481897,3.9746560352693585,3.975493938173124,3.9761527707767828,3.9756389760882653,3.9765985247877635,3.976150876074797,3.9758528945525016,3.9765952975770906,3.975408514088244,3.9761628191836755,3.9764174548018603,3.9758750686496644,3.976662897508346,3.976308826465805,3.976812745428569,3.977299873541901,3.977830142856157,3.9795227133635542,3.980767611531911,3.9825977880913452,3.9833120680369456,3.983831109766869,3.9849479025847447,3.985089356940386,3.9856296129901883,3.9866247653813334,3.987231140317906,3.988458563585043,3.98812306938526,3.9883345707098856,3.9889222073552784,3.9884118141317697,3.988750092257969,3.9886201189661703,3.9886381594487648,3.989709099612772,3.989179169584982,3.990260767630181,3.991660734463304,3.9917839652900877,3.992754891718091,3.993324868484011,3.9934304719774043,3.994350969963251,3.993642852143015,3.9940418655076106,3.9945687132639867,3.9936184308214306,3.9941899081068524,3.994971957209305,3.994898187256558,3.9955923583601796,3.9948484246012557,3.995356569704441,3.9962002489088957,3.995445787757478,3.996195479834267,3.996698566870968,3.9968614854848616,3.9979678217283228,3.998008096813509,3.9983829665466466,3.999526345312237,3.9989719402827792,4.000079641836642,4.000930539077507,4.000780528807361,4.001470508859478,4.001559812956321,4.001501092643232,4.002272475148489,4.001308504531709,4.001893132032396,4.002657698073298,4.001857662499046,4.002512110177044,4.002857524253766,4.002432583918661,4.003349783456202,4.002116121629062,4.00237602997624,4.00298675829722,4.001392098942944,4.00197929255911,4.001867540477901,4.001003564143023,4.001750140619131,4.000581181287529,4.000681874820688,4.001377176233246,3.9996108022077235,4.000237837549171,4.0004641147467845,3.999347357071533,3.999884444852036,4.000032166931312,4.00004853729877,4.001019201055505,3.999901456838198,4.000834404507483,4.001807918966857,4.000713362754772,4.001608022706148,4.0021035621944785,4.002072065267549,4.002894114986357,4.001995557313587,4.002429673249734,4.003362641749958,4.0014558170680665,4.0018988093117525,4.00253028423184,4.001859135396088,4.0023127573909205,4.001603480660531,4.001463272011847,4.002495109299267,4.000644705007458,4.000962649076323,4.001698211795616,4.000584935184458,4.001117283372967,4.001553483562212,4.001542314421204,4.003031655260488,4.002168812620441,4.002738845273735,4.0039419145787125,4.002195323062599,4.002923167977927,4.002850662725216,4.001887977829931,4.002865603112161,4.001955354341824,4.002271724050608,4.003621582096255,4.001860812942997,4.00286239087891,4.003127905865985,4.002257533997113,4.00338371874327,4.0032445461433515,4.0035888602995815,4.004985208386779,4.003187575129185,4.004042738099898,4.004608330107309,4.003252556872987,4.0041618877849725,4.003800700941104,4.003714712716993,4.004949677904555,4.003523877203449,4.00447821783843,4.005767068688644,4.004805326080971,4.00615464833968,4.006321808283253,4.005950399406974,4.0073824695848,4.005428418684153,4.006170903938534,4.007055977902617,4.005173812473173,4.006236600247481,4.005913341319873,4.005646861929059,4.0069517553375595,4.005205949893394,4.006053520729465,4.0070973987182334,4.005631491982569,4.006894184677499,4.006760272893571,4.006635063846221,4.008012562314432,4.006566826207111,4.007511843216918,4.008721751006619,4.007154085490609,4.008610430323756,4.008070567471484,4.00805214524358,4.009680575659225,4.008074746023457,4.00917174095936,4.010280632063344,4.008742493291834,4.010386781692459,4.0106113053318575,4.011314493807492,4.013550554961262,4.0125782509816545,4.014321945023793,4.015810177630084,4.015651339796179,4.016905455375164,4.018474571010382,4.019582511694442,4.020480905450171,4.0203483997961005,4.022208576248086,4.023173668637552,4.023009839064397,4.024327903062981,4.025352519148936,4.0269856774089705,4.029413651571279,4.031879054565031,4.034674749541198,4.0361640209137155,4.038200356961593,4.039415573553386,4.040513432067716,4.04130424051606,4.040337668535156,4.040605782995517,4.03228919167802,4.0380744864050895,4.037705877639159,4.037940605632228,4.038193649900566,4.036685507202529,4.037300310346485,4.035388374251681,4.035316535783012,4.034210394803307,4.033583153307646,4.033938363891288,4.0331963050123925,4.03449331564394,4.034039846039886,4.035051362854532,4.035296641408224,4.035544260836924,4.036651519275151,4.0358017773803105,4.037175480936292,4.035990443654363,4.037109090015395,4.036648501737041,4.036208510301328,4.03708399496063,4.035440871287276,4.036645732945339,4.0348180422862585,4.035769525363499,4.03513985087715,4.034812520187147,4.035140300335045,4.033955759529189,4.034607803481714,4.033583715234103,4.034350688591559,4.034247761736173,4.034543826638347,4.035184048988642,4.034930088188524,4.035917491652231,4.034605200578067,4.035521973740623,4.034352111506146,4.0346812667654035,4.033843351708736,4.03324525737829,4.033187612812003,4.032290539286064,4.032721948680157,4.031989498127617,4.032556307166068,4.032632150426715,4.033189366072291,4.033398556959248,4.033387366972114,4.033897071876061,4.033526178508508,4.034096823222088,4.033434623173399,4.033639314591622,4.033014582717142,4.032706581413932,4.032591103938687,4.032440780568839,4.032739362318674,4.032966436415977,4.033423018395753,4.033798959821877,4.034498046271773,4.034780991893695,4.03492980619845,4.034890306588538,4.0343876799350245,4.034266680939619,4.033994182963192,4.034045505148216,4.034171616085402,4.03446550546604,4.0348280217628085,4.035290098426158,4.035431236295518,4.035572244914066,4.035794201855542,4.035823577727855,4.035812935557511,4.035403799898693,4.035023964488786,4.034628023641824,4.034350932888545,4.034018824704783,4.03368826857546,4.033418547321695,4.033301705818522,4.033040180201688,4.033127516735567,4.032932027003488,4.033148418119197,4.033013242378468,4.033123856470734,4.033157225323821,4.033188441143105,4.033153241404485,4.033092382900721,4.033013352558922,4.032857281127435,4.033056203065689,4.032940130673266,4.033211155942759,4.03308706251801,4.033177862478192,4.03300785397535,4.030003109067514,4.027120355948815,4.014480171316248,3.9973217429242354,3.9753583813648605,3.952986487011922,3.923441511014635,3.8952380531121698,3.865331836231994,3.8346082725374866,3.8068570130065473,3.7816106277861263,3.740742156518677,3.7037223283121197,3.6719332072883475,3.644070214677778,3.6185422863421355,3.5958725566676946,3.5683932431929364,3.5402585516245866,3.521237848301186,3.4992923795474296,3.486485057031773,3.471882503156954,3.459861087051709,3.4525637613985305,3.4539013432134915,3.441518845697069,3.4555827480640104,3.4519040024791163,3.4539095937380058,3.4698748364511554,3.4745950030721984,3.4873772470244067,3.494635634780489,3.4858524061372886,3.47525777239002,3.4775024916629507,3.4811833220994512,3.486653292517728,3.483154226383867,3.47162213766736,3.4876071829194055,3.46603364040089,3.483322611109025,3.4873472657527227,3.4781845174784047,3.4736173510552284,3.4800342182452733,3.4863775990298613,3.4978568040201306,3.5179945566132833,3.5198402616736515,3.52828451638484,3.5368549385859853,3.542816631816954,3.550205405420263,3.5646121897062755,3.576175310240869,3.589271310163205,3.5995238904657425,3.6083895704207576,3.613935160399298,3.616039040522175,3.6189399061387775,3.619975360785754,3.6150696699737073,3.6095407313586203,3.614106195409583,3.6196697214274165,3.6331778933063683,3.6514170826281487,3.670360132638731,3.698542473299359,3.7247453905912353,3.7373528690479705,3.756614650878319,3.779439819536954,3.8032906390328756,3.8209383916119504,3.8333982054511875,3.853005572598237,3.866872440003218,3.873403209660986,3.882984155969135,3.891942783824346,3.907938365321419,3.909156746842278,3.915798264725214,3.923666800389574,3.9337809828159997,3.9417974524333665,3.9523799294023645,3.959673435737079,3.9643218621712615,3.9676648000490657,3.9710600240546317,3.9728098112745305,3.9746089481752467,3.9756524767291093,3.976256523263204,3.9773417417494503,3.978782228726223,3.978997005283831,3.980580880292918,3.9830222694794175,3.985490851928983,3.989889829712962,3.9907170260830904,3.9911846650778333,3.991818475825091,3.9919984960388533,3.992122165982035,3.992491187373869,3.9934162078536994,3.9941998909537473,3.994726659089204,3.9961609075722264,3.997028602957253,3.997701465498975,3.9986397064809878,3.9989413083190004,3.9988633613546405,3.998794771641474,3.9990012363948972,3.9989044528203226,3.99920830789275,3.999753363040166,4.000327355810009,3.9996116336522403,3.9981296927660734,3.9963494597324747,3.992278316429475,3.987961792292818,3.9804780422281256,3.9775338912219698,3.9639652603578917,3.9590888217033946,3.9485418204028093,3.9430857273557827,3.9405867281362497,3.940621654513321,3.9402579081428875,3.9447016530566743,3.9457091268843234,3.943208087266293,3.9412442763692956,3.9454203073966925,3.9451637972207054,3.944411921195943,3.9469085516011213,3.949789085752895,3.9490293992029066,3.948151254900926,3.9467710565391827,3.9451014275902887,3.9444157040393426,3.9462502778646424,3.945637272261198,3.9487163899460955,3.94609981888385,3.944421536113662,3.9429177674181073,3.939205792020622,3.945238442397755,3.949113722783283,3.939039186782631,3.9383331612230728,3.937902209403494,3.9378186493837983,3.9342932543863953,3.9317264629162954,3.9297699718670676,3.9316262174636782,3.9313862396963564,3.9320423178176513,3.930096083347171,3.9332542256226053,3.934700943528255,3.9348075008461567,3.937615483292834,3.9388285535914314,3.9397409628790907,3.94128656122012,3.943058691496118,3.942436124505348,3.9426680442617976,3.944922313703243,3.9438690450802687,3.9421976493933517,3.943863570075317,3.9472724276116833,3.948049110826224,3.9504176445253845,3.952591761633608,3.9526083223210127,3.9521818057304907,3.952800135993614,3.949862394114126,3.949150010726483,3.9526065773067476,3.950042228320527,3.953328699095815,3.9556234633238496,3.956442754737256,3.9577428362787166,3.958245136567546,3.9584623769320593,3.958328066610227,3.9598272189573396,3.9608367784195866,3.9609737186565366,3.9597176873621995,3.960136695151761,3.959845029243833,3.960729444634821,3.9593091843753045,3.9582911390527573,3.9593722599571004,3.9615534587815855,3.963678406078398,3.963767823591067,3.966327938316608,3.9680525311699197,3.9693550712065253,3.970199772338557,3.9718236431443943,3.9729189786875483,3.972750352710673,3.9712875336071156,3.971094086339202,3.9703283880043942,3.969573168057128,3.9674725548538223,3.96766328166219,3.968613341211135,3.968875970499172,3.969357799089258,3.971526226776347,3.973075263633238,3.9745406385528828,3.9773719788060626,3.9789466887423273,3.9804529045132733,3.9821222701442696,3.9824884298627836,3.9867430133896695,3.9909130460214732,3.9976641557248036,4.002213287379442,4.006628987378441,4.013096808769294,4.018746537325899,4.021067079984688,4.0178188688162155,4.017306080316903,4.016841267882928,4.018582627934617,4.018273228910012,4.019408182573114,4.021059508228536,4.020934290545364,4.021577577988479,4.022348686908013,4.024200196295837,4.023395981138412,4.025108568555186,4.0258973763404775,4.027066910283666,4.03002352786272,4.03352052097124,4.036348164563014,4.037682345805974,4.0381673567428304,4.037853850244562,4.03820410018693,4.037626323684603,4.038871612351465,4.03604728190658,4.034906828829459,4.03422270404402,4.034496140314236,4.033858079839248,4.035545115019718,4.0361250160848625,4.03734267372819,4.038585604442474,4.040578109893097,4.041609920821951,4.042215569652493,4.041488430239217,4.040996340372744,4.040985738806032,4.041712116891907,4.042052860643085,4.042873014449027,4.044830611077058,4.045633734183434,4.045304225021043,4.045907051844702,4.046332752415448,4.045724435228572,4.046241411542564,4.0468918212980824,4.046481260127384,4.046706107416613,4.047706473712516,4.047967289190169,4.048357976439978,4.04922387759664,4.050115201879736,4.049802589587157,4.050419614084165,4.051112662874187,4.05067126964279,4.051522716605317,4.052528597400462,4.052379432650574,4.052864271361706,4.0534685391002485,4.053326856045766,4.053254521359568,4.053486258050592,4.053295644095557,4.052493077077106,4.05234811824379,4.052487590951536,4.050723314902154,4.0509726374700765,4.050979977944511,4.0497668762894214,4.049972458295722,4.050573728179364,4.049761349744904,4.050215325223449,4.05049971865319,4.050214780024138,4.05024948627823,4.050821190220418,4.050880563287877,4.050318442541529,4.0508245939236165,4.050837556811025,4.050282277658998,4.05081949623705,4.051260876433256,4.050320713707729,4.050567323678914,4.051151046032889,4.0497793815330185,4.049885827431497,4.050301602037692,4.048938382168208,4.049439131216228,4.050201413178601,4.049313886049244,4.049791376247128,4.050587815356859,4.050008403566286,4.051071699476967,4.052240247930111,4.051042881741191,4.0513800069503,4.051757708663609,4.0505661296458655,4.050429174924567,4.050785716057339,4.049106409185876,4.048973455781476,4.04949077769889,4.047986538036154,4.047869135294522,4.048668274848982,4.046934043042631,4.046912425878386,4.047411768413115,4.045877700698137,4.045970672615886,4.046627566704117,4.0452760127223275,4.045716245614836,4.046806341241641,4.045753372093944,4.046324938869004,4.047217220626012,4.0458319964614855,4.0463070709966225,4.047074250763202,4.046262949413216,4.046894267369165,4.0474532447982465,4.046821035031158,4.047298655323662,4.047694020830793,4.046770594833929,4.047091706175615,4.047310411936041,4.04614581411898,4.046531417826112,4.046224310235356,4.0454403371905325,4.045813039592453,4.0455281035811685,4.044940724134792,4.045749637966958,4.045320665348736,4.044916412529936,4.045731951587188,4.0446147022494,4.044149218674902,4.044439884130475,4.043798799989573,4.04391475868645,4.0445450657969655,4.043848527400039,4.0444862212235755,4.044186486695599,4.042100662129433,4.03984283453662,4.036842959487407,4.0325115832605025,4.029207343561365,4.024805414089471,4.02047890497477,4.016801048199263,4.012037585120601,4.007710411653756,4.006277344887593,4.004112215156895,4.002844460564406,4.0020929133555745,4.0013784659957965,4.0014648813696105,4.0012670476490575,4.001020646814812,4.005388014191299,4.01006635162254,4.016059050396128,4.022920075080762,4.029409800295542,4.0331328045751755,4.03779158925469,4.041693711717622,4.04462671921204,4.0440276749597475,4.043298507032761,4.041434737135523,4.03910961527246,4.038730344943767,4.03764028073225,4.037649007950315,4.038411403078704,4.038010162802378,4.038677799973403,4.038909821006388,4.038380847909297,4.039356610878663,4.038905687090848,4.039489164910959,4.039918328322406,4.039865492654104,4.040392075940099,4.04056956725407,4.040638871708121,4.0414072662173,4.041128121114118,4.041355468519558,4.041422332326068,4.040913649094651,4.041031162478575,4.040541353581357,4.04000833352463,4.039897545516299,4.039187844316443,4.038966072518061,4.039063206948265,4.038489352458243,4.039050205169389,4.038768442053773,4.03857816024632,4.038829696581314,4.038354391709152,4.0388978947058,4.03883900895426,4.038979600734748,4.039512516154102,4.0392141027472395,4.039384261149801,4.0393195737020005,4.03901248622646,4.039185433896246,4.038903157153506,4.038678576653494,4.038361601773631,4.038390925478416,4.038879693281766,4.038882475411715,4.038570262208078,4.038907003070841,4.038603303845916,4.03883385126393,4.038856279886543,4.038463929186097,4.038677210541209,4.038041966908387,4.0381128645077595,4.038163605365581,4.037708407186974,4.0380099526785225,4.037794818124418,4.037791275017793,4.037850154086978,4.0373165303039285,4.037359609173936,4.0371022010078015,4.0370134729376925,4.037307080885846,4.037128504608847,4.037488293010051,4.0374566195065125,4.037386548744178,4.037598979419642,4.037307425780256,4.037477654109659,4.037442957577053,4.037493548819922,4.0375874138990495,4.037755655861046,4.038030569213335,4.038319013879767,4.0389196600101105,4.039377275865942,4.039840285512815,4.040230660780295,4.0403511247758885,4.04043626463403,4.040395581504987,4.040096695621788,4.040009103782523,4.039685605152803,4.039473136532237,4.039082781816992,4.039255495969759,4.039040109253853,4.039334892333489,4.03947507489967],"data_position_x":[0.07856522500514984,-0.752223014831543,-1.5836344957351685,-2.415678024291992,-3.248356819152832,-4.081669330596924,-4.915611267089844,-5.750171661376953,-6.585336685180664,-7.421108245849609,-8.257460594177246,-9.09439468383789,-9.931904792785645,-10.769973754882812,-11.608619689941406,-12.44782543182373,-13.287609100341797,-14.127975463867188,-14.96890640258789,-15.810441970825195,-16.652587890625,-17.495342254638672,-18.338733673095703,-19.182767868041992,-20.027446746826172,-20.872779846191406,-21.718759536743164,-22.565378189086914,-23.41262435913086,-24.260488510131836,-25.108945846557617,-25.95798683166504,-26.807607650756836,-27.657798767089844,-28.50855255126953,-29.35987091064453,-30.211759567260742,-31.064210891723633,-31.917251586914062,-32.77089309692383,-33.625152587890625,-34.48004913330078,-35.33559036254883,-36.19178009033203,-37.04861068725586,-37.906063079833984,-38.76412582397461,-39.622764587402344,-40.48196029663086,-41.34170913696289,-42.20198059082031,-43.062782287597656,-43.924102783203125,-44.78593826293945,-45.6483154296875,-46.51124954223633,-47.374752044677734,-48.2389030456543,-49.10372543334961,-49.969207763671875,-50.83539581298828,-51.70225524902344,-52.56974411010742,-53.437828063964844,-54.306480407714844,-55.17567443847656,-56.045406341552734,-56.91566848754883,-57.786468505859375,-58.65779495239258,-59.52965545654297,-60.402042388916016,-61.274959564208984,-62.14841079711914,-63.02241134643555,-63.896949768066406,-64.77203369140625,-65.64764404296875,-66.52375793457031,-67.4004135131836,-68.27755737304688,-69.15522766113281,-70.03343200683594,-70.91215515136719,-71.79142761230469,-72.67121124267578,-73.55155944824219,-74.43246459960938,-75.3139419555664,-76.19598388671875,-77.07859802246094,-77.96179962158203,-78.8455581665039,-79.72989654541016,-80.61479187011719,-81.50023651123047,-82.3862075805664,-83.2727279663086,-84.1597671508789,-85.04732513427734,-85.93539428710938,-86.823974609375,-87.71306610107422,-88.6026611328125,-89.49275970458984,-90.38333892822266,-91.27442169189453,-92.16600799560547,-93.05809783935547,-93.95068359375,-94.8437728881836,-95.73738861083984,-96.63151550292969,-97.52618408203125,-98.42134857177734,-99.31705474853516,-100.21324920654297,-101.10997009277344,-102.0071792602539,-102.90486907958984,-103.80305480957031,-104.70167541503906,-105.60076904296875,-106.50030517578125,-107.40031433105469,-108.3008041381836,-109.2017822265625,-110.10325622558594,-111.00519561767578,-111.90766906738281,-112.81062316894531,-113.71407318115234,-114.6180191040039,-115.52243041992188,-116.42732238769531,-117.3326644897461,-118.23849487304688,-119.14473724365234,-120.05146026611328,-120.95865631103516,-121.8663101196289,-122.77445983886719,-123.68307495117188,-124.59220886230469,-125.50181579589844,-126.41191864013672,-127.322509765625,-128.23358154296875,-129.14512634277344,-130.05711364746094,-130.96961975097656,-131.88253784179688,-132.7959442138672,-133.7097930908203,-134.6240997314453,-135.53883361816406,-136.4539794921875,-137.36952209472656,-138.28543090820312,-139.20175170898438,-140.11839294433594,-141.0354461669922,-141.9528045654297,-142.87049865722656,-143.78857421875,-144.70693969726562,-145.62564086914062,-146.54464721679688,-147.46400451660156,-148.38363647460938,-149.30357360839844,-150.22381591796875,-151.14431762695312,-152.06507873535156,-152.98606872558594,-153.90725708007812,-154.82862854003906,-155.7501678466797,-156.67190551757812,-157.59376525878906,-158.5157928466797,-159.4379425048828,-160.36024475097656,-161.28265380859375,-162.20518493652344,-163.12782287597656,-164.05056762695312,-164.97337341308594,-165.8961944580078,-166.81900024414062,-167.74179077148438,-168.66456604003906,-169.5872802734375,-170.50994873046875,-171.43260192871094,-172.35519409179688,-173.27781677246094,-174.20037841796875,-175.12295532226562,-176.04554748535156,-176.96810913085938,-177.8907470703125,-178.8133544921875,-179.7360076904297,-180.65869140625,-181.58131408691406,-182.50381469726562,-183.42617797851562,-184.34823608398438,-185.27003479003906,-186.19158935546875,-187.11282348632812,-188.03382873535156,-188.95440673828125,-189.8746795654297,-190.79457092285156,-191.7139892578125,-192.63302612304688,-193.55137634277344,-194.4690704345703,-195.38589477539062,-196.302001953125,-197.21730041503906,-198.13162231445312,-199.04527282714844,-199.95799255371094,-200.87005615234375,-201.7812957763672,-202.69174194335938,-203.60145568847656,-204.51023864746094,-205.41836547851562,-206.32545471191406,-207.23178100585938,-208.13693237304688,-209.0409393310547,-209.94395446777344,-210.8457489013672,-211.7464599609375,-212.64585876464844,-213.54421997070312,-214.44143676757812,-215.33749389648438,-216.2325897216797,-217.12640380859375,-218.019287109375,-218.91073608398438,-219.8011932373047,-220.69015502929688,-221.57781982421875,-222.4641571044922,-223.34881591796875,-224.23219299316406,-225.11375427246094,-225.9938201904297,-226.87208557128906,-227.7488250732422,-228.623779296875,-229.49685668945312,-230.3684539794922,-231.238037109375,-232.10626220703125,-232.97254943847656,-233.83741760253906,-234.70040893554688,-235.56175231933594,-236.42132568359375,-237.2790069580078,-238.13507080078125,-238.9889373779297,-239.8412322998047,-240.6912078857422,-241.53958129882812,-242.38571166992188,-243.22998046875,-244.07212829589844,-244.91217041015625,-245.75048828125,-246.58665466308594,-247.4210205078125,-248.25299072265625,-249.08309936523438,-249.91082763671875,-250.7364044189453,-251.5596160888672,-252.38035583496094,-253.19903564453125,-254.01504516601562,-254.8290557861328,-255.640380859375,-256.4496154785156,-257.2562561035156,-258.060791015625,-258.86285400390625,-259.66265869140625,-260.4601745605469,-261.2552185058594,-262.0481262207031,-262.8382263183594,-263.626220703125,-264.4112854003906,-265.194091796875,-265.97381591796875,-266.7511901855469,-267.5254211425781,-268.29705810546875,-269.0657653808594,-269.83148193359375,-270.5944519042969,-271.3540954589844,-272.1111145019531,-272.8645324707031,-273.6152648925781,-274.3623046875,-275.1065979003906,-275.84716796875,-276.58477783203125,-277.31878662109375,-278.049560546875,-278.77703857421875,-279.5008544921875,-280.2216491699219,-280.9385986328125,-281.65264892578125,-282.36279296875,-283.070068359375,-283.7735595703125,-284.47406005859375,-285.1708984375,-285.864501953125,-286.5544738769531,-287.2408142089844,-287.92376708984375,-288.6025695800781,-289.27801513671875,-289.94903564453125,-290.6166687011719,-291.27978515625,-291.93939208984375,-292.5944519042969,-293.245849609375,-293.8928527832031,-294.5361022949219,-295.1754150390625,-295.8106689453125,-296.4423522949219,-297.0696716308594,-297.6936340332031,-298.3130798339844,-298.92913818359375,-299.5404968261719,-300.1484375,-300.751708984375,-301.3511047363281,-301.94610595703125,-302.5366516113281,-303.1230773925781,-303.7046813964844,-304.2824401855469,-304.8551940917969,-305.42431640625,-305.9886474609375,-306.54931640625,-307.10546875,-307.65789794921875,-308.2059020996094,-308.7498474121094,-309.2894287109375,-309.824462890625,-310.35528564453125,-310.88134765625,-311.4032897949219,-311.920166015625,-312.4328308105469,-312.9405517578125,-313.4440612792969,-313.9427490234375,-314.4375305175781,-314.927490234375,-315.4132995605469,-315.8943786621094,-316.37091064453125,-316.8428955078125,-317.3097839355469,-317.77215576171875,-318.2288818359375,-318.6812744140625,-319.1279296875,-319.5703125,-320.0072326660156,-320.4398193359375,-320.86712646484375,-321.2896423339844,-321.7073669433594,-322.11968994140625,-322.5274963378906,-322.9296569824219,-323.3272705078125,-323.71923828125,-324.1065673828125,-324.48809814453125,-324.8644104003906,-325.2347717285156,-325.5995788574219,-325.95843505859375,-326.3116455078125,-326.659423828125,-327.0010070800781,-327.3374328613281,-327.667236328125,-327.99163818359375,-328.3092041015625,-328.62139892578125,-328.92706298828125,-329.2271423339844,-329.521484375,-329.80999755859375,-330.0931701660156,-330.3702392578125,-330.64208984375,-330.907470703125,-331.1675109863281,-331.4209289550781,-331.668212890625,-331.9085693359375,-332.1420593261719,-332.3686828613281,-332.58819580078125,-332.80145263671875,-333.0072326660156,-333.2070007324219,-333.3990478515625,-333.584716796875,-333.7625427246094,-333.93359375,-334.0974426269531,-334.25408935546875,-334.4041748046875,-334.546875,-334.6834411621094,-334.8126220703125,-334.93585205078125,-335.05169677734375,-335.16131591796875,-335.2637023925781,-335.35906982421875,-335.44775390625,-335.5287170410156,-335.60296630859375,-335.6688232421875,-335.7280578613281,-335.779052734375,-335.8233337402344,-335.85980224609375,-335.8890380859375,-335.9115295410156,-335.92633056640625,-335.93463134765625,-335.934814453125,-335.92852783203125,-335.9143371582031,-335.89361572265625,-335.8655090332031,-335.8304748535156,-335.78875732421875,-335.73980712890625,-335.6844787597656,-335.62152099609375,-335.5522766113281,-335.4752197265625,-335.39154052734375,-335.3003845214844,-335.2021179199219,-335.0969543457031,-334.9842834472656,-334.8652038574219,-334.7383117675781,-334.6050109863281,-334.4637756347656,-334.31585693359375,-334.1602478027344,-333.99737548828125,-333.82757568359375,-333.65008544921875,-333.46630859375,-333.274658203125,-333.0766906738281,-332.87115478515625,-332.6590576171875,-332.44024658203125,-332.21453857421875,-331.9826965332031,-331.7436828613281,-331.4988098144531,-331.2467956542969,-330.9887390136719,-330.7236633300781,-330.4519958496094,-330.1736755371094,-329.8880310058594,-329.59625244140625,-329.29669189453125,-328.9909973144531,-328.6778259277344,-328.3582458496094,-328.0318603515625,-327.6985778808594,-327.3592224121094,-327.0128173828125,-326.6605224609375,-326.3013000488281,-325.9361267089844,-325.56414794921875,-325.18585205078125,-324.8011169433594,-324.4095458984375,-324.0118103027344,-323.60675048828125,-323.1957092285156,-322.77752685546875,-322.35308837890625,-321.9220275878906,-321.4844970703125,-321.04095458984375,-320.5906982421875,-320.1347351074219,-319.6719970703125,-319.2034912109375,-318.72845458984375,-318.2473449707031,-317.7601318359375,-317.2666015625,-316.76739501953125,-316.2615051269531,-315.7500915527344,-315.23193359375,-314.70794677734375,-314.1775207519531,-313.6408996582031,-313.0983581542969,-312.5494079589844,-311.9951477050781,-311.4346923828125,-310.8691711425781,-310.2976989746094,-309.72100830078125,-309.138916015625,-308.55133056640625,-307.9587707519531,-307.3606872558594,-306.7576599121094,-306.1489562988281,-305.53521728515625,-304.9156188964844,-304.29071044921875,-303.6602783203125,-303.0242614746094,-302.3832092285156,-301.736328125,-301.08465576171875,-300.42742919921875,-299.7654724121094,-299.0982666015625,-298.4263610839844,-297.74945068359375,-297.0676574707031,-296.3811950683594,-295.6897277832031,-294.9939270019531,-294.2931213378906,-293.587890625,-292.87786865234375,-292.1632385253906,-291.44403076171875,-290.72021484375,-289.9919128417969,-289.2590637207031,-288.5218200683594,-287.7801208496094,-287.03399658203125,-286.2835693359375,-285.5289306640625,-284.7701721191406,-284.00732421875,-283.240478515625,-282.46954345703125,-281.6947326660156,-280.9158935546875,-280.1329040527344,-279.3458557128906,-278.5545654296875,-277.7595520019531,-276.96026611328125,-276.15728759765625,-275.3501281738281,-274.5393371582031,-273.72491455078125,-272.90692138671875,-272.08563232421875,-271.2607727050781,-270.4326171875,-269.60101318359375,-268.7662353515625,-267.9280700683594,-267.0867614746094,-266.241943359375,-265.3939208984375,-264.5426025390625,-263.6880798339844,-262.83038330078125,-261.9695739746094,-261.1058349609375,-260.2391052246094,-259.3695983886719,-258.4971923828125,-257.62213134765625,-256.74432373046875,-255.86386108398438,-254.9807586669922,-254.0950469970703,-253.2067413330078,-252.3158416748047,-251.42233276367188,-250.52621459960938,-249.6274871826172,-248.7261505126953,-247.82223510742188,-246.91578674316406,-246.00682067871094,-245.09539794921875,-244.18161010742188,-243.2654571533203,-242.34713745117188,-241.42665100097656,-240.50413513183594,-239.57958984375,-238.6531982421875,-237.72488403320312,-236.79469299316406,-235.86260986328125,-234.92868041992188,-233.99290466308594,-233.0553436279297,-232.11599731445312,-231.1748809814453,-230.23208618164062,-229.2874755859375,-228.34124755859375,-227.39334106445312,-226.44387817382812,-225.49288940429688,-224.5404815673828,-223.58663940429688,-222.63143920898438,-221.67491149902344,-220.71707153320312,-219.75802612304688,-218.79771423339844,-217.8362274169922,-216.87353515625,-215.90963745117188,-214.94454956054688,-213.9783172607422,-213.01087951660156,-212.04232788085938,-211.07264709472656,-210.10195922851562,-209.13026428222656,-208.15762329101562,-207.18408203125,-206.20962524414062,-205.2343292236328,-204.25819396972656,-203.28128051757812,-202.30357360839844,-201.32510375976562,-200.3458709716797,-199.36590576171875,-198.38523864746094,-197.40394592285156,-196.42201232910156,-195.43946838378906,-194.456298828125,-193.4724884033203,-192.48806762695312,-191.50306701660156,-190.5175323486328,-189.5314483642578,-188.5448455810547,-187.55776977539062,-186.5702362060547,-185.582275390625,-184.59397888183594,-183.60528564453125,-182.61631774902344,-181.6270751953125,-180.63763427734375,-179.64791870117188,-178.6580047607422,-177.66787719726562,-176.67752075195312,-175.6869354248047,-174.69610595703125,-173.7050323486328,-172.7136993408203,-171.72213745117188,-170.73037719726562,-169.73843383789062,-168.74624633789062,-167.75392150878906,-166.76133728027344,-165.76864624023438,-164.77578735351562,-163.78277587890625,-162.7896270751953,-161.79638671875,-160.80296325683594,-159.8094024658203,-158.815673828125,-157.82179260253906,-156.82774353027344,-155.8335418701172,-154.83920288085938,-153.8447265625,-152.8501739501953,-151.85552978515625,-150.86080932617188,-149.86595153808594,-148.87100219726562,-147.87594604492188,-146.88079833984375,-145.88548278808594,-144.89002990722656,-143.89439392089844,-142.8985595703125,-141.90248107910156,-140.90611267089844,-139.90939331054688,-138.9123077392578,-137.9148712158203,-136.91700744628906,-135.9187469482422,-134.9200439453125,-133.9210205078125,-132.92166137695312,-131.92218017578125,-130.92262268066406,-129.9231414794922,-128.92379760742188,-127.92471313476562,-126.92585754394531,-125.92732238769531,-124.92906951904297,-123.93122100830078,-122.93380737304688,-121.93694305419922,-120.94063568115234,-119.94503784179688,-118.95016479492188,-117.95612335205078,-116.96290588378906,-115.97061920166016,-114.97923278808594,-113.98881530761719,-112.99933624267578,-112.01083374023438,-111.02332305908203,-110.03682708740234,-109.05135345458984,-108.06692504882812,-107.08348846435547,-106.10111236572266,-105.11978149414062,-104.13953399658203,-103.16038513183594,-102.18234252929688,-101.20547485351562,-100.22978210449219,-99.25532531738281,-98.28211975097656,-97.31016540527344,-96.33934020996094,-95.3697280883789,-94.40116882324219,-93.43376159667969,-92.46743774414062,-91.50222778320312,-90.53816223144531,-89.57523345947266,-88.61355590820312,-87.6530990600586,-86.69392395019531,-85.73597717285156,-84.77932739257812,-83.82389831542969,-82.86969757080078,-81.91667938232422,-80.96479797363281,-80.01403045654297,-79.06444549560547,-78.1159896850586,-77.16864013671875,-76.22240447998047,-75.27723693847656,-74.33333587646484,-73.39064025878906,-72.44915008544922,-71.50875854492188,-70.56951141357422,-69.63135528564453,-68.69425964355469,-67.75830078125,-66.82334899902344,-65.88948822021484,-64.95680236816406,-64.02554321289062,-63.095706939697266,-62.16722869873047,-61.24015808105469,-60.314697265625,-59.39076614379883,-58.46822738647461,-57.54706573486328,-56.6272087097168,-55.70864486694336,-54.79134750366211,-53.87559509277344,-52.96149444580078,-52.04889678955078,-51.1376953125,-50.22808837890625,-49.319984436035156,-48.41324234008789,-47.507774353027344,-46.603511810302734,-45.700374603271484,-44.798370361328125,-43.89742660522461,-42.997501373291016,-42.098594665527344,-41.20073699951172,-40.30397415161133,-39.408302307128906,-38.51373291015625,-37.620216369628906,-36.72776794433594,-35.83639907836914,-34.94608688354492,-34.05681610107422,-33.16863250732422,-32.28148651123047,-31.39533805847168,-30.51018524169922,-29.626035690307617,-28.742862701416016,-27.86074447631836,-26.97956085205078,-26.099275588989258,-25.219905853271484,-24.34134292602539,-23.463560104370117,-22.586803436279297,-21.71101951599121,-20.83639144897461,-19.9628963470459,-19.090484619140625,-18.219104766845703,-17.348812103271484,-16.47953224182129,-15.611540794372559,-14.744832992553711,-13.879335403442383,-13.01530647277832,-12.15243911743164,-11.290711402893066,-10.430073738098145,-9.570441246032715,-8.71188735961914,-7.854369640350342,-6.9981865882873535,-6.143187999725342,-5.2896833419799805,-4.437443733215332,-3.586398124694824,-2.7364728450775146,-1.8874627351760864,-1.0396254062652588,-0.19267715513706207,0.653209924697876,1.4982352256774902,2.342055082321167,3.1846773624420166,4.026085376739502,4.86621618270874,5.705386161804199,6.543432235717773,7.380677223205566,8.216898918151855,9.052082061767578,9.88630485534668,10.719385147094727,11.551528930664062,12.382556915283203,13.212658882141113,14.04162311553955,14.86933708190918,15.695806503295898,16.52086067199707,17.344823837280273,18.167545318603516,18.9892578125,19.80976676940918,20.629375457763672,21.447813034057617,22.265214920043945,23.08156394958496,23.896699905395508,24.710861206054688,25.52370262145996,26.33559226989746,27.146175384521484,27.955821990966797,28.764163970947266,29.571502685546875,30.377599716186523,31.182592391967773,31.986370086669922,32.78899002075195,33.590450286865234,34.39073181152344,35.18987274169922,35.98774337768555,36.784324645996094,37.57976150512695,38.37401580810547,39.16724395751953,39.959327697753906,40.750274658203125,41.54010009765625,42.328758239746094,43.11631774902344,43.90268325805664,44.68806457519531,45.47223663330078,46.25557327270508,47.03786849975586,47.81913375854492,48.59938049316406,49.37868118286133,50.157222747802734,50.93497085571289,51.712242126464844,52.488800048828125,53.26544952392578,54.04192352294922,54.818748474121094,55.59584045410156,56.373504638671875,57.15196228027344,57.93115997314453,58.71162414550781,59.493080139160156,60.27599334716797,61.06024932861328,61.8460578918457,62.63343048095703,63.42237091064453,64.2129135131836,65.00481414794922,65.79833221435547,66.59304809570312,67.38929748535156,68.1866683959961,68.98541259765625,69.78543853759766,70.58706665039062,71.38999938964844,72.19375610351562,72.99906158447266,73.8066177368164,74.61650085449219,75.4277572631836,76.24039459228516,77.0553207397461,77.87262725830078,78.69168853759766,79.51268768310547,80.33499145507812,81.15869140625,81.98393249511719,82.81051635742188,83.63900756835938,84.46884155273438,85.29987335205078,86.13277435302734,86.96752166748047,87.80359649658203,88.64099884033203,89.47952270507812,90.3194580078125,91.16155242919922,92.00446319580078,92.84839630126953,93.69445037841797,94.54251861572266,95.39302062988281,96.24513244628906,97.09868621826172,97.95342254638672,98.80970001220703,99.66715240478516,100.5259017944336,101.3858642578125,102.24691009521484,103.10931396484375,103.97271728515625,104.8375015258789,105.70327758789062,106.57026672363281,107.43846893310547,108.30770111083984,109.17821502685547,110.04959869384766,110.92223358154297,111.79583740234375,112.67054748535156,113.54633331298828,114.4229736328125,115.30070495605469,116.1791763305664,117.05863189697266,117.93883514404297,118.8197250366211,119.70126342773438,120.58338165283203,121.46620178222656,122.34951782226562,123.23350524902344,124.11788177490234,125.00273895263672,125.88792419433594,126.7733383178711,127.65921020507812,128.54527282714844,129.431640625,130.31814575195312,131.20477294921875,132.09152221679688,132.9781951904297,133.86495971679688,134.7516632080078,135.6383819580078,136.5249481201172,137.41134643554688,138.29766845703125,139.18370056152344,140.06951904296875,140.9549560546875,141.8400421142578,142.72471618652344,143.6088104248047,144.49241638183594,145.3753662109375,146.25772094726562,147.13938903808594,148.0204315185547,148.90081787109375,149.7803497314453,150.6591339111328,151.53695678710938,152.41390991210938,153.28997802734375,154.1649932861328,155.0391082763672,155.91209411621094,156.78396606445312,157.6548309326172,158.52430725097656,159.39271545410156,160.2598114013672,161.12554931640625,161.9900360107422,162.85289001464844,163.7144317626953,164.57443237304688,165.4330596923828,166.29026794433594,167.1459197998047,168.00018310546875,168.85267639160156,169.70343017578125,170.55259704589844,171.39971923828125,172.24513244628906,173.088623046875,173.92987060546875,174.76931762695312,175.6063995361328,176.44131469726562,177.2742156982422,178.1046600341797,178.93313598632812,179.7593994140625,180.58335876464844,181.40525817871094,182.2246551513672,183.04190063476562,183.8570098876953,184.6697235107422,185.48056030273438,186.2890167236328,187.09527587890625,187.89950561523438,188.70089721679688,189.5,190.29649353027344,191.09011840820312,191.8815155029297,192.66998291015625,193.45578002929688,194.23927307128906,195.01971435546875,195.79769897460938,196.57302856445312,197.34552001953125,198.11570739746094,198.88307189941406,199.64776611328125,200.41014099121094,201.16944885253906,201.92628479003906,202.68043518066406,203.43153381347656,204.18020629882812,204.9257049560547,205.6680908203125,206.40780639648438,207.14405822753906,207.8775177001953,208.60809326171875,209.33518981933594,210.0596160888672,210.78076171875,211.4986114501953,212.21368408203125,212.92514038085938,213.63327026367188,214.33824157714844,215.03945922851562,215.73764038085938,216.43240356445312,217.12367248535156,217.81199645996094,218.49679565429688,219.17831420898438,219.8568115234375,220.5316619873047,221.20346069335938,221.87191772460938,222.536865234375,223.19879150390625,223.85694885253906,224.51161193847656,225.16302490234375,225.81028747558594,226.4541473388672,227.09429931640625,227.73008728027344,228.36253356933594,228.99057006835938,229.61427307128906,230.23446655273438,230.8496856689453,231.4607391357422,232.06785583496094,232.6697998046875,233.267822265625,233.861328125,234.44985961914062,235.03456115722656,235.61412048339844,236.1891326904297,236.7604217529297,237.32659912109375,237.888916015625,238.44728088378906,239.00079345703125,239.5507354736328,240.0959930419922,240.6366424560547,241.1737060546875,241.70553588867188,242.2328643798828,242.7562713623047,243.2742156982422,243.7881622314453,244.2972869873047,244.80117797851562,245.30128479003906,245.7957305908203,246.2850799560547,246.77037048339844,247.24977111816406,247.72471618652344,248.19485473632812,248.65936279296875,249.1201629638672,249.5755157470703,250.02566528320312,250.47198486328125,250.91232299804688,251.34803771972656,251.77899169921875,252.20367431640625,252.624267578125,253.0389404296875,253.44773864746094,253.85247802734375,254.25071716308594,254.64389038085938,255.03236389160156,255.41407775878906,255.79144287109375,256.1631164550781,256.52874755859375,256.890380859375,257.2455139160156,257.59564208984375,257.94122314453125,258.280029296875,258.6143798828125,258.94317626953125,259.2657470703125,259.58428955078125,259.89666748046875,260.20404052734375,260.50726318359375,260.8041687011719,261.0968322753906,261.3843994140625,261.6658935546875,261.94354248046875,262.21484375,262.48077392578125,262.7423095703125,262.99700927734375,263.2470397949219,263.4915466308594,263.7295837402344,263.9634094238281,264.1906433105469,264.4124450683594,264.6298522949219,264.8404541015625,265.04638671875,265.24700927734375,265.4414978027344,265.6318359375,265.8159484863281,265.9949035644531,266.16949462890625,266.3375549316406,266.5010986328125,266.6593017578125,266.8113098144531,266.959228515625,267.1006774902344,267.23681640625,267.3684387207031,267.493408203125,267.6134948730469,267.7280578613281,267.83648681640625,267.94061279296875,268.0383605957031,268.1307067871094,268.21844482421875,268.2996826171875,268.376220703125,268.4473571777344,268.5126037597656,268.5735778808594,268.6285705566406,268.6784362792969,268.723876953125,268.7636413574219,268.79913330078125,268.83050537109375,268.85748291015625,268.8810119628906,268.9014892578125,268.91888427734375,268.93341064453125,268.9450988769531,268.9542541503906,268.9605712890625,268.96417236328125,268.9649658203125,268.9628601074219,268.9581298828125,268.9504699707031,268.9401550292969,268.9270935058594,268.9115905761719,268.8936767578125,268.873291015625,268.8508605957031,268.8262939453125,268.800048828125,268.77215576171875,268.74285888671875,268.7126159667969,268.68145751953125,268.6496887207031,268.6175842285156,268.5851745605469,268.5528564453125,268.52056884765625,268.4885559082031,268.4569091796875,268.4256896972656,268.3952331542969,268.3652648925781,268.3363342285156,268.30804443359375,268.28076171875,268.2545166015625,268.2292175292969,268.2051696777344,268.1820068359375,268.1601867675781,268.13934326171875,268.11968994140625,268.10125732421875,268.0838623046875,268.06768798828125,268.0523986816406,268.0382080078125,268.02496337890625,268.01263427734375,268.0012512207031,267.9908752441406,267.98150634765625,267.9730224609375,267.9655456542969,267.95892333984375,267.9532470703125,267.948486328125,267.944580078125,267.9415283203125,267.9393310546875,267.9379577636719,267.93731689453125,267.9374694824219,267.9383544921875,267.9400634765625,267.9424743652344,267.9457092285156,267.9497375488281,267.95452880859375,267.96014404296875,267.9664306640625,267.9735412597656,267.9813232421875,267.9897766113281,267.9988708496094,268.0086364746094,268.01898193359375,268.02984619140625,268.0413513183594,268.0533752441406,268.0659484863281,268.07904052734375,268.0926208496094,268.1068115234375,268.12139892578125,268.13641357421875,268.1518859863281,268.16766357421875,268.183837890625,268.2003479003906,268.21722412109375,268.23443603515625,268.25201416015625,268.2698974609375,268.2880859375,268.30657958984375,268.3254089355469,268.3445129394531,268.3639221191406,268.3836364746094,268.4035949707031,268.423828125,268.4441833496094,268.46478271484375,268.4854736328125,268.5062561035156,268.52716064453125,268.5479736328125,268.5689392089844,268.58978271484375,268.6105651855469,268.6311950683594,268.65179443359375,268.67218017578125,268.6923828125,268.71246337890625,268.7323303222656,268.7519836425781,268.7713928222656,268.79058837890625,268.8095397949219,268.8282470703125,268.84661865234375,268.86480712890625,268.8826904296875,268.9003601074219,268.9176940917969,268.9347839355469,268.9515380859375,268.9678955078125,268.98388671875,268.9994812011719,269.0146179199219,269.029296875,269.04364013671875,269.0574951171875,269.0709533691406,269.0838928222656,269.0964050292969,269.1084899902344,269.12005615234375,269.1312561035156,269.1419982910156,269.15228271484375,269.162109375,269.171630859375,269.1805725097656,269.1890869140625,269.19708251953125,269.2046203613281,269.21160888671875,269.21807861328125,269.22406005859375,269.2294616699219,269.234375,269.23876953125,269.2427062988281,269.24615478515625,269.2490234375,269.25146484375,269.2518310546875,269.25189208984375,269.2499084472656,269.2475891113281,269.244873046875,269.24163818359375,269.2378845214844,269.2335510253906,269.2285461425781,269.2228698730469,269.2163391113281,269.2091064453125,269.200927734375,269.1918029785156,269.1817321777344,269.1705627441406,269.1583251953125,269.1448669433594,269.1300964355469,269.1139831542969,269.0965576171875,269.0774841308594,269.0567626953125,269.0342102050781,269.0097351074219,268.983154296875,268.95452880859375,268.9236755371094,268.8905029296875,268.8548583984375,268.81683349609375,268.7763671875,268.73358154296875,268.6884765625,268.6408386230469,268.5907287597656,268.5383605957031,268.4835510253906,268.4261169433594,268.3660888671875,268.303466796875,268.2381286621094,268.169921875,268.0987854003906,268.02471923828125,267.9476623535156,267.8675842285156,267.7843017578125,267.6979675292969,267.6085205078125,267.515625,267.4196472167969,267.3207092285156,267.2186279296875,267.11328125,267.0046691894531,266.8924255371094,266.77655029296875,266.6573791503906,266.5350036621094,266.4093933105469,266.28021240234375,266.14739990234375,266.01116943359375,265.8718566894531,265.7293701171875,265.583251953125,265.43389892578125,265.2813415527344,265.125732421875,264.9662780761719,264.8026428222656,264.6352233886719,264.4643859863281,264.2904357910156,264.1127014160156,263.93133544921875,263.74664306640625,263.5588684082031,263.3682556152344,263.1749572753906,262.9781799316406,262.7776184082031,262.5736999511719,262.3668518066406,262.1568298339844,261.943603515625,261.7272644042969,261.5082092285156,261.2867126464844,261.0624084472656,260.8345642089844,260.6032409667969,260.3689880371094,260.1312561035156,259.8893737792969,259.6439208984375,259.3953552246094,259.14263916015625,258.8865661621094,258.6266784667969,258.3626708984375,258.09454345703125,257.8233642578125,257.5488586425781,257.2702331542969,256.9881286621094,256.7030029296875,256.4143981933594,256.1220703125,255.82679748535156,255.52822875976562,255.2250213623047,254.91790771484375,254.607666015625,254.29373168945312,253.9756317138672,253.65408325195312,253.32904052734375,253.00013732910156,252.66796875,252.33273315429688,251.9937744140625,251.6511993408203,251.3054656982422,250.95611572265625,250.60325622558594,250.24777221679688,249.88719177246094,249.52365112304688,249.15672302246094,248.78562927246094,248.4108428955078,248.0326385498047,247.65008544921875,247.26499938964844,246.8776397705078,246.48802185058594,246.0951690673828,245.69940185546875,245.30120849609375,244.90040588378906,244.4969024658203,244.09083557128906,243.68222045898438,243.27102661132812,242.85726928710938,242.44091796875,242.0220184326172,241.6006317138672,241.17677307128906,240.75030517578125,240.32138061523438,239.8900604248047,239.45623779296875,239.01992797851562,238.58126831054688,238.1402587890625,237.69674682617188,237.25091552734375,236.80284118652344,236.3524627685547,235.8988037109375,235.44247436523438,234.98426818847656,234.52247619628906,234.05828857421875,233.59185791015625,233.1219940185547,232.64935302734375,232.1747283935547,231.697998046875,231.2190704345703,230.7381591796875,230.25540161132812,229.7704620361328,229.28346252441406,228.7946319580078,228.3037567138672,227.81065368652344,227.31564331054688,226.81887817382812,226.31991577148438,225.818603515625,225.31536865234375,224.81027221679688,224.30288696289062,223.79342651367188,223.28216552734375,222.7689666748047,222.25364685058594,221.73654174804688,221.21788024902344,220.69728088378906,220.1747589111328,219.6506805419922,219.1251678466797,218.59767150878906,218.0681915283203,217.53712463378906,217.0047149658203,216.4704132080078,215.93435668945312,215.3968505859375,214.85818481445312,214.3179931640625,213.7763214111328,213.2333984375,212.68927001953125,212.14344787597656,211.59579467773438,211.04653930664062,210.49594116210938,209.94332885742188,209.38844299316406,208.8315887451172,208.2729949951172,207.71250915527344,207.14974975585938,206.58502197265625,206.01837158203125,205.4498291015625,204.87928771972656,204.3070526123047,203.7332763671875,203.1577606201172,202.58067321777344,202.0020294189453,201.42193603515625,200.84043884277344,200.2576446533203,199.67347717285156,199.08787536621094,198.5008544921875,197.91238403320312,197.32249450683594,196.73117065429688,196.13836669921875,195.5438995361328,194.9478759765625,194.35044860839844,193.75167846679688,193.15135192871094,192.5496368408203,191.9466094970703,191.34230041503906,190.7366180419922,190.12966918945312,189.52146911621094,188.91204833984375,188.30126953125,187.6891632080078,187.0757293701172,186.46107482910156,185.8450164794922,185.22760009765625,184.6089630126953,183.9891357421875,183.3680419921875,182.7458038330078,182.12245178222656,181.49789428710938,180.87213134765625,180.24517822265625,179.6170654296875,178.9877166748047,178.3572998046875,177.72576904296875,177.0931396484375,176.45947265625,175.82479858398438,175.1890411376953,174.55227661132812,173.91452026367188,173.2757568359375,172.63597106933594,171.99522399902344,171.3534698486328,170.71070861816406,170.06700134277344,169.42230224609375,168.7765655517578,168.12985229492188,167.4821319580078,166.8333740234375,166.18356323242188,165.53274536132812,164.88087463378906,164.22792053222656,163.573974609375,162.91897583007812,162.26290893554688,161.60586547851562,160.9478302001953,160.28875732421875,159.62872314453125,158.96775817871094,158.30577087402344,157.6428680419922,156.97901916503906,156.3141632080078,155.64837646484375,154.9816436767578,154.31394958496094,153.64524841308594,152.97564697265625,152.3050537109375,151.63345336914062,150.9609375,150.28746032714844,149.61297607421875,148.9375457763672,148.2611541748047,147.58375549316406,146.90545654296875,146.22618103027344,145.54592895507812,144.8647918701172,144.1827392578125,143.49972534179688,142.81585693359375,142.1310577392578,141.44528198242188,140.75860595703125,140.07098388671875,139.38233947753906,138.69276428222656,138.002197265625,137.31057739257812,136.61801147460938,135.92446899414062,135.22987365722656,134.53433227539062,133.8378448486328,133.14031982421875,132.44186401367188,131.74249267578125,131.04209899902344,130.34080505371094,129.63858032226562,128.93539428710938,128.23133850097656,127.52639770507812,126.82052612304688,126.11381530761719,125.40623474121094,124.6977310180664,123.9884033203125,123.2782211303711,122.5671157836914,121.8552017211914,121.14241027832031,120.42874145507812,119.71427154541016,118.9989013671875,118.28263854980469,117.56553649902344,116.84754180908203,116.12863159179688,115.40888977050781,114.68824005126953,113.9666748046875,113.2442855834961,112.52098846435547,111.79681396484375,111.07182312011719,110.345947265625,109.61920166015625,108.89166259765625,108.16322326660156,107.43391418457031,106.70380401611328,105.97281646728516,105.24102783203125,104.5084228515625,103.77499389648438,103.04081726074219,102.30586242675781,101.57009887695312,100.8335952758789,100.0962905883789,99.35818481445312,98.6193618774414,97.87982940673828,97.13965606689453,96.39894104003906,95.6577377319336,94.91619110107422,94.17435455322266,93.43235778808594,92.69031524658203,91.9482650756836,91.20634460449219,90.46455383300781,89.72288513183594,88.98143768310547,88.24012756347656,87.4990234375,86.75813293457031,86.01736450195312,85.27674865722656,84.53612518310547,83.79534912109375,83.05430603027344,82.31285095214844,81.57087707519531,80.82831573486328,80.08499908447266,79.34087371826172,78.5959701538086,77.8502426147461,77.1037826538086,76.35663604736328,75.60880279541016,74.86035919189453,74.11125183105469,73.36148071289062,72.61109161376953,71.86003875732422,71.10832977294922,70.35598754882812,69.60298156738281,68.84935760498047,68.0950698852539,67.34013366699219,66.58454132080078,65.82826232910156,65.07130432128906,64.31365966796875,63.55530548095703,62.7962646484375,62.03649139404297,61.27597427368164,60.514739990234375,59.75276565551758,58.990081787109375,58.226680755615234,57.46257019042969,56.697792053222656,55.93231964111328,55.16617202758789,54.39936828613281,53.63188552856445,52.86375045776367,52.09495544433594,51.32549285888672,50.555397033691406,49.78462219238281,49.01318359375,48.241085052490234,47.468292236328125,46.6948356628418,45.920684814453125,45.14585876464844,44.370338439941406,43.59415054321289,42.81730651855469,42.039772033691406,41.261566162109375,40.48271179199219,39.70318603515625,38.92298126220703,38.1421012878418,37.360530853271484,36.57830047607422,35.79537582397461,35.01175308227539,34.22746276855469,33.44247817993164,32.65684127807617,31.87052345275879,31.083528518676758,30.295866012573242,29.507516860961914,28.7185115814209,27.928844451904297,27.138507843017578,26.347536087036133,25.55591583251953,24.763669967651367,23.970787048339844,23.177263259887695,22.383119583129883,21.588336944580078,20.79292106628418,19.996891021728516,19.200233459472656,18.40296745300293,17.6050968170166,16.8066349029541,16.00758171081543,15.207950592041016,14.407733917236328,13.606928825378418,12.80553913116455,12.003532409667969,11.200904846191406,10.39764404296875,9.593733787536621,8.789180755615234,7.983973503112793,7.178110122680664,6.3715925216674805,5.564435005187988,4.756638050079346,3.94821834564209,3.1391918659210205,2.3295533657073975,1.5193192958831787,0.708466649055481],"data_position_y":[0.42963770031929016,0.43014076352119446,0.4306277632713318,0.4311170279979706,0.4316539168357849,0.4322401285171509,0.43288975954055786,0.4335983097553253,0.43433335423469543,0.4351123869419098,0.4358418583869934,0.4364933967590332,0.4370666444301605,0.43744775652885437,0.4377051293849945,0.43772655725479126,0.4375632107257843,0.437221884727478,0.4365827739238739,0.4358098804950714,0.43489158153533936,0.43381911516189575,0.4327196776866913,0.4316155016422272,0.4305601119995117,0.4296253025531769,0.4287898540496826,0.42806828022003174,0.42744770646095276,0.4269292950630188,0.4264391362667084,0.42596861720085144,0.425488144159317,0.42494136095046997,0.4243127107620239,0.4235953390598297,0.4228074550628662,0.42190462350845337,0.4209774434566498,0.4200664460659027,0.41919076442718506,0.4184669852256775,0.4179435670375824,0.4176716208457947,0.4176938533782959,0.417938768863678,0.41845008730888367,0.4191013276576996,0.41984039545059204,0.42063307762145996,0.42139968276023865,0.4220772683620453,0.42264118790626526,0.4229958951473236,0.42325109243392944,0.42338359355926514,0.4234071373939514,0.4236584007740021,0.42425259947776794,0.42513397336006165,0.4266555607318878,0.4287131726741791,0.43127766251564026,0.4342474043369293,0.4375865161418915,0.4412436783313751,0.4451712965965271,0.4494101107120514,0.45396772027015686,0.45877671241760254,0.46387484669685364,0.46919748187065125,0.47475263476371765,0.4805292785167694,0.4865115284919739,0.4926838278770447,0.49908336997032166,0.5056761503219604,0.5123308300971985,0.5191601514816284,0.5259631872177124,0.5328049659729004,0.5397347211837769,0.546612024307251,0.5536649227142334,0.5606584548950195,0.5678418874740601,0.5751434564590454,0.582622766494751,0.5902625322341919,0.5982028245925903,0.6064607501029968,0.6149722337722778,0.6238858699798584,0.6330810189247131,0.6426963210105896,0.6525714993476868,0.6628834009170532,0.6734929084777832,0.6843584775924683,0.6955731511116028,0.7069296836853027,0.718575119972229,0.7303612232208252,0.7424253225326538,0.7545425891876221,0.7668871283531189,0.7794122099876404,0.7920392751693726,0.8048664927482605,0.8178287744522095,0.8310751914978027,0.8444678783416748,0.8582481145858765,0.8721499443054199,0.8864635825157166,0.9010025262832642,0.9158289432525635,0.9309980869293213,0.9461773633956909,0.9617582559585571,0.9772098660469055,0.9928836822509766,1.0085052251815796,1.024153470993042,1.0399669408798218,1.055731177330017,1.0717905759811401,1.0878146886825562,1.1041547060012817,1.1205540895462036,1.1371349096298218,1.1539392471313477,1.1706877946853638,1.1877201795578003,1.2045788764953613,1.2216715812683105,1.238539457321167,1.2554254531860352,1.2724307775497437,1.2892117500305176,1.3062719106674194,1.323115587234497,1.3402899503707886,1.3573555946350098,1.374659538269043,1.3920841217041016,1.4094630479812622,1.4270979166030884,1.4445686340332031,1.462324619293213,1.479933738708496,1.497816562652588,1.515648365020752,1.5335519313812256,1.5516130924224854,1.5694761276245117,1.5874031782150269,1.6049009561538696,1.6223857402801514,1.6394164562225342,1.6561741828918457,1.6725680828094482,1.6884359121322632,1.7040510177612305,1.718877911567688,1.7335377931594849,1.7474919557571411,1.7610867023468018,1.7742396593093872,1.786922812461853,1.7992357015609741,1.811030626296997,1.822413682937622,1.833232045173645,1.8434576988220215,1.8530771732330322,1.8619911670684814,1.8702218532562256,1.8777954578399658,1.8845242261886597,1.8907185792922974,1.8962185382843018,1.901303768157959,1.9056912660598755,1.9094977378845215,1.912916898727417,1.9153918027877808,1.9173425436019897,1.9182487726211548,1.9184415340423584,1.9173798561096191,1.9154305458068848,1.9122685194015503,1.907965898513794,1.9023844003677368,1.8954904079437256,1.8873882293701172,1.8778841495513916,1.8673090934753418,1.855545163154602,1.8431010246276855,1.8298001289367676,1.8157167434692383,1.8014116287231445,1.786473035812378,1.7713443040847778,1.7553471326828003,1.7391911745071411,1.7225042581558228,1.705518126487732,1.6883701086044312,1.6707121133804321,1.653263807296753,1.6357945203781128,1.618880033493042,1.6023035049438477,1.585742712020874,1.5699769258499146,1.5543603897094727,1.5395584106445312,1.5247005224227905,1.5100377798080444,1.495732069015503,1.4810185432434082,1.4665526151657104,1.4514849185943604,1.4364386796951294,1.4210227727890015,1.4055112600326538,1.3904756307601929,1.3751630783081055,1.3603218793869019,1.3455348014831543,1.3312591314315796,1.3172259330749512,1.3030846118927002,1.289271354675293,1.275147795677185,1.2614269256591797,1.2472221851348877,1.2330796718597412,1.2185471057891846,1.2036644220352173,1.1886731386184692,1.1731181144714355,1.1577541828155518,1.1420674324035645,1.1270155906677246,1.1122055053710938,1.0976067781448364,1.083990454673767,1.0703816413879395,1.0575332641601562,1.0445034503936768,1.0319849252700806,1.0193090438842773,1.0069177150726318,0.9948718547821045,0.9826823472976685,0.9710342288017273,0.9590392112731934,0.9474688768386841,0.935496985912323,0.923832893371582,0.9119039177894592,0.9000900983810425,0.8883448839187622,0.8763976097106934,0.8649311065673828,0.8531793355941772,0.8422209620475769,0.8311147093772888,0.8204413652420044,0.8098044395446777,0.7994191646575928,0.78926682472229,0.7786754369735718,0.7682307958602905,0.7571935653686523,0.7464174032211304,0.7351298332214355,0.7241318225860596,0.713093638420105,0.7023091316223145,0.6919893622398376,0.6816949844360352,0.672144889831543,0.6624819040298462,0.6535604000091553,0.6444800496101379,0.635911226272583,0.6271486878395081,0.6185734868049622,0.6098531484603882,0.6010782122612,0.5922510623931885,0.5832434892654419,0.5745025873184204,0.5655089616775513,0.5570955276489258,0.5484914779663086,0.5406899452209473,0.532825231552124,0.5257365703582764,0.5188060998916626,0.5124486684799194,0.5065954327583313,0.5010242462158203,0.49626919627189636,0.49168068170547485,0.4880458116531372,0.48460447788238525,0.48210442066192627,0.47983869910240173,0.4784546494483948,0.47746574878692627,0.4772593080997467,0.4776170253753662,0.47847864031791687,0.48010149598121643,0.4819745719432831,0.48465365171432495,0.4874010682106018,0.49082866311073303,0.4942821264266968,0.4981914162635803,0.502121090888977,0.5064132213592529,0.5108181238174438,0.5155447125434875,0.5206060409545898,0.5258761644363403,0.5318368673324585,0.5379576086997986,0.5449477434158325,0.5521323680877686,0.5602025985717773,0.5685116648674011,0.5776577591896057,0.5871044397354126,0.5971993207931519,0.6075823903083801,0.6182754635810852,0.6292753219604492,0.6402990818023682,0.6516974568367004,0.6629689931869507,0.6746927499771118,0.6862856149673462,0.6984849572181702,0.710618257522583,0.7234206795692444,0.7363409399986267,0.7498481273651123,0.7638107538223267,0.7781755924224854,0.7932652235031128,0.8085939884185791,0.824714183807373,0.8408833146095276,0.8577432632446289,0.874541163444519,0.8918033242225647,0.9089758396148682,0.9265116453170776,0.9441412687301636,0.9621545672416687,0.9807151556015015,0.9995275735855103,1.019181489944458,1.0390496253967285,1.059819221496582,1.0808218717575073,1.102663516998291,1.1248093843460083,1.147749900817871,1.1710264682769775,1.1950024366378784,1.2195156812667847,1.244531273841858,1.2701903581619263,1.2964221239089966,1.3236478567123413,1.3514971733093262,1.3805605173110962,1.410151481628418,1.4407988786697388,1.4718213081359863,1.5036811828613281,1.5358127355575562,1.5685502290725708,1.6016297340393066,1.635002851486206,1.6689363718032837,1.7030036449432373,1.737838864326477,1.772730827331543,1.8083617687225342,1.844085931777954,1.8803861141204834,1.9169114828109741,1.9539669752120972,1.9915322065353394,2.029559373855591,2.0682272911071777,2.1071479320526123,2.146798610687256,2.186683177947998,2.227325201034546,2.268235683441162,2.3098206520080566,2.3515162467956543,2.3934571743011475,2.4353487491607666,2.4770495891571045,2.518548011779785,2.559537649154663,2.600299596786499,2.640439033508301,2.680438995361328,2.719900131225586,2.759269952774048,2.798344373703003,2.8373258113861084,2.876316547393799,2.9152259826660156,2.9543392658233643,2.993213415145874,3.0322928428649902,3.071124792098999,3.110107421875,3.1489195823669434,3.187775135040283,3.2264013290405273,3.264725685119629,3.3027498722076416,3.340195894241333,3.3772783279418945,3.413609504699707,3.4495010375976562,3.484619140625,3.519233465194702,3.553165912628174,3.586573600769043,3.6195311546325684,3.651906967163086,3.684002161026001,3.7154738903045654,3.7467660903930664,3.7775068283081055,3.8080880641937256,3.8382556438446045,3.868169069290161,3.8977432250976562,3.92677903175354,3.9554691314697266,3.9835472106933594,4.0114030838012695,4.038602352142334,4.065389633178711,4.091466903686523,4.116910457611084,4.1416544914245605,4.165543079376221,4.188802242279053,4.211147785186768,4.232906341552734,4.253803730010986,4.274159908294678,4.293834686279297,4.31294584274292,4.331525802612305,4.349426746368408,4.366825103759766,4.383464336395264,4.39959716796875,4.414984703063965,4.429869651794434,4.444094181060791,4.457787036895752,4.470961093902588,4.483514785766602,4.495633602142334,4.507035732269287,4.5179443359375,4.52810001373291,4.537646770477295,4.5464396476745605,4.554515838623047,4.561885356903076,4.568445205688477,4.574357986450195,4.579401016235352,4.58380126953125,4.587345123291016,4.590235710144043,4.592389106750488,4.593875885009766,4.594852447509766,4.595102787017822,4.595021724700928,4.594216823577881,4.592992782592773,4.591119766235352,4.5886993408203125,4.585702419281006,4.581971168518066,4.577671527862549,4.572515487670898,4.566789627075195,4.560218811035156,4.553029537200928,4.54508113861084,4.536489486694336,4.527372360229492,4.517570972442627,4.507485389709473,4.496738910675049,4.4857587814331055,4.474202632904053,4.462284564971924,4.449881076812744,4.436919689178467,4.423532009124756,4.409454822540283,4.395018100738525,4.379892826080322,4.364386081695557,4.348305702209473,4.33176851272583,4.314794063568115,4.297277927398682,4.2794575691223145,4.261039733886719,4.2424540519714355,4.223400592803955,4.204160213470459,4.184629440307617,4.164875030517578,4.14498233795166,4.124716758728027,4.10425329208374,4.08328104019165,4.061997413635254,4.040166854858398,4.017876625061035,3.9950714111328125,3.9717204570770264,3.9479289054870605,3.9235939979553223,3.8989450931549072,3.873824119567871,3.848533868789673,3.8229362964630127,3.797243118286133,3.771448850631714,3.7455055713653564,3.7195749282836914,3.693437337875366,3.6672675609588623,3.640876293182373,3.6143574714660645,3.5876011848449707,3.560610055923462,3.5333969593048096,3.5058813095092773,3.478189706802368,3.4501662254333496,3.4219791889190674,3.3935317993164062,3.3648972511291504,3.3361642360687256,3.3072314262390137,3.278290033340454,3.2491915225982666,3.220088005065918,3.1908750534057617,3.161616325378418,3.132324457168579,3.102951765060425,3.07356595993042,3.0440285205841064,3.01444935798645,2.9846701622009277,2.9548304080963135,2.924751043319702,2.8947176933288574,2.864666700363159,2.834770917892456,2.805076837539673,2.7754251956939697,2.746161460876465,2.71697735786438,2.6882612705230713,2.6596624851226807,2.6312808990478516,2.6029953956604004,2.574737071990967,2.5465219020843506,2.518284797668457,2.490030288696289,2.4617300033569336,2.4335386753082275,2.405377149581909,2.377455711364746,2.349713087081909,2.3222732543945312,2.2950973510742188,2.2682507038116455,2.2416930198669434,2.2153799533843994,2.1893162727355957,2.1633660793304443,2.1375646591186523,2.1118156909942627,2.0861120223999023,2.060464382171631,2.0348033905029297,2.0092570781707764,1.9837726354599,1.958486557006836,1.9333714246749878,1.9085406064987183,1.88409423828125,1.860029935836792,1.8364925384521484,1.8133631944656372,1.7908554077148438,1.7687712907791138,1.747262954711914,1.7261768579483032,1.705527424812317,1.685215711593628,1.6651989221572876,1.6453722715377808,1.6256413459777832,1.6059833765029907,1.586401343345642,1.5670020580291748,1.54774010181427,1.5288059711456299,1.5100336074829102,1.491601586341858,1.473422646522522,1.455719232559204,1.4384045600891113,1.4215582609176636,1.4051308631896973,1.3891596794128418,1.3735873699188232,1.358329176902771,1.3433488607406616,1.3285458087921143,1.3139551877975464,1.299477458000183,1.285162329673767,1.2709184885025024,1.2568488121032715,1.242828607559204,1.2290897369384766,1.2155450582504272,1.2023018598556519,1.1894633769989014,1.176931619644165,1.1649808883666992,1.1533398628234863,1.1422622203826904,1.1314321756362915,1.1209406852722168,1.1106173992156982,1.100513219833374,1.090503454208374,1.0805847644805908,1.0707634687423706,1.0609968900680542,1.0514452457427979,1.0419329404830933,1.0326656103134155,1.0234076976776123,1.0144892930984497,1.0055605173110962,0.9967679977416992,0.9881861209869385,0.9797626733779907,0.9717841148376465,0.9640449285507202,0.9568884372711182,0.9501371383666992,0.9437843561172485,0.9377199411392212,0.9318017959594727,0.9260239601135254,0.9203678369522095,0.9147806167602539,0.9092969298362732,0.903510570526123,0.8974406719207764,0.8908494710922241,0.883662760257721,0.8759633302688599,0.8676167726516724,0.8588275909423828,0.8494467735290527,0.8398022055625916,0.8296259641647339,0.8192356824874878,0.8083205223083496,0.7973114848136902,0.7855545282363892,0.7737011313438416,0.7610028982162476,0.7479597926139832,0.7341016530990601,0.7197026610374451,0.7046402096748352,0.6889841556549072,0.6729683876037598,0.6564310789108276,0.6398011445999146,0.6228078007698059,0.605900764465332,0.5887042880058289,0.5716443061828613,0.5542609095573425,0.5369614362716675,0.5192080140113831,0.5016111135482788,0.4836929738521576,0.46580392122268677,0.4475652575492859,0.4294668734073639,0.41136541962623596,0.39329594373703003,0.3752370774745941,0.3573288917541504,0.33971279859542847,0.32237327098846436,0.30552443861961365,0.2891859710216522,0.2736852169036865,0.2587730884552002,0.24484950304031372,0.23150044679641724,0.21924328804016113,0.20742446184158325,0.19648578763008118,0.18579906225204468,0.17575553059577942,0.16576313972473145,0.1562267541885376,0.14670661091804504,0.13752207159996033,0.12836739420890808,0.1196342408657074,0.11112415790557861,0.1031290590763092,0.09548512101173401,0.08856487274169922,0.08215665817260742,0.07636368274688721,0.07096636295318604,0.06593644618988037,0.06111219525337219,0.05634355545043945,0.05158481001853943,0.04670017957687378,0.04171288013458252,0.03646445274353027,0.03110790252685547,0.02545243501663208,0.01975134015083313,0.01386001706123352,0.008207648992538452,0.002614319324493408,-0.0025637149810791016,-0.007518798112869263,-0.011971622705459595,-0.01612931489944458,-0.019902676343917847,-0.02343994379043579,-0.027034789323806763,-0.03042951226234436,-0.034205496311187744,-0.03801697492599487,-0.042203933000564575,-0.046509355306625366,-0.05103427171707153,-0.05562874674797058,-0.060115158557891846,-0.06457546353340149,-0.06877472996711731,-0.07288676500320435,-0.07673978805541992,-0.08052864670753479,-0.08388221263885498,-0.08698827028274536,-0.09004586935043335,-0.09307891130447388,-0.09590962529182434,-0.09873884916305542,-0.10141824185848236,-0.10408516228199005,-0.10683733224868774,-0.10942098498344421,-0.11201746761798859,-0.11448967456817627,-0.11730660498142242,-0.12026321887969971,-0.12358908355236053,-0.127328023314476,-0.13094156980514526,-0.134727343916893,-0.13847386837005615,-0.14212508499622345,-0.14511607587337494,-0.14744672179222107,-0.14926177263259888,-0.15066207945346832,-0.1513873189687729,-0.1516181081533432,-0.15162812173366547,-0.15151067078113556,-0.1507725566625595,-0.14974936842918396,-0.14856408536434174,-0.14676618576049805,-0.14416562020778656,-0.14105771481990814,-0.13769623637199402,-0.13385456800460815,-0.12973079085350037,-0.12552930414676666,-0.1214294284582138,-0.1175704300403595,-0.11410656571388245,-0.11092369258403778,-0.10796812176704407,-0.10544194281101227,-0.10338844358921051,-0.10167980194091797,-0.10014143586158752,-0.09860667586326599,-0.09705580770969391,-0.09551921486854553,-0.09389331936836243,-0.09213590621948242,-0.09022381901741028,-0.08819329738616943,-0.08602786064147949,-0.08381325006484985,-0.08177989721298218,-0.07992500066757202,-0.0780295729637146,-0.07607939839363098,-0.0739348828792572,-0.07183262705802917,-0.06993758678436279,-0.06843876838684082,-0.06770727038383484,-0.06781965494155884,-0.06863492727279663,-0.0701884925365448,-0.0718567967414856,-0.07348161935806274,-0.07499852776527405,-0.07606816291809082,-0.0763794481754303,-0.07627269625663757,-0.07550576329231262,-0.07422435283660889,-0.07284265756607056,-0.07041162252426147,-0.06760430335998535,-0.06449934840202332,-0.06089481711387634,-0.05728495121002197,-0.05344808101654053,-0.049845606088638306,-0.045870304107666016,-0.04193645715713501,-0.03739848732948303,-0.032210588455200195,-0.026509255170822144,-0.019976377487182617,-0.013227194547653198,-0.006111025810241699,0.0008440613746643066,0.007651209831237793,0.013939857482910156,0.019914299249649048,0.02551668882369995,0.030766308307647705,0.03585082292556763,0.040525883436203,0.045189887285232544,0.049608826637268066,0.054264187812805176,0.05906909704208374,0.06374582648277283,0.06872355937957764,0.0732688307762146,0.0779220461845398,0.0820995569229126,0.08620250225067139,0.09016716480255127,0.09409168362617493,0.09838980436325073,0.10254332423210144,0.10683217644691467,0.11079350113868713,0.11488178372383118,0.11868980526924133,0.12275439500808716,0.12684765458106995,0.13069576025009155,0.13474887609481812,0.13816091418266296,0.14178875088691711,0.14469802379608154,0.14760053157806396,0.14985865354537964,0.15192276239395142,0.1536058783531189,0.15485700964927673,0.15603283047676086,0.15664204955101013,0.15733560919761658,0.15752887725830078,0.15787896513938904,0.1577993631362915,0.15794235467910767,0.1579533815383911,0.158006489276886,0.15791788697242737,0.15755653381347656,0.15713191032409668,0.15648490190505981,0.15590554475784302,0.1551506519317627,0.15457114577293396,0.1538996696472168,0.15332838892936707,0.1528790295124054,0.1523585021495819,0.1525595486164093,0.15241652727127075,0.15261036157608032,0.15269184112548828,0.15276750922203064,0.1532953679561615,0.1542181670665741,0.15509217977523804,0.15642517805099487,0.15824386477470398,0.16034048795700073,0.16298648715019226,0.16583451628684998,0.16907167434692383,0.17235326766967773,0.17593815922737122,0.17956218123435974,0.1831478774547577,0.18676429986953735,0.19014152884483337,0.19347190856933594,0.19654017686843872,0.19933179020881653,0.20169052481651306,0.20368880033493042,0.20504450798034668,0.20588940382003784,0.20597165822982788,0.20530584454536438,0.2039884328842163,0.20192188024520874,0.1993633508682251,0.19580376148223877,0.19193100929260254,0.1880021095275879,0.18449535965919495,0.18090149760246277,0.17740455269813538,0.1744983196258545,0.17254403233528137,0.17163705825805664,0.1717056930065155,0.17237618565559387,0.17313718795776367,0.17431488633155823,0.17549994587898254,0.1772165596485138,0.17904168367385864,0.18066078424453735,0.18286854028701782,0.18556883931159973,0.18881043791770935,0.19215327501296997,0.195713073015213,0.19951769709587097,0.20392927527427673,0.20807111263275146,0.21198830008506775,0.21668097376823425,0.2219662070274353,0.2288113832473755,0.2369471788406372,0.2461388111114502,0.2561885118484497,0.2671523988246918,0.278921514749527,0.29118049144744873,0.3039659857749939,0.3168974816799164,0.33037951588630676,0.34409642219543457,0.35845258831977844,0.37317341566085815,0.3883104622364044,0.404059499502182,0.4200812578201294,0.43693146109580994,0.45402804017066956,0.4720686674118042,0.4906182289123535,0.5097973942756653,0.5299327373504639,0.5503880977630615,0.5718932151794434,0.5937213897705078,0.616201639175415,0.6392027139663696,0.6624314785003662,0.6863240003585815,0.7102639675140381,0.7347025871276855,0.7594035863876343,0.7846024036407471,0.8102385997772217,0.8360874652862549,0.8624626398086548,0.8889638185501099,0.9160661697387695,0.943456768989563,0.9715753793716431,1.000433087348938,1.0295790433883667,1.0593626499176025,1.0891547203063965,1.1193299293518066,1.1496163606643677,1.1798155307769775,1.2105010747909546,1.2410011291503906,1.2719287872314453,1.3031474351882935,1.3344968557357788,1.3665553331375122,1.39878511428833,1.4316579103469849,1.465078592300415,1.4988126754760742,1.5330204963684082,1.5672624111175537,1.6018054485321045,1.6363496780395508,1.6711137294769287,1.7062606811523438,1.7413904666900635,1.7769017219543457,1.8123151063919067,1.847754955291748,1.8833204507827759,1.91856050491333,1.9540566205978394,1.9894115924835205,2.0246596336364746,2.0602190494537354,2.0955092906951904,2.1309633255004883,2.166485071182251,2.20186448097229,2.2374935150146484,2.272920846939087,2.3082962036132812,2.343431234359741,2.3782105445861816,2.4128856658935547,2.4471664428710938,2.4815125465393066,2.5158233642578125,2.5498151779174805,2.583986520767212,2.6178736686706543,2.651665210723877,2.685626268386841,2.7192816734313965,2.7531561851501465,2.7870306968688965,2.82069730758667,2.8545339107513428,2.888077735900879,2.9214720726013184,2.954739809036255,2.987555503845215,3.0202999114990234,3.0526890754699707,3.08465313911438,3.116474151611328,3.147738456726074,3.1787304878234863,3.209367513656616,3.2395377159118652,3.26987624168396,3.300001859664917,3.3300254344940186,3.3601460456848145,3.389836072921753,3.41945743560791,3.448777198791504,3.4775071144104004,3.506101131439209,3.5341074466705322,3.561593770980835,3.5888009071350098,3.6153130531311035,3.641439437866211,3.667100191116333,3.692056894302368,3.7167539596557617,3.7408294677734375,3.7643256187438965,3.7875258922576904,3.8100075721740723,3.8320508003234863,3.85366153717041,3.8745639324188232,3.8952157497406006,3.9152767658233643,3.9347410202026367,3.953960418701172,3.972479820251465,3.990544557571411,4.008144378662109,4.024975776672363,4.041575908660889,4.057745933532715,4.073398113250732,4.088901996612549,4.103765964508057,4.118116855621338,4.132030487060547,4.1451191902160645,4.157659530639648,4.169517993927002,4.180457592010498,4.190937519073486,4.200554370880127,4.20937967300415,4.2177205085754395,4.225103378295898,4.231977939605713,4.238306522369385,4.243748664855957,4.248992443084717,4.253550052642822,4.2574615478515625,4.261265277862549,4.2642998695373535,4.267046928405762,4.269587993621826,4.271421432495117,4.273314476013184,4.274831771850586,4.275860786437988,4.277015686035156,4.2776594161987305,4.278034210205078,4.2783284187316895,4.278028964996338,4.2776288986206055,4.2768425941467285,4.275380611419678,4.273824691772461,4.271579742431641,4.268735408782959,4.265554428100586,4.261523246765137,4.257114887237549,4.252190589904785,4.246481895446777,4.240667343139648,4.234318733215332,4.227457046508789,4.220602512359619,4.2131667137146,4.205480575561523,4.197565078735352,4.189016342163086,4.180451393127441,4.1715898513793945,4.162200450897217,4.152894496917725,4.143115520477295,4.132979393005371,4.122737407684326,4.11180305480957,4.100607395172119,4.0890302658081055,4.076708793640137,4.064365863800049,4.051521301269531,4.038212299346924,4.025073051452637,4.011359691619873,3.9976351261138916,3.983944892883301,3.969695806503296,3.955693244934082,3.9414353370666504,3.9267351627349854,3.91237473487854,3.897524356842041,3.8825061321258545,3.8675599098205566,3.85197377204895,3.8364975452423096,3.820768356323242,3.804506540298462,3.7885475158691406,3.772139549255371,3.7555222511291504,3.739068031311035,3.72200083732605,3.704982042312622,3.687730312347412,3.669783592224121,3.6519389152526855,3.6334993839263916,3.614590644836426,3.595752000808716,3.5761568546295166,3.556658983230591,3.5371451377868652,3.5170390605926514,3.497511148452759,3.477694511413574,3.4577529430389404,3.4383606910705566,3.418462038040161,3.398963212966919,3.3796353340148926,3.3598153591156006,3.3405747413635254,3.321054458618164,3.3013288974761963,3.281980276107788,3.262037515640259,3.242306709289551,3.222583293914795,3.2022554874420166,3.18245005607605,3.162248373031616,3.141876697540283,3.1220340728759766,3.101574659347534,3.0815868377685547,3.0617692470550537,3.04148006439209,3.0220065116882324,3.002340793609619,2.9827349185943604,2.963822603225708,2.944502830505371,2.9257888793945312,2.9072673320770264,2.888458728790283,2.870512008666992,2.8523621559143066,2.834336280822754,2.816878318786621,2.799022674560547,2.7817208766937256,2.764503002166748,2.746985912322998,2.730071783065796,2.71278977394104,2.6952362060546875,2.6773927211761475,2.658738613128662,2.639216423034668,2.6185262203216553,2.5967495441436768,2.5736331939697266,2.549224853515625,2.5237014293670654,2.496948719024658,2.4694337844848633,2.4409117698669434,2.411787509918213,2.382092237472534,2.3519091606140137,2.3215579986572266,2.2906546592712402,2.259934186935425,2.2290396690368652,2.1984195709228516,2.1681342124938965,2.1380090713500977,2.108710527420044,2.079517126083374,2.0511410236358643,2.0229594707489014,1.99515700340271,1.9677828550338745,1.9403797388076782,1.9135798215866089,1.8866914510726929,1.8603533506393433,1.8340905904769897,1.808172345161438,1.782709002494812,1.7572691440582275,1.7327899932861328,1.7082571983337402,1.6846575736999512,1.6614845991134644,1.6389427185058594,1.617292881011963,1.5958895683288574,1.5757339000701904,1.5557596683502197,1.5368165969848633,1.5183959007263184,1.500683069229126,1.4837398529052734,1.4671001434326172,1.4512510299682617,1.4355440139770508,1.4204833507537842,1.4056599140167236,1.3915045261383057,1.3779478073120117,1.3649249076843262,1.3529425859451294,1.3414920568466187,1.3312573432922363,1.3216688632965088,1.3132468461990356,1.3056225776672363,1.2989060878753662,1.293097972869873,1.2877899408340454,1.283276081085205,1.279201865196228,1.275866150856018,1.2729564905166626,1.2707667350769043,1.2691991329193115,1.2683320045471191,1.2682809829711914,1.2688493728637695,1.2703596353530884,1.2724127769470215,1.2752492427825928,1.278607964515686,1.2823991775512695,1.286551833152771,1.2909190654754639,1.2954593896865845,1.3001222610473633,1.305027961730957,1.3100473880767822,1.315413475036621,1.3210529088974,1.326981544494629,1.3331990242004395,1.3395503759384155,1.3460203409194946,1.3524906635284424,1.3589134216308594,1.365307331085205,1.3717166185379028,1.3780875205993652,1.384542465209961,1.3910953998565674,1.3978060483932495,1.4047555923461914,1.4119453430175781,1.4194731712341309,1.4273450374603271,1.435575008392334,1.4441381692886353,1.4530220031738281,1.4622323513031006,1.4717397689819336,1.4815289974212646,1.4915626049041748,1.5017887353897095,1.5122896432876587,1.522908329963684,1.533781886100769,1.5448317527770996,1.5561189651489258,1.5675686597824097,1.5792732238769531,1.5910977125167847,1.6030924320220947,1.6152329444885254,1.6274625062942505,1.6398344039916992,1.6522772312164307,1.6648707389831543,1.6774661540985107,1.690147876739502,1.7027226686477661,1.7152917385101318,1.7278039455413818,1.7402231693267822,1.7527389526367188,1.7652368545532227,1.777923822402954,1.7906079292297363,1.8035787343978882,1.816612958908081,1.8298344612121582,1.8431422710418701,1.8566036224365234,1.8701422214508057,1.8837640285491943,1.8973674774169922,1.9108738899230957,1.9243028163909912,1.9374808073043823,1.9505987167358398,1.9634830951690674,1.976001501083374,1.988613247871399,2.001232147216797,2.013718605041504,2.0262985229492188,2.0392189025878906,2.052216053009033,2.065354585647583,2.0785248279571533,2.0916285514831543,2.104539394378662,2.1171011924743652,2.129429578781128,2.1413886547088623,2.152921199798584,2.1639747619628906,2.1745972633361816,2.1847262382507324,2.19441556930542,2.203756093978882,2.2127935886383057,2.221614122390747,2.2302732467651367,2.238708972930908,2.2469773292541504,2.2550301551818848,2.2627859115600586,2.270297050476074,2.2775039672851562,2.2843124866485596,2.2907114028930664,2.2965247631073,2.30187726020813,2.306715250015259,2.310976505279541,2.314635992050171,2.3178229331970215,2.320549249649048,2.3228461742401123,2.324773073196411,2.326462507247925,2.3278658390045166,2.3289413452148438,2.3297595977783203,2.330308198928833,2.3305037021636963,2.330350399017334,2.329648494720459,2.328335762023926,2.3264970779418945,2.323965072631836,2.32061505317688,2.316495180130005,2.311575412750244,2.305854558944702,2.2993335723876953,2.2920072078704834,2.283914566040039,2.2751147747039795,2.2656123638153076,2.2553305625915527,2.244309902191162,2.232544422149658,2.219977855682373,2.2066879272460938,2.192896604537964,2.178356885910034,2.162959098815918,2.146719455718994,2.1297342777252197,2.1119399070739746,2.09340763092041,2.0740585327148438,2.053823471069336,2.0326688289642334,2.0105183124542236,1.9874584674835205,1.9635553359985352,1.9387977123260498,1.913094162940979,1.886451244354248,1.8592398166656494,1.8313319683074951,1.802720546722412,1.7733404636383057,1.743264079093933,1.7129303216934204,1.6821460723876953,1.6507271528244019,1.6185935735702515,1.5858532190322876,1.5525422096252441,1.5187389850616455,1.484480619430542,1.4496656656265259,1.4141802787780762,1.3781862258911133,1.3420963287353516,1.305724024772644,1.268906831741333,1.231695294380188,1.194124698638916,1.1564953327178955,1.1187363862991333,1.0806485414505005,1.0424950122833252,1.0045697689056396,0.9670510292053223,0.9297113418579102,0.8930370807647705,0.8572396039962769,0.8223273754119873,0.7884598970413208,0.7561160922050476,0.7247804403305054,0.6943935751914978,0.6659327745437622,0.6390550136566162,0.6127462387084961,0.587189793586731,0.5628122091293335,0.5391175150871277,0.5159446597099304,0.493665486574173,0.47223803400993347,0.45115604996681213,0.4306008517742157,0.4115898013114929,0.3934805691242218,0.37573185563087463,0.35873934626579285,0.3426078259944916,0.3268982470035553,0.31178006529808044,0.2974223792552948,0.28339260816574097,0.26963433623313904,0.25655075907707214,0.24419179558753967,0.2322492003440857,0.22101762890815735,0.21032005548477173,0.1996675729751587,0.19030249118804932,0.18159309029579163,0.17325636744499207,0.16574347019195557,0.15920385718345642,0.15347430109977722,0.14910945296287537,0.145409494638443,0.14199182391166687,0.1387174129486084,0.136104553937912,0.13405033946037292,0.13215422630310059,0.13065969944000244,0.12958356738090515,0.12874284386634827,0.1282043755054474,0.12812817096710205,0.12834632396697998,0.12887421250343323,0.12990975379943848,0.13128256797790527,0.13290342688560486,0.1350547969341278,0.13764217495918274,0.14046168327331543,0.14368808269500732,0.14745527505874634,0.1514958143234253,0.15581035614013672,0.160651296377182,0.16586649417877197,0.1712752878665924,0.1770390272140503,0.1836434304714203,0.1907128393650055,0.1979185938835144,0.20643222332000732,0.21543234586715698,0.22467470169067383,0.23509001731872559,0.24666714668273926,0.2587276101112366,0.2712381184101105,0.2843628227710724,0.29790031909942627,0.311636745929718,0.3258047103881836,0.3403727114200592,0.35499730706214905,0.36970606446266174,0.38480496406555176,0.40008217096328735,0.4153123199939728,0.4308944344520569,0.44707828760147095,0.4635395109653473,0.4801822006702423,0.4975149929523468,0.5154012441635132,0.5336931943893433,0.552393913269043,0.5718859434127808,0.5919070839881897,0.6122212409973145,0.6329526901245117,0.6543220281600952,0.6759539842605591,0.6975271105766296,0.7194193601608276,0.7418504357337952,0.764479398727417,0.7869774699211121,0.8100613355636597,0.8340027332305908,0.8584122657775879,0.8828233480453491,0.9076881408691406,0.9333520531654358,0.9592763185501099,0.9850937128067017,1.0111362934112549,1.037678599357605,1.0644232034683228,1.0909528732299805,1.1179468631744385,1.1459757089614868,1.1747372150421143,1.203710675239563,1.2329270839691162,1.263102412223816,1.2935715913772583,1.324185848236084,1.3547136783599854,1.385321021080017,1.4156792163848877,1.4456528425216675,1.4755817651748657,1.5052013397216797,1.534529447555542,1.5633549690246582,1.5918186902999878,1.6194876432418823,1.6465256214141846,1.672827124595642,1.6983309984207153,1.7229899168014526,1.7468721866607666,1.770072340965271,1.7924702167510986,1.8145596981048584,1.8361766338348389,1.857287883758545,1.877611517906189,1.897640585899353,1.916990041732788,1.9356433153152466,1.9534682035446167,1.9705560207366943,1.9866957664489746,2.001967430114746,2.0162389278411865,2.0297300815582275,2.042477607727051,2.0544676780700684,2.0656473636627197,2.0762603282928467,2.0862510204315186,2.0954394340515137,2.1038904190063477,2.111713171005249,2.118814468383789,2.125121831893921,2.1308441162109375,2.1360392570495605,2.1405487060546875,2.144500255584717,2.147932767868042,2.1505980491638184,2.1525681018829346,2.153970956802368,2.1546730995178223,2.1545944213867188,2.1539204120635986,2.152637243270874,2.150588274002075,2.1478936672210693,2.144663095474243,2.140639305114746,2.135991334915161,2.1308131217956543,2.1249003410339355,2.118374824523926,2.1113879680633545,2.103813648223877,2.0957345962524414,2.0873656272888184,2.0786540508270264,2.06954026222229,2.0603256225585938,2.0510218143463135,2.0414469242095947,2.031834125518799,2.022345781326294,2.0125925540924072,2.0028586387634277,1.9932363033294678,1.9834263324737549,1.9735342264175415,1.9637866020202637,1.9538209438323975,1.943764090538025,1.9338407516479492,1.92385995388031,1.913744330406189,1.9037292003631592,1.8937456607818604,1.8835524320602417,1.8734880685806274,1.8635199069976807,1.853327989578247,1.8432190418243408,1.833287239074707,1.823167085647583,1.8131203651428223,1.8032563924789429,1.7931402921676636,1.7830129861831665,1.7730135917663574,1.7627205848693848,1.7522869110107422,1.7418315410614014,1.7309821844100952,1.7200034856796265,1.7090706825256348,1.6977964639663696,1.686341643333435,1.6750292778015137,1.663442850112915,1.6518278121948242,1.6404235363006592,1.628823161125183,1.6171882152557373,1.6058995723724365,1.5944502353668213,1.5830183029174805,1.5720070600509644,1.5609310865402222,1.5498900413513184,1.5393061637878418,1.5286427736282349,1.518069863319397,1.5079097747802734,1.4975799322128296,1.487248420715332,1.477226972579956,1.4670155048370361,1.4567629098892212,1.4467490911483765,1.4364433288574219,1.4260345697402954,1.4157801866531372,1.4052029848098755,1.3945462703704834,1.3838965892791748,1.37284517288208,1.3617653846740723,1.3507030010223389,1.3393161296844482,1.3279268741607666,1.3165899515151978,1.3050048351287842,1.2934600114822388,1.282048225402832,1.2703701257705688,1.2588403224945068,1.247379183769226,1.2356994152069092,1.2242039442062378,1.2127819061279297,1.2011642456054688,1.1898256540298462,1.1786078214645386,1.1672351360321045,1.1561288833618164,1.1449493169784546,1.1337099075317383,1.1225972175598145,1.1112189292907715,1.0996875762939453,1.0882110595703125,1.076392412185669,1.0645427703857422,1.0526864528656006,1.0406222343444824,1.028627634048462,1.01676344871521,1.004865288734436,0.9932970404624939,0.981799304485321,0.9704768657684326,0.9595954418182373,0.9488494396209717,0.9383449554443359,0.9282793402671814,0.9183788299560547,0.9088180065155029,0.8994479179382324,0.8901642560958862,0.881224513053894,0.8722957372665405,0.8633848428726196,0.8547986745834351,0.8462033867835999,0.8377480506896973,0.8293962478637695,0.821108341217041,0.8130133748054504,0.8050091862678528,0.797225832939148,0.7898015975952148,0.7824328541755676,0.7754707336425781,0.7687610983848572,0.7621711492538452,0.7559075355529785,0.7496321797370911,0.7434818744659424,0.7375772595405579,0.7315587997436523,0.7256754636764526,0.7198338508605957,0.7138451337814331,0.7079256772994995,0.7017518281936646,0.6955041289329529,0.6891499757766724,0.6825823187828064,0.6759584546089172,0.669240415096283,0.662349283695221,0.6554890871047974,0.6485142707824707,0.6416081190109253,0.6348419785499573,0.6281005144119263,0.6215655207633972,0.6151387095451355,0.6088329553604126,0.6027297973632812,0.5966538190841675,0.5907362103462219,0.5849894285202026,0.579224705696106,0.5736275315284729,0.5680519342422485,0.5625183582305908,0.5571088790893555,0.5515780448913574,0.5461509227752686,0.5407507419586182,0.5353167057037354,0.5300211310386658,0.5247225761413574,0.519565224647522,0.5145130753517151,0.5095772743225098,0.5047139525413513,0.49983784556388855,0.49515682458877563,0.49056151509284973,0.4859012961387634,0.48135000467300415,0.47692883014678955,0.47260311245918274,0.46846047043800354,0.46436607837677,0.4604947865009308,0.45686063170433044,0.4533434808254242,0.4501638114452362,0.4470888078212738,0.44429609179496765,0.44179320335388184,0.43950051069259644,0.43756619095802307,0.43585383892059326,0.4344290494918823,0.4333866834640503,0.4325281083583832,0.4319678843021393,0.43159207701683044,0.4314482808113098,0.43158984184265137,0.43186506628990173,0.4324054419994354,0.4331433176994324,0.43401697278022766,0.4351038634777069,0.43627703189849854,0.43753862380981445,0.43880680203437805,0.4400608539581299,0.44121336936950684,0.44227391481399536,0.4432240128517151,0.44397950172424316,0.4446425437927246,0.445183664560318,0.4456370770931244,0.44608214497566223,0.44647783041000366,0.44688811898231506,0.4473538398742676,0.44783636927604675,0.4483099579811096,0.44878846406936646,0.4492344558238983,0.4495716691017151,0.4498734772205353,0.450024276971817,0.4501350224018097],"data_position_z":[205.56944274902344,205.5737762451172,205.57806396484375,205.58226013183594,205.5863494873047,205.59036254882812,205.59425354003906,205.59805297851562,205.60171508789062,205.60525512695312,205.6086883544922,205.61195373535156,205.61509704589844,205.61810302734375,205.62094116210938,205.62368774414062,205.6262969970703,205.62875366210938,205.63108825683594,205.6332550048828,205.6352996826172,205.6371612548828,205.6388702392578,205.64044189453125,205.641845703125,205.64305114746094,205.6440887451172,205.6449432373047,205.64561462402344,205.64610290527344,205.64639282226562,205.64654541015625,205.6465301513672,205.64634704589844,205.6460418701172,205.64556884765625,205.6449737548828,205.64427185058594,205.64344787597656,205.6425323486328,205.64151000976562,205.640380859375,205.63919067382812,205.63784790039062,205.6363983154297,205.63485717773438,205.63319396972656,205.6314697265625,205.629638671875,205.6277618408203,205.62582397460938,205.62384033203125,205.6217803955078,205.61968994140625,205.6175537109375,205.61537170410156,205.61312866210938,205.61085510253906,205.60855102539062,205.6062469482422,205.60391235351562,205.6015625,205.59918212890625,205.59678649902344,205.59434509277344,205.5919189453125,205.58944702148438,205.5869598388672,205.58448791503906,205.5819854736328,205.57952880859375,205.57708740234375,205.57467651367188,205.57228088378906,205.5699462890625,205.56765747070312,205.56541442871094,205.56329345703125,205.56118774414062,205.55921936035156,205.5572509765625,205.55540466308594,205.5535888671875,205.5518035888672,205.55014038085938,205.54840087890625,205.54673767089844,205.5450439453125,205.54335021972656,205.54165649414062,205.5398712158203,205.5381317138672,205.53627014160156,205.53443908691406,205.5325164794922,205.53060913085938,205.52857971191406,205.52647399902344,205.52430725097656,205.5220184326172,205.51968383789062,205.51715087890625,205.51458740234375,205.5118865966797,205.5091094970703,205.50624084472656,205.50331115722656,205.50033569335938,205.49729919433594,205.4943084716797,205.4912872314453,205.4883575439453,205.4854278564453,205.48260498046875,205.47975158691406,205.47705078125,205.4744110107422,205.47189331054688,205.4695587158203,205.46722412109375,205.46517944335938,205.4630889892578,205.461181640625,205.45936584472656,205.45761108398438,205.45611572265625,205.45460510253906,205.4533233642578,205.45199584960938,205.45077514648438,205.44961547851562,205.4484405517578,205.44744873046875,205.44625854492188,205.44522094726562,205.44395446777344,205.4426727294922,205.44117736816406,205.4394989013672,205.43763732910156,205.43540954589844,205.43299865722656,205.43002319335938,205.42669677734375,205.4227752685547,205.4182891845703,205.4132537841797,205.40740966796875,205.4009552001953,205.39356994628906,205.38536071777344,205.37608337402344,205.3656463623047,205.35415649414062,205.34127807617188,205.3271942138672,205.31161499023438,205.29461669921875,205.2760009765625,205.2557830810547,205.2339324951172,205.21009826660156,205.18466186523438,205.1570281982422,205.12754821777344,205.09588623046875,205.06198120117188,205.02578735351562,204.98696899414062,204.94569396972656,204.90155029296875,204.8549346923828,204.80523681640625,204.75294494628906,204.6975555419922,204.6395263671875,204.57861328125,204.51473999023438,204.4481201171875,204.3782196044922,204.30575561523438,204.22975158691406,204.15093994140625,204.0685272216797,203.983154296875,203.89450073242188,203.80242919921875,203.70767211914062,203.60939025878906,203.50799560546875,203.4032745361328,203.2959442138672,203.1854248046875,203.0721435546875,202.9561767578125,202.83758544921875,202.7165985107422,202.5928192138672,202.46670532226562,202.33766174316406,202.2058868408203,202.0708770751953,201.93270874023438,201.7917022705078,201.64706420898438,201.49876403808594,201.34613037109375,201.19041442871094,201.03018188476562,200.86618041992188,200.6982879638672,200.52615356445312,200.35069274902344,200.17054748535156,199.9864501953125,199.7977294921875,199.60450744628906,199.40750122070312,199.20529174804688,198.99842834472656,198.78602600097656,198.5693817138672,198.34808349609375,198.12171936035156,197.8917999267578,197.6571502685547,197.419189453125,197.1769256591797,196.93069458007812,196.68052673339844,196.42538452148438,196.1667022705078,195.9029541015625,195.63536071777344,195.36256408691406,195.08486938476562,194.8029327392578,194.5161590576172,194.2252655029297,193.9293670654297,193.6297149658203,193.32574462890625,193.017822265625,192.7062225341797,192.39013671875,192.07061767578125,191.74615478515625,191.41793823242188,191.0844268798828,190.746337890625,190.4037322998047,190.05575561523438,189.7038116455078,189.34646606445312,188.98487854003906,188.61805725097656,188.24708557128906,187.8711700439453,187.4902801513672,187.10543823242188,186.71546936035156,186.3219451904297,185.923583984375,185.5216522216797,185.11500549316406,184.70433044433594,184.289306640625,183.8697052001953,183.4462432861328,183.0177001953125,182.5854034423828,182.14773559570312,181.7063446044922,181.2599334716797,180.80947875976562,180.35447692871094,179.89511108398438,179.43218994140625,178.96482849121094,178.493896484375,178.01805114746094,177.5384979248047,177.05416870117188,176.565673828125,176.07252502441406,175.57469177246094,175.0728759765625,174.56613159179688,174.05564880371094,173.5403289794922,173.02130126953125,172.4977264404297,171.97048950195312,171.43905639648438,170.90371704101562,170.3645477294922,169.82130432128906,169.2744140625,168.72299194335938,168.1680145263672,167.60821533203125,167.0448455810547,166.4765167236328,165.90452575683594,165.3277130126953,164.74693298339844,164.1617431640625,163.5721435546875,162.97857666015625,162.38021850585938,161.77809143066406,161.17098999023438,160.5601806640625,159.94439697265625,159.32493591308594,158.70062255859375,158.0723876953125,157.43954467773438,156.80259704589844,156.16152954101562,155.5159912109375,154.86671447753906,154.21282958984375,153.55551147460938,152.8936309814453,152.22845458984375,151.5589599609375,150.88612365722656,150.2090606689453,149.52841186523438,148.84368896484375,148.155029296875,147.4626007080078,146.76576232910156,146.06529235839844,145.3602752685547,144.6517333984375,143.9385528564453,143.22193908691406,142.50079345703125,141.7761688232422,141.0473175048828,140.31495666503906,139.5789337158203,138.83917236328125,138.09613037109375,137.3491973876953,136.5991668701172,135.8451385498047,135.0880889892578,134.32691955566406,133.56275939941406,132.79458618164062,132.0231475830078,131.2479248046875,130.46905517578125,129.68675231933594,128.90065002441406,128.1114044189453,127.31835174560547,126.52247619628906,125.72301483154297,124.92081451416016,124.1152572631836,123.3069839477539,122.49539947509766,121.68087005615234,120.86310577392578,120.04206848144531,119.21802520751953,118.39066314697266,117.56045532226562,116.726806640625,115.89034271240234,115.05062103271484,114.2082290649414,113.36268615722656,112.51470947265625,111.66365051269531,110.8100357055664,109.95349884033203,109.09426879882812,108.23222351074219,107.3671875,106.49949645996094,105.6286392211914,104.75531005859375,103.87891387939453,103.00025177001953,102.11865997314453,101.23487854003906,100.34832763671875,99.45941162109375,98.56804656982422,97.67405700683594,96.77783966064453,95.87891387939453,94.97784423828125,94.0741195678711,93.16830444335938,92.25982666015625,91.34907531738281,90.4356460571289,89.51990509033203,88.60166931152344,87.68114471435547,86.75848388671875,85.83343505859375,84.90635681152344,83.97679901123047,83.04529571533203,82.11137390136719,81.1756362915039,80.2376937866211,79.2979507446289,78.3563461303711,77.41292572021484,76.46786499023438,75.52092742919922,74.57243347167969,73.62198638916016,72.67001342773438,71.71614837646484,70.76058197021484,69.80311584472656,68.8438949584961,67.88296508789062,66.92036437988281,65.95634460449219,64.99072265625,64.02381134033203,63.0553092956543,62.08562088012695,61.114444732666016,60.14211654663086,59.168556213378906,58.19387435913086,57.218196868896484,56.241458892822266,55.26389694213867,54.28535461425781,53.306095123291016,52.325927734375,51.34506607055664,50.363399505615234,49.381038665771484,48.39804458618164,47.414405822753906,46.43022918701172,45.44546127319336,44.46031188964844,43.47471237182617,42.48884582519531,41.502685546875,40.516353607177734,39.52988815307617,38.5433349609375,37.55674362182617,36.570186614990234,35.58372116088867,34.59738540649414,33.61123275756836,32.62529373168945,31.639636993408203,30.654277801513672,29.669300079345703,28.6846981048584,27.700576782226562,26.716920852661133,25.733835220336914,24.751312255859375,23.769466400146484,22.788345336914062,21.80797576904297,20.828481674194336,19.849794387817383,18.87211799621582,17.895347595214844,16.919713973999023,15.94511890411377,14.9717435836792,13.99960994720459,13.028714179992676,12.059271812438965,11.091072082519531,10.124465942382812,9.159217834472656,8.195595741271973,7.2334675788879395,6.272893905639648,5.313962936401367,4.3565354347229,3.400909185409546,2.446798801422119,1.494574785232544,0.5439884662628174,-0.4046690762042999,-1.3514453172683716,-2.2962846755981445,-3.2389259338378906,-4.179670810699463,-5.11794900894165,-6.054206371307373,-6.98798942565918,-7.919547080993652,-8.8486967086792,-9.775375366210938,-10.69979190826416,-11.621553421020508,-12.541070938110352,-13.45785140991211,-14.372241973876953,-15.283902168273926,-16.192930221557617,-17.099275588989258,-18.00266456604004,-18.903377532958984,-19.800851821899414,-20.6955623626709,-21.586957931518555,-22.47537612915039,-23.360586166381836,-24.242584228515625,-25.121557235717773,-25.99711036682129,-26.869665145874023,-27.738656997680664,-28.604530334472656,-29.46683692932129,-30.325780868530273,-31.18128204345703,-32.03313064575195,-32.88167953491211,-33.726280212402344,-34.567508697509766,-35.40461730957031,-36.238059997558594,-37.06745910644531,-37.892818450927734,-38.71429443359375,-39.53150177001953,-40.34507751464844,-41.15436935424805,-41.960060119628906,-42.76155471801758,-43.55924606323242,-44.352996826171875,-45.14269256591797,-45.92866516113281,-46.710411071777344,-47.488460540771484,-48.262062072753906,-49.031761169433594,-49.796810150146484,-50.55756759643555,-51.313804626464844,-52.06536865234375,-52.81264877319336,-53.55491638183594,-54.29297637939453,-55.026100158691406,-55.75493240356445,-56.47896957397461,-57.19858932495117,-57.91358184814453,-58.62388610839844,-59.329715728759766,-60.030677795410156,-60.727298736572266,-61.4189453125,-62.10609817504883,-62.7883186340332,-63.46575927734375,-64.13838195800781,-64.80610656738281,-65.4689712524414,-66.1268539428711,-66.77983856201172,-67.42778778076172,-68.0707015991211,-68.70861053466797,-69.34149169921875,-69.96942901611328,-70.59243774414062,-71.21049499511719,-71.82357788085938,-72.43177032470703,-73.0347900390625,-73.63256072998047,-74.22509765625,-74.81211853027344,-75.39411163330078,-75.97029113769531,-76.54134368896484,-77.1065673828125,-77.66658782958984,-78.22127532958984,-78.77072143554688,-79.31523132324219,-79.85433959960938,-80.38839721679688,-80.91714477539062,-81.44095611572266,-81.95931243896484,-82.47268676757812,-82.98037719726562,-83.4827880859375,-83.97966003417969,-84.47117614746094,-84.95726776123047,-85.43789672851562,-85.91332244873047,-86.38329315185547,-86.84822845458984,-87.30777740478516,-87.76229858398438,-88.21150970458984,-88.65568542480469,-89.09466552734375,-89.52853393554688,-89.9571304321289,-90.38048553466797,-90.79850769042969,-91.21114349365234,-91.61820983886719,-92.0196533203125,-92.41543579101562,-92.80558013916016,-93.18992614746094,-93.5685806274414,-93.94156646728516,-94.30876922607422,-94.67057800292969,-95.02681732177734,-95.37788391113281,-95.72359466552734,-96.06436157226562,-96.39993286132812,-96.73046112060547,-97.05569458007812,-97.37580108642578,-97.69059753417969,-98.00025939941406,-98.30473327636719,-98.60377502441406,-98.8976821899414,-99.18601989746094,-99.46923828125,-99.74701690673828,-100.01974487304688,-100.28719329833984,-100.54975891113281,-100.8072280883789,-101.05985260009766,-101.30751037597656,-101.55028533935547,-101.78831481933594,-102.021484375,-102.2499771118164,-102.47361755371094,-102.69246673583984,-102.9063491821289,-103.11540985107422,-103.3193130493164,-103.51836395263672,-103.71216583251953,-103.9009017944336,-104.08477020263672,-104.26367950439453,-104.43795013427734,-104.60728454589844,-104.77204895019531,-104.93212127685547,-105.08769989013672,-105.23858642578125,-105.38482666015625,-105.52640533447266,-105.66332244873047,-105.79573059082031,-105.92335510253906,-106.04652404785156,-106.16517639160156,-106.27945709228516,-106.38902282714844,-106.49394989013672,-106.5941162109375,-106.68930053710938,-106.77987670898438,-106.86537170410156,-106.94642639160156,-107.02271270751953,-107.09455871582031,-107.16219329833984,-107.22523498535156,-107.28436279296875,-107.33885955810547,-107.38999938964844,-107.43710327148438,-107.48072052001953,-107.52082061767578,-107.55708312988281,-107.58998107910156,-107.61890411376953,-107.64450073242188,-107.6660385131836,-107.68427276611328,-107.6984634399414,-107.70951080322266,-107.71648406982422,-107.72048950195312,-107.72058868408203,-107.71778106689453,-107.71144104003906,-107.70204162597656,-107.68939971923828,-107.67340087890625,-107.65424346923828,-107.63135528564453,-107.6053237915039,-107.57538604736328,-107.54220581054688,-107.50507354736328,-107.46473693847656,-107.42051696777344,-107.37327575683594,-107.32230377197266,-107.2685317993164,-107.2111587524414,-107.15101623535156,-107.08753204345703,-107.0215072631836,-106.95243835449219,-106.88086700439453,-106.80690002441406,-106.73097229003906,-106.65336608886719,-106.574462890625,-106.49481964111328,-106.41466522216797,-106.33453369140625,-106.25495147705078,-106.17644500732422,-106.09967041015625,-106.02484893798828,-105.9525375366211,-105.88263702392578,-105.81568908691406,-105.75138854980469,-105.69023895263672,-105.63188171386719,-105.57685089111328,-105.52485656738281,-105.47626495361328,-105.43092346191406,-105.38920593261719,-105.35107421875,-105.31665802001953,-105.28594207763672,-105.25927734375,-105.2364730834961,-105.2174072265625,-105.20206451416016,-105.1902847290039,-105.18199920654297,-105.17708587646484,-105.1755599975586,-105.1773452758789,-105.18246459960938,-105.1907958984375,-105.20246887207031,-105.2173843383789,-105.23562622070312,-105.25724029541016,-105.28243255615234,-105.31121063232422,-105.34374237060547,-105.37989807128906,-105.41986846923828,-105.46343231201172,-105.51075744628906,-105.5615005493164,-105.61549377441406,-105.67292785644531,-105.73320770263672,-105.79676055908203,-105.86324310302734,-105.93295288085938,-106.00575256347656,-106.08184051513672,-106.16128540039062,-106.24397277832031,-106.33003997802734,-106.4191665649414,-106.51160430908203,-106.60693359375,-106.70558166503906,-106.80723571777344,-106.91177368164062,-107.01923370361328,-107.12960815429688,-107.24308776855469,-107.35992431640625,-107.47996520996094,-107.6030502319336,-107.72953033447266,-107.85916137695312,-107.99193572998047,-108.12725830078125,-108.26548767089844,-108.40636444091797,-108.54985046386719,-108.6965103149414,-108.84593200683594,-108.99842071533203,-109.15387725830078,-109.31311798095703,-109.47627258300781,-109.64298248291016,-109.81314086914062,-109.98713684082031,-110.1646499633789,-110.34524536132812,-110.52885437011719,-110.71575164794922,-110.9056625366211,-111.09847259521484,-111.2948989868164,-111.4950942993164,-111.69869995117188,-111.90536499023438,-112.11553955078125,-112.32893371582031,-112.54518127441406,-112.76416015625,-112.98577880859375,-113.20985412597656,-113.43658447265625,-113.66593933105469,-113.89775085449219,-114.13206481933594,-114.36907958984375,-114.6089096069336,-114.85161590576172,-115.0972900390625,-115.34581756591797,-115.59728240966797,-115.85169982910156,-116.10903930664062,-116.36920166015625,-116.6322021484375,-116.89790344238281,-117.16613006591797,-117.43697357177734,-117.7105484008789,-117.9866943359375,-118.26565551757812,-118.5469741821289,-118.83050537109375,-119.1162338256836,-119.40377807617188,-119.6930923461914,-119.9849853515625,-120.27936553955078,-120.57685852050781,-120.87744903564453,-121.18099212646484,-121.4872055053711,-121.79629516601562,-122.10787963867188,-122.42278289794922,-122.74091339111328,-123.06198120117188,-123.38687133789062,-123.71476745605469,-124.04560852050781,-124.37925720214844,-124.71549987792969,-125.05461120605469,-125.39645385742188,-125.74192810058594,-126.09061431884766,-126.44342803955078,-126.79988861083984,-127.15978240966797,-127.52299499511719,-127.88883972167969,-128.25772094726562,-128.6289520263672,-129.00299072265625,-129.3793487548828,-129.75881958007812,-130.14132690429688,-130.52696228027344,-130.91587829589844,-131.30747985839844,-131.70208740234375,-132.09909057617188,-132.4990234375,-132.90170288085938,-133.30685424804688,-133.71505737304688,-134.12564086914062,-134.53921508789062,-134.95516967773438,-135.3740692138672,-135.7960205078125,-136.2210235595703,-136.64947509765625,-137.08062744140625,-137.5147705078125,-137.95123291015625,-138.39047241210938,-138.8319091796875,-139.27613830566406,-139.722900390625,-140.1720733642578,-140.62411499023438,-141.07833862304688,-141.5355682373047,-141.9949188232422,-142.45718383789062,-142.9215087890625,-143.38868713378906,-143.85813903808594,-144.33021545410156,-144.80479431152344,-145.2818603515625,-145.76144409179688,-146.2435302734375,-146.72824096679688,-147.2154083251953,-147.70538330078125,-148.1980743408203,-148.69332885742188,-149.1910858154297,-149.69110107421875,-150.1935272216797,-150.69834899902344,-151.20559692382812,-151.71527099609375,-152.2273712158203,-152.741943359375,-153.25875854492188,-153.7781219482422,-154.2994384765625,-154.8233642578125,-155.34967041015625,-155.87844848632812,-156.40943908691406,-156.94244384765625,-157.4775848388672,-158.01443481445312,-158.5531005859375,-159.09243774414062,-159.63284301757812,-160.1735382080078,-160.71461486816406,-161.25559997558594,-161.79620361328125,-162.3363494873047,-162.8754119873047,-163.4136505126953,-163.95037841796875,-164.4857177734375,-165.01927185058594,-165.55099487304688,-166.08067321777344,-166.6080780029297,-167.13328552246094,-167.65579223632812,-168.176025390625,-168.69337463378906,-169.20831298828125,-169.72047424316406,-170.22982788085938,-170.7359161376953,-171.239013671875,-171.73985290527344,-172.23716735839844,-172.7299346923828,-173.2179412841797,-173.7024688720703,-174.1836395263672,-174.65945434570312,-175.1298065185547,-175.59535217285156,-176.0555877685547,-176.51210021972656,-176.964599609375,-177.4128875732422,-177.85711669921875,-178.2962646484375,-178.73126220703125,-179.16293334960938,-179.5890655517578,-180.00990295410156,-180.42648315429688,-180.83860778808594,-181.24713134765625,-181.65086364746094,-182.0489959716797,-182.44378662109375,-182.83468627929688,-183.2190704345703,-183.59701538085938,-183.96730041503906,-184.331787109375,-184.69129943847656,-185.04623413085938,-185.39590454101562,-185.74073791503906,-186.0806884765625,-186.4154815673828,-186.74562072753906,-187.07003784179688,-187.38973999023438,-187.7034912109375,-188.01222229003906,-188.31558227539062,-188.61306762695312,-188.9055938720703,-189.19178771972656,-189.47312927246094,-189.74801635742188,-190.0172576904297,-190.28077697753906,-190.5376434326172,-190.78939819335938,-191.03433227539062,-191.27386474609375,-191.50729370117188,-191.7346649169922,-191.9566650390625,-192.17233276367188,-192.38259887695312,-192.58642578125,-192.78428649902344,-192.975341796875,-193.1605224609375,-193.33984375,-193.51280212402344,-193.68045043945312,-193.84129333496094,-193.99667358398438,-194.14520263671875,-194.28700256347656,-194.4231719970703,-194.55218505859375,-194.67593383789062,-194.7930145263672,-194.9038848876953,-195.0092010498047,-195.10743713378906,-195.20033264160156,-195.2863311767578,-195.36593627929688,-195.43954467773438,-195.50595092773438,-195.56610107421875,-195.61892700195312,-195.6650390625,-195.70458984375,-195.73760986328125,-195.76515197753906,-195.78598022460938,-195.80137634277344,-195.8102264404297,-195.81236267089844,-195.8089141845703,-195.79830932617188,-195.78219604492188,-195.75973510742188,-195.73052978515625,-195.69607543945312,-195.65451049804688,-195.60708618164062,-195.55360412597656,-195.4931182861328,-195.42715454101562,-195.35435485839844,-195.2750244140625,-195.18939208984375,-195.0966033935547,-194.9982452392578,-194.89337158203125,-194.78292846679688,-194.66693115234375,-194.5445098876953,-194.4169921875,-194.28260803222656,-194.14195251464844,-193.99571228027344,-193.8421630859375,-193.6830291748047,-193.51722717285156,-193.34425354003906,-193.16575622558594,-192.97991943359375,-192.78781127929688,-192.5898895263672,-192.38494873046875,-192.1746826171875,-191.95809936523438,-191.7351837158203,-191.50665283203125,-191.2713165283203,-191.03042602539062,-190.78378295898438,-190.53089904785156,-190.2732391357422,-190.00930786132812,-189.73976135253906,-189.46495056152344,-189.18304443359375,-188.89564514160156,-188.6019744873047,-188.30157470703125,-187.99615478515625,-187.68408203125,-187.36611938476562,-187.0430908203125,-186.7134552001953,-186.37864685058594,-186.03819274902344,-185.69166564941406,-185.34042358398438,-184.98313903808594,-184.62042236328125,-184.25291442871094,-183.8791961669922,-183.5005645751953,-183.1166534423828,-182.72686767578125,-182.33242797851562,-181.93203735351562,-181.52593994140625,-181.11505126953125,-180.697998046875,-180.27609252929688,-179.84918212890625,-179.4163818359375,-178.9790802001953,-178.53631591796875,-178.08816528320312,-177.63555908203125,-177.1770782470703,-176.71339416503906,-176.2447509765625,-175.77029418945312,-175.2911834716797,-174.80685424804688,-174.31719970703125,-173.82313537597656,-173.32379150390625,-172.81967163085938,-172.31114196777344,-171.79733276367188,-171.27915954589844,-170.75636291503906,-170.22860717773438,-169.6967315673828,-169.15972900390625,-168.61798095703125,-168.072021484375,-167.5205841064453,-166.96478271484375,-166.4043426513672,-165.8384552001953,-165.2685089111328,-164.69322204589844,-164.1128387451172,-163.52842712402344,-162.93829345703125,-162.3435516357422,-161.7444610595703,-161.1397705078125,-160.53094482421875,-159.91738891601562,-159.2987518310547,-158.6761932373047,-158.048583984375,-157.41650390625,-156.78082275390625,-156.14024353027344,-155.4960174560547,-154.8480682373047,-154.19561767578125,-153.53988647460938,-152.8799285888672,-152.21575927734375,-151.54844665527344,-150.87648010253906,-150.20065307617188,-149.5214385986328,-148.83766174316406,-148.15052795410156,-147.45945739746094,-146.76417541503906,-146.06588745117188,-145.36318969726562,-144.65658569335938,-143.9469757080078,-143.2329864501953,-142.51573181152344,-141.79510498046875,-141.0704803466797,-140.34327697753906,-139.6123046875,-138.8778076171875,-138.14073181152344,-137.399658203125,-136.65553283691406,-135.9083709716797,-135.1571807861328,-134.40342712402344,-133.6460723876953,-132.8851318359375,-132.12181091308594,-131.3546905517578,-130.58468627929688,-129.81207275390625,-129.0357208251953,-128.25701904296875,-127.47530364990234,-126.69042205810547,-125.90347290039062,-125.11326599121094,-124.32048797607422,-123.52550506591797,-122.72722625732422,-121.92680358886719,-121.12378692626953,-120.31792449951172,-119.51023864746094,-118.6998062133789,-117.88716125488281,-117.07276153564453,-116.25565338134766,-115.43675994873047,-114.61576843261719,-113.79229736328125,-112.96725463867188,-112.13970947265625,-111.31002807617188,-110.47869873046875,-109.64478302001953,-108.80915069580078,-107.97157287597656,-107.13172149658203,-106.29045104980469,-105.44699096679688,-104.60176086425781,-103.75515747070312,-102.90645599365234,-102.05632781982422,-101.20467376708984,-100.35123443603516,-99.49663543701172,-98.64030456542969,-97.78256225585938,-96.9236831665039,-96.06307983398438,-95.20133209228516,-94.33826446533203,-93.47367858886719,-92.60812377929688,-91.7410888671875,-90.87284851074219,-90.00364685058594,-89.13301849365234,-88.26141357421875,-87.38874816894531,-86.51490020751953,-85.6402816772461,-84.76453399658203,-83.88787078857422,-83.0104751586914,-82.13201141357422,-81.2528305053711,-80.37287902832031,-79.4920654296875,-78.61066436767578,-77.72844696044922,-76.8455581665039,-75.96211242675781,-75.07796478271484,-74.19331359863281,-73.30819702148438,-72.42261505126953,-71.53667449951172,-70.65039825439453,-69.76378631591797,-68.87679290771484,-67.98945617675781,-67.10172271728516,-66.21353149414062,-65.32488250732422,-64.4356460571289,-63.545867919921875,-62.65543746948242,-61.76435470581055,-60.87258529663086,-59.9801025390625,-59.08705139160156,-58.193267822265625,-57.29883575439453,-56.4036750793457,-55.5078239440918,-54.61131286621094,-53.71407699584961,-52.81627655029297,-51.91780471801758,-51.0188102722168,-50.11924743652344,-49.2191276550293,-48.31850814819336,-47.41728591918945,-46.515567779541016,-45.613224029541016,-44.71035385131836,-43.806880950927734,-42.902809143066406,-41.99817657470703,-41.09284591674805,-40.186981201171875,-39.280418395996094,-38.37325668334961,-37.465450286865234,-36.55699920654297,-35.647979736328125,-34.738258361816406,-33.8280143737793,-32.917118072509766,-32.00566482543945,-31.0936222076416,-30.181020736694336,-29.267911911010742,-28.354244232177734,-27.440099716186523,-26.525402069091797,-25.610218048095703,-24.6944522857666,-23.778135299682617,-22.861251831054688,-21.943761825561523,-21.025711059570312,-20.107038497924805,-19.187828063964844,-18.26802635192871,-17.347719192504883,-16.426881790161133,-15.505555152893066,-14.583781242370605,-13.661542892456055,-12.738872528076172,-11.815727233886719,-10.892152786254883,-9.96810245513916,-9.043595314025879,-8.118600845336914,-7.193127632141113,-6.267180442810059,-5.34074068069458,-4.413863182067871,-3.4865353107452393,-2.5587997436523438,-1.6306705474853516,-0.702151894569397,0.22674383223056793,1.1560174226760864,2.0856778621673584,3.0157546997070312,3.9462406635284424,4.877175807952881,5.808546543121338,6.740359306335449,7.672604084014893,8.605265617370605,9.538331985473633,10.471796035766602,11.40565299987793,12.3399076461792,13.274574279785156,14.209644317626953,15.145140647888184,16.081071853637695,17.017457962036133,17.954313278198242,18.891639709472656,19.829437255859375,20.767698287963867,21.706418991088867,22.645586013793945,23.585203170776367,24.525249481201172,25.465723037719727,26.40660858154297,27.34788703918457,28.289573669433594,29.231664657592773,30.174156188964844,31.11705207824707,32.06035614013672,33.00407409667969,33.94820022583008,34.89275360107422,35.83770751953125,36.78306579589844,37.72881317138672,38.67495346069336,39.62148666381836,40.56842041015625,41.51575469970703,42.463470458984375,43.41157150268555,44.36009216308594,45.30902099609375,46.25830078125,47.20779800415039,48.15729904174805,49.10652160644531,50.05513000488281,51.00277328491211,51.94902038574219,52.89356231689453,53.83598709106445,54.77603530883789,55.713409423828125,56.647850036621094,57.579139709472656,58.507205963134766,59.4320068359375,60.35345458984375,61.27165603637695,62.18647384643555,63.097900390625,64.00578308105469,64.90966796875,65.809814453125,66.706298828125,67.59881591796875,68.48713684082031,69.37149810791016,70.25183868408203,71.12818908691406,72.0007553100586,72.86961364746094,73.73490905761719,74.59654998779297,75.4546127319336,76.30925750732422,77.15913391113281,78.00556945800781,78.84718322753906,79.68534088134766,80.52001190185547,81.35104370117188,82.17837524414062,83.00193786621094,83.82174682617188,84.6377944946289,85.45008087158203,86.25869750976562,87.06359100341797,87.86476135253906,88.6624755859375,89.4566650390625,90.2474365234375,91.03472900390625,91.81856536865234,92.5991439819336,93.37645721435547,94.1502685546875,94.92073822021484,95.68782043457031,96.45140838623047,97.21139526367188,97.96788787841797,98.72093200683594,99.47047424316406,100.21671295166016,100.95989227294922,101.69995880126953,102.43714141845703,103.17143249511719,103.90264129638672,104.6310043334961,105.35687255859375,106.08023071289062,106.80117797851562,107.51983642578125,108.23623657226562,108.95040893554688,109.66226959228516,110.37181854248047,111.0792236328125,111.78455352783203,112.48782348632812,113.1890640258789,113.88838958740234,114.5858383178711,115.28141784667969,115.97535705566406,116.66771697998047,117.35848999023438,118.04761505126953,118.73517608642578,119.42124938964844,120.10585021972656,120.78910064697266,121.47110748291016,122.15188598632812,122.831298828125,123.50933837890625,124.18611145019531,124.8617172241211,125.5361099243164,126.20925903320312,126.88123321533203,127.55204772949219,128.22171020507812,128.8900604248047,129.5568389892578,130.22222900390625,130.8863525390625,131.54931640625,132.21075439453125,132.87074279785156,133.52947998046875,134.18711853027344,134.84368896484375,135.49929809570312,136.1537322998047,136.8066864013672,137.4584197998047,138.10903930664062,138.75845336914062,139.40658569335938,140.05357360839844,140.69955444335938,141.34461975097656,141.98876953125,142.6317138671875,143.2733154296875,143.913818359375,144.55296325683594,145.1903839111328,145.82632446289062,146.46087646484375,147.093505859375,147.72438049316406,148.35325622558594,148.9795379638672,149.60317993164062,150.22470092773438,150.84375,151.45977783203125,152.0731964111328,152.68435668945312,153.2930145263672,153.89898681640625,154.50267028808594,155.1038818359375,155.70147705078125,156.2960968017578,156.8882293701172,157.4774169921875,158.06324768066406,158.6461944580078,159.2262420654297,159.8030242919922,160.37701416015625,160.9482879638672,161.5162811279297,162.0811309814453,162.64324951171875,163.20216369628906,163.7578582763672,164.31092834472656,164.8594970703125,165.40480041503906,165.94686889648438,166.48500061035156,167.0193328857422,167.5500030517578,168.0760040283203,168.5990447998047,169.11932373046875,169.63677978515625,170.15048217773438,170.66062927246094,171.167724609375,171.671630859375,172.17208862304688,172.66932678222656,173.16336059570312,173.6540069580078,174.14134216308594,174.62538146972656,175.1060333251953,175.58338928222656,176.0574493408203,176.528076171875,176.99525451660156,177.45921325683594,177.9197540283203,178.37677001953125,178.8305206298828,179.28091430664062,179.72776794433594,180.17123413085938,180.61143493652344,181.0482940673828,181.4805145263672,181.90884399414062,182.33409118652344,182.75392150878906,183.17005920410156,183.5825958251953,183.9896240234375,184.39181518554688,184.79051208496094,185.18553161621094,185.57667541503906,185.9641571044922,186.34812927246094,186.7280731201172,187.10406494140625,187.4764862060547,187.84506225585938,188.20928955078125,188.56968688964844,188.92649841308594,189.27899169921875,189.62677001953125,189.9705047607422,190.31028747558594,190.64532470703125,190.97579956054688,191.30238342285156,191.6248016357422,191.94259643554688,192.25624084472656,192.56602478027344,192.87132263183594,193.171875,193.46836853027344,193.76112365722656,194.0489959716797,194.33172607421875,194.61007690429688,194.88458251953125,195.15379333496094,195.41781616210938,195.6775665283203,195.93365478515625,196.1851043701172,196.4317169189453,196.67425537109375,196.91310119628906,197.1470489501953,197.3757781982422,197.5999755859375,197.82041931152344,198.0357208251953,198.2455596923828,198.4508819580078,198.65257263183594,198.85043334960938,199.04379272460938,199.2332763671875,199.41893005371094,199.6004638671875,199.7776641845703,199.95120239257812,200.12135314941406,200.28782653808594,200.4511260986328,200.61122131347656,200.76841735839844,200.92294311523438,201.0750274658203,201.2244415283203,201.37103271484375,201.5146942138672,201.65528869628906,201.7928924560547,201.927734375,202.05963134765625,202.18820190429688,202.3138427734375,202.4368438720703,202.55726623535156,202.674560546875,202.78903198242188,202.90081787109375,203.00978088378906,203.11557006835938,203.2184600830078,203.3185272216797,203.41574096679688,203.50958251953125,203.60012817382812,203.68751525878906,203.77195739746094,203.85299682617188,203.93077087402344,204.00570678710938,204.07765197753906,204.14645385742188,204.21240234375,204.2754669189453,204.3353271484375,204.39210510253906,204.44593811035156,204.4965362548828,204.54391479492188,204.58856201171875,204.63023376464844,204.66888427734375,204.7049560546875,204.73841857910156,204.7691650390625,204.79754638671875,204.8236846923828,204.8475341796875,204.86932373046875,204.88925170898438,204.9072723388672,204.9235076904297,204.9382781982422,204.95156860351562,204.9634552001953,204.9741668701172,204.9836883544922,204.9921112060547,204.99961853027344,205.00625610351562,205.01205444335938,205.01724243164062,205.0217742919922,205.0257110595703,205.0292510986328,205.03245544433594,205.03526306152344,205.0378875732422,205.0403594970703,205.04261779785156,205.04486083984375,205.04702758789062,205.04913330078125,205.0513153076172,205.0535888671875,205.0558319091797,205.0582275390625,205.06077575683594,205.0633544921875,205.06607055664062,205.06906127929688,205.0720672607422,205.07522583007812,205.0786895751953,205.08224487304688,205.08587646484375,205.0897979736328,205.0938262939453,205.09788513183594,205.1022186279297,205.1066131591797,205.11099243164062,205.1156005859375,205.1203155517578,205.12498474121094,205.1298370361328,205.13475036621094,205.13958740234375,205.14453125,205.14952087402344,205.15435791015625,205.1592254638672,205.16407775878906,205.1687469482422,205.1734161376953,205.17800903320312,205.18238830566406,205.1867218017578,205.1909637451172,205.19493103027344,205.1988067626953,205.2025604248047,205.2060089111328,205.20936584472656,205.2125701904297,205.21542358398438,205.21823120117188,205.22088623046875,205.2232208251953,205.22552490234375,205.22764587402344,205.2294921875,205.2312774658203,205.23292541503906,205.23428344726562,205.23565673828125,205.2368621826172,205.23785400390625,205.23883056640625,205.23965454101562,205.24029541015625,205.240966796875,205.241455078125,205.2418670654297,205.2422637939453,205.2425079345703,205.24266052246094,205.2428436279297,205.24288940429688,205.24288940429688,205.24293518066406,205.2428741455078,205.24285888671875,205.24290466308594,205.2428436279297,205.242919921875,205.2430419921875,205.2431182861328,205.24339294433594,205.2436981201172,205.24398803710938,205.2445068359375,205.2451171875,205.24581909179688,205.24676513671875,205.24778747558594,205.24900817871094,205.25045776367188,205.2520751953125,205.2539520263672,205.25599670410156,205.25819396972656,205.26071166992188,205.26341247558594,205.26632690429688,205.2694854736328,205.2728271484375,205.2764434814453,205.28028869628906,205.28431701660156,205.2886505126953,205.29319763183594,205.2979736328125,205.3031005859375,205.3084259033203,205.3140106201172,205.3199005126953,205.32591247558594,205.33226013183594,205.33883666992188,205.34559631347656,205.35263061523438,205.35983276367188,205.3671875,205.374755859375,205.38238525390625,205.39019775390625,205.3981475830078,205.40615844726562,205.41433715820312,205.42254638671875,205.43084716796875,205.43927001953125,205.4476776123047,205.4562225341797,205.46482849121094,205.4734649658203,205.48223876953125,205.4910125732422,205.4998321533203,205.50875854492188,205.51760864257812,205.52651977539062,205.53541564941406,205.5443115234375,205.55319213867188,205.56201171875,205.5708465576172,205.5796356201172,205.58839416503906,205.59713745117188,205.6057891845703,205.6144256591797,205.623046875,205.63157653808594,205.6400604248047,205.6484832763672,205.65684509277344,205.66513061523438,205.67327880859375,205.68138122558594,205.68936157226562,205.69720458984375,205.70494079589844,205.71246337890625,205.71981811523438,205.7270050048828,205.7339324951172,205.74069213867188,205.74720764160156,205.75350952148438,205.75962829589844,205.76547241210938,205.7711639404297,205.77658081054688,205.78175354003906,205.7866973876953,205.79136657714844,205.7957763671875,205.7999267578125,205.80380249023438,205.8074188232422,205.81072998046875,205.81381225585938,205.81661987304688,205.8191375732422,205.82138061523438,205.82333374023438,205.82504272460938,205.8264617919922,205.82763671875,205.82850646972656,205.8291473388672,205.8295440673828,205.8297119140625,205.82965087890625,205.82940673828125,205.8289794921875,205.82835388183594,205.8275604248047,205.82659912109375,205.825439453125,205.82411193847656,205.82269287109375,205.8211212158203,205.81942749023438,205.817626953125,205.81576538085938,205.81385803222656,205.81187438964844,205.80987548828125,205.807861328125,205.80581665039062,205.8037872314453,205.80178833007812,205.79981994628906,205.7978973388672,205.7960205078125,205.79415893554688,205.7923583984375,205.7905731201172,205.78883361816406,205.78713989257812],"fuel_at_start":100,"fuel_at_end":100,"fuel_consumed":0,"data_boost":[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"data_rotation_yaw":[0.7089628577232361,0.708921492099762,0.7088731527328491,0.7088173627853394,0.7087555527687073,0.7086855173110962,0.7086136341094971,0.7085356712341309,0.7084562182426453,0.7083742618560791,0.7082926630973816,0.7082108855247498,0.7081320881843567,0.7080530524253845,0.7079775333404541,0.7079004645347595,0.7078253030776978,0.7077507376670837,0.7076765298843384,0.7076044082641602,0.7075318098068237,0.7074584364891052,0.7073876261711121,0.7073150873184204,0.7072433233261108,0.7071714401245117,0.7071006894111633,0.7070292234420776,0.7069602608680725,0.7068919539451599,0.7068277597427368,0.7067627906799316,0.7067011594772339,0.7066425085067749,0.7065862417221069,0.7065345644950867,0.7064868807792664,0.7064408659934998,0.7064016461372375,0.7063649892807007,0.7063345909118652,0.7063063383102417,0.706283688545227,0.7062645554542542,0.7062500715255737,0.7062363028526306,0.7062274217605591,0.7062166333198547,0.7062082290649414,0.7061988115310669,0.7061893343925476,0.7061788439750671,0.7061704397201538,0.7061585783958435,0.706148624420166,0.706138551235199,0.7061309218406677,0.7061218023300171,0.7061159014701843,0.7061090469360352,0.7061048150062561,0.7060975432395935,0.7060931921005249,0.7060877680778503,0.7060874104499817,0.7060907483100891,0.706100344657898,0.7061161994934082,0.7061365842819214,0.7061648368835449,0.7061983942985535,0.7062352895736694,0.7062785029411316,0.706322431564331,0.7063692212104797,0.7064132690429688,0.7064592838287354,0.706498920917511,0.7065379023551941,0.706569254398346,0.7065956592559814,0.7066177725791931,0.7066323757171631,0.7066479921340942,0.7066512703895569,0.7066553831100464,0.7066492438316345,0.706636905670166,0.7066200971603394,0.7065934538841248,0.7065648436546326,0.7065222263336182,0.7064792513847351,0.7064254879951477,0.7063694000244141,0.7063072919845581,0.7062448859214783,0.7061830759048462,0.7061171531677246,0.7060571312904358,0.705994188785553,0.7059426307678223,0.7058915495872498,0.7058484554290771,0.705814778804779,0.7057892680168152,0.7057770490646362,0.7057722806930542,0.7057849168777466,0.7058029174804688,0.7058413624763489,0.7058850526809692,0.7059460282325745,0.706012487411499,0.7060887217521667,0.7061713337898254,0.7062537670135498,0.7063462734222412,0.7064253091812134,0.7065154910087585,0.7065873146057129,0.7066617012023926,0.7067293524742126,0.7067839503288269,0.7068418860435486,0.7068745493888855,0.7069129943847656,0.7069266438484192,0.7069368958473206,0.7069277167320251,0.7069000601768494,0.706861138343811,0.7067935466766357,0.706723153591156,0.7066148519515991,0.7065009474754333,0.7063606381416321,0.7062029838562012,0.7060272097587585,0.7058140635490417,0.7055924534797668,0.7053283452987671,0.7050525546073914,0.7047390937805176,0.7044076323509216,0.7040451765060425,0.7036463022232056,0.7032243013381958,0.7027626633644104,0.702272355556488,0.7017411589622498,0.7011748552322388,0.7005557417869568,0.6998909711837769,0.6991890072822571,0.6984493136405945,0.6976673007011414,0.6968380808830261,0.6959856748580933,0.6950812935829163,0.6941488981246948,0.6931576728820801,0.6921334266662598,0.6910629868507385,0.6899615526199341,0.6888231039047241,0.6876475214958191,0.6863991022109985,0.6851086616516113,0.6837477684020996,0.6823694109916687,0.6809367537498474,0.6794962286949158,0.6780374050140381,0.6765809655189514,0.675161600112915,0.6737174987792969,0.6723412275314331,0.6708710789680481,0.6694686412811279,0.6679942607879639,0.6665637493133545,0.6650500297546387,0.6634852886199951,0.66193026304245,0.660370945930481,0.6589292883872986,0.6575345993041992,0.6562318205833435,0.6549450755119324,0.6536557078361511,0.652393639087677,0.6511752605438232,0.6500961780548096,0.6490145921707153,0.6480230093002319,0.6469691395759583,0.6459431052207947,0.6448537111282349,0.6437438130378723,0.6425741314888,0.6412087082862854,0.6397879719734192,0.6381972432136536,0.6367131471633911,0.6351442933082581,0.633595883846283,0.631972074508667,0.6304072737693787,0.6289095282554626,0.6273363828659058,0.6257799863815308,0.6241332292556763,0.6224551796913147,0.6206104755401611,0.6185416579246521,0.6164222359657288,0.6142215132713318,0.6121392846107483,0.6101170778274536,0.6080887913703918,0.606080949306488,0.6041214466094971,0.6023697853088379,0.600642740726471,0.5989824533462524,0.5973592400550842,0.5956100225448608,0.5939016342163086,0.5919391512870789,0.5898739099502563,0.5876286029815674,0.5853708982467651,0.5832287669181824,0.5811132192611694,0.5790575742721558,0.5768941640853882,0.574823260307312,0.5728636980056763,0.5710062980651855,0.5692648887634277,0.567452609539032,0.5657516121864319,0.5639011859893799,0.5621703863143921,0.560322642326355,0.5584627389907837,0.5564687848091125,0.5542318820953369,0.5519288778305054,0.5494683384895325,0.5472102165222168,0.5449839234352112,0.542874276638031,0.5407500863075256,0.5385574698448181,0.5363705158233643,0.5341283082962036,0.5320772528648376,0.5299551486968994,0.5280240178108215,0.5260557532310486,0.5241333842277527,0.5222312808036804,0.520195484161377,0.5182246565818787,0.5160462856292725,0.5139824151992798,0.5117106437683105,0.50958651304245,0.5073010921478271,0.5050002932548523,0.5026163458824158,0.5001890659332275,0.49788182973861694,0.49562472105026245,0.49357321858406067,0.49149563908576965,0.48955991864204407,0.4875897765159607,0.4856131672859192,0.4835996627807617,0.4814801812171936,0.4794417917728424,0.4772605001926422,0.47519662976264954,0.4729432165622711,0.47082042694091797,0.4685881435871124,0.4664332866668701,0.46428000926971436,0.4621201157569885,0.4600747525691986,0.45791107416152954,0.4559057354927063,0.4537474811077118,0.4517574906349182,0.44956666231155396,0.4475277066230774,0.44530177116394043,0.44317349791526794,0.44095417857170105,0.4387350380420685,0.4365106225013733,0.43418624997138977,0.4319392144680023,0.42951700091362,0.42722976207733154,0.4247246980667114,0.42237746715545654,0.41985777020454407,0.41747310757637024,0.41499781608581543,0.4125877022743225,0.4101898670196533,0.4077231287956238,0.4053409695625305,0.4027925431728363,0.40037140250205994,0.39776718616485596,0.3953295052051544,0.39273151755332947,0.39030399918556213,0.3877984285354614,0.38540735840797424,0.3829914629459381,0.38057658076286316,0.3782030940055847,0.375714510679245,0.37328872084617615,0.3706851005554199,0.36816686391830444,0.3654462397098541,0.36286231875419617,0.3600998520851135,0.3574606776237488,0.35469016432762146,0.35197344422340393,0.34925076365470886,0.34651345014572144,0.3438872992992401,0.3411957621574402,0.33867281675338745,0.33604082465171814,0.3335980474948883,0.3310087323188782,0.3285931348800659,0.3260345757007599,0.3235877752304077,0.3210727572441101,0.31856968998908997,0.3160775303840637,0.3135013282299042,0.311014324426651,0.30833303928375244,0.30577418208122253,0.30300000309944153,0.30040618777275085,0.29768046736717224,0.29513975977897644,0.2925727963447571,0.290168434381485,0.2877855598926544,0.2853701710700989,0.2830107808113098,0.2805076837539673,0.278076708316803,0.27546635270118713,0.27296510338783264,0.27031129598617554,0.2678244113922119,0.2652512490749359,0.2627878785133362,0.2602704167366028,0.2578602135181427,0.2554912567138672,0.25311991572380066,0.25078994035720825,0.24836333096027374,0.24598786234855652,0.24350714683532715,0.24110032618045807,0.23845182359218597,0.23581619560718536,0.23301748931407928,0.23032565414905548,0.22757060825824738,0.22487030923366547,0.2221938967704773,0.21947437524795532,0.2168465554714203,0.21406732499599457,0.21138490736484528,0.20853210985660553,0.20576955378055573,0.2028670310974121,0.20008105039596558,0.19720806181430817,0.19438353180885315,0.19156524538993835,0.1886550337076187,0.18573537468910217,0.18268083035945892,0.17972005903720856,0.1766207367181778,0.1736198216676712,0.17049865424633026,0.16746294498443604,0.16419298946857452,0.16089895367622375,0.15758033096790314,0.154275044798851,0.1510576605796814,0.1477821171283722,0.14463523030281067,0.1414071023464203,0.13830989599227905,0.13510902225971222,0.13197778165340424,0.1287355124950409,0.1254793256521225,0.12218069285154343,0.11878655105829239,0.1153445690870285,0.1116507276892662,0.10806316137313843,0.10430054366588593,0.10063287615776062,0.09683652222156525,0.09318666905164719,0.08938110619783401,0.08550949394702911,0.08170807361602783,0.07785587757825851,0.07413482666015625,0.07033830136060715,0.06670035421848297,0.06299345195293427,0.059465229511260986,0.055920813232660294,0.05248265713453293,0.049096670001745224,0.04563318192958832,0.04221491143107414,0.03861774504184723,0.03507453203201294,0.03138347715139389,0.02780820243060589,0.02404789812862873,0.020346589386463165,0.01661783456802368,0.01283501647412777,0.009129236452281475,0.0052977390587329865,0.0015987303340807557,-0.0021916241385042667,-0.005887557286769152,-0.00968184880912304,-0.013340020552277565,-0.016954341903328896,-0.02055525593459606,-0.02405553311109543,-0.02763119712471962,-0.031126566231250763,-0.0347093865275383,-0.038188353180885315,-0.041751082986593246,-0.045280881226062775,-0.048867665231227875,-0.05255048722028732,-0.056214652955532074,-0.05997844040393829,-0.06363976001739502,-0.06739412993192673,-0.07104302942752838,-0.07478059083223343,-0.07845127582550049,-0.08212056010961533,-0.08584896475076675,-0.08954513818025589,-0.09335143864154816,-0.09706121683120728,-0.10084617137908936,-0.1044398620724678,-0.10801881551742554,-0.11149581521749496,-0.11490409821271896,-0.11837432533502579,-0.12178247421979904,-0.1253003180027008,-0.12874415516853333,-0.13228067755699158,-0.13574285805225372,-0.13920331001281738,-0.14267432689666748,-0.1461028754711151,-0.14967289566993713,-0.15319062769412994,-0.15686990320682526,-0.16049973666667938,-0.1642407923936844,-0.16790692508220673,-0.1715799868106842,-0.17529705166816711,-0.17890913784503937,-0.18256506323814392,-0.1860833466053009,-0.18963471055030823,-0.193068727850914,-0.19648437201976776,-0.1998184472322464,-0.20305904746055603,-0.20637917518615723,-0.2096429169178009,-0.21304108202457428,-0.2164112776517868,-0.21992982923984528,-0.22341249883174896,-0.22694072127342224,-0.23048678040504456,-0.2339424192905426,-0.23748917877674103,-0.2409704476594925,-0.2445346713066101,-0.24806392192840576,-0.2516549825668335,-0.2552374005317688,-0.258794367313385,-0.26242926716804504,-0.2659762501716614,-0.2696060836315155,-0.27317187190055847,-0.27679428458213806,-0.28036588430404663,-0.2839490473270416,-0.2875228226184845,-0.2910303771495819,-0.29461872577667236,-0.298101007938385,-0.30164816975593567,-0.30507272481918335,-0.30849459767341614,-0.31183966994285583,-0.31512778997421265,-0.3183991014957428,-0.3215840756893158,-0.32482418417930603,-0.32797771692276,-0.331182062625885,-0.3342958092689514,-0.33743923902511597,-0.34058877825737,-0.34376564621925354,-0.34705814719200134,-0.3503757119178772,-0.353803426027298,-0.3571723699569702,-0.3606075346469879,-0.3639144003391266,-0.36719536781311035,-0.3703773319721222,-0.3735128939151764,-0.3766712546348572,-0.3797815144062042,-0.38294732570648193,-0.386074960231781,-0.3892415761947632,-0.39234766364097595,-0.3954448997974396,-0.39853692054748535,-0.4016655385494232,-0.4047999978065491,-0.40795600414276123,-0.4111221134662628,-0.41428443789482117,-0.4174468219280243,-0.42059752345085144,-0.42373836040496826,-0.4268963634967804,-0.4300132691860199,-0.4331110119819641,-0.43616652488708496,-0.43918168544769287,-0.44215911626815796,-0.4450624883174896,-0.4479779899120331,-0.4508342146873474,-0.4538080394268036,-0.45682594180107117,-0.4599723219871521,-0.46310821175575256,-0.46624231338500977,-0.4692699909210205,-0.4722169041633606,-0.47507748007774353,-0.47786831855773926,-0.4806629419326782,-0.4833432734012604,-0.48600947856903076,-0.488595575094223,-0.49126312136650085,-0.49391698837280273,-0.4966515004634857,-0.4993818700313568,-0.5021207332611084,-0.5048720836639404,-0.5076339840888977,-0.5104196071624756,-0.5131863951683044,-0.5159571170806885,-0.5186638832092285,-0.5213261246681213,-0.5239234566688538,-0.5265063643455505,-0.5290375351905823,-0.5315669775009155,-0.5340633988380432,-0.5365877151489258,-0.5390810966491699,-0.5415976047515869,-0.5441282987594604,-0.5467084050178528,-0.5493255257606506,-0.5519877672195435,-0.5546604990959167,-0.5573793649673462,-0.5600996613502502,-0.562828779220581,-0.5655437111854553,-0.5682339072227478,-0.5709041357040405,-0.5734890699386597,-0.5760178565979004,-0.5784434080123901,-0.580843985080719,-0.5831935405731201,-0.5855183005332947,-0.587813675403595,-0.5900644659996033,-0.5922812819480896,-0.594454288482666,-0.5966016054153442,-0.5987365245819092,-0.6009024381637573,-0.603043794631958,-0.6052172780036926,-0.6073712706565857,-0.6095489859580994,-0.6116666197776794,-0.6137592792510986,-0.6157926917076111,-0.6177847981452942,-0.6197448968887329,-0.6216882467269897,-0.6236250400543213,-0.6255518794059753,-0.6274766325950623,-0.6293958425521851,-0.6313568353652954,-0.6333032250404358,-0.6353164911270142,-0.6373410224914551,-0.6394340991973877,-0.6415372490882874,-0.6436715722084045,-0.645779013633728,-0.6478585600852966,-0.6498752236366272,-0.6518417596817017,-0.6537891030311584,-0.6556797027587891,-0.6575772762298584,-0.6594349145889282,-0.6612793207168579,-0.6631021499633789,-0.664944589138031,-0.6667649149894714,-0.66856849193573,-0.6703524589538574,-0.6720809936523438,-0.6737945675849915,-0.6754990220069885,-0.6772075295448303,-0.6789457201957703,-0.6807202100753784,-0.6825199127197266,-0.6842949390411377,-0.6860710382461548,-0.6878291368484497,-0.6895392537117004,-0.6912230849266052,-0.6928640604019165,-0.6944542527198792,-0.6959887146949768,-0.6974586844444275,-0.6988359093666077,-0.7000790238380432,-0.7012939453125,-0.70241779088974,-0.7035796046257019,-0.7047150135040283,-0.7059739232063293,-0.7072044014930725,-0.7085339426994324,-0.7098222374916077,-0.7111793756484985,-0.7125226855278015,-0.7138619422912598,-0.7152025699615479,-0.7164889574050903,-0.7177813649177551,-0.7189658880233765,-0.720170259475708,-0.7212786674499512,-0.7224518656730652,-0.7235493063926697,-0.7247435450553894,-0.725893497467041,-0.7271523475646973,-0.7283554673194885,-0.7296392917633057,-0.7308515906333923,-0.7321025729179382,-0.7332474589347839,-0.7343791127204895,-0.735402524471283,-0.7363821864128113,-0.737294614315033,-0.7381906509399414,-0.7390134334564209,-0.7397340536117554,-0.740318238735199,-0.7407238483428955,-0.7409525513648987,-0.7409564852714539,-0.7407174110412598,-0.7401965856552124,-0.7393855452537537,-0.7382775545120239,-0.736873209476471,-0.7352023124694824,-0.7332941293716431,-0.731211245059967,-0.7289844155311584,-0.7266756296157837,-0.7243374586105347,-0.7219932675361633,-0.7196818590164185,-0.7173812389373779,-0.715141236782074,-0.7129036784172058,-0.7107135057449341,-0.7085077166557312,-0.7063538432121277,-0.7041817903518677,-0.7020524144172668,-0.6999132633209229,-0.6978541016578674,-0.6958187222480774,-0.6938866376876831,-0.6919940114021301,-0.6902337074279785,-0.68855220079422,-0.6870080232620239,-0.6855387091636658,-0.6841616034507751,-0.6828588247299194,-0.681641161441803,-0.6805035471916199,-0.679429829120636,-0.6783886551856995,-0.677354097366333,-0.6763308048248291,-0.6752753257751465,-0.6742401719093323,-0.6731563210487366,-0.6721150875091553,-0.6710822582244873,-0.6701476573944092,-0.6692918539047241,-0.6685746908187866,-0.6679063439369202,-0.6673003435134888,-0.6667410731315613,-0.666186511516571,-0.6656601428985596,-0.6650896668434143,-0.6645032167434692,-0.6638346910476685,-0.6631423234939575,-0.6623919010162354,-0.6616011261940002,-0.6607664227485657,-0.6598813533782959,-0.6589735150337219,-0.6579209566116333,-0.6567744016647339,-0.6555429697036743,-0.6543038487434387,-0.6531050801277161,-0.6518835425376892,-0.6505409479141235,-0.6491232514381409,-0.647598922252655,-0.6460747718811035,-0.6445614099502563,-0.6430429220199585,-0.6415676474571228,-0.640073299407959,-0.6386086940765381,-0.6371193528175354,-0.63553386926651,-0.6338348388671875,-0.6320396065711975,-0.6302432417869568,-0.6284223198890686,-0.6265312433242798,-0.6245772838592529,-0.6226382255554199,-0.6208013892173767,-0.6190725564956665,-0.6174374222755432,-0.6158853769302368,-0.614220917224884,-0.6125109791755676,-0.6107886433601379,-0.6090654134750366,-0.6073806881904602,-0.6057224273681641,-0.6040884852409363,-0.6025716662406921,-0.6011833548545837,-0.5999109745025635,-0.5987358093261719,-0.5976386070251465,-0.5966119766235352,-0.5956062078475952,-0.5945587158203125,-0.5935031175613403,-0.5924566388130188,-0.5914011597633362,-0.5903782248497009,-0.5893775820732117,-0.5883839130401611,-0.5873782634735107,-0.5863775610923767,-0.5853636860847473,-0.5843543410301208,-0.5833531618118286,-0.5823976397514343,-0.5814811587333679,-0.5806382298469543,-0.5797843933105469,-0.5788689255714417,-0.5779169201850891,-0.5769373774528503,-0.5759967565536499,-0.5750992298126221,-0.5743157267570496,-0.573622465133667,-0.5730228424072266,-0.5723268389701843,-0.571471631526947,-0.5704771876335144,-0.5692596435546875,-0.5678237676620483,-0.5663135647773743,-0.5647084712982178,-0.5631415247917175,-0.5614674687385559,-0.5597179532051086,-0.5579780340194702,-0.5561785101890564,-0.5543279051780701,-0.5523894429206848,-0.5505728721618652,-0.5488137006759644,-0.5471789240837097,-0.5455454587936401,-0.5438333749771118,-0.542036771774292,-0.5402860045433044,-0.5385265350341797,-0.5366358160972595,-0.5347940921783447,-0.5330523252487183,-0.5315366983413696,-0.5301942229270935,-0.5289592742919922,-0.527843713760376,-0.5267112851142883,-0.525547206401825,-0.5243710279464722,-0.5233153700828552,-0.5222459435462952,-0.5210487246513367,-0.5198075771331787,-0.5184645056724548,-0.5171965956687927,-0.5159012079238892,-0.5146967172622681,-0.5134896636009216,-0.5123327970504761,-0.5112172961235046,-0.5100820660591125,-0.5088881254196167,-0.5075492262840271,-0.5062647461891174,-0.5049515962600708,-0.5037161707878113,-0.5025047659873962,-0.5011806488037109,-0.4998238682746887,-0.49836185574531555,-0.49694153666496277,-0.4954577088356018,-0.49404022097587585,-0.49257710576057434,-0.49115413427352905,-0.4897494316101074,-0.4883587658405304,-0.48704713582992554,-0.48567599058151245,-0.48435503244400024,-0.48295488953590393,-0.4815932810306549,-0.4801715910434723,-0.47879692912101746,-0.4774203300476074,-0.47607141733169556,-0.4747645854949951,-0.47345006465911865,-0.47221556305885315,-0.4709935188293457,-0.4698498845100403,-0.4686816334724426,-0.46755754947662354,-0.46643009781837463,-0.4652782380580902,-0.46414604783058167,-0.46299368143081665,-0.4618949890136719,-0.4607927203178406,-0.45978742837905884,-0.4588240087032318,-0.45805156230926514,-0.45730721950531006,-0.45670604705810547,-0.4562326669692993,-0.4558142125606537,-0.4556046426296234,-0.4555619955062866,-0.4557269215583801,-0.4560994803905487,-0.4566980004310608,-0.4575203061103821,-0.4585568904876709,-0.45980337262153625,-0.46125367283821106,-0.46287235617637634,-0.46469148993492126,-0.4666391909122467,-0.46872881054878235,-0.47088921070098877,-0.4731537997722626,-0.47541317343711853,-0.4777027368545532,-0.4799503982067108,-0.48215392231941223,-0.48433518409729004,-0.48645371198654175,-0.4885830581188202,-0.4906637966632843,-0.492798388004303,-0.49492204189300537,-0.4972057342529297,-0.4994448125362396,-0.5016216039657593,-0.5038256645202637,-0.5062949657440186,-0.5090866684913635,-0.5119068026542664,-0.5148547887802124,-0.5178606510162354,-0.5209992527961731,-0.523893415927887,-0.5264029502868652,-0.5288648009300232,-0.5311936736106873,-0.5335597991943359,-0.5357860922813416,-0.5379270315170288,-0.5398951172828674,-0.5420576930046082,-0.5439743995666504,-0.5457590818405151,-0.5474714040756226,-0.5489684343338013,-0.5504745841026306,-0.551653265953064,-0.5531346201896667,-0.5544633269309998,-0.5556907653808594,-0.5570396780967712,-0.5586338639259338,-0.5604734420776367,-0.562285304069519,-0.5642986297607422,-0.5663667321205139,-0.5687098503112793,-0.571048378944397,-0.5735322833061218,-0.5759317874908447,-0.5783231258392334,-0.5807027816772461,-0.5829820036888123,-0.5853063464164734,-0.5874849557876587,-0.5898145437240601,-0.5921046733856201,-0.5945565700531006,-0.5970417857170105,-0.5995184183120728,-0.6021581888198853,-0.6047561764717102,-0.6075922846794128,-0.6103317737579346,-0.6131220459938049,-0.6158614754676819,-0.618507444858551,-0.6212652921676636,-0.6238716840744019,-0.626510739326477,-0.6290003061294556,-0.6314703822135925,-0.6340090036392212,-0.6364502906799316,-0.6390034556388855,-0.6414588093757629,-0.6440295577049255,-0.646466076374054,-0.648840069770813,-0.6513490676879883,-0.6538243293762207,-0.6563906669616699,-0.6587870121002197,-0.6612017154693604,-0.6635453701019287,-0.6657248735427856,-0.6680076122283936,-0.6701881289482117,-0.6724798083305359,-0.6747170686721802,-0.6769276261329651,-0.6792868375778198,-0.6815630197525024,-0.6839663982391357,-0.6863000392913818,-0.6887175440788269,-0.691214382648468,-0.6935709118843079,-0.6960248947143555,-0.6983656883239746,-0.7006081938743591,-0.7028735280036926,-0.7050942778587341,-0.7074832916259766,-0.70978844165802,-0.71207594871521,-0.7143794298171997,-0.7165394425392151,-0.7188366055488586,-0.7211155295372009,-0.723399817943573,-0.7257771492004395,-0.7280768752098083,-0.7305160164833069,-0.7329012155532837,-0.7352597713470459,-0.7376900911331177,-0.7400912046432495,-0.7426074743270874,-0.7450301051139832,-0.7473316788673401,-0.7496640086174011,-0.7518260478973389,-0.754007875919342,-0.7562215924263,-0.7583394646644592,-0.7605511546134949,-0.762667715549469,-0.7648200392723083,-0.767008364200592,-0.7691149711608887,-0.7713944911956787,-0.7736631035804749,-0.7758873701095581,-0.778175950050354,-0.780348002910614,-0.7825362682342529,-0.7846695184707642,-0.7866648435592651,-0.7887163758277893,-0.790734052658081,-0.792788028717041,-0.7948705554008484,-0.7968481183052063,-0.7989037036895752,-0.8009349703788757,-0.8028708696365356,-0.8049191832542419,-0.8069661855697632,-0.8090946078300476,-0.8112647533416748,-0.8133116364479065,-0.8154218792915344,-0.8174715638160706,-0.8193932771682739,-0.8213671445846558,-0.8232842683792114,-0.8251835107803345,-0.8270861506462097,-0.8289216756820679,-0.8308238387107849,-0.8326917886734009,-0.8344619870185852,-0.8362984657287598,-0.838074266910553,-0.8398204445838928,-0.8415922522544861,-0.843299150466919,-0.8450508713722229,-0.8467698097229004,-0.8484058976173401,-0.850162148475647,-0.8519293069839478,-0.8536704182624817,-0.8554618954658508,-0.8571939468383789,-0.8589631915092468,-0.8607397675514221,-0.8624350428581238,-0.8641887307167053,-0.8659351468086243,-0.8676326870918274,-0.8693854808807373,-0.8710855841636658,-0.872762143611908,-0.8743990659713745,-0.8759432435035706,-0.8775009512901306,-0.8790274262428284,-0.880487322807312,-0.8819860816001892,-0.8834499716758728,-0.8849081993103027,-0.8863620758056641,-0.8877742290496826,-0.8892371654510498,-0.8906734585762024,-0.8920707702636719,-0.8935650587081909,-0.8950316905975342,-0.8965103030204773,-0.8980212211608887,-0.8994765281677246,-0.9009911417961121,-0.9024975895881653,-0.9039344787597656,-0.9054688811302185,-0.9069825410842896,-0.908437967300415,-0.9099583625793457,-0.9114274382591248,-0.9128829836845398,-0.9143456816673279,-0.9157246947288513,-0.9171273708343506,-0.918508768081665,-0.9197960495948792,-0.9211549162864685,-0.922491729259491,-0.9237521290779114,-0.925031840801239,-0.9262446761131287,-0.9274462461471558,-0.9286694526672363,-0.9298115968704224,-0.9310199618339539,-0.9322754144668579,-0.9334506392478943,-0.9346999526023865,-0.9359630346298218,-0.9371675848960876,-0.9383981823921204,-0.9395392537117004,-0.9407134652137756,-0.9419302940368652,-0.9430206418037415,-0.9441778659820557,-0.9453319311141968,-0.9463822245597839,-0.947457492351532,-0.9484402537345886,-0.9494113922119141,-0.9504193663597107,-0.9512746930122375,-0.952223002910614,-0.9532188177108765,-0.9541351199150085,-0.9551552534103394,-0.9561408162117004,-0.9571447968482971,-0.9582153558731079,-0.9591577649116516,-0.9601704478263855,-0.9611919522285461,-0.9620837569236755,-0.963053822517395,-0.9639570116996765,-0.9648234844207764,-0.9657508730888367,-0.9665501713752747,-0.9673872590065002,-0.9682299494743347,-0.968937873840332,-0.9697437882423401,-0.9705011248588562,-0.9712174534797668,-0.97201007604599,-0.9726976752281189,-0.9734179377555847,-0.9741473197937012,-0.9747466444969177,-0.9754118919372559,-0.9760141968727112,-0.9765442609786987,-0.977144718170166,-0.9776555299758911,-0.9782117009162903,-0.9788158535957336,-0.9793270826339722,-0.9799439311027527,-0.9805290102958679,-0.9810657501220703,-0.9816665053367615,-0.982182502746582,-0.9827269315719604,-0.9832760095596313,-0.9837230443954468,-0.9842408895492554,-0.9847000241279602,-0.9850966930389404,-0.9855460524559021,-0.985920250415802,-0.9863131642341614,-0.9867121577262878,-0.9870331287384033,-0.9874280095100403,-0.9877735376358032,-0.9880865216255188,-0.9884523153305054,-0.9887650012969971,-0.989109456539154,-0.9894546866416931,-0.9897368550300598,-0.9900776147842407,-0.9903755187988281,-0.9906409978866577,-0.9909334182739258,-0.9911864399909973,-0.9914525151252747,-0.9916949272155762,-0.9918767213821411,-0.9920918345451355,-0.9922800660133362,-0.9924403429031372,-0.9926086068153381,-0.9927413463592529,-0.9928807616233826,-0.9930089116096497,-0.9931001663208008,-0.9932061433792114,-0.9933093190193176,-0.9933841824531555,-0.9934543371200562,-0.9935054183006287,-0.9935207962989807,-0.9935461282730103,0.9935548305511475,0.9935301542282104,0.9935227632522583,0.9935099482536316,0.9935244917869568,0.9935460090637207,0.9935895204544067,0.9936618804931641,0.9937303066253662,0.993834376335144,0.9939133524894714,0.9940086603164673,0.9940937757492065,0.9941607117652893,0.994235634803772,0.9942693114280701,0.9943326115608215,0.9943625330924988,0.9944038987159729,0.9944413304328918,0.9944606423377991,0.994506299495697,0.994527280330658,0.9945625066757202,0.9945991039276123,0.9946228265762329,0.9946678280830383,0.9946946501731873,0.9947402477264404,0.9947828650474548,0.9948294758796692,0.9948936104774475,0.9949373602867126,0.9950127005577087,0.9950675368309021,0.995142936706543,0.995223879814148,0.9952930212020874,0.995384931564331,0.9954532980918884,0.9955452084541321,0.995620608329773,0.9956995844841003,0.9957804083824158,0.995845377445221,0.9959184527397156,0.9959726929664612,0.9960412383079529,0.9960994124412537,0.9961583018302917,0.9962211847305298,0.9962724447250366,0.9963235259056091,-0.9963623285293579,-0.9964024424552917,-0.9964329600334167,-0.9964647889137268,-0.9964925050735474,-0.9965184926986694,-0.996549129486084,-0.9965730309486389,-0.9965996146202087,-0.9966250658035278,-0.9966520071029663,-0.9966759085655212,-0.9966949820518494,-0.9967113733291626,-0.9967225790023804,-0.9967285990715027,-0.9967249035835266,-0.9967182874679565,-0.9967074394226074,-0.9966952204704285,-0.996680736541748,-0.9966695308685303,-0.9966628551483154,-0.9966586232185364,-0.9966582655906677,-0.9966618418693542,-0.9966675639152527,-0.996674656867981,-0.9966794848442078,-0.996680736541748,-0.9966790080070496,-0.996674120426178,-0.9966623783111572,-0.9966500401496887,-0.996635913848877,-0.9966229796409607,-0.9966121315956116,-0.996599018573761,-0.9965928196907043,-0.9965795278549194,-0.9965676069259644,-0.9965516924858093,-0.9965347647666931,-0.9965182542800903,-0.9964991211891174,-0.9964796304702759,-0.9964594841003418,-0.9964393377304077,-0.9964112043380737,-0.9963865280151367,-0.9963504672050476,-0.9963219165802002,-0.9962871074676514,-0.9962525367736816,-0.9962257146835327,-0.9961864352226257,-0.9961592555046082,-0.9961192607879639,-0.9960921406745911,-0.9960601329803467,-0.9960343837738037,-0.9960077404975891,-0.9959841370582581,-0.9959660172462463,-0.995944082736969,-0.9959248304367065,-0.9959018230438232,-0.9958850741386414,-0.9958614110946655,-0.9958416819572449,-0.9958145022392273,-0.9957915544509888,-0.9957618117332458,-0.9957329630851746,-0.995698094367981,-0.9956685304641724,-0.9956333637237549,-0.9955955743789673,-0.9955666065216064,-0.995535135269165,-0.9955087900161743,-0.995485782623291,-0.9954655170440674,-0.9954362511634827,-0.9954087734222412,-0.9953712224960327,-0.995335578918457,-0.9952932000160217,-0.9952511191368103,-0.995206892490387,-0.995159924030304,-0.9951179027557373,-0.9950745701789856,-0.995038628578186,-0.9949983358383179,-0.9949662685394287,-0.9949327111244202,-0.9949057102203369,-0.9948769211769104,-0.994848906993866,-0.9948227405548096,-0.9947881698608398,-0.9947627186775208,-0.994727611541748,-0.9946979284286499,-0.9946628212928772,-0.9946274757385254,-0.9945976138114929,-0.9945570230484009,-0.994536817073822,-0.9944992661476135,-0.99446702003479,-0.9944273233413696,-0.994374692440033,-0.9943316578865051,-0.9942882061004639,-0.9942501187324524,-0.9942234754562378,0.994198739528656,0.9941883683204651,0.9941773414611816,0.9941698908805847,0.9941657781600952,0.9941588640213013,0.9941533803939819,0.9941442608833313,0.9941341876983643,0.994128942489624,0.9941151738166809,0.9940933585166931,0.9940801858901978,0.9940651655197144,0.9940465092658997,0.9940305352210999,0.9940062165260315,0.9939743280410767,0.9939368367195129,0.993894636631012,0.9938536882400513,0.9938052892684937,0.9937463402748108,0.993671178817749,0.9935858845710754,0.9935004115104675,0.9934167265892029,0.9933229088783264,0.9932116270065308,0.9931051731109619,0.9930004477500916,0.9928745031356812,0.9927461743354797,0.9926182627677917,0.9924827814102173,0.9923368692398071,0.9921767115592957,0.9920020699501038,0.9918253421783447,0.991632878780365,0.9914183616638184,0.9911760687828064,0.9909003973007202,0.9905929565429688,0.9902648329734802,0.9899272322654724,0.989587664604187,0.9892598390579224,0.988957405090332,0.9886622428894043,0.9883565902709961,0.9880544543266296,0.9877898693084717,0.9875625371932983,0.9873461723327637,0.9871212244033813,0.9868937134742737,0.9866458773612976,0.9863703846931458,0.9860585927963257,0.9857118129730225,0.9853915572166443,0.9851067066192627,0.9848402738571167,0.9845730662345886,0.9842906594276428,0.984074056148529,0.9839121103286743,0.9837484955787659,0.9835556149482727,0.9833285808563232,0.9830659627914429,0.9828087091445923,0.9825929403305054,0.9823883175849915,0.9821711778640747,0.9819774627685547,0.9818283319473267,0.9816747903823853,0.9814906120300293,0.9812703728675842,0.9809961915016174,0.980711042881012,0.9804266095161438,0.9800972938537598,0.9797258973121643,0.9793829321861267,0.9790089130401611,0.9785484075546265,0.9780447483062744,0.9774970412254333,0.9769154191017151,0.9762967228889465,0.9756649732589722,0.9749804735183716,0.9742897748947144,0.9736210107803345,0.9729512929916382,0.9722192287445068,0.9714027047157288,0.9705476760864258,0.9696460962295532,0.9686747789382935,0.9677303433418274,0.9667662978172302,0.9657449126243591,0.9646701812744141,0.9636351466178894,0.9626185894012451,0.961568295955658,0.9605452418327332,0.959524929523468,0.9584624767303467,0.9574032425880432,0.9563127160072327,0.9551581144332886,0.9539564847946167,0.9527581930160522,0.9515693783760071,0.9503514766693115,0.9492270350456238,0.9480993151664734,0.9468991756439209,0.9456307888031006,0.944361686706543,0.943237841129303,0.9420685172080994,0.9408794641494751,0.9396533966064453,0.9384840130805969,0.9373894929885864,0.9363273978233337,0.9352551698684692,0.9342110753059387,0.9331777095794678,0.9321109652519226,0.9310552477836609,0.9299962520599365,0.9289112091064453,0.9278115034103394,0.9267101883888245,0.9255977869033813,0.9244502186775208,0.9233149290084839,0.92217618227005,0.9210010170936584,0.9198291301727295,0.9186540246009827,0.9174527525901794,0.9162277579307556,0.915004551410675,0.9137647747993469,0.9124852418899536,0.9111438393592834,0.9097386002540588,0.9083285331726074,0.9069597125053406,0.9054210186004639,0.9037563800811768,0.9021885395050049,0.9007384181022644,0.8992531299591064,0.8976593613624573,0.8960170149803162,0.8943620324134827,0.8926815390586853,0.8909649848937988,0.889266312122345,0.8875758051872253,0.8858305215835571,0.8841022253036499,0.8823805451393127,0.8806334137916565,0.87882399559021,0.8769853711128235,0.8750993609428406,0.8731467723846436,0.8711768984794617,0.8692792057991028,0.8673465847969055,0.8653111457824707,0.8632193803787231,0.8611149191856384,0.8590258359909058,0.8569108247756958,0.8548402786254883,0.8528183698654175,0.8508148193359375,0.8487817645072937,0.8467518091201782,0.8447008728981018,0.8426356911659241,0.8405883312225342,0.8385287523269653,0.8364276885986328,0.8342438340187073,0.8320128321647644,0.8298479914665222,0.8277028203010559,0.8255653977394104,0.8234016299247742,0.821222186088562,0.8190168142318726,0.8167945742607117,0.8145713806152344,0.8123164176940918,0.8100403547286987,0.8077141046524048,0.8053933382034302,0.803202748298645,0.8011457324028015,0.7992387413978577,0.7973982095718384,0.7956594824790955,0.7939863204956055,0.7923658490180969,0.7908189296722412,0.7893405556678772,0.7879220843315125,0.7865060567855835,0.7851433753967285,0.7837833166122437,0.7824109792709351,0.78101646900177,0.7795670032501221,0.7780245542526245,0.776371955871582,0.7746212482452393,0.7728760838508606,0.7710719704627991,0.7692039012908936,0.7673037648200989,0.7653380036354065,0.7633797526359558,0.7614747285842896,0.7595949172973633,0.75775146484375,0.7559763789176941,0.754199743270874,0.7524347305297852,0.7506792545318604,0.7489124536514282,0.7470951676368713,0.745244026184082,0.7433563470840454,0.7415135502815247,0.7397258281707764,0.7380148768424988,0.7363272309303284,0.7346348762512207,0.7329243421554565,0.7311621308326721,0.729367196559906,0.7276009321212769,0.7258755564689636,0.7241790890693665,0.7225799560546875,0.7210538387298584,0.7195833921432495,0.71820068359375,0.7168958187103271,0.7156522870063782,0.7144840955734253,0.7133786678314209,0.7123444676399231,0.7113783359527588,0.7104986310005188,0.7097073197364807,0.7089937925338745,0.7083550691604614,0.7077828645706177,0.7072780132293701,0.7068468332290649,0.7064720988273621,0.7061586976051331,0.7058996558189392,0.7056870460510254,0.7055234909057617,0.7054018378257751,0.7053070068359375,0.705247700214386,0.7052191495895386,0.7052075266838074,0.7052115797996521,0.7052463889122009,0.705294668674469,0.7053514719009399,0.7054364681243896,0.7055299878120422,0.7056310176849365,0.7057514786720276,0.705877959728241,0.706002950668335,0.7061428427696228,0.7062879204750061,0.7064203023910522,0.7065590620040894,0.7067002058029175,0.7068213820457458,0.7069429755210876,0.7070731520652771,0.707179069519043,0.7072774171829224,0.7073879241943359,0.7074716091156006,0.7075438499450684,0.7076262831687927,0.7076823711395264,0.7077247500419617,0.7077800035476685,0.7078109979629517,0.7078231573104858,0.7078527808189392,0.7078657150268555,0.7078643441200256,0.7078775763511658,0.7078706622123718,0.7078450322151184,0.7078298330307007,0.7077970504760742,0.7077438235282898,0.7076970934867859,0.7076321244239807,0.7075511813163757,0.7074841260910034,0.7074004411697388,0.7073051333427429,0.7072261571884155,0.7071393132209778,0.7070392966270447,0.7069551348686218,0.7068638205528259,0.7067670822143555,0.70669025182724,0.7066060304641724,0.7065156102180481,0.7064472436904907,0.7063727378845215,0.7062975168228149,0.7062423229217529,0.7061815857887268,0.706121563911438,0.7060855031013489,0.706042468547821,0.7060040235519409,0.7059829831123352,0.7059565782546997,0.7059317231178284,0.7059205174446106,0.7059000134468079,0.7058878540992737,0.7058833837509155,0.7058702111244202,0.7058644890785217,0.7058666348457336,0.7058605551719666,0.7058682441711426,0.7058840394020081,0.705897867679596,0.7059293985366821,0.7059701681137085,0.7060088515281677,0.7060725092887878,0.706135630607605,0.7061959505081177,0.706275463104248,0.7063540816307068,0.7064311504364014,0.7065290808677673,0.706622838973999,0.7067193984985352,0.7068345546722412,0.706946611404419,0.707068145275116,0.7072005271911621,0.7073267102241516,0.7074631452560425,0.707605242729187,0.7077453136444092,0.707899808883667,0.7080506086349487,0.7082022428512573,0.7083643674850464,0.7085191607475281,0.7086808085441589,0.7088441252708435,0.7090025544166565,0.7091677784919739,0.7093247771263123,0.7094748616218567,0.7096287608146667,0.7097641229629517,0.7098961472511292,0.7100256085395813,0.7101393342018127,0.7102563381195068,0.7103580832481384,0.7104388475418091,0.7105231285095215,0.7105860710144043,0.710641622543335,0.7106906771659851,0.7107226848602295,0.7107553482055664,0.7107829451560974,0.7108012437820435,0.710828959941864,0.7108497023582458,0.7108732461929321,0.7108973860740662,0.7109116911888123,0.7109328508377075,0.710947573184967,0.7109537720680237,0.710967481136322,0.7109684348106384,0.7109717726707458,0.7109716534614563,0.7109624743461609,0.710959792137146,0.7109506726264954,0.7109374403953552,0.7109247446060181,0.7109068036079407,0.7108935713768005,0.7108758687973022,0.7108570337295532,0.7108376026153564,0.7108157277107239,0.7107948064804077,0.7107742428779602,0.7107450366020203,0.7107177972793579,0.7106838822364807,0.7106437683105469,0.7105956077575684,0.7105391025543213,0.7104772329330444,0.7104057669639587,0.7103229761123657,0.7102360725402832,0.7101379632949829,0.7100371718406677,0.7099289298057556,0.7098167538642883,0.7097030282020569,0.709586501121521,0.7094697952270508,0.7093554139137268,0.7092333436012268,0.7091153264045715,0.7089897394180298,0.7088655233383179,0.7087404131889343,0.7086126208305359,0.7084879279136658,0.7083631157875061,0.7082379460334778,0.7081156373023987,0.7079925537109375,0.7078760266304016,0.7077581286430359,0.7076448798179626,0.7075322270393372,0.7074222564697266,0.7073141932487488,0.7072110772132874,0.7071080207824707,0.7070118188858032,0.7069177031517029,0.7068287134170532,0.7067404985427856,0.7066569328308105,0.706575334072113,0.7064977884292603,0.706422746181488,0.706356406211853,0.7062914371490479,0.7062345147132874,0.7061828970909119,0.7061406373977661,0.7061033248901367,0.7060785293579102,0.7060623168945312,0.7060563564300537,0.7060574293136597,0.7060690522193909,0.7060874700546265,0.7061144709587097,0.7061435580253601,0.7061797380447388,0.7062169909477234,0.7062531113624573,0.7062904238700867,0.7063266634941101,0.7063605189323425,0.7063928246498108,0.7064228653907776,0.7064527869224548,0.7064834237098694,0.7065128684043884],"data_absolute_yaw_rate_per_second":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0028166770935058594,0.0027756094932556152,0.002724170684814453,0.0026677846908569336,0.002598106861114502,0.002522885799407959,0.00243532657623291,0.0023400187492370605,0.002237677574157715,0.00212782621383667,0.002012491226196289,0.0018967986106872559,0.0017745494842529297,0.0016551017761230469,0.0015312433242797852,0.001412034034729004,0.0012914538383483887,0.0011776089668273926,0.0010665059089660645,0.0009625554084777832,0.0008627772331237793,0.0007698535919189453,0.0006827116012573242,0.0005953311920166016,0.000520169734954834,0.00044530630111694336,0.00037997961044311523,0.00032335519790649414,0.00027185678482055664,0.00023430585861206055,0.00019794702529907227,0.00017893314361572266,0.00016325712203979492,0.00016075372695922852,0.00016516447067260742,0.00017958879470825195,0.00019598007202148438,0.00021857023239135742,0.0002478361129760742,0.00027745962142944336,0.0003121495246887207,0.00034105777740478516,0.00037300586700439453,0.00040161609649658203,0.0004215240478515625,0.0004381537437438965,0.00043958425521850586,0.00043594837188720703,0.0004138946533203125,0.0003864169120788574,0.0003374814987182617,0.0002853870391845703,0.00021255016326904297,0.0001361370086669922,4.982948303222656e-05,4.0411949157714844e-05,0.00013196468353271484,0.00023037195205688477,0.00031626224517822266,0.0004106760025024414,0.0004897713661193848,0.0005685091018676758,0.0006415843963623047,0.0006965398788452148,0.0007511377334594727,0.0007742047309875488,0.0007967948913574219,0.0007900595664978027,0.0007720589637756348,0.0007293224334716797,0.0006647706031799316,0.0005826354026794434,0.0004711151123046875,0.00035393238067626953,0.0002015829086303711,4.166364669799805e-05,0.00013828277587890625,0.0003349184989929199,0.0005420446395874023,0.0007815957069396973,0.0010253190994262695,0.001304030418395996,0.0015954375267028809,0.0019121766090393066,0.002247750759124756,0.002604067325592041,0.0029906034469604492,0.0033957958221435547,0.0038307905197143555,0.004292488098144531,0.004781067371368408,0.005304396152496338,0.005869746208190918,0.006478428840637207,0.007118284702301025,0.007795572280883789,0.008515775203704834,0.009279072284698486,0.01007145643234253,0.010912895202636719,0.011793732643127441,0.012733876705169678,0.013715028762817383,0.014751791954040527,0.015827715396881104,0.01695394515991211,0.018124759197235107,0.019385814666748047,0.020694255828857422,0.022093594074249268,0.023515641689300537,0.02500927448272705,0.026516258716583252,0.028051316738128662,0.029590368270874023,0.031092166900634766,0.032628774642944336,0.03408408164978027,0.03564441204071045,0.03711867332458496,0.03866744041442871,0.040165603160858154,0.04173392057418823,0.04335659742355347,0.04494428634643555,0.04654204845428467,0.047997355461120605,0.04940229654312134,0.05069589614868164,0.05195498466491699,0.05320543050765991,0.05439990758895874,0.055547893047332764,0.05651867389678955,0.05748635530471802,0.058337628841400146,0.05923384428024292,0.06008410453796387,0.060960352420806885,0.06184864044189453,0.06275421380996704,0.06384384632110596,0.06495112180709839,0.06621038913726807,0.06733202934265137,0.06850200891494751,0.06962841749191284,0.07079058885574341,0.07186508178710938,0.07283163070678711,0.07383847236633301,0.07477575540542603,0.07575774192810059,0.07673382759094238,0.07783883810043335,0.07912564277648926,0.08041584491729736,0.08176416158676147,0.08294200897216797,0.08403182029724121,0.08506888151168823,0.08605247735977173,0.08694154024124146,0.08759176731109619,0.08818036317825317,0.08866506814956665,0.0890398621559143,0.08949863910675049,0.08984613418579102,0.09043025970458984,0.09106284379959106,0.09186762571334839,0.09266650676727295,0.09335219860076904,0.0940483808517456,0.09465992450714111,0.09544706344604492,0.09604781866073608,0.09660494327545166,0.09698796272277832,0.09729886054992676,0.09759742021560669,0.09773367643356323,0.09802907705307007,0.09820055961608887,0.0986066460609436,0.09907186031341553,0.09976303577423096,0.10071319341659546,0.10172683000564575,0.10292530059814453,0.10396504402160645,0.10511225461959839,0.10614031553268433,0.1072729229927063,0.10841166973114014,0.10957258939743042,0.11072540283203125,0.11166656017303467,0.11261898279190063,0.11318469047546387,0.1137322187423706,0.11406385898590088,0.1144818663597107,0.1149488091468811,0.1153712272644043,0.11592578887939453,0.11642485857009888,0.1171988844871521,0.11774986982345581,0.11847889423370361,0.11913293600082397,0.11983883380889893,0.1204214096069336,0.12065982818603516,0.12079751491546631,0.12064829468727112,0.12064364552497864,0.12055715918540955,0.12049901485443115,0.12046778202056885,0.12052178382873535,0.12088960409164429,0.12120094895362854,0.12172195315361023,0.12216261029243469,0.12266680598258972,0.12308120727539062,0.12335100769996643,0.12344062328338623,0.12334859371185303,0.12325078248977661,0.12315401434898376,0.12320214509963989,0.12315183877944946,0.12314668297767639,0.1230657696723938,0.12329703569412231,0.12347859144210815,0.1239631175994873,0.12427911162376404,0.12479743361473083,0.1251661479473114,0.1256597638130188,0.1261363923549652,0.12652352452278137,0.12695178389549255,0.12700212001800537,0.12720417976379395,0.12709087133407593,0.12735244631767273,0.12751081585884094,0.12787646055221558,0.12816238403320312,0.1283676028251648,0.12864738702774048,0.1287873387336731,0.12928470969200134,0.12958374619483948,0.13025683164596558,0.13072624802589417,0.13140186667442322,0.1319272816181183,0.13239705562591553,0.13281729817390442,0.13305482268333435,0.13340583443641663,0.13350754976272583,0.13387200236320496,0.134012371301651,0.13431519269943237,0.13444948196411133,0.1347428262233734,0.13501951098442078,0.13552486896514893,0.1361125409603119,0.1368054747581482,0.13758647441864014,0.13833901286125183,0.13909971714019775,0.1397123634815216,0.14028441905975342,0.14076897501945496,0.14121967554092407,0.14159858226776123,0.14193448424339294,0.14222729206085205,0.14255356788635254,0.1428455114364624,0.14320725202560425,0.14355042576789856,0.1439972221851349,0.14440974593162537,0.1448914110660553,0.14541444182395935,0.14598330855369568,0.14656665921211243,0.14712151885032654,0.1476213037967682,0.1480337381362915,0.14838138222694397,0.1485666036605835,0.14872506260871887,0.1488160789012909,0.1489284336566925,0.1490093171596527,0.14915305376052856,0.1492583453655243,0.1494123637676239,0.14954647421836853,0.14964869618415833,0.14974656701087952,0.14979982376098633,0.14991945028305054,0.14986291527748108,0.14984971284866333,0.14967262744903564,0.14958146214485168,0.14940385520458221,0.1493416428565979,0.14922437071800232,0.14920367300510406,0.14934660494327545,0.14959116280078888,0.14997397363185883,0.15025092661380768,0.15063248574733734,0.15084420144557953,0.15109482407569885,0.1512107253074646,0.15132030844688416,0.15137891471385956,0.1514774113893509,0.151567742228508,0.15169112384319305,0.15182313323020935,0.15189239382743835,0.1520427018404007,0.1521299183368683,0.15232205390930176,0.15254072844982147,0.15293744206428528,0.15335999429225922,0.15387798845767975,0.15438799560070038,0.15497331321239471,0.15553592145442963,0.15612483024597168,0.15687976777553558,0.1576707363128662,0.15849719941616058,0.15922628343105316,0.1599566638469696,0.16055092215538025,0.16113895177841187,0.16159290075302124,0.1620962917804718,0.16257144510746002,0.1631619781255722,0.1638372838497162,0.1646891087293625,0.165604867041111,0.1665836200118065,0.1676662117242813,0.16885695606470108,0.17001354694366455,0.1711658090353012,0.17233222723007202,0.1734747737646103,0.17463774234056473,0.1758701428771019,0.17727838456630707,0.17856234312057495,0.18000433593988419,0.18135643005371094,0.1827816143631935,0.18408958613872528,0.18536987900733948,0.18652263283729553,0.18758633360266685,0.18861766904592514,0.18935515359044075,0.19018301367759705,0.19080257788300514,0.19170790910720825,0.19249607622623444,0.19348683208227158,0.1943856943398714,0.1954264771193266,0.19649996608495712,0.1974494904279709,0.1985498908907175,0.19940287340432405,0.20047181472182274,0.20126830076333135,0.20227267453446984,0.20309561910107732,0.2040653806179762,0.20490526594221592,0.2056093756109476,0.20629063062369823,0.20673636347055435,0.20735125616192818,0.20774730294942856,0.2083292081952095,0.20868700742721558,0.20921402797102928,0.2094738706946373,0.20976661890745163,0.21013081818819046,0.2104896977543831,0.2110361009836197,0.2114218771457672,0.2120293602347374,0.21245013177394867,0.21309048682451248,0.2135602980852127,0.21409834176301956,0.21458447724580765,0.2150244638323784,0.21553213149309158,0.21584776788949966,0.21619074046611786,0.216090589761734,0.21608197689056396,0.2157963588833809,0.21553697437047958,0.21521084755659103,0.21496914327144623,0.21468142420053482,0.21425364911556244,0.2139887511730194,0.21359873563051224,0.21333813667297363,0.21301262825727463,0.21280322968959808,0.2126663476228714,0.21265585720539093,0.21279071643948555,0.2129823938012123,0.2133374623954296,0.21354010701179504,0.21379489824175835,0.21391479671001434,0.2139836698770523,0.2139485403895378,0.2138915490359068,0.21368260867893696,0.21341531723737717,0.21310220658779144,0.21265346370637417,0.2121882839128375,0.2116769142448902,0.21124164725188166,0.21084945788607,0.21052372036501765,0.21024798043072224,0.2100724782794714,0.20998637937009335,0.2099315244704485,0.20988688617944717,0.2098579816520214,0.20984388142824173,0.2098252847790718,0.20987556874752045,0.20990389958024025,0.20995651930570602,0.20992670208215714,0.20987877994775772,0.2097615972161293,0.2096276432275772,0.20953211188316345,0.20940015465021133,0.20932285487651825,0.2091684564948082,0.209071546792984,0.20890981703996658,0.2087697610259056,0.20855586975812912,0.2082967311143875,0.20801150798797607,0.20764842629432678,0.20739980787038803,0.2071089744567871,0.20690328627824783,0.20667997747659683,0.20644985884428024,0.20619524270296097,0.2058817446231842,0.2055516541004181,0.2051585614681244,0.20484592020511627,0.20456233620643616,0.20438382029533386,0.20427283644676208,0.20413053035736084,0.20398174226284027,0.20373763144016266,0.2034146636724472,0.20295457541942596,0.20247040688991547,0.2019329071044922,0.20137420296669006,0.20087237656116486,0.200382262468338,0.1999916136264801,0.19960686564445496,0.19927893579006195,0.19896052777767181,0.19871847331523895,0.1986064910888672,0.19842082262039185,0.19831308722496033,0.19808103144168854,0.19787316024303436,0.19751699268817902,0.19718502461910248,0.19679763913154602,0.19640958309173584,0.1960708498954773,0.19562183320522308,0.19519607722759247,0.19464701414108276,0.1940951943397522,0.19340750575065613,0.19274058938026428,0.1920398473739624,0.19137877225875854,0.1908496916294098,0.1903662383556366,0.1899363398551941,0.1894480288028717,0.18890410661697388,0.18826785683631897,0.18755465745925903,0.18683794140815735,0.18604421615600586,0.18524226546287537,0.1843613088130951,0.18352285027503967,0.18276852369308472,0.1820773184299469,0.18152371048927307,0.180982768535614,0.1805366575717926,0.1800478994846344,0.1796562671661377,0.17923754453659058,0.17889058589935303,0.1785178780555725,0.17807510495185852,0.1775604784488678,0.17686530947685242,0.17613065242767334,0.1752341091632843,0.1743946075439453,0.1734558641910553,0.1726733148097992,0.17188572883605957,0.17122027277946472,0.17061540484428406,0.1700371503829956,0.1695440113544464,0.16904044151306152,0.16858553886413574,0.168137788772583,0.1677519977092743,0.16738387942314148,0.16700679063796997,0.16656836867332458,0.16610413789749146,0.16553306579589844,0.16489574313163757,0.16415897011756897,0.1633971631526947,0.16259601712226868,0.16177994012832642,0.16091731190681458,0.16005119681358337,0.1591702699661255,0.15828776359558105,0.15741991996765137,0.15657740831375122,0.1558399498462677,0.15506580471992493,0.15438306331634521,0.1535632312297821,0.1527230441570282,0.15169429779052734,0.15065106749534607,0.14955037832260132,0.14851480722427368,0.14752799272537231,0.14661076664924622,0.14575672149658203,0.14488893747329712,0.14413335919380188,0.1433863639831543,0.1427612602710724,0.14204010367393494,0.14139950275421143,0.14068952202796936,0.14005222916603088,0.13941651582717896,0.1387994885444641,0.13814502954483032,0.13743895292282104,0.13668882846832275,0.13588464260101318,0.13512521982192993,0.13435357809066772,0.13365381956100464,0.13292855024337769,0.13224178552627563,0.13153517246246338,0.1308811902999878,0.13017719984054565,0.12948739528656006,0.1287548542022705,0.1279526948928833,0.12708616256713867,0.1261734962463379,0.12521976232528687,0.12428522109985352,0.12334084510803223,0.12242025136947632,0.12146615982055664,0.12052732706069946,0.1195952296257019,0.11863511800765991,0.11773401498794556,0.11684620380401611,0.11601084470748901,0.11514472961425781,0.11426514387130737,0.11331760883331299,0.11226534843444824,0.11122947931289673,0.11013650894165039,0.10912531614303589,0.10811340808868408,0.10723739862442017,0.10630196332931519,0.10549014806747437,0.10460495948791504,0.10380810499191284,0.10297369956970215,0.10219532251358032,0.10144329071044922,0.10069626569747925,0.09999656677246094,0.09922099113464355,0.09848201274871826,0.09765362739562988,0.09689998626708984,0.09607267379760742,0.09534770250320435,0.0945366621017456,0.09384912252426147,0.09303897619247437,0.09229826927185059,0.09141749143600464,0.09056532382965088,0.0895758867263794,0.08860009908676147,0.08754396438598633,0.08650696277618408,0.0854528546333313,0.08440154790878296,0.08333373069763184,0.08215677738189697,0.08088332414627075,0.0794445276260376,0.07785040140151978,0.07601189613342285,0.07395249605178833,0.07162809371948242,0.06903308629989624,0.06619656085968018,0.06307864189147949,0.059703290462493896,0.056086599826812744,0.05226552486419678,0.04826420545578003,0.04415571689605713,0.04004251956939697,0.035922229290008545,0.03185272216796875,0.02784198522567749,0.02391815185546875,0.020039618015289307,0.01625925302505493,0.012519001960754395,0.008895158767700195,0.00534588098526001,0.001973390579223633,0.0013806819915771484,0.004563689231872559,0.007760882377624512,0.010828375816345215,0.013979911804199219,0.016970694065093994,0.019981741905212402,0.02281421422958374,0.025640666484832764,0.028361082077026367,0.031003117561340332,0.03356140851974487,0.03598541021347046,0.03835153579711914,0.040577232837677,0.042816162109375,0.04494786262512207,0.0471765398979187,0.0493091344833374,0.05158722400665283,0.05377840995788574,0.05607008934020996,0.058207809925079346,0.06034743785858154,0.06227689981460571,0.06419622898101807,0.06594711542129517,0.06763803958892822,0.06921601295471191,0.07072204351425171,0.07220494747161865,0.07368743419647217,0.07517874240875244,0.07659173011779785,0.07792633771896362,0.07912272214889526,0.08018612861633301,0.08107513189315796,0.08174389600753784,0.0822756290435791,0.08261114358901978,0.08273458480834961,0.08256936073303223,0.08209723234176636,0.08141058683395386,0.0806702971458435,0.07986116409301758,0.07907670736312866,0.07826268672943115,0.07743185758590698,0.07663893699645996,0.07581359148025513,0.07506793737411499,0.07429498434066772,0.07359415292739868,0.07297384738922119,0.07251900434494019,0.07214218378067017,0.07180917263031006,0.07149094343185425,0.07132285833358765,0.07124143838882446,0.07124841213226318,0.07119262218475342,0.07116115093231201,0.07111477851867676,0.07112264633178711,0.07131779193878174,0.07165062427520752,0.0720701813697815,0.07257574796676636,0.07312285900115967,0.07370740175247192,0.07430016994476318,0.07478243112564087,0.07514744997024536,0.07536435127258301,0.0755043625831604,0.07551771402359009,0.07550311088562012,0.07547605037689209,0.07558894157409668,0.07578873634338379,0.07611805200576782,0.07650518417358398,0.07692211866378784,0.07736349105834961,0.07780259847640991,0.07828187942504883,0.0787121057510376,0.07913953065872192,0.07948035001754761,0.0797891616821289,0.07999426126480103,0.08011996746063232,0.08012819290161133,0.08009696006774902,0.08010458946228027,0.08000403642654419,0.07983702421188354,0.07954621315002441,0.07920461893081665,0.0787893533706665,0.07826107740402222,0.07751810550689697,0.07679641246795654,0.07612729072570801,0.07559758424758911,0.07530176639556885,0.07521915435791016,0.07525408267974854,0.07536482810974121,0.07546716928482056,0.07565188407897949,0.07581591606140137,0.07585680484771729,0.07586109638214111,0.07591533660888672,0.07603287696838379,0.07595837116241455,0.07576358318328857,0.0754593014717102,0.07525593042373657,0.07523918151855469,0.07540065050125122,0.07559937238693237,0.07569438219070435,0.0758751630783081,0.07599455118179321,0.07601308822631836,0.07584398984909058,0.07552820444107056,0.07512921094894409,0.07472795248031616,0.07447206974029541,0.07436376810073853,0.07436478137969971,0.07432323694229126,0.07436603307723999,0.07455748319625854,0.07475113868713379,0.0750386118888855,0.07526004314422607,0.07549995183944702,0.07568150758743286,0.07588791847229004,0.07605111598968506,0.0761609673500061,0.07629549503326416,0.07647556066513062,0.07680511474609375,0.07708841562271118,0.07744604349136353,0.07776498794555664,0.0781334638595581,0.07860374450683594,0.07904505729675293,0.07955506443977356,0.07999584078788757,0.0805390477180481,0.08105900883674622,0.08173862099647522,0.08246833086013794,0.08327341079711914,0.08396807312965393,0.08442449569702148,0.08480119705200195,0.08490461111068726,0.08486887812614441,0.08472028374671936,0.08453688025474548,0.08434459567070007,0.08404713869094849,0.08364653587341309,0.0832134485244751,0.08272844552993774,0.08211234211921692,0.08139592409133911,0.08072298765182495,0.08013206720352173,0.07962137460708618,0.0791153609752655,0.0785551369190216,0.07789072394371033,0.07729232311248779,0.07663154602050781,0.07584309577941895,0.07500666379928589,0.07422831654548645,0.07348513603210449,0.07288700342178345,0.07225322723388672,0.07161104679107666,0.07089707255363464,0.06994256377220154,0.06880903244018555,0.0675884485244751,0.06614646315574646,0.06435072422027588,0.06228727102279663,0.059907615184783936,0.05739322304725647,0.0546475350856781,0.051824361085891724,0.048798173666000366,0.04569360613822937,0.04248848557472229,0.03919285535812378,0.035734325647354126,0.03213605284690857,0.02856200933456421,0.025001198053359985,0.021562248468399048,0.0181695818901062,0.01472693681716919,0.01124081015586853,0.00769805908203125,0.00414314866065979,0.0005356669425964355,0.003165513277053833,0.006867706775665283,0.010467469692230225,0.01407623291015625,0.01793619990348816,0.02203953266143799,0.026230812072753906,0.030499756336212158,0.03490576148033142,0.03940597176551819,0.04372182488441467,0.04760602116584778,0.05144447088241577,0.0551222562789917,0.05879521369934082,0.0623360276222229,0.06571146845817566,0.06890159845352173,0.07220780849456787,0.07529276609420776,0.0782015323638916,0.08104130625724792,0.08369019627571106,0.08632853627204895,0.08865958452224731,0.09123963117599487,0.09367060661315918,0.09590333700180054,0.09821566939353943,0.1005823016166687,0.10316622257232666,0.10557925701141357,0.10806596279144287,0.11055251955986023,0.11310520768165588,0.11548638343811035,0.1178053617477417,0.11983230710029602,0.12162512540817261,0.12318247556686401,0.12442511320114136,0.12550297379493713,0.12623128294944763,0.12694218754768372,0.12741318345069885,0.12791737914085388,0.12831297516822815,0.12862920761108398,0.12900438904762268,0.12934300303459167,0.12988954782485962,0.13038137555122375,0.1309681236743927,0.13152629137039185,0.13205373287200928,0.13268223404884338,0.13320788741111755,0.13371235132217407,0.1340782642364502,0.13426464796066284,0.13456419110298157,0.13482868671417236,0.13517779111862183,0.13516384363174438,0.134942889213562,0.1345592737197876,0.13398528099060059,0.13348841667175293,0.1328250765800476,0.13249725103378296,0.1323840618133545,0.13233691453933716,0.13235169649124146,0.1321650743484497,0.132221519947052,0.13226109743118286,0.13258469104766846,0.13265937566757202,0.1329532265663147,0.1335277557373047,0.13409161567687988,0.13499796390533447,0.13582545518875122,0.13706427812576294,0.13807976245880127,0.1391075849533081,0.1403341293334961,0.14132601022720337,0.1419743299484253,0.1424000859260559,0.1428089737892151,0.14318466186523438,0.1434217095375061,0.14336609840393066,0.14333105087280273,0.14300715923309326,0.14290481805801392,0.14279240369796753,0.1426970362663269,0.1427951455116272,0.14277052879333496,0.1430310606956482,0.14308667182922363,0.14315509796142578,0.1431335210800171,0.143049418926239,0.14308905601501465,0.1428719162940979,0.14257550239562988,0.14207172393798828,0.1414942741394043,0.1408858299255371,0.14036011695861816,0.1398320198059082,0.1392858624458313,0.13879603147506714,0.1383092999458313,0.13800805807113647,0.13764458894729614,0.13738548755645752,0.1372128129005432,0.1368839144706726,0.13671714067459106,0.13631844520568848,0.13607019186019897,0.13582944869995117,0.13531577587127686,0.1348920464515686,0.13434338569641113,0.1340010166168213,0.13366883993148804,0.1333027482032776,0.13317883014678955,0.13292735815048218,0.13268274068832397,0.13243937492370605,0.132249116897583,0.13216698169708252,0.13197791576385498,0.13174861669540405,0.13145548105239868,0.13117152452468872,0.13067573308944702,0.13015276193618774,0.12971335649490356,0.129158616065979,0.1287204623222351,0.12831348180770874,0.12795031070709229,0.12759751081466675,0.12697869539260864,0.12651002407073975,0.12599831819534302,0.12544101476669312,0.125052809715271,0.1244625449180603,0.12393534183502197,0.12336999177932739,0.12262874841690063,0.12208527326583862,0.12141329050064087,0.120769202709198,0.12020212411880493,0.11950385570526123,0.11887198686599731,0.11813229322433472,0.11740493774414062,0.11685705184936523,0.11627113819122314,0.11580663919448853,0.11537760496139526,0.11486399173736572,0.11442267894744873,0.11384791135787964,0.11327552795410156,0.11268091201782227,0.11201906204223633,0.11137235164642334,0.1105915904045105,0.10978686809539795,0.10902082920074463,0.10818612575531006,0.1074262261390686,0.10670089721679688,0.10600394010543823,0.10540592670440674,0.10484868288040161,0.10429763793945312,0.10372227430343628,0.10315066576004028,0.10262840986251831,0.10208743810653687,0.10156261920928955,0.10106360912322998,0.10054969787597656,0.10001635551452637,0.09934335947036743,0.0986936092376709,0.09811580181121826,0.09746110439300537,0.09687411785125732,0.09633141756057739,0.09576022624969482,0.09522449970245361,0.09461253881454468,0.09406876564025879,0.0935700535774231,0.09292829036712646,0.09234005212783813,0.09178268909454346,0.091147780418396,0.09059518575668335,0.08999115228652954,0.08942770957946777,0.08897626399993896,0.08839976787567139,0.08793014287948608,0.08755713701248169,0.08700543642044067,0.08646887540817261,0.08586883544921875,0.0852515697479248,0.08473634719848633,0.08405745029449463,0.08343809843063354,0.082896888256073,0.08219349384307861,0.08152234554290771,0.08080756664276123,0.08002591133117676,0.07933378219604492,0.07851254940032959,0.0778239369392395,0.07727557420730591,0.07663416862487793,0.07612782716751099,0.07565349340438843,0.07515871524810791,0.07476538419723511,0.07424956560134888,0.07380837202072144,0.07341772317886353,0.07284659147262573,0.07238036394119263,0.07188624143600464,0.07125842571258545,0.07071918249130249,0.07003986835479736,0.06936603784561157,0.06875342130661011,0.06794673204421997,0.0672461986541748,0.06656664609909058,0.06574857234954834,0.06502753496170044,0.06425970792770386,0.06345957517623901,0.06271988153457642,0.06186366081237793,0.06106621026992798,0.06028950214385986,0.059416890144348145,0.05863595008850098,0.05785948038101196,0.05705678462982178,0.056324124336242676,0.05557495355606079,0.05491209030151367,0.05428433418273926,0.05361950397491455,0.052997052669525146,0.05237090587615967,0.05170696973800659,0.05100059509277344,0.05027240514755249,0.049540936946868896,0.04873698949813843,0.04792910814285278,0.04714787006378174,0.04638099670410156,0.04559969902038574,0.04478186368942261,0.044012486934661865,0.04325014352798462,0.042441606521606445,0.04170429706573486,0.04099482297897339,0.04032474756240845,0.03969806432723999,0.03903532028198242,0.038462162017822266,0.03785461187362671,0.03715670108795166,0.03650587797164917,0.035778164863586426,0.035045623779296875,0.03430771827697754,0.03347957134246826,0.0327189564704895,0.03192138671875,0.03108811378479004,0.03035658597946167,0.029554784297943115,0.028784334659576416,0.0280572772026062,0.02725803852081299,0.026549994945526123,0.02581888437271118,0.02507936954498291,0.024446308612823486,0.023710548877716064,0.02300429344177246,0.022303342819213867,0.021536052227020264,1.9662525057792664,1.9669480919837952,1.9676700830459595,1.9682565927505493,1.9689363837242126,1.9695602059364319,1.9701337814331055,1.97080659866333,1.9713858366012573,1.9720460772514343,1.972729206085205,1.9733357429504395,1.9740377068519592,1.9746897220611572,1.9753013849258423,1.9759358167648315,1.9765151143074036,1.9770894646644592,1.9776799082756042,1.9781643748283386,1.9787015318870544,1.9792063236236572,1.9796239733695984,1.9801085591316223,1.9805193543434143,1.9809359908103943,1.9813799858093262,1.9817277789115906,1.9821682572364807,1.982556402683258,1.982915997505188,1.9833459258079529,1.9837023615837097,1.9841221570968628,1.9845222234725952,1.9848797917366028,1.9853014945983887,1.9856685400009155,1.9860259294509888,1.9863867163658142,1.9867316484451294,1.9870731234550476,1.9873945116996765,1.9876571297645569,1.9879372119903564,1.9881985187530518,1.9884130358695984,1.988649845123291,1.9888407588005066,1.9890390634536743,1.9892300963401794,1.9893726110458374,1.9895296692848206,0.003053009510040283,0.0030182600021362305,0.0029786229133605957,0.0029593706130981445,0.0029717087745666504,0.0029723644256591797,1.9901039600372314,1.9901031851768494,1.990122377872467,1.9901350140571594,1.990176498889923,1.990221917629242,1.990284502506256,1.9903732538223267,1.9904528856277466,1.9905629754066467,1.990638256072998,1.9907269477844238,1.990801215171814,1.9908559322357178,1.99091637134552,1.9909388422966003,1.990995466709137,1.9910211563110352,1.9910621643066406,1.991103172302246,1.9911282062530518,1.991180956363678,1.9912067651748657,1.9912432432174683,1.9912781119346619,1.9912969470024109,1.9913302063941956,1.991344690322876,1.9913761615753174,1.9914058446884155,1.9914416074752808,1.9914926290512085,1.991530179977417,1.9915922284126282,1.9916351437568665,1.9916946291923523,1.991758644580841,1.9918112754821777,1.9918840527534485,1.9919329285621643,1.9920046925544739,1.9920599460601807,1.992110788822174,1.9921669363975525,1.9921958446502686,1.9922403693199158,1.9922598004341125,1.9922937750816345,1.9923251271247864,1.9923447370529175,1.992380440235138,1.9923917055130005,1.9924156665802002,0.00030219554901123047,0.0003680586814880371,0.0004252195358276367,0.00048065185546875,0.0005264878273010254,0.0005744099617004395,0.0006242990493774414,0.0006712079048156738,0.0007145404815673828,0.0007636547088623047,0.0008103251457214355,0.0008614063262939453,0.0009034276008605957,0.000949561595916748,0.0009896159172058105,0.0010305047035217285,0.001056373119354248,0.0010849237442016602,0.0011118650436401367,0.0011286139488220215,0.0011456012725830078,0.001160740852355957,0.001177072525024414,0.0011931061744689941,0.0012220144271850586,0.0012530684471130371,0.0012963414192199707,0.0013390779495239258,0.0013862848281860352,0.0014296174049377441,0.0014721155166625977,0.0015141963958740234,0.0015444755554199219,0.001575469970703125,0.001597285270690918,0.0016246438026428223,0.0016458630561828613,0.0016663074493408203,0.0016871094703674316,0.0017026066780090332,0.0017186999320983887,0.0017289519309997559,0.0017465949058532715,0.00175553560256958,0.0017715096473693848,0.0017817020416259766,0.0017966628074645996,0.0018118619918823242,0.0018135905265808105,0.0018295049667358398,0.001813650131225586,0.00182265043258667,0.0018200874328613281,0.0018252134323120117,0.0018510222434997559,0.0018547773361206055,0.0018710494041442871,0.0018691420555114746,0.0018686652183532715,1.9902588725090027,1.9902227520942688,1.9901850819587708,1.9901540279388428,1.9901317954063416,1.9901029467582703,1.9900782108306885,1.9900460839271545,1.9900192618370056,1.9899903535842896,1.9899568557739258,1.9899078607559204,1.9898717403411865,1.9898269772529602,1.9897794723510742,1.9897286295890808,1.9896747469902039,1.9896076917648315,1.9895324110984802,1.9894612431526184,1.9893888235092163,1.989314079284668,1.9892321228981018,1.9891366958618164,1.989022135734558,1.9889091849327087,1.9887879490852356,1.9886584877967834,1.9885048270225525,1.9883562922477722,1.9882073402404785,1.988034427165985,1.987864077091217,1.9876928329467773,1.9875214099884033,1.987335205078125,1.9871429800987244,1.986934781074524,1.9867310523986816,1.9865097999572754,1.9862672686576843,1.985998809337616,1.98568856716156,1.9853556752204895,1.9849924445152283,1.9846251606941223,1.9842504858970642,1.9838873147964478,1.983555018901825,1.9832192659378052,1.9828934073448181,1.9825537204742432,1.9822568893432617,1.981989860534668,1.9817208647727966,1.9814528822898865,1.9811819195747375,1.98089599609375,1.9805938601493835,0.008140146732330322,0.008476555347442627,0.008785784244537354,0.009063184261322021,0.009325504302978516,0.009585797786712646,0.009862720966339111,0.010070204734802246,0.010222077369689941,0.010380446910858154,0.010559558868408203,0.010764777660369873,0.011014223098754883,0.01125645637512207,0.011453568935394287,0.011642217636108398,0.011835038661956787,0.011996865272521973,0.01210850477218628,0.012219846248626709,0.012363076210021973,0.012534916400909424,0.01275014877319336,0.01296013593673706,0.01315927505493164,0.013403117656707764,0.013690829277038574,0.013939976692199707,0.014202713966369629,0.01455676555633545,0.014955699443817139,0.015377461910247803,0.01583075523376465,0.016321539878845215,0.016817808151245117,0.017356395721435547,0.0178869366645813,0.018381059169769287,0.018874049186706543,0.019413650035858154,0.0200156569480896,0.020628392696380615,0.021254301071166992,0.021918177604675293,0.022534489631652832,0.023160934448242188,0.02384275197982788,0.0245896577835083,0.025322258472442627,0.02604365348815918,0.026788294315338135,0.027509212493896484,0.028264939785003662,0.02910006046295166,0.02994292974472046,0.03080850839614868,0.03173559904098511,0.03268939256668091,0.033612191677093506,0.034489214420318604,0.03536033630371094,0.03616452217102051,0.03700739145278931,0.0379410982131958,0.03894227743148804,0.039928972721099854,0.040836215019226074,0.04184359312057495,0.04286903142929077,0.04390221834182739,0.04484456777572632,0.045676469802856445,0.046481311321258545,0.04733777046203613,0.048177242279052734,0.048993468284606934,0.04986649751663208,0.05077308416366577,0.05167853832244873,0.052579402923583984,0.05345886945724487,0.05428600311279297,0.055113255977630615,0.05597639083862305,0.05678236484527588,0.05754971504211426,0.05838191509246826,0.05917978286743164,0.0598943829536438,0.06059199571609497,0.061269283294677734,0.06191086769104004,0.06253194808959961,0.06317973136901855,0.06383663415908813,0.06455117464065552,0.06529247760772705,0.06599158048629761,0.06679821014404297,0.067646324634552,0.0683591365814209,0.06890767812728882,0.06942164897918701,0.07007098197937012,0.07074928283691406,0.07138288021087646,0.07198864221572876,0.07267016172409058,0.07335227727890015,0.07399249076843262,0.07471472024917603,0.07542270421981812,0.07608193159103394,0.07676982879638672,0.0774887204170227,0.07817274332046509,0.07885712385177612,0.07961142063140869,0.08039247989654541,0.08107227087020874,0.08188045024871826,0.08278816938400269,0.08367979526519775,0.08451586961746216,0.08533585071563721,0.08632701635360718,0.08722823858261108,0.08806109428405762,0.08883857727050781,0.08970224857330322,0.0906376838684082,0.09162652492523193,0.09261947870254517,0.09362274408340454,0.09464895725250244,0.0956832766532898,0.09681141376495361,0.09798341989517212,0.0990632176399231,0.10010868310928345,0.10114479064941406,0.10219615697860718,0.10322803258895874,0.10429811477661133,0.10538160800933838,0.10642963647842407,0.1075127124786377,0.10861366987228394,0.10973864793777466,0.11083441972732544,0.11180180311203003,0.11261904239654541,0.11324650049209595,0.11374562978744507,0.11407911777496338,0.11434221267700195,0.11459386348724365,0.11460208892822266,0.11441582441329956,0.11426645517349243,0.11423236131668091,0.11410975456237793,0.11387604475021362,0.1136060357093811,0.11334556341171265,0.11311453580856323,0.11294043064117432,0.11289435625076294,0.11295455694198608,0.11295443773269653,0.11303025484085083,0.11317664384841919,0.11332964897155762,0.11348599195480347,0.11360561847686768,0.11362463235855103,0.11355185508728027,0.11342543363571167,0.11330282688140869,0.1131468415260315,0.11287641525268555,0.11254012584686279,0.1122024655342102,0.11193066835403442,0.11166679859161377,0.11148393154144287,0.11130481958389282,0.11108899116516113,0.11076688766479492,0.11042457818984985,0.1100659966468811,0.10971134901046753,0.10942620038986206,0.10916155576705933,0.10882675647735596,0.10836827754974365,0.10783374309539795,0.10726803541183472,0.10664898157119751,0.10598200559616089,0.10520094633102417,0.10432636737823486,0.10336452722549438,0.10231047868728638,0.10119271278381348,0.0999719500541687,0.09866201877593994,0.09721547365188599,0.09568601846694946,0.09420895576477051,0.09279066324234009,0.09145587682723999,0.09012019634246826,0.08881264925003052,0.08751422166824341,0.08620715141296387,0.084919273853302,0.0836535096168518,0.08239859342575073,0.08110421895980835,0.07983636856079102,0.07853561639785767,0.07719182968139648,0.07580894231796265,0.07435542345046997,0.07277816534042358,0.07107728719711304,0.06926977634429932,0.06743961572647095,0.06554198265075684,0.06357288360595703,0.06155228614807129,0.05946004390716553,0.05737680196762085,0.05533188581466675,0.05330699682235718,0.051331162452697754,0.049417316913604736,0.04749953746795654,0.04561334848403931,0.043736279010772705,0.04183930158615112,0.03991609811782837,0.03796660900115967,0.03596842288970947,0.03404194116592407,0.03218197822570801,0.030388593673706055,0.028644859790802002,0.026910126209259033,0.025144338607788086,0.02335113286972046,0.021544039249420166,0.019748151302337646,0.018009841442108154,0.01631474494934082,0.014702379703521729,0.013183176517486572,0.011738359928131104,0.010370850563049316,0.00909876823425293,0.007908463478088379,0.006787002086639404,0.0057465434074401855,0.004793286323547363,0.003894209861755371,0.0030981898307800293,0.002402186393737793,0.0017676353454589844,0.0012157559394836426,0.000743567943572998,0.000322878360748291,1.6987323760986328e-05,0.0002949833869934082,0.0005315542221069336,0.0007063746452331543,0.0008285641670227051,0.0009237527847290039,0.0009709000587463379,0.0009905099868774414,0.0009946227073669434,0.0009624361991882324,0.0009140372276306152,0.0008739233016967773,0.0007960796356201172,0.0007093548774719238,0.0006315112113952637,0.0005201101303100586,0.0004017353057861328,0.00028949975967407227,0.00014853477478027344,9.894371032714844e-06,0.0001195669174194336,0.0002726316452026367,0.000423431396484375,0.0005536675453186035,0.0006985068321228027,0.0008319616317749023,0.000937342643737793,0.0010451078414916992,0.0011437535285949707,0.0012089014053344727,0.0012685656547546387,0.0013154149055480957,0.0013359785079956055,0.0013478994369506836,0.0013508200645446777,0.00132828950881958,0.0012935996055603027,0.001250922679901123,0.0011881589889526367,0.0011037588119506836,0.001018226146697998,0.0009191036224365234,0.000796198844909668,0.0006770491600036621,0.0005439519882202148,0.00038188695907592773,0.00022459030151367188,5.173683166503906e-05,0.00015598535537719727,0.0003535151481628418,0.0005701184272766113,0.0008131861686706543,0.0010350346565246582,0.001280367374420166,0.001538991928100586,0.0017763972282409668,0.0020284652709960938,0.002285480499267578,0.0025197267532348633,0.0027649402618408203,0.0029970407485961914,0.00320589542388916,0.0034195780754089355,0.0036237239837646484,0.0038090944290161133,0.003985345363616943,0.004141330718994141,0.004280805587768555,0.00440448522567749,0.004520058631896973,0.0046051740646362305,0.004680216312408447,0.004751324653625488,0.004799962043762207,0.00484466552734375,0.0048972368240356445,0.004929184913635254,0.004973232746124268,0.0050095319747924805,0.0050283074378967285,0.0050626397132873535,0.0050830841064453125,0.005087137222290039,0.005106925964355469,0.00510019063949585,0.005087733268737793,0.0050737857818603516,0.00503307580947876,0.0049896240234375,0.004941821098327637,0.004864931106567383,0.004789113998413086,0.004710853099822998,0.00461810827255249,0.004521787166595459,0.0044258832931518555,0.004308521747589111,0.0041928887367248535,0.004075407981872559,0.003939688205718994,0.0037984251976013184,0.0036496520042419434,0.0034833550453186035,0.0033170580863952637,0.003132462501525879,0.0029338598251342773,0.002731919288635254,0.002505958080291748,0.002272367477416992,0.002033829689025879,0.0017735958099365234,0.0015180110931396484,0.0012481212615966797,0.0009726285934448242,0.0007004737854003906,0.00041872262954711914,0.0001450181007385254,0.00011944770812988281,0.0003954172134399414,0.000648796558380127,0.0009064078330993652,0.0011600852012634277,0.001398921012878418,0.0016437172889709473,0.0018701553344726562,0.0020757317543029785,0.002285182476043701,0.0024704337120056152,0.002649068832397461,0.002814650535583496,0.0029645562171936035,0.0031104683876037598,0.003250718116760254,0.0033789873123168945,0.0035147666931152344,0.003638625144958496,0.0037652254104614258,0.0038855671882629395,0.003993988037109375,0.004104137420654297,0.0042070746421813965,0.004296839237213135,0.004392147064208984,0.004470646381378174,0.0045490264892578125,0.0046152472496032715,0.004671037197113037,0.004725277423858643,0.004767775535583496,0.004796802997589111,0.004821419715881348,0.004828274250030518,0.004831254482269287,0.004819512367248535,0.004799604415893555,0.004768550395965576,0.004728257656097412,0.004680335521697998,0.004630684852600098,0.004565298557281494,0.0045008063316345215,0.0044307708740234375,0.004353344440460205,0.004268944263458252,0.00417858362197876,0.004084408283233643,0.003982901573181152,0.0038701891899108887,0.0037526488304138184,0.0036250948905944824],"car_id":1549,"is_replay":false,"is_manual":false,"lap_start_timestamp":"2023-07-06 12:45:37.874155","lap_end_timestamp":"2023-07-06 12:46:10.589432","EstimatedTopSpeed":271},{"title":"0:32.651","lap_ticks":1960,"lap_finish_time":32651,"lap_live_time":32.70266666666666,"number":2,"throttle_and_brake_ticks":76,"no_throttle_and_no_brake_ticks":4,"full_brake_ticks":46,"full_throttle_ticks":1399,"tires_overheated_ticks":790,"tires_spinning_ticks":0,"data_throttle":[100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,97.25490196078432,87.45098039215686,76.86274509803923,65.09803921568628,52.54901960784314,42.352941176470594,33.72549019607843,25.88235294117647,19.607843137254903,14.901960784313726,11.372549019607844,8.627450980392158,6.274509803921569,4.705882352941177,3.5294117647058827,2.7450980392156863,2.3529411764705883,1.5686274509803924,1.1764705882352942,0.7843137254901962,0.3921568627450981,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.3921568627450981,0.3921568627450981,0.7843137254901962,0.7843137254901962,0.7843137254901962,0.7843137254901962,1.1764705882352942,1.1764705882352942,1.1764705882352942,1.5686274509803924,1.5686274509803924,1.9607843137254903,1.9607843137254903,1.9607843137254903,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.3529411764705883,2.7450980392156863,2.7450980392156863,3.1372549019607847,3.1372549019607847,3.5294117647058827,3.5294117647058827,3.5294117647058827,3.9215686274509807,3.9215686274509807,3.9215686274509807,4.313725490196079,4.313725490196079,4.705882352941177,5.098039215686275,5.882352941176471,6.666666666666667,7.450980392156863,7.450980392156863,9.411764705882353,10.980392156862745,12.549019607843139,14.11764705882353,15.686274509803923,17.647058823529413,19.215686274509807,20.784313725490197,22.745098039215687,24.705882352941178,26.666666666666668,28.23529411764706,29.80392156862745,30.98039215686275,32.54901960784314,33.333333333333336,34.50980392156863,35.68627450980392,37.64705882352941,38.82352941176471,41.568627450980394,41.568627450980394,48.235294117647065,54.90196078431373,61.9607843137255,67.05882352941177,77.64705882352942,85.09803921568628,91.37254901960785,98.03921568627452,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,93.72549019607844,83.92156862745098,77.25490196078432,77.25490196078432,58.03921568627452,52.54901960784314,49.01960784313726,47.05882352941177,46.66666666666667,45.88235294117647,45.490196078431374,44.70588235294118,43.92156862745098,43.13725490196079,42.74509803921569,41.96078431372549,41.1764705882353,40.7843137254902,40.7843137254902,39.6078431372549,38.43137254901961,37.64705882352941,36.07843137254902,34.50980392156863,32.94117647058824,30.58823529411765,28.627450980392158,28.627450980392158,25.098039215686278,23.529411764705884,21.176470588235297,19.607843137254903,17.647058823529413,16.862745098039216,16.07843137254902,16.07843137254902,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.686274509803923,15.294117647058824,15.294117647058824,14.901960784313726,14.50980392156863,14.50980392156863,14.11764705882353,14.11764705882353,13.725490196078432,13.725490196078432,13.725490196078432,13.725490196078432,13.725490196078432,13.333333333333334,13.333333333333334,13.333333333333334,13.333333333333334,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.549019607843139,12.549019607843139,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.15686274509804,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.549019607843139,12.941176470588236,12.941176470588236,12.941176470588236,13.333333333333334,13.333333333333334,13.725490196078432,14.11764705882353,14.901960784313726,15.686274509803923,16.47058823529412,17.647058823529413,19.215686274509807,20,21.176470588235297,21.96078431372549,22.745098039215687,23.137254901960787,23.529411764705884,23.529411764705884,23.92156862745098,23.92156862745098,23.92156862745098,24.31372549019608,24.31372549019608,25.098039215686278,25.490196078431374,25.88235294117647,26.27450980392157,27.450980392156865,28.23529411764706,29.411764705882355,30.58823529411765,32.15686274509804,34.11764705882353,36.47058823529412,38.82352941176471,41.1764705882353,44.70588235294118,48.235294117647065,53.333333333333336,59.6078431372549,66.27450980392157,72.15686274509804,77.64705882352942,82.3529411764706,85.88235294117648,88.62745098039217,89.80392156862746,90.19607843137256,90.19607843137256,88.62745098039217,87.45098039215686,87.45098039215686,84.70588235294119,83.92156862745098,83.92156862745098,83.52941176470588,83.52941176470588,83.52941176470588,83.92156862745098,83.92156862745098,84.31372549019608,84.70588235294119,85.09803921568628,85.49019607843138,85.49019607843138,85.49019607843138,85.49019607843138,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.09803921568628,85.49019607843138,85.49019607843138,85.49019607843138,85.88235294117648,86.27450980392157,87.05882352941177,88.62745098039217,90.98039215686275,93.33333333333334,98.03921568627452,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,82.74509803921569,64.31372549019608,34.50980392156863,21.96078431372549,9.411764705882353,3.9215686274509807,3.9215686274509807,0.3921568627450981,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,5.490196078431373,10.980392156862745,16.47058823529412,21.96078431372549,27.450980392156865,33.333333333333336,38.82352941176471,44.313725490196084,49.80392156862745,55.294117647058826,60.7843137254902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,0.3921568627450981,0.3921568627450981,0.7843137254901962,0.7843137254901962,0.7843137254901962,1.1764705882352942,1.5686274509803924,1.5686274509803924,1.5686274509803924,1.9607843137254903,2.3529411764705883,2.3529411764705883,3.1372549019607847,3.5294117647058827,4.313725490196079,5.098039215686275,6.666666666666667,8.23529411764706,9.411764705882353,10.588235294117649,11.372549019607844,12.549019607843139,12.941176470588236,13.725490196078432,13.725490196078432,14.11764705882353,14.11764705882353,14.50980392156863,14.50980392156863,14.901960784313726,15.294117647058824,16.47058823529412,17.254901960784316,19.607843137254903,22.35294117647059,24.705882352941178,27.84313725490196,31.372549019607845,36.07843137254902,40.392156862745104,44.313725490196084,47.450980392156865,51.372549019607845,54.117647058823536,56.078431372549026,56.47058823529412,56.86274509803922,56.47058823529412,56.078431372549026,56.078431372549026,55.68627450980392,55.68627450980392,55.68627450980392,55.68627450980392,55.68627450980392,55.68627450980392,55.68627450980392,56.078431372549026,55.68627450980392,55.68627450980392,56.078431372549026,56.078431372549026,56.078431372549026,56.86274509803922,57.64705882352941,60.00000000000001,61.9607843137255,67.05882352941177,72.15686274509804,78.03921568627452,81.9607843137255,88.23529411764706,94.50980392156863,99.6078431372549,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,91.37254901960785,83.13725490196079,74.90196078431373,66.27450980392157,58.03921568627452,49.80392156862745,41.568627450980394,32.94117647058824,24.705882352941178,16.47058823529412,8.23529411764706,13.725490196078432,5.098039215686275,0,0,0,0,12.549019607843139,16.862745098039216,21.176470588235297,25.098039215686278,29.411764705882355,29.411764705882355,29.411764705882355,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100],"data_braking":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.1764705882352942,5.098039215686275,8.627450980392158,8.627450980392158,11.372549019607844,12.15686274509804,14.901960784313726,15.686274509803923,16.47058823529412,18.43137254901961,20.784313725490197,20.784313725490197,23.529411764705884,24.31372549019608,25.490196078431374,25.88235294117647,25.88235294117647,26.27450980392157,27.058823529411768,27.84313725490196,28.23529411764706,28.627450980392158,29.80392156862745,29.80392156862745,30.98039215686275,30.98039215686275,31.764705882352942,32.15686274509804,31.764705882352942,30.98039215686275,27.058823529411768,27.058823529411768,18.823529411764707,15.294117647058824,8.627450980392158,3.5294117647058827,2.3529411764705883,1.1764705882352942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.7843137254901962,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.7843137254901962,1.9607843137254903,3.5294117647058827,5.490196078431373,5.490196078431373,5.098039215686275,4.705882352941177,4.705882352941177,4.313725490196079,4.313725490196079,3.5294117647058827,3.1372549019607847,2.7450980392156863,2.3529411764705883,2.3529411764705883,2.3529411764705883,1.9607843137254903,1.9607843137254903,1.5686274509803924,1.1764705882352942,1.1764705882352942,1.5686274509803924,1.1764705882352942,0.7843137254901962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.3921568627450981,15.294117647058824,38.43137254901961,52.156862745098046,67.05882352941177,93.72549019607844,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,98.43137254901961,94.90196078431373,87.05882352941177,83.52941176470588,81.1764705882353,81.5686274509804,82.74509803921569,86.27450980392157,87.84313725490196,89.41176470588236,89.80392156862746,90.19607843137256,90.58823529411765,90.58823529411765,90.98039215686275,90.19607843137256,89.01960784313727,86.66666666666667,85.09803921568628,81.5686274509804,79.2156862745098,76.86274509803923,71.37254901960785,68.62745098039215,65.88235294117648,61.568627450980394,58.43137254901961,57.64705882352941,57.254901960784316,56.47058823529412,54.117647058823536,52.156862745098046,48.62745098039216,46.274509803921575,43.529411764705884,43.13725490196079,42.74509803921569,40.392156862745104,38.43137254901961,36.07843137254902,31.764705882352942,30.196078431372552,27.84313725490196,27.058823529411768,25.88235294117647,25.098039215686278,23.92156862745098,20.784313725490197,19.607843137254903,18.03921568627451,17.647058823529413,17.647058823529413,16.862745098039216,16.862745098039216,16.862745098039216,15.686274509803923,15.294117647058824,15.686274509803923,16.07843137254902,16.862745098039216,18.03921568627451,18.43137254901961,18.43137254901961,17.254901960784316,17.254901960784316,17.254901960784316,17.254901960784316,17.254901960784316,17.254901960784316,16.862745098039216,16.07843137254902,16.07843137254902,16.07843137254902,16.07843137254902,16.47058823529412,17.254901960784316,17.254901960784316,17.254901960784316,17.254901960784316,16.862745098039216,16.47058823529412,16.07843137254902,16.07843137254902,14.11764705882353,13.333333333333334,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,12.941176470588236,11.372549019607844,10.980392156862745,10.19607843137255,9.803921568627452,9.803921568627452,9.411764705882353,7.450980392156863,5.882352941176471,3.1372549019607847,1.9607843137254903,1.5686274509803924,0.7843137254901962,0.3921568627450981,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_coasting":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"data_speed":[175.7556381225586,175.8841506958008,176.01895294189453,176.15265655517578,176.29063110351564,176.42727355957032,176.56524810791015,176.7037307739258,176.8433807373047,176.98257751464845,177.11773681640625,177.251220703125,177.3826858520508,177.51277770996094,177.64151000976562,177.7705856323242,177.89691467285158,178.0279266357422,178.15523071289064,178.28816528320314,178.41763916015626,178.5477722167969,178.68297271728517,178.81921691894533,178.95992431640624,179.10252685546877,179.24507446289064,179.38572692871094,179.52845306396486,179.66756744384767,179.80458068847656,179.93724060058594,180.0695022583008,180.2002395629883,180.32894439697267,180.45755310058595,180.58287963867187,180.70953826904298,180.83325805664063,180.9607681274414,181.08992614746094,181.22078704833984,181.35738830566407,181.49729919433594,181.6351501464844,181.7782745361328,181.91600189208984,182.0585494995117,182.19075622558594,182.32068328857423,182.44622955322265,182.56959228515626,182.69068908691406,182.8122528076172,182.9283920288086,183.04936523437502,183.16399383544922,183.28386840820312,183.40566558837892,183.53424682617188,183.66282806396484,183.8213882446289,183.96309814453124,184.11502532958986,184.25308227539062,184.3855224609375,184.5087890625,184.62815551757814,184.7491424560547,184.8685775756836,184.98545837402344,185.10735168457032,185.22567443847657,185.34722442626955,185.46461334228516,185.58321075439454,185.6996795654297,185.8178237915039,185.9351989746094,186.05492248535157,186.17479705810547,186.29598999023438,186.4064712524414,186.52358551025392,186.632487487793,186.75048065185547,186.8665512084961,186.9857940673828,187.11014556884766,187.2216979980469,187.34438781738282,187.46396026611328,187.5943130493164,187.71914520263672,187.84359283447267,187.968424987793,188.0881759643555,188.21111297607422,188.3255355834961,188.4504364013672,188.56524353027345,188.6852279663086,188.80247955322267,188.91327667236328,189.02579040527345,189.1343215942383,189.24789276123047,189.35738525390624,189.4762710571289,189.58842773437502,189.69695892333985,189.8228485107422,189.91715240478516,190.03787841796876,190.1427978515625,190.26551513671876,190.37657318115234,190.5025588989258,190.6210464477539,190.7373779296875,190.87010650634767,190.95928802490235,191.08089294433594,191.17842407226564,191.29034729003908,191.3959945678711,191.4929626464844,191.60650634765625,191.69774780273437,191.81107177734376,191.91494750976562,192.03544006347656,192.15017852783203,192.25880584716796,192.37339324951174,192.47901306152343,192.5949462890625,192.70096435546876,192.81240692138672,192.92476959228517,193.02311096191406,193.13320770263672,193.22877502441406,193.3355484008789,193.43751525878906,193.5501251220703,193.6664016723633,193.76716003417968,193.88206329345704,193.98527984619142,194.09842529296876,194.20154571533203,194.31014556884767,194.4190887451172,194.5197509765625,194.62874908447267,194.72866973876953,194.84837951660157,194.94757232666015,195.05099487304688,195.15456848144532,195.2461669921875,195.34996032714844,195.4318634033203,195.53109741210938,195.6240966796875,195.7232208251953,195.82286682128907,195.90776367187502,196.01361694335938,196.0884750366211,196.19902496337892,196.27980194091796,196.38365020751954,196.47156829833986,196.5677261352539,196.66389770507814,196.7550018310547,196.8545379638672,196.9289566040039,197.02148895263673,197.09057922363283,197.17943115234377,197.2490020751953,197.34158935546876,197.414469909668,197.5045166015625,197.58733978271485,197.67212677001953,197.76022338867188,197.83197784423828,197.9440658569336,198.04269561767578,198.1433853149414,198.22256927490236,198.2927719116211,198.3588409423828,198.41923828125002,198.51465454101563,198.57686462402344,198.6802185058594,198.74400787353517,198.8429946899414,198.91275787353516,198.99827270507814,199.08525695800782,199.1625732421875,199.27000579833984,199.37308502197266,199.50959014892578,199.60922241210938,199.70509185791016,199.80450439453125,199.9035873413086,200.03138580322266,200.1183837890625,200.23023834228516,200.31818389892578,200.39754638671874,200.50114746093752,200.56753234863282,200.67098236083984,200.77855224609377,200.88267517089844,200.9770065307617,201.02774963378906,201.1412109375,201.21344604492188,201.29889221191408,201.37188262939455,201.4223373413086,201.511669921875,201.5574691772461,201.64739227294922,201.6997283935547,201.77203216552735,201.8570114135742,201.94470977783203,202.07410125732423,202.1362289428711,202.2339111328125,202.2929901123047,202.3758270263672,202.47555541992188,202.52657318115234,202.6359420776367,202.68675384521484,202.76614379882812,202.83221282958985,202.88766632080078,202.97226104736328,203.0124298095703,203.11647033691406,203.1698776245117,203.27288818359375,203.36925201416017,203.48131256103517,203.57818450927735,203.63418731689453,203.7326385498047,203.77245025634767,203.8670425415039,203.93661346435547,204.0129135131836,204.09742584228516,204.1530303955078,204.25256652832033,204.30306243896484,204.40914916992188,204.46495971679687,204.56146087646485,204.6296585083008,204.69763641357423,204.78750457763672,204.83769836425782,204.94529571533204,204.99844207763672,205.11150512695312,205.16805725097657,205.25846099853516,205.33128662109377,205.4122283935547,205.5083724975586,205.5655700683594,205.6614532470703,205.71001281738282,205.80166625976562,205.8625442504883,205.93841857910158,206.0133041381836,206.07926330566406,206.17363586425782,206.22999572753906,206.3301498413086,206.37866821289063,206.48053894042968,206.53553924560546,206.6191864013672,206.68458251953126,206.7445541381836,206.82169189453126,206.8644012451172,206.9480758666992,206.9874481201172,207.08010406494142,207.12429656982422,207.21003112792968,207.26455078125,207.3343276977539,207.40484619140625,207.45244445800782,207.53226013183595,207.56256866455078,207.64588623046876,207.67483520507812,207.7526870727539,207.7881866455078,207.8541732788086,207.9010437011719,207.94688415527344,208.0100830078125,208.0419708251953,208.10956420898438,208.1342010498047,208.20138244628907,208.2274887084961,208.29259643554687,208.32393493652344,208.3764633178711,208.41539611816407,208.4509506225586,208.49664001464845,208.52637176513673,208.57781524658205,208.59835968017578,208.66598052978517,208.68718414306642,208.75418701171876,208.7848114013672,208.84276428222657,208.87745361328126,208.91881713867187,208.96836547851564,208.9944305419922,209.05995025634766,209.0793685913086,209.14703063964845,209.1665451049805,209.22532196044924,209.24476776123046,209.28931732177736,209.32058715820312,209.34942626953125,209.3912567138672,209.4052230834961,209.46829833984376,209.47541198730468,209.54856719970704,209.56150360107424,209.62348022460938,209.642431640625,209.6832046508789,209.72412872314453,209.74254455566407,209.79591064453126,209.8081466674805,209.87083740234377,209.87881622314453,209.93106994628906,209.94647827148438,209.9805633544922,210.0040740966797,210.0262664794922,210.06390838623048,210.08211822509767,210.13466033935546,210.15233459472657,210.20274810791017,210.21370697021484,210.2587646484375,210.27054748535156,210.3035888671875,210.3227737426758,210.33873138427734,210.36390380859376,210.37579650878908,210.4278305053711,210.4317581176758,210.48696441650392,210.49071350097657,210.53277740478515,210.54600219726564,210.56914215087892,210.59221343994142,210.59778900146486,210.63652954101562,210.63232727050783,210.68176574707033,210.6812713623047,210.72428283691406,210.73033905029297,210.75218811035157,210.7741195678711,210.78278503417968,210.81707611083985,210.81713104248047,210.85650329589845,210.85165557861328,210.89288177490235,210.8921676635742,210.92231140136718,210.93877716064455,210.9606674194336,210.9832992553711,210.98614196777345,211.01715087890625,211.01286621093752,211.0513870239258,211.05499877929688,211.08727111816407,211.0973373413086,211.11653594970704,211.13654479980468,211.14736633300782,211.17830657958984,211.17694702148438,211.2168960571289,211.21663513183594,211.25592498779298,211.2646728515625,211.2873733520508,211.3104721069336,211.3216506958008,211.3533462524414,211.34913024902343,211.39543762207032,211.39293823242187,211.43671875,211.44346160888674,211.46539306640625,211.48184509277345,211.48743438720703,211.51429595947266,211.510107421875,211.54617004394532,211.5440689086914,211.57845611572267,211.58305664062502,211.60081329345704,211.61162109375002,211.61455993652345,211.6355163574219,211.62965240478516,211.66574249267578,211.65843658447267,211.68628692626953,211.6799560546875,211.69680633544922,211.70732574462892,211.71011352539062,211.7290237426758,211.71888885498046,211.74859313964845,211.73789520263674,211.76415252685547,211.75930480957032,211.77160949707033,211.779052734375,211.78131866455078,211.79781188964844,211.79104156494142,211.82062225341798,211.81253356933595,211.840576171875,211.83684082031252,211.8552703857422,211.86397705078124,211.8699508666992,211.89256896972657,211.8883255004883,211.91583251953125,211.90808715820313,211.93280639648438,211.92993621826173,211.94307861328124,211.95155181884766,211.95211486816407,211.97047576904296,211.9619613647461,211.99048461914063,211.98291778564453,212.00884552001955,212.00611267089843,212.0168930053711,212.02321014404296,212.0201889038086,212.03728637695312,212.02996673583985,212.05301055908203,212.04619903564455,212.06780090332032,212.06490325927734,212.07623291015625,212.08194580078126,212.0789794921875,212.08951263427736,212.07693328857422,212.1043716430664,212.09202575683594,212.12155151367188,212.1199722290039,212.1371795654297,212.14319458007813,212.14642181396485,212.16012725830078,212.15571899414064,212.17482147216796,212.16437072753908,212.1849838256836,212.17793884277344,212.19033966064453,212.19205627441406,212.1987030029297,212.2128890991211,212.212353515625,212.23631744384767,212.22680053710937,212.25414276123047,212.2505310058594,212.2685073852539,212.26724395751953,212.2728469848633,212.27879333496094,212.2781753540039,212.29302062988282,212.28675842285156,212.30337524414062,212.29965362548828,212.3120544433594,212.311669921875,212.32058258056642,212.32339782714845,212.32657012939453,212.3364440917969,212.3345901489258,212.34896850585938,212.34769134521486,212.3593505859375,212.3634017944336,212.36884002685548,212.37615966796875,212.37716217041017,212.39068908691408,212.3925567626953,212.4053970336914,212.40256805419924,212.40786895751953,212.40863800048828,212.41065673828126,212.4278778076172,212.43836975097656,212.4653549194336,212.4643524169922,212.48750610351564,212.48410034179688,212.5049606323242,212.500634765625,212.51186828613282,212.50960235595704,212.51477966308593,212.5243103027344,212.5321517944336,212.544841003418,212.54664001464843,212.56096343994142,212.56195220947265,212.57758026123048,212.5800521850586,212.5944580078125,212.59772644042968,212.6095916748047,212.60828704833986,212.61908111572265,212.62228088378907,212.6328552246094,212.6409439086914,212.6515319824219,212.66209259033204,212.6736831665039,212.6789291381836,212.68844604492188,212.6867431640625,212.6912338256836,212.6813461303711,212.69194793701172,212.6891052246094,212.71186065673828,212.72195434570312,212.7449157714844,212.75318298339843,212.76050262451173,212.77129669189455,212.77229919433594,212.7778747558594,212.77228546142578,212.7796875,212.77431793212892,212.78956146240236,212.79420318603516,212.81954040527344,212.825390625,212.83363037109376,212.8447677612305,212.86395263671875,212.87311248779298,212.89038848876953,212.89706268310547,212.91222381591797,212.92310028076173,212.93806915283204,212.94931640625,212.96512298583986,212.97588958740235,212.9912841796875,213.00128173828125,213.0132293701172,213.0234329223633,213.03131561279298,213.0395004272461,213.03996734619142,213.04546051025392,213.04242553710938,213.04966278076174,213.0507339477539,213.06118469238282,213.06121215820312,213.07236328125,213.07322845458984,213.08126220703124,213.07947692871093,213.08086395263672,213.08063049316408,213.07899627685546,213.0824981689453,213.08006744384767,213.0835418701172,213.07973785400392,213.07550811767578,213.0800537109375,213.09505004882814,213.10224609375,213.12263946533204,213.13208770751953,213.15081939697265,213.15919647216796,213.17349243164062,213.18443756103517,213.19661865234374,213.21076354980468,213.22320556640625,213.23950653076173,213.24557647705078,213.2538299560547,213.2596664428711,213.2784393310547,213.29045562744142,213.30855560302734,213.3253921508789,213.34420623779297,213.35972442626954,213.37369079589845,213.38485565185547,213.38827514648438,213.41258239746094,213.40990447998047,213.43124542236328,213.43673858642578,213.45461883544922,213.46552276611328,213.47748413085938,213.48575134277345,213.4959274291992,213.52674407958986,213.52982025146486,213.55462188720705,213.5507766723633,213.57184295654298,213.5749465942383,213.5877868652344,213.60879821777345,213.62262725830078,213.6441192626953,213.6486785888672,213.68074493408204,213.69147033691408,213.7178512573242,213.7298126220703,213.75174407958986,213.7656005859375,213.78209381103517,213.78089904785156,213.80780181884765,213.81355590820314,213.82686309814454,213.84449615478516,213.87337646484374,213.90737915039062,213.9292007446289,213.9731872558594,213.98311614990234,214.04172821044924,214.0534423828125,214.11219177246093,214.1227523803711,214.1786865234375,214.1864456176758,214.23206634521486,214.23861694335938,214.2710403442383,214.2981903076172,214.33120422363282,214.38017578125002,214.41989135742188,214.48037109375,214.5215286254883,214.58714447021484,214.6224105834961,214.6907180786133,214.7202163696289,214.7905700683594,214.81339416503906,214.88889770507814,214.91472930908205,214.98951873779296,215.01091461181642,215.08155670166016,215.11917114257812,215.19541625976564,215.24573364257813,215.326318359375,215.3936782836914,215.48067626953124,215.55894012451174,215.65154113769532,215.7381134033203,215.8332275390625,215.919841003418,216.0060562133789,216.08221893310548,216.1494552612305,216.21991882324218,216.26290283203124,216.30688934326173,216.3236846923828,216.3417709350586,216.33846130371094,216.3370330810547,216.31717529296876,216.3073699951172,216.29370574951173,216.28685302734377,216.2797393798828,216.27045593261718,216.26639099121095,216.24815368652344,216.23251190185547,216.18521575927736,216.14155883789064,216.0738967895508,216.0113296508789,215.92456512451173,215.8424285888672,215.73867645263672,215.63695678710937,215.52048797607424,215.40609283447267,215.2705078125,215.1295944213867,214.97866973876953,214.82341918945312,214.66333465576173,214.49900665283204,214.3265625,214.1494354248047,213.96974029541016,213.77899017333985,213.56978302001954,213.34420623779297,213.0971923828125,212.83695373535156,212.56298217773437,212.26268463134767,211.95736083984374,211.63543395996095,211.32577056884767,210.99859771728515,210.67734375,210.3612258911133,210.02777709960938,209.72246704101562,209.38561248779297,209.07301025390626,208.7315689086914,208.39836730957032,208.05677490234376,207.7155944824219,207.3536361694336,207.03670806884767,206.74065399169922,206.46121673583986,206.24556884765624,206.0216537475586,205.81119689941406,205.61400604248047,205.42749938964843,205.2353073120117,205.04636993408204,204.85962982177736,204.67530670166016,204.49496612548828,204.30802001953126,204.12452087402343,203.94595184326172,203.77581481933595,203.5859573364258,203.40535583496094,203.22828369140626,203.05217285156252,202.878369140625,202.70948181152343,202.54472808837892,202.38454742431642,202.22940673828126,202.07447204589843,201.91889190673828,201.7749984741211,201.63455200195312,201.49812927246094,201.36678771972657,201.24538879394532,201.1247314453125,200.99579315185548,200.8634765625,200.72537841796876,200.58343505859375,200.43836059570313,200.29015502929687,200.13946380615235,199.98672637939453,199.8361312866211,199.68929901123047,199.54405975341797,199.40066070556642,199.26221923828126,199.12605743408204,198.98467712402345,198.83798217773438,198.69128723144533,198.54672088623047,198.40965270996094,198.27995910644532,198.15781860351564,198.0230438232422,197.8890380859375,197.75275268554688,197.61100158691406,197.46084594726562,197.31964416503908,197.18379821777344,197.06094360351562,196.93773193359377,196.8127624511719,196.69501647949218,196.58612823486328,196.4757293701172,196.3652069091797,196.26915893554687,196.18058166503906,196.09026031494142,196.0092498779297,195.91259765625,195.8224822998047,195.73983764648438,195.6681655883789,195.59619140625,195.51935577392578,195.48668518066407,195.4601806640625,195.4681869506836,195.46778869628906,195.48768768310546,195.5081771850586,195.5261947631836,195.55172424316407,195.61099548339845,195.67739410400392,195.72577514648438,195.76314239501954,195.84143371582033,195.8834426879883,195.96619720458986,196.00547332763674,196.1051467895508,196.15503845214843,196.2458679199219,196.3188446044922,196.3900909423828,196.46194152832032,196.4985809326172,196.59896850585938,196.68350830078126,196.78097076416017,196.82494354248047,196.90709381103517,197.01661376953126,196.95303039550782,196.99333648681642,197.0370071411133,197.1324234008789,197.21320037841798,197.28543548583986,197.37237854003908,197.4107208251953,197.51793365478517,197.5826431274414,197.70416564941408,197.77022094726564,197.84588928222658,197.87496185302734,197.9233840942383,197.94745788574218,197.9822021484375,198.02952575683594,198.08802795410156,198.14019927978515,198.30348358154296,198.41114959716796,198.43990631103517,198.45384521484377,198.5839370727539,198.67204742431642,198.69436340332032,198.68671417236328,198.76489562988283,198.8501220703125,198.94231109619142,199.01509552001954,199.0894317626953,199.1743148803711,199.2803741455078,199.3946044921875,199.5264129638672,199.63731994628907,199.70516052246094,199.88035125732424,199.93623046875,199.97020568847657,200.13457489013672,200.32958221435547,200.4988265991211,200.58164978027344,200.71571044921876,200.8103988647461,200.89911346435548,200.97307891845705,201.0253463745117,201.08522186279296,201.10874633789064,201.15112609863283,201.1590087890625,201.1839340209961,201.1688415527344,201.16697387695314,201.1514419555664,201.129345703125,201.1041046142578,201.04762115478516,201.00577697753906,200.92545318603516,200.8645202636719,200.7772201538086,200.69653930664063,200.60638275146485,200.49927978515626,200.42800598144532,200.32650604248047,200.24815979003907,200.1536636352539,200.0742599487305,199.99362030029297,199.9212890625,199.85215759277344,199.78325958251955,199.7300033569336,199.6596633911133,199.61390533447266,199.52918701171876,199.4793914794922,199.4095184326172,199.34327087402343,199.28313446044922,199.20701293945314,199.1359588623047,199.03706817626954,198.95259704589844,198.86605224609374,198.77336883544922,198.69024353027345,198.5800506591797,198.48058319091797,198.3475799560547,198.20581512451173,198.06234741210938,197.9171356201172,197.78010864257814,197.629801940918,197.49118194580078,197.3588104248047,197.21872100830078,197.09452056884766,196.9331039428711,196.7758346557617,196.58963012695312,196.42557678222656,196.27360839843752,196.11481475830078,195.94341430664062,195.7664794921875,195.58653717041017,195.39867095947267,195.23086853027345,195.04146423339844,194.87132720947267,194.6945297241211,194.51634521484377,194.35124816894532,194.1598663330078,193.98555450439454,193.7978530883789,193.61013793945312,193.43108825683595,193.227978515625,193.04092254638672,192.84344329833985,192.65714263916016,192.46771087646485,192.2871505737305,192.1094741821289,191.91372528076172,191.73566436767578,191.54586181640624,191.37337646484374,191.20836181640627,191.0312484741211,190.87606658935547,190.69891204833985,190.52994232177736,190.36715240478517,190.18635864257814,190.02509307861328,189.8403305053711,189.65809478759766,189.4834396362305,189.30710906982424,189.1462417602539,188.9734130859375,188.8063934326172,188.63628387451172,188.46029663085938,188.29974517822265,188.12088775634766,187.95860595703127,187.7999496459961,187.63115844726562,187.48284301757812,187.31564483642578,187.15785369873046,187.00471801757814,186.83697052001955,186.6777099609375,186.50397491455078,186.3423797607422,186.1953140258789,186.0306838989258,185.88551330566406,185.72783203125002,185.57516326904297,185.42720489501954,185.26555480957032,185.1233642578125,184.97775421142578,184.83204803466796,184.7000473022461,184.55218505859375,184.42294464111328,184.2972885131836,184.15332641601563,184.02854919433594,183.8930877685547,183.77313079833985,183.65625,183.53093719482422,183.44934997558593,183.3662109375,183.29657135009765,183.24967346191406,183.19280548095705,183.17375793457032,183.15532836914062,183.14173278808593,183.16009368896485,183.1581024169922,183.17003631591797,183.18426361083985,183.17286529541016,183.20435485839843,183.2060302734375,183.19564819335938,183.21913146972656,183.2096420288086,183.21170196533203,183.21902160644532,183.1993148803711,183.22408905029297,183.21814270019533,183.20288543701173,183.23018646240234,183.2289779663086,183.23197174072266,183.2427932739258,183.23592681884767,183.25626525878906,183.25222778320312,183.23018646240234,183.24871215820312,183.24779205322267,183.2544937133789,183.2710144042969,183.26512298583984,183.2867660522461,183.2929458618164,183.28264617919922,183.30529174804687,183.3050308227539,183.3028335571289,183.32177124023437,183.31697845458984,183.33267517089845,183.3457489013672,183.3373031616211,183.37274780273438,183.37857055664062,183.37649688720703,183.40625610351563,183.41115875244142,183.42119750976562,183.44220886230468,183.44395294189454,183.48421783447267,183.49708557128906,183.49962615966797,183.53839416503908,183.55414581298828,183.56294860839844,183.59522094726563,183.6054656982422,183.63599395751953,183.6639404296875,183.68022766113282,183.7541519165039,183.79791870117188,183.83459930419923,183.90993804931642,183.95050506591798,183.99586486816406,184.05174407958984,184.07532348632813,184.14293060302734,184.18721923828124,184.20835418701174,184.29318237304688,184.33267822265626,184.37032012939454,184.44247283935547,184.47945556640624,184.53843841552734,184.59323272705078,184.6198745727539,184.7007064819336,184.74408874511718,184.7744110107422,184.85757751464845,184.9009735107422,184.95447692871093,185.0188430786133,185.05320281982424,185.12790985107424,185.17884521484376,185.20977172851562,185.30411682128906,185.3514129638672,185.3989013671875,185.48059844970703,185.5255599975586,185.58731689453126,185.6507080078125,185.68895416259767,185.7794403076172,185.83029327392578,185.86494140625,185.95368347167968,186.00000457763673,186.04529571533203,186.11343841552736,186.15721893310547,186.23001708984376,186.2878189086914,186.32171173095705,186.41751251220703,186.46946411132814,186.51339569091797,186.60125885009765,186.65403442382814,186.71539306640625,185.14105224609375,185.2538818359375,184.9663833618164,185.08779602050782,185.18236083984377,184.7173095703125,184.23288116455078,184.37327270507814,184.01575012207033,184.15331268310547,183.8567367553711,184.00003967285156,184.10684051513672,183.7358596801758,183.84695892333986,183.9306884765625,183.79868774414064,183.88582305908204,183.6600128173828,183.77310333251953,183.85230102539063,183.93318786621094,184.01498107910157,184.06759185791017,184.16076965332033,184.22464141845703,184.26402740478517,184.3649917602539,184.41495208740236,184.45968017578124,184.53922119140626,184.5861602783203,184.6358596801758,184.7028350830078,184.73845825195312,184.82074584960938,184.8818572998047,184.92017211914063,185.01748352050782,185.07882843017578,185.1305877685547,185.22678680419924,185.2920867919922,185.3771759033203,185.46021881103516,185.52999572753907,185.6397216796875,185.7275573730469,185.7939697265625,185.92859344482423,186.01232299804687,186.1081512451172,186.22916564941406,186.3241973876953,186.4455551147461,186.55886535644532,186.64918670654296,186.79654083251953,186.8984802246094,187.0007080078125,187.15016326904296,187.2614959716797,187.3846389770508,187.52266845703124,187.62994995117188,187.78319549560547,187.90044708251955,188.01024169921877,188.17256469726564,188.2896240234375,188.41705169677735,188.5527328491211,188.6658920288086,188.78435211181642,188.8891342163086,188.9816665649414,189.0715072631836,189.15574493408204,189.27104644775392,189.3794403076172,189.50684051513673,189.63650665283203,189.76668090820314,189.9350326538086,190.07545166015626,190.24567108154298,190.3904571533203,190.54997863769532,190.70083465576172,190.8348129272461,191.0033432006836,191.1401779174805,191.29531860351562,191.43933563232423,191.57805175781252,191.72485656738283,191.84434661865234,191.98760833740235,192.10355529785156,192.2323013305664,192.35198364257812,192.47203674316407,192.6087890625,192.72962493896486,192.87062072753906,192.99663391113282,193.134375,193.25953674316406,193.38193817138674,193.52920989990236,193.64983978271485,193.8028106689453,193.92154541015626,194.06136016845704,194.1905731201172,194.31686096191407,194.45342102050782,194.5699447631836,194.71554107666017,194.82816467285156,194.95740509033203,195.07098999023438,195.18192443847656,195.29925842285158,195.39729766845704,195.52688140869142,195.62618408203124,195.7570587158203,195.87514801025392,195.99890899658203,196.12775115966798,196.23782043457032,196.38050537109376,196.49100036621095,196.61782379150392,196.72978820800782,196.84079132080078,196.95213775634767,197.0450408935547,197.15576934814453,197.24393463134766,197.35854949951172,197.45635528564455,197.56788024902343,197.67805938720704,197.7864532470703,197.90102691650392,198.0049575805664,198.11826782226564,198.22373657226564,198.32537384033205,198.42390747070314,198.5153549194336,198.60634918212892,198.6913833618164,198.78522033691408,198.87025451660156,198.97246856689455,199.06820068359374,199.17608642578125,199.2847137451172,199.39400024414064,199.4952117919922,199.59661560058595,199.68767852783205,199.78299865722656,199.87061462402343,199.96645660400392,200.05772552490234,200.1624938964844,200.26046447753907,200.36504058837892,200.46553802490234,200.5763900756836,200.68228454589845,200.7890167236328,200.89576263427736,200.99992675781252,201.1011520385742,201.2019515991211,201.29729919433595,201.39658813476564,201.48224029541015,201.58065032958984,201.66329498291017,201.7611831665039,201.85081787109377,201.94483337402343,202.0365005493164,202.1313262939453,202.22449035644533,202.31490783691407,202.4084014892578,202.49866790771486,202.58892059326172,202.67714080810546,202.76851959228517,202.86084594726563,202.96213989257814,203.05200805664063,203.13671264648437,203.2222137451172,203.29954376220704,203.38990631103516,203.47083435058593,203.5675277709961,203.65511627197267,203.7519744873047,203.84534454345703,203.92664337158203,204.0373306274414,204.1168991088867,204.23048400878906,204.31583404541016,204.37783813476562,204.38481445312502,204.3051773071289,204.15911407470705,203.86771545410156,203.50362854003907,203.04505920410156,202.50420227050782,201.88534240722657,201.21492919921874,200.47894134521485,199.70562744140625,198.92853698730468,198.1201629638672,197.33713989257814,196.5658721923828,195.82001037597658,195.0861785888672,194.34508209228517,193.64747772216796,192.90370330810546,192.1786880493164,191.4484817504883,190.7126449584961,189.95618133544923,189.1794204711914,188.4041976928711,187.61087493896486,186.8299118041992,186.04364776611328,185.25723266601562,184.4838363647461,183.62899017333984,182.8527374267578,182.1138656616211,181.37135467529296,180.6166213989258,179.83933868408204,179.1007553100586,178.3630783081055,177.603923034668,176.83179016113283,176.03128509521486,175.21615447998047,174.37215728759767,173.53682556152344,172.7069869995117,171.86046295166017,171.06267700195312,170.27295227050783,169.49241485595704,168.78096771240234,168.06873779296876,167.37242431640627,166.73558807373047,166.0953598022461,165.44065704345704,164.80350494384766,164.1559295654297,163.51700592041016,162.8530746459961,162.19316711425782,161.5457977294922,160.90838470458985,160.25164947509765,159.60769958496095,158.97937774658203,158.35403594970703,157.7389389038086,157.12261962890625,156.48362731933594,155.8689422607422,155.27234344482423,154.68829650878908,154.0858337402344,153.53477325439454,153.01227722167968,152.4468521118164,151.88060302734377,151.3367660522461,150.804931640625,150.28643188476562,149.7375274658203,149.2126419067383,148.7586868286133,148.35303039550783,147.94012298583985,147.54449157714845,147.1678939819336,146.7981903076172,146.43720703125,146.12471466064454,145.82057189941406,145.53351287841798,145.2278594970703,144.9192672729492,144.63233184814453,144.3740982055664,144.13119049072267,143.8828308105469,143.6397720336914,143.4103500366211,143.19341125488282,142.96434631347657,142.75982208251955,142.55406188964844,142.3667999267578,142.1348098754883,141.86090698242188,141.62273712158205,141.3915023803711,141.11868438720703,140.83063659667968,140.56653900146486,140.3105438232422,140.03382568359376,139.7539077758789,139.52922363281252,139.29136962890627,139.00534057617188,138.75699462890626,138.54928436279297,138.34046173095703,138.09131927490236,137.86186981201172,137.66077880859376,137.43885498046876,137.17967376708984,136.95831298828125,136.75484619140624,136.5186950683594,136.2925003051758,136.06482238769533,135.84351654052736,135.62400970458984,135.41518707275392,135.22806243896486,135.0318328857422,134.8126693725586,134.62152099609375,134.45312805175783,134.26651153564453,134.0807601928711,133.91651458740236,133.7542465209961,133.56427917480468,133.3976028442383,133.27428131103517,133.15752410888672,133.03339233398438,132.92690734863282,132.8415298461914,132.7479675292969,132.65045013427735,132.5628204345703,132.47848663330078,132.38106536865234,132.29401245117188,132.21809692382814,132.1326095581055,132.0455291748047,131.9682815551758,131.8937530517578,131.80242919921875,131.72034759521486,131.6453109741211,131.56145782470705,131.47430877685548,131.39659423828127,131.3253890991211,131.24112396240236,131.17521972656252,131.11770629882812,131.06015167236328,131.0123062133789,130.99099273681642,130.9771499633789,130.9618377685547,130.98444213867188,131.00885925292968,131.0368606567383,131.06418914794924,131.11861267089844,131.16106109619142,131.18854064941408,131.2398193359375,131.2826934814453,131.3176025390625,131.34022064208986,131.38975524902344,131.42617492675782,131.4573760986328,131.49898681640624,131.54418182373047,131.58308715820314,131.60782012939453,131.65576171875,131.6935546875,131.72498931884766,131.7575912475586,131.80247039794924,131.8462921142578,131.87146453857423,131.93199920654297,131.98769989013672,132.0614730834961,132.14808654785156,132.27503356933593,132.39578704833986,132.5134506225586,132.66046142578125,132.8011688232422,132.93792114257812,133.0727783203125,133.2623748779297,133.40615844726562,133.5530731201172,133.68111877441407,133.8401321411133,133.97540130615235,134.1075668334961,134.25630798339844,134.39871826171876,134.52981262207032,134.64923400878908,134.83679809570313,134.99095001220704,135.1325225830078,135.25801391601564,135.40521697998048,135.55373840332032,135.6986068725586,135.84634552001953,136.0112777709961,136.1526306152344,136.28243408203124,136.4245834350586,136.56612854003907,136.69310302734377,136.84485168457033,137.02215728759765,137.18880615234374,137.3211639404297,137.47879028320312,137.6456726074219,137.80648498535157,137.95153198242187,138.08231048583986,138.2205322265625,138.34997863769533,138.4921417236328,138.65614013671876,138.78910217285156,138.92974090576172,139.06631469726562,139.22815704345703,139.39536895751954,139.5674835205078,139.72300872802734,139.8852493286133,140.05796813964844,140.21742095947266,140.37124328613282,140.53182220458984,140.7341491699219,140.911962890625,141.09466552734375,141.2638412475586,141.4086410522461,141.6045135498047,141.7898941040039,141.97296752929688,142.15032806396485,142.33787841796877,142.50346984863282,142.68190155029296,142.8521484375,143.02781982421877,143.20279083251953,143.38082427978517,143.55773162841797,143.74381256103516,143.9246337890625,144.12679595947267,144.3457260131836,144.5479705810547,144.74126129150392,144.94305267333985,145.12866668701173,145.31187744140627,145.49150390625002,145.66790313720705,145.8450714111328,146.03694763183594,146.24185638427736,146.4402282714844,146.63772125244142,146.83691711425783,147.02122650146484,147.20736236572267,147.39896392822266,147.58103485107424,147.77071380615234,147.97608947753906,148.1705337524414,148.37368469238282,148.6014175415039,148.80752105712892,149.02051849365236,149.25386810302734,149.46006774902344,149.6680114746094,149.88809509277345,150.08712615966797,150.2804168701172,150.49173889160156,150.68070373535156,150.87095947265627,151.08029022216797,151.27198791503906,151.46306762695312,151.67524108886718,151.86763916015624,152.0638412475586,152.27652282714845,152.4645538330078,152.65387573242188,152.865966796875,153.05292663574218,153.24016113281252,153.4497253417969,153.63602600097656,153.82166748046876,154.0257797241211,154.2079605102539,154.38511505126954,154.5814682006836,154.7586639404297,154.93724670410157,155.1270492553711,155.299658203125,155.4826904296875,155.6859375,155.86094970703127,156.0569320678711,156.25369720458986,156.4303161621094,156.63272552490236,156.8270462036133,157.00462646484377,157.20364379882812,157.39008178710938,157.56492919921877,157.76400146484374,157.94625091552734,158.11593475341797,158.31548767089845,158.4859130859375,158.65628356933595,158.84457550048828,159.00313568115234,159.17012786865234,159.34691162109377,159.50084381103517,159.65406188964843,159.80855712890624,159.9239685058594,160.03560333251954,160.1259521484375,160.1884506225586,160.24368438720703,160.27672576904297,160.28648986816407,160.2835922241211,160.26946105957032,160.24559326171877,160.21588897705078,160.18236694335937,160.14414825439454,160.10557250976564,160.06633758544922,160.02493286132812,159.9976043701172,159.98797760009765,160.0030014038086,160.0499267578125,160.12113189697266,160.2247055053711,160.35216064453127,160.4927993774414,160.66091766357422,160.8193817138672,160.9819107055664,161.1448928833008,161.28816833496094,161.4301528930664,161.57776794433593,161.71478118896485,161.8692626953125,162.02344207763673,162.16958770751953,162.33765106201173,162.48874053955078,162.64905853271486,162.8195526123047,162.9661102294922,163.1349838256836,163.2912094116211,163.43929138183594,163.60419616699218,163.74505462646485,163.89163970947266,164.04388275146485,164.17354888916017,164.32601165771484,164.46481018066407,164.60176849365234,164.7561813354492,164.89024200439454,165.03745880126954,165.18272552490234,165.31899719238282,165.47552490234375,165.6182373046875,165.76791229248047,165.9297821044922,166.06788024902343,166.23119201660157,166.37405548095703,166.51734466552736,166.67119445800782,166.80399169921876,166.94912109375,167.09317932128906,167.22322998046874,167.37048797607423,167.50272216796876,167.6387191772461,167.77895965576172,167.91032867431642,168.0539749145508,168.1892852783203,168.32796020507814,168.47398223876954,168.6169418334961,168.7707504272461,168.92090606689453,169.06751861572266,169.23023986816406,169.37473754882814,169.52945251464845,169.67767181396485,169.8172393798828,169.96799926757814,170.09976654052736,170.24593963623047,170.3893249511719,170.52412719726564,170.67186584472657,170.803385925293,170.94151153564454,171.07717895507812,171.20797119140624,171.35575103759766,171.4914321899414,171.63787994384765,171.7826385498047,171.92046203613282,172.07085113525392,172.2080291748047,172.3491622924805,172.48443145751955,172.61099395751953,172.7608612060547,172.89429016113283,173.03756561279297,173.18045654296876,173.31502532958984,173.4649612426758,173.60274353027344,173.74487915039063,173.8881820678711,174.01970214843752,174.16511993408204,174.29868621826174,174.4362762451172,174.57437438964845,174.70699310302734,174.84951324462892,174.98421936035157,175.1224136352539,175.25904235839843,175.3893264770508,175.5232360839844,175.6482879638672,175.78126373291016,175.91344299316407,176.04141998291016,176.17446441650392,176.30364990234375,176.43316497802735,176.56240539550782,176.68788299560546,176.81629943847656,176.9407196044922,177.06695251464845,177.18717041015626,177.3140625,177.43863372802736,177.56582794189453,177.69884490966797,177.82879943847658,177.96533203125,178.10082092285157,178.2378890991211,178.37162017822266,178.5063262939453,178.6337127685547,178.76248626708986,178.89242706298828,179.01388092041017],"data_time":[0.06933333333333092,0.08599999999999758,0.10266666666666424,0.1193333333333309,0.13599999999999757,0.15266666666666423,0.1693333333333309,0.18599999999999756,0.20266666666666422,0.21933333333333088,0.2359999999999976,0.25266666666666426,0.2693333333333309,0.2859999999999976,0.30266666666666425,0.3193333333333309,0.3359999999999976,0.35266666666666424,0.3693333333333309,0.38599999999999757,0.40266666666666423,0.41933333333333095,0.4359999999999976,0.4526666666666643,0.46933333333333094,0.4859999999999976,0.5026666666666643,0.5193333333333309,0.5359999999999976,0.5526666666666643,0.5693333333333309,0.5859999999999976,0.6026666666666642,0.619333333333331,0.6359999999999976,0.6526666666666643,0.6693333333333309,0.6859999999999976,0.7026666666666642,0.7193333333333309,0.7359999999999975,0.7526666666666643,0.7693333333333309,0.7859999999999976,0.8026666666666643,0.8193333333333309,0.8359999999999976,0.8526666666666642,0.869333333333331,0.8859999999999976,0.9026666666666643,0.9193333333333309,0.9359999999999976,0.9526666666666642,0.9693333333333309,0.9859999999999975,1.0026666666666642,1.0193333333333308,1.0359999999999976,1.0526666666666642,1.069333333333331,1.0859999999999976,1.1026666666666642,1.1193333333333308,1.1359999999999977,1.1526666666666643,1.169333333333331,1.1859999999999975,1.2026666666666643,1.219333333333331,1.2359999999999975,1.2526666666666642,1.269333333333331,1.2859999999999976,1.3026666666666642,1.319333333333331,1.3359999999999976,1.3526666666666642,1.3693333333333308,1.3859999999999977,1.4026666666666643,1.419333333333331,1.4359999999999975,1.4526666666666643,1.469333333333331,1.4859999999999975,1.5026666666666642,1.519333333333331,1.5359999999999976,1.5526666666666642,1.569333333333331,1.5859999999999976,1.6026666666666642,1.6193333333333308,1.6359999999999977,1.6526666666666643,1.669333333333331,1.6859999999999975,1.7026666666666643,1.719333333333331,1.7359999999999975,1.7526666666666642,1.769333333333331,1.7859999999999976,1.8026666666666642,1.819333333333331,1.8359999999999976,1.8526666666666642,1.8693333333333308,1.8859999999999977,1.9026666666666643,1.919333333333331,1.9359999999999975,1.9526666666666643,1.969333333333331,1.9859999999999975,2.002666666666664,2.0193333333333308,2.0359999999999974,2.052666666666664,2.0693333333333306,2.085999999999997,2.1026666666666642,2.119333333333331,2.1359999999999975,2.152666666666664,2.1693333333333307,2.1859999999999973,2.202666666666664,2.2193333333333305,2.2359999999999975,2.252666666666664,2.2693333333333308,2.2859999999999974,2.302666666666664,2.3193333333333306,2.335999999999997,2.3526666666666642,2.369333333333331,2.3859999999999975,2.402666666666664,2.4193333333333307,2.4359999999999973,2.452666666666664,2.4693333333333305,2.4859999999999975,2.502666666666664,2.5193333333333308,2.5359999999999974,2.552666666666664,2.5693333333333306,2.585999999999997,2.6026666666666642,2.619333333333331,2.6359999999999975,2.652666666666664,2.6693333333333307,2.6859999999999973,2.702666666666664,2.7193333333333305,2.7359999999999975,2.752666666666664,2.7693333333333308,2.7859999999999974,2.802666666666664,2.8193333333333306,2.835999999999997,2.8526666666666642,2.869333333333331,2.8859999999999975,2.902666666666664,2.9193333333333307,2.9359999999999973,2.952666666666664,2.9693333333333305,2.9859999999999975,3.002666666666664,3.0193333333333308,3.0359999999999974,3.052666666666664,3.0693333333333306,3.085999999999997,3.1026666666666642,3.119333333333331,3.1359999999999975,3.152666666666664,3.1693333333333307,3.1859999999999973,3.202666666666664,3.2193333333333305,3.2359999999999975,3.252666666666664,3.2693333333333308,3.2859999999999974,3.302666666666664,3.3193333333333306,3.335999999999997,3.3526666666666642,3.369333333333331,3.3859999999999975,3.402666666666664,3.4193333333333307,3.4359999999999973,3.452666666666664,3.4693333333333305,3.4859999999999975,3.502666666666664,3.5193333333333308,3.5359999999999974,3.552666666666664,3.5693333333333306,3.585999999999997,3.6026666666666642,3.619333333333331,3.6359999999999975,3.652666666666664,3.6693333333333307,3.6859999999999973,3.702666666666664,3.7193333333333305,3.7359999999999975,3.752666666666664,3.7693333333333308,3.7859999999999974,3.802666666666664,3.8193333333333306,3.835999999999997,3.8526666666666642,3.869333333333331,3.8859999999999975,3.902666666666664,3.9193333333333307,3.9359999999999973,3.952666666666664,3.9693333333333305,3.9859999999999975,4.002666666666665,4.019333333333331,4.035999999999998,4.052666666666664,4.069333333333331,4.085999999999998,4.102666666666664,4.119333333333331,4.1359999999999975,4.152666666666664,4.169333333333332,4.185999999999998,4.202666666666665,4.219333333333331,4.235999999999998,4.252666666666665,4.269333333333331,4.285999999999998,4.302666666666664,4.319333333333331,4.335999999999998,4.352666666666664,4.369333333333331,4.3859999999999975,4.402666666666664,4.419333333333332,4.435999999999998,4.452666666666665,4.469333333333331,4.485999999999998,4.502666666666665,4.519333333333331,4.535999999999998,4.552666666666664,4.569333333333331,4.585999999999998,4.602666666666664,4.619333333333331,4.6359999999999975,4.652666666666664,4.669333333333332,4.685999999999998,4.702666666666665,4.719333333333331,4.735999999999998,4.752666666666665,4.769333333333331,4.785999999999998,4.802666666666664,4.819333333333331,4.835999999999998,4.852666666666664,4.869333333333331,4.8859999999999975,4.902666666666664,4.919333333333332,4.935999999999998,4.952666666666665,4.969333333333331,4.985999999999998,5.002666666666665,5.019333333333331,5.035999999999998,5.052666666666664,5.069333333333331,5.085999999999998,5.102666666666664,5.119333333333331,5.1359999999999975,5.152666666666664,5.169333333333332,5.185999999999998,5.202666666666665,5.219333333333331,5.235999999999998,5.252666666666665,5.269333333333331,5.285999999999998,5.302666666666664,5.319333333333331,5.335999999999998,5.352666666666664,5.369333333333331,5.3859999999999975,5.402666666666664,5.419333333333332,5.435999999999998,5.452666666666665,5.469333333333331,5.485999999999998,5.502666666666665,5.519333333333331,5.535999999999998,5.552666666666664,5.569333333333331,5.585999999999998,5.602666666666664,5.619333333333331,5.6359999999999975,5.652666666666664,5.669333333333332,5.685999999999998,5.702666666666665,5.719333333333331,5.735999999999998,5.752666666666665,5.769333333333331,5.785999999999998,5.802666666666664,5.819333333333331,5.835999999999998,5.852666666666664,5.869333333333331,5.8859999999999975,5.902666666666664,5.919333333333332,5.935999999999998,5.952666666666665,5.969333333333331,5.985999999999998,6.002666666666665,6.019333333333331,6.035999999999998,6.052666666666664,6.069333333333331,6.085999999999998,6.102666666666664,6.119333333333331,6.1359999999999975,6.152666666666664,6.169333333333332,6.185999999999998,6.202666666666665,6.219333333333331,6.235999999999998,6.252666666666665,6.269333333333331,6.285999999999998,6.302666666666664,6.319333333333331,6.335999999999998,6.352666666666664,6.369333333333331,6.3859999999999975,6.402666666666664,6.419333333333332,6.435999999999998,6.452666666666665,6.469333333333331,6.485999999999998,6.502666666666665,6.519333333333331,6.535999999999998,6.552666666666664,6.569333333333331,6.585999999999998,6.602666666666664,6.619333333333331,6.6359999999999975,6.652666666666664,6.669333333333332,6.685999999999998,6.702666666666665,6.719333333333331,6.735999999999998,6.752666666666665,6.769333333333331,6.785999999999998,6.802666666666664,6.819333333333331,6.835999999999998,6.852666666666664,6.869333333333331,6.8859999999999975,6.902666666666664,6.919333333333332,6.935999999999998,6.952666666666665,6.969333333333331,6.985999999999998,7.002666666666665,7.019333333333331,7.035999999999998,7.052666666666664,7.069333333333331,7.085999999999998,7.102666666666664,7.119333333333331,7.1359999999999975,7.152666666666664,7.169333333333332,7.185999999999998,7.202666666666665,7.219333333333331,7.235999999999998,7.252666666666665,7.269333333333331,7.285999999999998,7.302666666666664,7.319333333333331,7.335999999999998,7.352666666666664,7.369333333333331,7.3859999999999975,7.402666666666664,7.419333333333332,7.435999999999998,7.452666666666665,7.469333333333331,7.485999999999998,7.502666666666665,7.519333333333331,7.535999999999998,7.552666666666664,7.569333333333331,7.585999999999998,7.602666666666664,7.619333333333331,7.6359999999999975,7.652666666666664,7.669333333333332,7.685999999999998,7.702666666666665,7.719333333333331,7.735999999999998,7.752666666666665,7.769333333333331,7.785999999999998,7.802666666666664,7.819333333333331,7.835999999999998,7.852666666666664,7.869333333333331,7.8859999999999975,7.902666666666664,7.919333333333332,7.935999999999998,7.952666666666665,7.969333333333331,7.985999999999998,8.002666666666665,8.01933333333333,8.035999999999998,8.052666666666665,8.069333333333331,8.085999999999999,8.102666666666664,8.119333333333332,8.135999999999997,8.152666666666665,8.16933333333333,8.185999999999998,8.202666666666664,8.219333333333331,8.235999999999997,8.252666666666665,8.26933333333333,8.285999999999998,8.302666666666665,8.319333333333331,8.335999999999999,8.352666666666664,8.369333333333332,8.385999999999997,8.402666666666665,8.41933333333333,8.435999999999998,8.452666666666664,8.469333333333331,8.485999999999997,8.502666666666665,8.51933333333333,8.535999999999998,8.552666666666665,8.569333333333331,8.585999999999999,8.602666666666664,8.619333333333332,8.635999999999997,8.652666666666665,8.66933333333333,8.685999999999998,8.702666666666664,8.719333333333331,8.735999999999997,8.752666666666665,8.76933333333333,8.785999999999998,8.802666666666665,8.819333333333331,8.835999999999999,8.852666666666664,8.869333333333332,8.885999999999997,8.902666666666665,8.91933333333333,8.935999999999998,8.952666666666664,8.969333333333331,8.985999999999997,9.002666666666665,9.01933333333333,9.035999999999998,9.052666666666665,9.069333333333331,9.085999999999999,9.102666666666664,9.119333333333332,9.135999999999997,9.152666666666665,9.16933333333333,9.185999999999998,9.202666666666664,9.219333333333331,9.235999999999997,9.252666666666665,9.26933333333333,9.285999999999998,9.302666666666665,9.319333333333331,9.335999999999999,9.352666666666664,9.369333333333332,9.385999999999997,9.402666666666665,9.41933333333333,9.435999999999998,9.452666666666664,9.469333333333331,9.485999999999997,9.502666666666665,9.51933333333333,9.535999999999998,9.552666666666665,9.569333333333331,9.585999999999999,9.602666666666664,9.619333333333332,9.635999999999997,9.652666666666665,9.66933333333333,9.685999999999998,9.702666666666664,9.719333333333331,9.735999999999997,9.752666666666665,9.76933333333333,9.785999999999998,9.802666666666665,9.819333333333331,9.835999999999999,9.852666666666664,9.869333333333332,9.885999999999997,9.902666666666665,9.91933333333333,9.935999999999998,9.952666666666664,9.969333333333331,9.985999999999997,10.002666666666665,10.01933333333333,10.035999999999998,10.052666666666665,10.069333333333331,10.085999999999999,10.102666666666664,10.119333333333332,10.135999999999997,10.152666666666665,10.16933333333333,10.185999999999998,10.202666666666664,10.219333333333331,10.235999999999997,10.252666666666665,10.26933333333333,10.285999999999998,10.302666666666665,10.319333333333331,10.335999999999999,10.352666666666664,10.369333333333332,10.385999999999997,10.402666666666665,10.41933333333333,10.435999999999998,10.452666666666664,10.469333333333331,10.485999999999997,10.502666666666665,10.51933333333333,10.535999999999998,10.552666666666665,10.569333333333331,10.585999999999999,10.602666666666664,10.619333333333332,10.635999999999997,10.652666666666665,10.66933333333333,10.685999999999998,10.702666666666664,10.719333333333331,10.735999999999997,10.752666666666665,10.76933333333333,10.785999999999998,10.802666666666665,10.819333333333331,10.835999999999999,10.852666666666664,10.869333333333332,10.885999999999997,10.902666666666665,10.91933333333333,10.935999999999998,10.952666666666664,10.969333333333331,10.985999999999997,11.002666666666665,11.01933333333333,11.035999999999998,11.052666666666665,11.069333333333331,11.085999999999999,11.102666666666664,11.119333333333332,11.135999999999997,11.152666666666665,11.16933333333333,11.185999999999998,11.202666666666664,11.219333333333331,11.235999999999997,11.252666666666665,11.26933333333333,11.285999999999998,11.302666666666665,11.319333333333331,11.335999999999999,11.352666666666664,11.369333333333332,11.385999999999997,11.402666666666665,11.41933333333333,11.435999999999998,11.452666666666664,11.469333333333331,11.485999999999997,11.502666666666665,11.51933333333333,11.535999999999998,11.552666666666665,11.569333333333331,11.585999999999999,11.602666666666664,11.619333333333332,11.635999999999997,11.652666666666665,11.66933333333333,11.685999999999998,11.702666666666664,11.719333333333331,11.735999999999997,11.752666666666665,11.76933333333333,11.785999999999998,11.802666666666665,11.819333333333331,11.835999999999999,11.852666666666664,11.869333333333332,11.885999999999997,11.902666666666665,11.91933333333333,11.935999999999998,11.952666666666664,11.969333333333331,11.985999999999997,12.002666666666665,12.01933333333333,12.035999999999998,12.052666666666665,12.069333333333331,12.085999999999999,12.102666666666664,12.119333333333332,12.135999999999997,12.152666666666665,12.16933333333333,12.185999999999998,12.202666666666664,12.219333333333331,12.235999999999997,12.252666666666665,12.26933333333333,12.285999999999998,12.302666666666665,12.319333333333331,12.335999999999999,12.352666666666664,12.369333333333332,12.385999999999997,12.402666666666665,12.41933333333333,12.435999999999998,12.452666666666664,12.469333333333331,12.485999999999997,12.502666666666665,12.51933333333333,12.535999999999998,12.552666666666665,12.569333333333331,12.585999999999999,12.602666666666664,12.619333333333332,12.635999999999997,12.652666666666665,12.66933333333333,12.685999999999998,12.702666666666664,12.719333333333331,12.735999999999997,12.752666666666665,12.76933333333333,12.785999999999998,12.802666666666665,12.819333333333331,12.835999999999999,12.852666666666664,12.869333333333332,12.885999999999997,12.902666666666665,12.91933333333333,12.935999999999998,12.952666666666664,12.969333333333331,12.985999999999997,13.002666666666665,13.01933333333333,13.035999999999998,13.052666666666665,13.069333333333331,13.085999999999999,13.102666666666664,13.119333333333332,13.135999999999997,13.152666666666665,13.16933333333333,13.185999999999998,13.202666666666664,13.219333333333331,13.235999999999997,13.252666666666665,13.26933333333333,13.285999999999998,13.302666666666665,13.319333333333331,13.335999999999999,13.352666666666664,13.369333333333332,13.385999999999997,13.402666666666665,13.41933333333333,13.435999999999998,13.452666666666664,13.469333333333331,13.485999999999997,13.502666666666665,13.51933333333333,13.535999999999998,13.552666666666665,13.569333333333331,13.585999999999999,13.602666666666664,13.619333333333332,13.635999999999997,13.652666666666665,13.66933333333333,13.685999999999998,13.702666666666664,13.719333333333331,13.735999999999997,13.752666666666665,13.76933333333333,13.785999999999998,13.802666666666665,13.819333333333331,13.835999999999999,13.852666666666664,13.869333333333332,13.885999999999997,13.902666666666665,13.91933333333333,13.935999999999998,13.952666666666664,13.969333333333331,13.985999999999997,14.002666666666665,14.01933333333333,14.035999999999998,14.052666666666665,14.069333333333331,14.085999999999999,14.102666666666664,14.119333333333332,14.135999999999997,14.152666666666665,14.16933333333333,14.185999999999998,14.202666666666664,14.219333333333331,14.235999999999997,14.252666666666665,14.26933333333333,14.285999999999998,14.302666666666665,14.319333333333331,14.335999999999999,14.352666666666664,14.369333333333332,14.385999999999997,14.402666666666665,14.41933333333333,14.435999999999998,14.452666666666664,14.469333333333331,14.485999999999997,14.502666666666665,14.51933333333333,14.535999999999998,14.552666666666665,14.569333333333331,14.585999999999999,14.602666666666664,14.619333333333332,14.635999999999997,14.652666666666665,14.66933333333333,14.685999999999998,14.702666666666664,14.719333333333331,14.735999999999997,14.752666666666665,14.76933333333333,14.785999999999998,14.802666666666665,14.819333333333331,14.835999999999999,14.852666666666664,14.869333333333332,14.885999999999997,14.902666666666665,14.91933333333333,14.935999999999998,14.952666666666664,14.969333333333331,14.985999999999997,15.002666666666665,15.01933333333333,15.035999999999998,15.052666666666665,15.069333333333331,15.085999999999999,15.102666666666664,15.119333333333332,15.135999999999997,15.152666666666665,15.16933333333333,15.185999999999998,15.202666666666664,15.219333333333331,15.235999999999997,15.252666666666665,15.26933333333333,15.285999999999998,15.302666666666665,15.319333333333331,15.335999999999999,15.352666666666664,15.369333333333332,15.385999999999997,15.402666666666665,15.41933333333333,15.435999999999998,15.452666666666664,15.469333333333331,15.485999999999997,15.502666666666665,15.51933333333333,15.535999999999998,15.552666666666665,15.569333333333331,15.585999999999999,15.602666666666664,15.619333333333332,15.635999999999997,15.652666666666665,15.66933333333333,15.685999999999998,15.702666666666664,15.719333333333331,15.735999999999997,15.752666666666665,15.76933333333333,15.785999999999998,15.802666666666665,15.819333333333331,15.835999999999999,15.852666666666664,15.869333333333332,15.885999999999997,15.902666666666665,15.91933333333333,15.935999999999998,15.952666666666664,15.969333333333331,15.985999999999997,16.002666666666663,16.01933333333333,16.035999999999998,16.052666666666664,16.069333333333333,16.086,16.102666666666664,16.11933333333333,16.136,16.152666666666665,16.16933333333333,16.185999999999996,16.202666666666666,16.21933333333333,16.235999999999997,16.252666666666663,16.269333333333332,16.285999999999998,16.302666666666664,16.319333333333333,16.336,16.352666666666664,16.36933333333333,16.386,16.402666666666665,16.41933333333333,16.435999999999996,16.452666666666666,16.46933333333333,16.485999999999997,16.502666666666663,16.519333333333332,16.535999999999998,16.552666666666664,16.569333333333333,16.586,16.602666666666664,16.61933333333333,16.636,16.652666666666665,16.66933333333333,16.685999999999996,16.702666666666666,16.71933333333333,16.735999999999997,16.752666666666663,16.769333333333332,16.785999999999998,16.802666666666664,16.819333333333333,16.836,16.852666666666664,16.86933333333333,16.886,16.902666666666665,16.91933333333333,16.935999999999996,16.952666666666666,16.96933333333333,16.985999999999997,17.002666666666663,17.019333333333332,17.035999999999998,17.052666666666664,17.069333333333333,17.086,17.102666666666664,17.11933333333333,17.136,17.152666666666665,17.16933333333333,17.185999999999996,17.202666666666666,17.21933333333333,17.235999999999997,17.252666666666663,17.269333333333332,17.285999999999998,17.302666666666664,17.319333333333333,17.336,17.352666666666664,17.36933333333333,17.386,17.402666666666665,17.41933333333333,17.435999999999996,17.452666666666666,17.46933333333333,17.485999999999997,17.502666666666663,17.519333333333332,17.535999999999998,17.552666666666664,17.569333333333333,17.586,17.602666666666664,17.61933333333333,17.636,17.652666666666665,17.66933333333333,17.685999999999996,17.702666666666666,17.71933333333333,17.735999999999997,17.752666666666663,17.769333333333332,17.785999999999998,17.802666666666664,17.819333333333333,17.836,17.852666666666664,17.86933333333333,17.886,17.902666666666665,17.91933333333333,17.935999999999996,17.952666666666666,17.96933333333333,17.985999999999997,18.002666666666663,18.019333333333332,18.035999999999998,18.052666666666664,18.069333333333333,18.086,18.102666666666664,18.11933333333333,18.136,18.152666666666665,18.16933333333333,18.185999999999996,18.202666666666666,18.21933333333333,18.235999999999997,18.252666666666663,18.269333333333332,18.285999999999998,18.302666666666664,18.319333333333333,18.336,18.352666666666664,18.36933333333333,18.386,18.402666666666665,18.41933333333333,18.435999999999996,18.452666666666666,18.46933333333333,18.485999999999997,18.502666666666663,18.519333333333332,18.535999999999998,18.552666666666664,18.569333333333333,18.586,18.602666666666664,18.61933333333333,18.636,18.652666666666665,18.66933333333333,18.685999999999996,18.702666666666666,18.71933333333333,18.735999999999997,18.752666666666663,18.769333333333332,18.785999999999998,18.802666666666664,18.819333333333333,18.836,18.852666666666664,18.86933333333333,18.886,18.902666666666665,18.91933333333333,18.935999999999996,18.952666666666666,18.96933333333333,18.985999999999997,19.002666666666663,19.019333333333332,19.035999999999998,19.052666666666664,19.069333333333333,19.086,19.102666666666664,19.11933333333333,19.136,19.152666666666665,19.16933333333333,19.185999999999996,19.202666666666666,19.21933333333333,19.235999999999997,19.252666666666663,19.269333333333332,19.285999999999998,19.302666666666664,19.319333333333333,19.336,19.352666666666664,19.36933333333333,19.386,19.402666666666665,19.41933333333333,19.435999999999996,19.452666666666666,19.46933333333333,19.485999999999997,19.502666666666663,19.519333333333332,19.535999999999998,19.552666666666664,19.569333333333333,19.586,19.602666666666664,19.61933333333333,19.636,19.652666666666665,19.66933333333333,19.685999999999996,19.702666666666666,19.71933333333333,19.735999999999997,19.752666666666663,19.769333333333332,19.785999999999998,19.802666666666664,19.819333333333333,19.836,19.852666666666664,19.86933333333333,19.886,19.902666666666665,19.91933333333333,19.935999999999996,19.952666666666666,19.96933333333333,19.985999999999997,20.002666666666663,20.019333333333332,20.035999999999998,20.052666666666664,20.069333333333333,20.086,20.102666666666664,20.11933333333333,20.136,20.152666666666665,20.16933333333333,20.185999999999996,20.202666666666666,20.21933333333333,20.235999999999997,20.252666666666663,20.269333333333332,20.285999999999998,20.302666666666664,20.319333333333333,20.336,20.352666666666664,20.36933333333333,20.386,20.402666666666665,20.41933333333333,20.435999999999996,20.452666666666666,20.46933333333333,20.485999999999997,20.502666666666663,20.519333333333332,20.535999999999998,20.552666666666664,20.569333333333333,20.586,20.602666666666664,20.61933333333333,20.636,20.652666666666665,20.66933333333333,20.685999999999996,20.702666666666666,20.71933333333333,20.735999999999997,20.752666666666663,20.769333333333332,20.785999999999998,20.802666666666664,20.819333333333333,20.836,20.852666666666664,20.86933333333333,20.886,20.902666666666665,20.91933333333333,20.935999999999996,20.952666666666666,20.96933333333333,20.985999999999997,21.002666666666663,21.019333333333332,21.035999999999998,21.052666666666664,21.069333333333333,21.086,21.102666666666664,21.11933333333333,21.136,21.152666666666665,21.16933333333333,21.185999999999996,21.202666666666666,21.21933333333333,21.235999999999997,21.252666666666663,21.269333333333332,21.285999999999998,21.302666666666664,21.319333333333333,21.336,21.352666666666664,21.36933333333333,21.386,21.402666666666665,21.41933333333333,21.435999999999996,21.452666666666666,21.46933333333333,21.485999999999997,21.502666666666663,21.519333333333332,21.535999999999998,21.552666666666664,21.569333333333333,21.586,21.602666666666664,21.61933333333333,21.636,21.652666666666665,21.66933333333333,21.685999999999996,21.702666666666666,21.71933333333333,21.735999999999997,21.752666666666663,21.769333333333332,21.785999999999998,21.802666666666664,21.819333333333333,21.836,21.852666666666664,21.86933333333333,21.886,21.902666666666665,21.91933333333333,21.935999999999996,21.952666666666666,21.96933333333333,21.985999999999997,22.002666666666663,22.019333333333332,22.035999999999998,22.052666666666664,22.069333333333333,22.086,22.102666666666664,22.11933333333333,22.136,22.152666666666665,22.16933333333333,22.185999999999996,22.202666666666666,22.21933333333333,22.235999999999997,22.252666666666663,22.269333333333332,22.285999999999998,22.302666666666664,22.319333333333333,22.336,22.352666666666664,22.36933333333333,22.386,22.402666666666665,22.41933333333333,22.435999999999996,22.452666666666666,22.46933333333333,22.485999999999997,22.502666666666663,22.519333333333332,22.535999999999998,22.552666666666664,22.569333333333333,22.586,22.602666666666664,22.61933333333333,22.636,22.652666666666665,22.66933333333333,22.685999999999996,22.702666666666666,22.71933333333333,22.735999999999997,22.752666666666663,22.769333333333332,22.785999999999998,22.802666666666664,22.819333333333333,22.836,22.852666666666664,22.86933333333333,22.886,22.902666666666665,22.91933333333333,22.935999999999996,22.952666666666666,22.96933333333333,22.985999999999997,23.002666666666663,23.019333333333332,23.035999999999998,23.052666666666664,23.069333333333333,23.086,23.102666666666664,23.11933333333333,23.136,23.152666666666665,23.16933333333333,23.185999999999996,23.202666666666666,23.21933333333333,23.235999999999997,23.252666666666663,23.269333333333332,23.285999999999998,23.302666666666664,23.319333333333333,23.336,23.352666666666664,23.36933333333333,23.386,23.402666666666665,23.41933333333333,23.435999999999996,23.452666666666666,23.46933333333333,23.485999999999997,23.502666666666663,23.519333333333332,23.535999999999998,23.552666666666664,23.569333333333333,23.586,23.602666666666664,23.61933333333333,23.636,23.652666666666665,23.66933333333333,23.685999999999996,23.702666666666666,23.71933333333333,23.735999999999997,23.752666666666663,23.769333333333332,23.785999999999998,23.802666666666664,23.819333333333333,23.836,23.852666666666664,23.86933333333333,23.886,23.902666666666665,23.91933333333333,23.935999999999996,23.952666666666666,23.96933333333333,23.985999999999997,24.002666666666663,24.019333333333332,24.035999999999998,24.052666666666664,24.069333333333333,24.086,24.102666666666664,24.11933333333333,24.136,24.152666666666665,24.16933333333333,24.185999999999996,24.202666666666666,24.21933333333333,24.235999999999997,24.252666666666663,24.269333333333332,24.285999999999998,24.302666666666664,24.319333333333333,24.336,24.352666666666664,24.36933333333333,24.386,24.402666666666665,24.41933333333333,24.435999999999996,24.452666666666666,24.46933333333333,24.485999999999997,24.502666666666663,24.519333333333332,24.535999999999998,24.552666666666664,24.569333333333333,24.586,24.602666666666664,24.61933333333333,24.636,24.652666666666665,24.66933333333333,24.685999999999996,24.702666666666666,24.71933333333333,24.735999999999997,24.752666666666663,24.769333333333332,24.785999999999998,24.802666666666664,24.819333333333333,24.836,24.852666666666664,24.86933333333333,24.886,24.902666666666665,24.91933333333333,24.935999999999996,24.952666666666666,24.96933333333333,24.985999999999997,25.002666666666663,25.019333333333332,25.035999999999998,25.052666666666664,25.069333333333333,25.086,25.102666666666664,25.11933333333333,25.136,25.152666666666665,25.16933333333333,25.185999999999996,25.202666666666666,25.21933333333333,25.235999999999997,25.252666666666663,25.269333333333332,25.285999999999998,25.302666666666664,25.319333333333333,25.336,25.352666666666664,25.36933333333333,25.386,25.402666666666665,25.41933333333333,25.435999999999996,25.452666666666666,25.46933333333333,25.485999999999997,25.502666666666663,25.519333333333332,25.535999999999998,25.552666666666664,25.569333333333333,25.586,25.602666666666664,25.61933333333333,25.636,25.652666666666665,25.66933333333333,25.685999999999996,25.702666666666666,25.71933333333333,25.735999999999997,25.752666666666663,25.769333333333332,25.785999999999998,25.802666666666664,25.819333333333333,25.836,25.852666666666664,25.86933333333333,25.886,25.902666666666665,25.91933333333333,25.935999999999996,25.952666666666666,25.96933333333333,25.985999999999997,26.002666666666663,26.019333333333332,26.035999999999998,26.052666666666664,26.069333333333333,26.086,26.102666666666664,26.11933333333333,26.136,26.152666666666665,26.16933333333333,26.185999999999996,26.202666666666666,26.21933333333333,26.235999999999997,26.252666666666663,26.269333333333332,26.285999999999998,26.302666666666664,26.319333333333333,26.336,26.352666666666664,26.36933333333333,26.386,26.402666666666665,26.41933333333333,26.435999999999996,26.452666666666666,26.46933333333333,26.485999999999997,26.502666666666663,26.519333333333332,26.535999999999998,26.552666666666664,26.569333333333333,26.586,26.602666666666664,26.61933333333333,26.636,26.652666666666665,26.66933333333333,26.685999999999996,26.702666666666666,26.71933333333333,26.735999999999997,26.752666666666663,26.769333333333332,26.785999999999998,26.802666666666664,26.819333333333333,26.836,26.852666666666664,26.86933333333333,26.886,26.902666666666665,26.91933333333333,26.935999999999996,26.952666666666666,26.96933333333333,26.985999999999997,27.002666666666663,27.019333333333332,27.035999999999998,27.052666666666664,27.069333333333333,27.086,27.102666666666664,27.11933333333333,27.136,27.152666666666665,27.16933333333333,27.185999999999996,27.202666666666666,27.21933333333333,27.235999999999997,27.252666666666663,27.269333333333332,27.285999999999998,27.302666666666664,27.319333333333333,27.336,27.352666666666664,27.36933333333333,27.386,27.402666666666665,27.41933333333333,27.435999999999996,27.452666666666666,27.46933333333333,27.485999999999997,27.502666666666663,27.519333333333332,27.535999999999998,27.552666666666664,27.569333333333333,27.586,27.602666666666664,27.61933333333333,27.636,27.652666666666665,27.66933333333333,27.685999999999996,27.702666666666666,27.71933333333333,27.735999999999997,27.752666666666663,27.769333333333332,27.785999999999998,27.802666666666664,27.819333333333333,27.836,27.852666666666664,27.86933333333333,27.886,27.902666666666665,27.91933333333333,27.935999999999996,27.952666666666666,27.96933333333333,27.985999999999997,28.002666666666663,28.019333333333332,28.035999999999998,28.052666666666664,28.069333333333333,28.086,28.102666666666664,28.11933333333333,28.136,28.152666666666665,28.16933333333333,28.185999999999996,28.202666666666666,28.21933333333333,28.235999999999997,28.252666666666663,28.269333333333332,28.285999999999998,28.302666666666664,28.319333333333333,28.336,28.352666666666664,28.36933333333333,28.386,28.402666666666665,28.41933333333333,28.435999999999996,28.452666666666666,28.46933333333333,28.485999999999997,28.502666666666663,28.519333333333332,28.535999999999998,28.552666666666664,28.569333333333333,28.586,28.602666666666664,28.61933333333333,28.636,28.652666666666665,28.66933333333333,28.685999999999996,28.702666666666666,28.71933333333333,28.735999999999997,28.752666666666663,28.769333333333332,28.785999999999998,28.802666666666664,28.819333333333333,28.836,28.852666666666664,28.86933333333333,28.886,28.902666666666665,28.91933333333333,28.935999999999996,28.952666666666666,28.96933333333333,28.985999999999997,29.002666666666663,29.019333333333332,29.035999999999998,29.052666666666664,29.069333333333333,29.086,29.102666666666664,29.11933333333333,29.136,29.152666666666665,29.16933333333333,29.185999999999996,29.202666666666666,29.21933333333333,29.235999999999997,29.252666666666663,29.269333333333332,29.285999999999998,29.302666666666664,29.319333333333333,29.336,29.352666666666664,29.36933333333333,29.386,29.402666666666665,29.41933333333333,29.435999999999996,29.452666666666666,29.46933333333333,29.485999999999997,29.502666666666663,29.519333333333332,29.535999999999998,29.552666666666664,29.569333333333333,29.586,29.602666666666664,29.61933333333333,29.636,29.652666666666665,29.66933333333333,29.685999999999996,29.702666666666666,29.71933333333333,29.735999999999997,29.752666666666663,29.769333333333332,29.785999999999998,29.802666666666664,29.819333333333333,29.836,29.852666666666664,29.86933333333333,29.886,29.902666666666665,29.91933333333333,29.935999999999996,29.952666666666666,29.96933333333333,29.985999999999997,30.002666666666663,30.019333333333332,30.035999999999998,30.052666666666664,30.069333333333333,30.086,30.102666666666664,30.11933333333333,30.136,30.152666666666665,30.16933333333333,30.185999999999996,30.202666666666666,30.21933333333333,30.235999999999997,30.252666666666663,30.269333333333332,30.285999999999998,30.302666666666664,30.319333333333333,30.336,30.352666666666664,30.36933333333333,30.386,30.402666666666665,30.41933333333333,30.435999999999996,30.452666666666666,30.46933333333333,30.485999999999997,30.502666666666663,30.519333333333332,30.535999999999998,30.552666666666664,30.569333333333333,30.586,30.602666666666664,30.61933333333333,30.636,30.652666666666665,30.66933333333333,30.685999999999996,30.702666666666666,30.71933333333333,30.735999999999997,30.752666666666663,30.769333333333332,30.785999999999998,30.802666666666664,30.819333333333333,30.836,30.852666666666664,30.86933333333333,30.886,30.902666666666665,30.91933333333333,30.935999999999996,30.952666666666666,30.96933333333333,30.985999999999997,31.002666666666663,31.019333333333332,31.035999999999998,31.052666666666664,31.069333333333333,31.086,31.102666666666664,31.11933333333333,31.136,31.152666666666665,31.16933333333333,31.185999999999996,31.202666666666666,31.21933333333333,31.235999999999997,31.252666666666663,31.269333333333332,31.285999999999998,31.302666666666664,31.319333333333333,31.336,31.352666666666664,31.36933333333333,31.386,31.402666666666665,31.41933333333333,31.435999999999996,31.452666666666666,31.46933333333333,31.485999999999997,31.502666666666663,31.519333333333332,31.535999999999998,31.552666666666664,31.569333333333333,31.586,31.602666666666664,31.61933333333333,31.636,31.652666666666665,31.66933333333333,31.685999999999996,31.702666666666666,31.71933333333333,31.735999999999997,31.752666666666663,31.769333333333332,31.785999999999998,31.802666666666664,31.819333333333333,31.836,31.852666666666664,31.86933333333333,31.886,31.902666666666665,31.91933333333333,31.935999999999996,31.952666666666666,31.96933333333333,31.985999999999997,32.00266666666666,32.01933333333333,32.035999999999994,32.05266666666666,32.069333333333326,32.08599999999999,32.102666666666664,32.11933333333333,32.135999999999996,32.15266666666666,32.16933333333333,32.18599999999999,32.20266666666666,32.219333333333324,32.236,32.25266666666666,32.26933333333333,32.285999999999994,32.30266666666666,32.319333333333326,32.33599999999999,32.352666666666664,32.36933333333333,32.385999999999996,32.40266666666666,32.41933333333333,32.43599999999999,32.45266666666666,32.469333333333324,32.486,32.50266666666666,32.51933333333333,32.535999999999994,32.55266666666666,32.569333333333326,32.58599999999999,32.602666666666664,32.61933333333333,32.635999999999996,32.65266666666666,32.66933333333333,32.68599999999999,32.70266666666666],"data_rpm":[6424,6430,6436,6441,6445,6449,6453,6457,6460,6463,6467,6472,6478,6484,6490,6496,6503,6510,6516,6522,6528,6533,6538,6542,6545,6548,6550,6552,6554,6557,6561,6565,6570,6575,6581,6587,6594,6600,6607,6613,6619,6623,6627,6629,6631,6632,6634,6636,6639,6643,6648,6655,6662,6669,6677,6684,6693,6700,6706,6710,6714,6710,6710,6707,6707,6708,6711,6716,6722,6728,6735,6740,6746,6751,6757,6762,6767,6772,6777,6782,6787,6792,6798,6803,6810,6815,6821,6825,6829,6834,6838,6841,6842,6844,6847,6849,6852,6854,6859,6861,6866,6869,6873,6879,6884,6889,6894,6900,6904,6909,6915,6916,6925,6928,6933,6936,6941,6942,6945,6947,6947,6955,6957,6964,6969,6975,6983,6987,6995,6999,7005,7007,7009,7013,7015,7020,7022,7026,7029,7033,7039,7043,7049,7054,7059,7061,7063,7068,7069,7073,7074,7078,7081,7083,7088,7091,7095,7095,7099,7103,7106,7112,7115,7123,7128,7134,7137,7141,7147,7149,7157,7157,7163,7164,7168,7170,7172,7175,7176,7183,7185,7193,7196,7203,7205,7212,7214,7218,7219,7221,7226,7224,7224,7226,7231,7238,7247,7257,7262,7273,7276,7286,7288,7296,7300,7303,7307,7305,7305,7295,7293,7290,7288,7286,7278,7280,7275,7278,7279,7276,7280,7277,7274,7270,7268,7276,7271,7276,7278,7285,7296,7299,7311,7313,7321,7324,7325,7324,7314,7318,7314,7320,7321,7320,7330,7328,7339,7343,7351,7358,7360,7370,7366,7372,7366,7363,7355,7352,7356,7353,7363,7363,7369,7372,7376,7383,7383,7391,7388,7396,7394,7400,7404,7405,7412,7409,7416,7411,7417,7416,7419,7421,7420,7426,7425,7435,7434,7440,7442,7445,7448,7445,7450,7445,7451,7446,7452,7452,7456,7461,7464,7472,7472,7480,7477,7483,7479,7482,7480,7480,7482,7479,7485,7481,7488,7484,7489,7486,7489,7490,7489,7493,7491,7496,7492,7498,7495,7501,7501,7506,7510,7513,7518,7520,7526,7523,7528,7524,7527,7524,7527,7526,7526,7528,7523,7526,7522,7527,7524,7531,7531,7537,7540,7543,7549,7546,7553,7546,7552,7546,7551,7549,7549,7552,7550,7555,7551,7558,7555,7561,7562,7566,7567,7567,7568,7564,7565,7561,7565,7562,7567,7567,7572,7575,7576,7578,7573,7576,7569,7573,7568,7571,7571,7573,7576,7575,7581,7576,7582,7578,7583,7582,7584,7586,7585,7590,7587,7592,7588,7592,7588,7589,7586,7586,7587,7585,7590,7587,7592,7591,7596,7597,7600,7602,7602,7607,7604,7610,7606,7609,7608,7608,7608,7605,7609,7602,7606,7600,7603,7602,7604,7605,7605,7610,7607,7613,7610,7614,7614,7617,7619,7618,7621,7617,7621,7616,7620,7616,7616,7615,7613,7615,7611,7615,7612,7617,7617,7620,7622,7623,7627,7624,7629,7625,7629,7625,7626,7626,7624,7626,7623,7627,7623,7627,7625,7627,7627,7626,7629,7625,7629,7625,7629,7628,7630,7632,7632,7635,7633,7637,7634,7638,7636,7638,7638,7638,7640,7634,7637,7631,7632,7628,7630,7630,7630,7634,7633,7638,7637,7642,7640,7642,7640,7639,7638,7634,7636,7632,7635,7633,7636,7637,7639,7641,7640,7643,7641,7643,7641,7643,7641,7641,7640,7639,7640,7638,7640,7639,7641,7641,7643,7645,7646,7649,7649,7652,7651,7653,7652,7650,7647,7643,7643,7640,7643,7641,7645,7645,7649,7651,7653,7653,7653,7654,7653,7653,7651,7652,7651,7652,7651,7654,7654,7656,7656,7658,7659,7660,7662,7664,7665,7667,7668,7668,7666,7665,7660,7657,7652,7653,7653,7654,7657,7660,7664,7667,7671,7671,7671,7668,7669,7670,7670,7669,7670,7670,7672,7673,7674,7674,7675,7675,7676,7676,7678,7678,7679,7679,7679,7681,7680,7681,7680,7679,7677,7678,7677,7678,7679,7682,7684,7687,7690,7693,7695,7696,7697,7699,7698,7696,7695,7693,7692,7691,7692,7693,7695,7697,7699,7701,7702,7704,7707,7708,7708,7708,7707,7706,7704,7704,7704,7705,7708,7708,7713,7713,7717,7717,7719,7720,7723,7725,7723,7727,7725,7730,7728,7731,7730,7729,7728,7726,7727,7723,7724,7724,7727,7730,7736,7741,7749,7751,7758,7762,7766,7765,7766,7767,7765,7768,7764,7769,7766,7773,7771,7780,7780,7790,7793,7797,7799,7799,7798,7795,7793,7789,7789,7785,7789,7786,7793,7791,7798,7795,7804,7803,7808,7806,7810,7807,7808,7805,7804,7801,7800,7798,7798,7798,7800,7802,7803,7807,7809,7816,7820,7827,7832,7839,7841,7842,7840,7838,7833,7823,7808,7787,7765,7741,7719,7696,7676,7655,7637,7619,7606,7592,7579,7566,7555,7542,7530,7516,7503,7489,7474,7457,7441,7424,7408,7391,7375,7361,7347,7333,7319,7307,7296,7282,7269,7254,7241,7226,7211,7196,7182,7171,7160,7155,7152,7155,7160,7164,7168,7166,7163,7161,7158,7154,7151,7147,7143,7138,7134,7129,7125,7120,7115,7110,7105,7100,7095,7089,7084,7078,7072,7066,7060,7058,7057,7054,7047,7039,7032,7025,7018,7013,7008,7004,7000,6996,6992,6988,6984,6980,6975,6971,6966,6964,6961,6958,6956,6955,6954,6953,6953,6953,6954,6955,6957,6959,6962,6964,6967,6967,6967,6969,6967,6968,6969,6971,6975,6976,6982,6989,7002,7018,7034,7054,7071,7093,7110,7125,7137,7148,7152,7156,7162,7169,7170,7174,7173,7180,7174,7180,7178,7180,7181,7182,7190,7186,7188,7186,7190,7189,7183,7213,7223,7231,7227,7227,7226,7224,7227,7215,7210,7200,7201,7202,7215,7224,7239,7251,7262,7269,7272,7255,7248,7258,7271,7259,7257,7269,7289,7294,7290,7286,7286,7287,7288,7287,7286,7283,7285,7295,7279,7292,7312,7305,7290,7281,7288,7282,7283,7284,7288,7297,7304,7315,7323,7334,7337,7339,7331,7326,7309,7290,7275,7259,7252,7243,7241,7235,7232,7230,7223,7221,7215,7212,7206,7202,7194,7188,7179,7169,7159,7145,7133,7119,7106,7092,7079,7067,7053,7042,7030,7022,7015,7009,7004,6999,6994,6989,6983,6977,6973,6969,6965,6961,6957,6952,6950,6947,6938,6929,6917,6908,6900,6893,6889,6885,6881,6877,6870,6865,6857,6851,6843,6836,6830,6823,6817,6810,6804,6796,6789,6783,6776,6771,6764,6757,6751,6744,6739,6732,6726,6720,6713,6708,6701,6696,6690,6684,6678,6672,6666,6661,6655,6650,6644,6640,6636,6631,6628,6625,6622,6620,6616,6614,6610,6605,6602,6596,6591,6586,6581,6577,6571,6568,6564,6559,6557,6553,6551,6550,6546,6547,6546,6546,6549,6548,6551,6556,6559,6569,6578,6589,6603,6609,6618,6623,6621,6626,6622,6620,6624,6614,6615,6615,6608,6612,6608,6606,6612,6605,6608,6611,6606,6610,6609,6609,6615,6612,6617,6622,6618,6622,6620,6617,6621,6617,6618,6622,6619,6624,6625,6623,6628,6624,6624,6628,6620,6623,6625,6621,6626,6624,6623,6627,6622,6626,6631,6629,6634,6638,6640,6651,6653,6660,6671,6665,6669,6671,6663,6668,6667,6665,6674,6668,6672,6679,6671,6676,6678,6675,6683,6681,6684,6694,6689,6696,6704,6700,6708,6709,6710,6719,6714,6718,6724,6716,6721,6723,6718,6724,6722,6723,6731,6725,6730,6737,6733,6741,6746,6747,6756,6753,6756,6764,6756,6760,6763,6757,6763,6762,6762,6762,6757,6755,6757,6742,6736,6731,6718,6715,6700,6692,6693,6679,6677,6682,6672,6676,6679,6677,6684,6685,6686,6695,6689,6691,6697,6688,6691,6695,6690,6696,6697,6696,6705,6701,6703,6712,6707,6713,6719,6717,6724,6725,6728,6737,6733,6737,6745,6739,6745,6749,6747,6754,6753,6756,6764,6761,6767,6775,6772,6780,6783,6785,6794,6793,6799,6809,6807,6815,6822,6827,6838,6848,6861,6878,6895,6915,6927,6940,6949,6956,6962,6959,6960,6956,6957,6955,6954,6958,6955,6958,6958,6961,6964,6966,6973,6976,6985,6992,7000,7009,7014,7022,7026,7032,7035,7041,7046,7047,7053,7052,7057,7059,7061,7064,7065,7071,7070,7077,7079,7086,7092,7098,7107,7109,7118,7119,7123,7124,7124,7128,7124,7128,7128,7131,7135,7139,7147,7152,7161,7165,7171,7175,7177,7181,7182,7185,7187,7190,7194,7200,7207,7214,7223,7230,7238,7242,7247,7250,7251,7252,7255,7258,7263,7268,7275,7281,7286,7290,7293,7296,7298,7298,7298,7299,7300,7301,7303,7305,7308,7311,7317,7320,7326,7330,7334,7338,7342,7345,7348,7352,7354,7358,7362,7366,7369,7373,7374,7378,7382,7387,7393,7397,7402,7404,7408,7410,7411,7416,7413,7414,7407,7389,7353,7297,7227,7155,7090,7032,6978,6925,6871,6817,6765,6716,6669,6627,6587,6546,6509,6469,6431,6392,6365,6377,6429,6518,6642,6799,6987,7203,7441,7847,7851,7773,7710,7646,7573,7515,7468,7425,7381,7330,7287,7246,7210,7179,7146,7117,7089,7063,7038,7009,6984,6962,6938,6923,6904,6882,6858,6833,6805,6780,6748,6717,6688,6660,6638,6618,6591,6570,6551,6534,6517,6498,6480,6463,6458,6448,6437,6427,6416,6404,6396,6387,6384,6384,6380,6372,6368,6364,6361,6359,6354,6351,6349,6349,6354,6354,6352,6348,6344,6341,6338,6334,6327,6318,6311,6305,6299,6291,6289,6281,6270,6263,6259,6253,6243,6235,6229,6219,6209,6205,6197,6183,6170,6160,6149,6136,6122,6112,6101,6089,6080,6072,6066,6061,6053,6046,6037,6028,6022,6014,6006,5999,5994,5987,5980,5977,5974,5973,5972,5973,5975,5976,5973,5971,5969,5969,5968,5967,5965,5964,5962,5960,5958,5955,5952,5950,5949,5948,5949,5954,5961,5966,5976,5990,6003,6014,6028,6043,6049,6056,6063,6064,6059,6059,6062,6057,6057,6061,6065,6064,6067,6072,6072,6071,6075,6079,6077,6080,6085,6088,6093,6102,6119,6131,6153,6176,6195,6208,6228,6246,6248,6252,6260,6265,6256,6262,6270,6278,6280,6291,6303,6307,6313,6325,6338,6332,6334,6343,6352,6356,6362,6371,6376,6378,6388,6399,6404,6409,6422,6428,6424,6425,6436,6442,6445,6451,6463,6480,6496,6515,6532,6542,6560,6576,6593,6603,6611,6618,6629,6639,6645,6654,6666,6676,6677,6682,6686,6694,6709,6711,6715,6722,6730,6736,6747,6756,6767,6778,6789,6800,6810,6818,6827,6831,6829,6832,6837,6841,6850,6861,6874,6888,6903,6914,6921,6930,6938,6945,6957,6969,6981,6996,7009,7018,7030,7038,7039,7045,7050,7048,7054,7061,7063,7073,7084,7090,7103,7115,7121,7133,7144,7149,7159,7168,7171,7182,7192,7195,7205,7216,7219,7230,7240,7245,7256,7268,7275,7287,7298,7306,7319,7328,7332,7343,7347,7351,7360,7362,7366,7375,7377,7383,7392,7394,7401,7411,7413,7422,7432,7436,7449,7459,7457,7452,7436,7412,7391,7365,7339,7314,7285,7255,7225,7227,7184,7100,7014,6932,6856,6865,6913,6810,6588,6266,5860,5575,5625,5722,5799,5847,5867,5876,5879,5882,5890,5900,5910,5921,5928,5934,5941,5942,5947,5949,5949,5954,5955,5958,5963,5965,5972,5978,5983,5993,5998,6006,6014,6018,6026,6032,6038,6045,6048,6054,6058,6059,6066,6067,6072,6077,6080,6088,6093,6099,6108,6113,6121,6129,6135,6144,6150,6157,6164,6169,6174,6177,6180,6184,6184,6188,6190,6194,6199,6202,6209,6214,6219,6226,6230,6237,6243,6250,6257,6261,6267,6271,6275,6280,6283,6288,6292,6298,6306,6309,6315,6319,6323,6329,6331,6335,6339,6342,6348,6351,6356,6360,6365,6370,6373,6378,6382,6386,6391,6396,6402,6407,6413,6419,6424,6429,6435,6440,6447,6453,6460,6466,6474,6480,6487,6493,6498,6503,6507,6510,6513,6517,6521,6526,6532,6537,6544],"data_gear":[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4],"data_tires":[4.039284479016597,4.039665594730044,4.039673957438399,4.039829043453102,4.03972624513045,4.039753247515154,4.039639709216635,4.03945487545586,4.039120381286244,4.038792481803267,4.038612049375283,4.038534979322491,4.0385101430528625,4.038535242089196,4.038717895474967,4.038853502623601,4.039226532110299,4.0393240493115385,4.0396353990478,4.039710355077,4.0400193143716745,4.040352423623823,4.040405230142161,4.040438636741772,4.040227904975407,4.03993491630254,4.039598319085826,4.039299883708311,4.038785971267401,4.038450489234411,4.038142143325725,4.0380400289977345,4.0378917600844275,4.037838685223663,4.037902824810488,4.037985131530747,4.038262219992611,4.038486649684955,4.0388990413831225,4.039167713014083,4.039437020777691,4.039650879617023,4.0395548237020895,4.039275337363541,4.039124412174706,4.03854489736429,4.038166905500521,4.037389192079662,4.037147436656525,4.0369285259778245,4.0369086451190626,4.036942405308324,4.037112792935296,4.037268531159907,4.037805410388522,4.03816698315545,4.03895972556838,4.039424684872557,4.040082999243572,4.040419450661485,4.040730499623243,4.0392913514237065,4.038810560101199,4.037430899490407,4.036772225119883,4.036262386351538,4.036103565671224,4.036050624418953,4.03594577338686,4.0360273075828115,4.03629828250059,4.0362885632551535,4.03649054077289,4.036461287349224,4.036657375320258,4.03676382460284,4.036968406333727,4.037094059693388,4.0372696476827725,4.037199462374042,4.03717358824398,4.03701293316705,4.037557059026005,4.037646346716446,4.03822889421124,4.038326971289189,4.038454068882958,4.038524969142635,4.038315233187728,4.038953618203229,4.038816912690806,4.038894681541441,4.03833710060428,4.038120281055617,4.037834714418026,4.037506015854143,4.037393631552492,4.037004643709659,4.037105380315162,4.036578032772338,4.036575717441347,4.036285863002722,4.036056823909739,4.036253782044893,4.03625032425896,4.036586030623823,4.036571073687499,4.036818820059501,4.036518373046773,4.036714751543798,4.037060264518345,4.036393196945065,4.037574586446029,4.037103845186711,4.037707894936936,4.037339120249591,4.037630667820652,4.037095928232875,4.036838651118524,4.036704207615482,4.035468982160008,4.036705739859611,4.035882275290581,4.036445225447063,4.036178719462335,4.036368676412465,4.037047957766118,4.036802350869162,4.03791792976076,4.037775242459508,4.03812654121651,4.037614753641119,4.0374407885583,4.037602059764457,4.0372599235922415,4.037436117896915,4.036991031647199,4.037048489512013,4.036724263413307,4.036441835339918,4.036849161663342,4.0365753286484995,4.037141238516816,4.0371373878699295,4.037294688906763,4.036959057663145,4.036493805099385,4.036914739939328,4.036382468611409,4.036558710623838,4.03604847059598,4.0361284279376815,4.035734439724045,4.0354709408933305,4.035740195568023,4.0354683338973825,4.035508396855567,4.034638524874192,4.03469156102898,4.034498286880533,4.0341454410853474,4.034449852235728,4.033964646490556,4.034768696302782,4.034415778431766,4.034498396213835,4.034372216701753,4.033987443595878,4.034407573546175,4.03368557804008,4.034524423321303,4.03342137444693,4.033863924025603,4.03316602204425,4.033155504938968,4.032843614252574,4.032207615091163,4.032178809257937,4.031134096902548,4.031624757703947,4.031079922084778,4.031636804875338,4.031318793297582,4.031825710033621,4.031356457718701,4.031837291103752,4.031479267328024,4.031531158058681,4.031272789204995,4.031027580896118,4.031434203805619,4.0300588173612555,4.029362673139279,4.028449608463846,4.02878130391297,4.029432525678184,4.03002315883411,4.031094685062308,4.030566030888138,4.032086753948553,4.031448371843149,4.0330487440215865,4.02559154301222,4.031828230318438,4.030741843193771,4.034191798046504,4.034762484586109,4.033848626970996,4.025681698163176,4.028067211076888,4.027703076180498,4.0300634841862095,4.028485685938757,4.02981873456229,4.0279583299949095,4.02830849833496,4.0210961905187625,4.026438133748812,4.025518376874274,4.026045692282205,4.026442385505896,4.025272175221094,4.023678475796035,4.0227149662426065,4.022167394563128,4.02348631399884,4.021451656393531,4.021925044104895,4.021542053629956,4.022084539953682,4.02335151461469,4.022850234957911,4.024524760864537,4.023999195577568,4.025265105242263,4.025546720362192,4.025375211108034,4.024890957601861,4.022412321078325,4.0236747563967485,4.022530568966243,4.023445337812319,4.022880538353024,4.021941742966426,4.0233005856028665,4.021799655559371,4.0233821148984825,4.023286345751783,4.024038714567074,4.0251019583912235,4.024881904262021,4.026695124674532,4.025339819327591,4.0267301100828705,4.025572191466036,4.024992493755821,4.023511967314759,4.022821125141979,4.023921448737463,4.022727605977026,4.024491435356949,4.0233808516022185,4.0239236993297505,4.024127137259663,4.024031863312966,4.0252178476674,4.024192410218415,4.025624777351249,4.024211953153952,4.025491038500739,4.024491350783302,4.025160853431007,4.02559359285017,4.025058052579518,4.026354169715015,4.024852330532315,4.026147081577818,4.024370885266086,4.02547651699359,4.024712772144482,4.024965852366769,4.024724212041307,4.023770642157585,4.024760545179302,4.023722367349341,4.025187238822784,4.024268016279057,4.024991575106955,4.024963710702375,4.024961170637514,4.025406226077892,4.024267491200267,4.02518324791839,4.023697224095146,4.024892503672925,4.0231616897814,4.0239744239467585,4.023114247746942,4.023238966389124,4.023578834411016,4.023093845538042,4.024222362747518,4.0232087475829825,4.024555328030323,4.023032341444829,4.024174931983725,4.022996960489999,4.023330496612241,4.022667491398598,4.022172132848954,4.022536905746921,4.021340567935745,4.022394635407233,4.020815754074452,4.022047866071171,4.020626393640146,4.0215054455178105,4.020576860989029,4.02073595265659,4.0207951601639245,4.020086734191415,4.0208062020308395,4.019751201638758,4.020620406170022,4.019325019623918,4.020266975910285,4.019090502085472,4.019759358909481,4.019285613485628,4.019473078088044,4.019848851130622,4.019833099669768,4.02051332275694,4.020178538665649,4.021340392786636,4.020218193848478,4.021490642614829,4.020370901217484,4.0210058964922,4.020395873836009,4.0208422075652885,4.020868172950094,4.020385169490514,4.0209395496050515,4.019545533772175,4.02041089620494,4.0189160086323605,4.0198194910061,4.018764864104845,4.0195703391781334,4.019207602155566,4.019578394984193,4.0199867845596,4.019894780616151,4.021017408021965,4.019894019636803,4.021373965829736,4.019641482299122,4.020847612177762,4.0194785996736835,4.020188839809166,4.019702769243399,4.019397373191819,4.019895372367649,4.018867036103435,4.019653169512454,4.018109366700187,4.019294291706902,4.018149865578775,4.018950833768783,4.018636348099815,4.01892683137008,4.01933322802101,4.019024937163661,4.019514806154763,4.018355395079272,4.018871503211326,4.017725039495194,4.018495086576442,4.017507095888914,4.018164628899602,4.017987109610674,4.018466580765293,4.018941419929519,4.018914255863923,4.019412906274886,4.018018095901427,4.018935623573138,4.0173554064046355,4.018213800505309,4.017117138212681,4.017400444002412,4.017197372602909,4.017130915678823,4.0176788532722165,4.01686113730987,4.017896351663336,4.0165550591724735,4.0175832073264175,4.016406284948418,4.017047628819569,4.016781268856974,4.016758566929643,4.017130665471948,4.0164417857778085,4.017203446619535,4.016186402024811,4.0172964711199395,4.016133468591124,4.017126164570795,4.016433868102736,4.016496837770659,4.0162238733513655,4.016032055177735,4.0165107787412575,4.01578245314526,4.016615203296959,4.01551938635362,4.01629808845096,4.015849916267523,4.016419666725533,4.01647177662644,4.016556643993047,4.016955474765495,4.016507183498142,4.017494878756901,4.016630048434894,4.017699350245745,4.016754026366874,4.017291915125894,4.0170897711489975,4.016989337088023,4.0171920697550805,4.016499312203981,4.017173659253326,4.015715447119807,4.016372756333594,4.014898942101683,4.015224168698962,4.014751951833377,4.014665191175717,4.01481989951401,4.014150945928072,4.014782638587801,4.013710457065627,4.014421729841453,4.013399575077188,4.013709756741216,4.013338910094742,4.013383170496574,4.0135013985690176,4.012915720160758,4.013382203881923,4.0119771102586865,4.012639171059162,4.0115799878205785,4.012050528398728,4.011325621796654,4.01107784122483,4.011239390344555,4.010541478285202,4.0110545162037,4.009898377963499,4.010577641348433,4.0096422968419265,4.010145083703965,4.0098082614286765,4.0099313778025545,4.010104541692816,4.009855442703861,4.010560503987985,4.009401037725783,4.010110653753687,4.0092658842157,4.009790337157838,4.00922024642737,4.009226889934127,4.009130175422888,4.008532877648398,4.008951790833921,4.008059465224674,4.008645268709733,4.007804536885957,4.0082471427170745,4.007813665134422,4.007810276675355,4.007890243452639,4.007371133919119,4.007674609261164,4.006536777746209,4.006928040446125,4.005867400296804,4.006095456015716,4.0056199766629055,4.005416382314021,4.005512401168794,4.004890472359952,4.005214269000893,4.004432159771813,4.004789765497069,4.004042902141293,4.0043345205534155,4.003916164044875,4.0039353817168335,4.004117430556592,4.003842040034337,4.004227490955875,4.0030957569370065,4.003558058211353,4.002270586571565,4.002355332803944,4.001607206072497,4.001360058326748,4.001270488877187,4.000910165262192,4.001235622141565,4.0008506815149145,4.00160013677655,4.0012251509356895,4.001929999932531,4.0017906266302665,4.001991877620868,4.001972366021126,4.001634044845147,4.001808742905795,4.001032678932285,4.001518044282276,4.000474852311722,4.000788178956078,4.000217777265871,4.000483533727727,4.000605036346766,4.0005804439002075,4.000921884467829,4.000512486642561,4.001084523574543,4.000613735308529,4.001108120137721,4.000802814664556,4.000946836744312,4.000735230813603,4.000708274672467,4.000626979443913,4.000191697956923,4.000274518809901,3.999632321637713,3.9998552544257975,3.99933297923301,3.9994485480644646,3.999308648175561,3.9993597873190065,3.9994844508586747,3.9993240307532485,3.999592275834486,3.999504347438242,3.9999266695405487,3.999851382250745,4.000082311815146,4.000099644147547,3.999623940707232,3.9993593573453814,3.998542404014737,3.9988196941217593,3.998145930334611,3.998149796404509,3.9974422503694873,3.997896748397259,3.9978843098872403,3.9982570525066423,3.998437165042161,3.9984123405048013,3.998606736959637,3.9985267615684625,3.998929547190566,3.9986747421612483,3.998934244844541,3.998539227299913,3.998684188927571,3.99837824183113,3.9983785344520584,3.998180119965038,3.998485052662193,3.998234904686089,3.9983032665722678,3.9981994135372334,3.998196484367738,3.998205549159606,3.998195877583026,3.9983267000819036,3.998596990875321,3.9987932145675984,3.999183759905738,3.999370083791352,3.999705666682116,3.999331863449638,3.9993463389298354,3.99844566732436,3.998136313020111,3.99732175555989,3.9972276354005802,3.997084643177319,3.9966801312706584,3.9969216100113187,3.997256709661106,3.997976879805268,3.99829421431778,3.998941698195883,3.998897414279154,3.999159631001274,3.9987267389804013,3.9937793657689085,3.9981329082232877,3.998209181095833,3.998821351080423,3.999123832364559,3.999124025776776,3.9994154759444305,3.9994981494731654,3.9995118233328775,3.9996269966495355,3.9996589031216767,3.9996732279706406,3.9997423398170007,3.9997092713512634,3.9997384951788346,3.999736716688929,3.999722498030557,3.999740281104576,3.999742047541403,3.999847373694654,3.9997706404506252,3.9998536281662096,3.9995175577034603,3.9993391622124834,3.9988299601802897,3.9986798714199443,3.99826477345939,3.9980962515622456,3.9979190033099186,3.9979743265229404,3.9981242461820417,3.9982568097628897,3.9985856334775853,3.998702047384617,3.9990917586362684,3.9992270270912313,3.99429380326199,3.999095429141882,3.9981092286254594,3.999274940260679,3.9988441691096956,3.998741692950111,3.998784085095255,3.9985872933800266,3.9986526419362605,3.9987208543298443,3.9988553962743527,3.9990951914672137,3.999326979574629,3.9996285152746682,3.9998979172348084,3.9953601302804813,3.999866828061661,3.9998881037785523,4.0012682113162805,4.001344348897325,4.001290568794571,4.00111959850181,4.000818619787564,4.000767647495804,3.995428672911158,3.9997258940357465,3.9996743655241995,4.000231140988991,4.0009496354712,4.000780370302547,4.001081198469621,4.000958364658928,4.001215479263149,3.9960232650827243,4.000173088071168,3.9996259543504875,4.000793332419387,4.001521838201835,4.001153224360155,4.001987533479493,3.99655295777106,4.000530188356026,3.999229571508042,4.00155241365275,4.001033593142204,4.001173694062883,4.001769737198254,3.995756505572491,4.000065657107328,3.9989257854184705,4.000991743067658,4.001193994606882,4.00177431149955,4.002395710759894,4.003370917808258,4.003465909118349,3.9995326429774867,4.003236718512191,4.004908485416409,4.005830361049752,4.006173612406103,4.006475126842219,4.006787105040353,4.007378962334069,4.007488750234457,4.009180431302076,4.00864317581373,4.0101397605630815,4.009673219419012,4.011742456101916,4.006724766532296,4.011613063898626,4.012008325336359,4.0159193311874635,4.015845821026459,4.0179803141997485,4.017899844055259,4.018630607367201,4.018747949180669,4.018783597410365,4.019746747481068,4.0196101837438105,4.021728207621851,4.021638711326022,4.024204354292561,4.0235880811225915,4.025396782315706,4.019865468315316,4.024755846477085,4.024822094986675,4.028566961029631,4.028081070773443,4.029876531019296,4.0292543266721434,4.030385872134776,4.0304889637263805,4.030891456813529,4.030709439222011,4.03084703320138,4.0305493742241385,4.030478612261106,4.030201077908573,4.0303845406212595,4.030098034838238,4.028823692638331,4.0283907955428555,4.027030612599075,4.027168965238419,4.025834294228622,4.025551406333893,4.025192121795993,4.025366561354726,4.024899997949486,4.024257138432306,4.023148584696013,4.0217929040842835,4.020471986803667,4.017907406932254,4.015574931638939,4.015358638934293,4.012254992109023,4.008723915119155,4.005606120814127,4.00130849309752,3.998377172618375,3.9944237899036237,3.991868557943517,3.9885190899475065,3.9884719606205876,3.987518473140745,3.98572947247388,3.9827432011375934,3.9804508784447976,3.976531925411294,3.9734040401029507,3.9673685312818696,3.963280889400732,3.956463310604975,3.949816720419535,3.9390845532894336,3.930440173513576,3.922169242202097,3.916481138722516,3.9128799018806983,3.9103707639242034,3.910003942201274,3.9080450579326556,3.906817281355321,3.9046857565291884,3.905048641097933,3.9033957719767733,3.90039150101506,3.899762545487375,3.8935002459890895,3.8925395400302065,3.8870939644351625,3.8860612439783893,3.8837471936551538,3.8843168627931712,3.8891872317031617,3.900334919717361,3.908638562074146,3.9197213730206393,3.929941341732775,3.9406907280134567,3.950580092925728,3.9589720619278213,3.9703072222291054,3.970726901235245,3.9710966298211945,3.9710639171421227,3.9711296107964467,3.9709994178689056,3.9708905713828324,3.971079090305116,3.971421668218136,3.9715720102360175,3.971436856471179,3.971501555983743,3.9719870965000146,3.972294870799128,3.972480899616041,3.972661174161568,3.9728283535216926,3.972999161250732,3.9727897017626215,3.972424273957143,3.9722456553123235,3.9721427421182165,3.9714926236288637,3.970877990774534,3.9732274338011173,3.9741533487374228,3.974487719558327,3.970112100183123,3.969907939841618,3.9699569932343723,3.970250852853362,3.9705813295581827,3.9710510641766863,3.9715328190274795,3.972253969656996,3.972969508486093,3.9735232853968596,3.9737492768479137,3.9739492371022536,3.974049474826774,3.9740764336413723,3.9740385405244,3.974532159198695,3.9750786530542195,3.974951354883558,3.9748733604863977,3.9743064579570357,3.9738368976946203,3.9732535115143475,3.9744477521225914,3.9755302570418545,3.9767855835196064,3.978057218308313,3.9799793808258865,3.980823572803036,3.9810528469820836,3.980854688853962,3.9815418473948103,3.982684677595084,3.983432892865457,3.983869326687123,3.9845428064461315,3.985495700245729,3.984924403429637,3.984455350390938,3.984672542732411,3.9846155194354065,3.986341537246701,3.9873866223735623,3.9885859890234014,3.990091447488858,3.9926187889952405,3.9959019293480464,3.9972652933998036,3.9992990913062827,4.000495267140504,4.0029166997351195,4.004738777777073,4.0065567114988205,4.008945943350273,4.010919819690397,4.010805471449231,4.010961586292683,4.012473763767998,4.014367734567445,4.021410978684781,4.021521827714483,4.020023002915231,4.021079877704319,4.017044659155631,4.01806611775353,4.01533603163653,4.015440159833852,4.015798040397668,4.0224227894956845,4.02051696588238,4.011858306407049,4.018340507878781,4.013658610952515,4.016623240306349,4.02425468582381,4.021296602423206,4.021179553286984,4.02016002601421,4.020851573549345,4.019750130326985,4.028400682559261,4.024655819975556,4.023526069245296,4.020964981930441,4.0189453417020005,4.018993391228275,4.015472250906213,4.015072561714248,4.01336872493485,4.015810410353822,4.016933036386503,4.019548919807603,4.021836803037044,4.023689033528877,4.024801013599751,4.03557429496774,4.022735343975887,4.0235921503689225,4.032092855230086,4.039011915506861,4.024402051592276,4.023554325831613,4.025934678055066,4.040921818060572,4.037479602211711,4.036078313295713,4.035697200176707,4.046731070329617,4.049482934157501,4.0504838496665005,4.046759194028636,4.042239510107973,4.039551609417371,4.039627139641747,4.051505833199428,4.037876865410957,4.044503635618733,4.050439970570254,4.039532240712985,4.03398565948579,4.031120299902988,4.03898487318019,4.029724583457454,4.027225415338244,4.025342806589111,4.02380544254786,4.023203128751246,4.021824299405968,4.022158165695168,4.020890621829704,4.021279597925201,4.014109599439052,4.016360913858186,4.0132106526498355,4.013143294572697,4.008349891497231,4.002616597243506,4.000344279315659,3.9956028213762345,3.9946856152834034,3.9912666853769108,3.990514310490574,3.9883983497845583,3.9874751584831496,3.9850733979278687,3.9824790054882593,3.982352596317848,3.9803265796205176,3.980398022972602,3.979032265524178,3.979675681625392,3.97858228338718,3.9789009416583934,3.9781635590569726,3.977970260617109,3.9784289236270753,3.976893779987371,3.9782801021426764,3.97735373390486,3.97741998641245,3.977556142774884,3.977306311648747,3.9764275467820887,3.974851549027386,3.974278703066429,3.9730781884414097,3.972527229192706,3.972044830462817,3.97185316316713,3.972866877354333,3.972084096431999,3.9722866142657622,3.972693672517682,3.974963501013633,3.976215361968063,3.97734262887416,3.979390879621004,3.981091917103045,3.9823430381626532,3.984684771137014,3.9823890864358553,3.980129671061342,3.979592822519061,3.98387648196252,3.9869461363908476,3.983072945746526,3.9809678831701856,3.979892287926153,3.979118342193138,3.9778032050546868,3.9773631979714152,3.9757496978230957,3.9751766849341825,3.974190562327667,3.972939008180953,3.9721477817240634,3.9706987224083297,3.9700387107631854,3.9692472576266966,3.968254387551151,3.9679482894860323,3.9676849704212582,3.9692388290275042,3.969447760122362,3.970430671259099,3.9701513607922085,3.9702154870916235,3.9704999694536895,3.969917552876639,3.9709950018729083,3.970633797392353,3.9706145654877285,3.97044973183541,3.9695383351523605,3.969857628068809,3.9694336463812925,3.9698237265548437,3.970483023799724,3.970441694361958,3.9723298782364242,3.972536467265488,3.974422434467473,3.9756196313566092,3.975795019597814,3.976259091038,3.975481233218579,3.9758835668860444,3.9756647740350175,3.9754110686928636,3.975999055508698,3.9750957588587683,3.9752849573541686,3.9752070045585475,3.974293038428585,3.9746777733652148,3.974227469723864,3.9743993684108365,3.9744455752196384,3.9741395086528337,3.9748875816862035,3.975404155866504,3.9764508308745676,3.976567787281234,3.975462880410241,3.9760024822202285,3.9749649052629525,3.9748142370712944,3.974793234077035,3.9737464176516104,3.9738357706662377,3.9732015909161946,3.972189984114757,3.9723671681829287,3.9725549919998087,3.9735813220402143,3.9742903775494622,3.975282527954753,3.9770623821095925,3.978089869960926,3.979649787068811,3.980711534822195,3.9824342824256433,3.984120820690938,3.984374150578704,3.985614589330541,3.987081176316916,3.9885665821253284,3.9907125789434104,3.991346480015837,3.9924339598473537,3.99314241367518,3.9928282061568763,3.9936369358711303,3.9940824938290316,3.994160542791122,3.995074849372102,3.993841705558223,3.994334950381684,3.9947848667436197,3.9936781857337813,3.994429477295864,3.9943433017031227,3.994204254458711,3.995127747496766,3.993922477989727,3.9948709136749834,3.9955764303524424,3.9941588635708625,3.9944376639751726,3.9943900435674244,3.994152563820176,3.9947762291637297,3.9941537631652713,3.9948693497339622,3.9959701720034113,3.995001380887377,3.9952369891493156,3.9949214945908142,3.9943576578076114,3.9946740647440278,3.9935934357565377,3.9935923987468245,3.9940255051944016,3.9930384922498985,3.9935343770956298,3.993778987503295,3.993166296675637,3.993674145341362,3.9931324208627803,3.9931065415748677,3.993797089011433,3.992398748422095,3.993075924956676,3.993790560121604,3.9932401949902467,3.9939121898301395,3.994619576861135,3.994849187711064,3.995578527756554,3.9943453582510005,3.994826640013044,3.995246669843709,3.9940436842575875,3.994462283100611,3.9950661159504146,3.995102673433198,3.9963893224964586,3.996967405588107,3.9982430716541937,4.000034979183078,3.998794692590601,4.000006370242374,4.000680438942119,3.999253794446628,4.000192322835211,4.000437284425567,4.000322705582768,4.001700144348404,4.00085851889956,4.001521611119694,4.002937038598077,4.00102191557002,4.0019301900048605,4.002259665885973,4.000981832877311,4.001534921099609,4.000952411547534,4.000953869273642,4.0021100791997695,4.00061465963112,4.00155233267162,4.002568681336682,4.001160093903099,4.002260626213528,4.002282496979508,4.002039107664404,4.003158049740521,4.001980130339323,4.0024985043023005,4.0033053579907945,4.001372800423485,4.002160356385118,4.002202037258562,4.000943738185888,4.001568371366763,4.0010084670097426,4.000823894091921,4.001502730702225,3.9999894687314113,4.000896196434159,4.00190041118043,4.000671963564686,4.001895967647841,4.002585481514908,4.002488295630231,4.003179948457848,4.002601234641544,4.003110280485993,4.004050467067007,4.002206090655183,4.002968520937854,4.003270000363818,4.001803743208137,4.002206418362773,4.001907486599052,4.016492115453275,4.005806000373048,4.016046986835654,4.016523493519636,4.019637484498009,4.022762710778613,4.025027319405682,4.022105384417275,4.022350589712006,4.019314936028949,4.020637903316826,4.017558913976821,4.0154763634146216,4.015493849460871,4.013676139392448,4.012164032162503,4.010496711759748,4.009386526022531,4.012028955797112,4.009766342445359,4.009049848154499,4.007990858108276,4.006993987066579,4.006914423220446,4.004846316403181,4.004707775404857,4.004744139803354,4.002252255623663,4.002590337880361,4.002456982169134,4.001071514493086,4.001652569821073,4.00171927110671,4.001511961581082,4.002790157450147,4.002097112503128,4.003060958837527,4.005271727987768,4.004616543976273,4.0067148352968385,4.008625770147872,4.008884459206486,4.0112176590028765,4.012228760779729,4.0136388269943275,4.01587352144332,4.016034390487388,4.017772164476449,4.020360428346202,4.019468846855586,4.021644880447236,4.022776702268617,4.022819168836921,4.024267499371364,4.024529802723906,4.025470226265424,4.02715415057453,4.026012417803884,4.027442517162866,4.028664678601412,4.027589136126415,4.028795591616967,4.0290802954543965,4.028831578995718,4.029809041646448,4.0287483669152495,4.029887149417377,4.031025363145687,4.029241554650652,4.030214048672606,4.030142689387498,4.029658750322543,4.03019842423831,4.03034133074504,4.0311965099123,4.0330270698564386,4.034883125544458,4.037344325783396,4.03805954677345,4.039624427702564,4.040367465191583,4.0411684219917445,4.041853122091094,4.0405242462382445,4.040763916440028,4.0393192084016585,4.0390307780516475,4.038139823291165,4.037516420510579,4.037835970842653,4.036094022905639,4.036311476166982,4.035265109616088,4.034853360447648,4.0345986766025606,4.0338133196472725,4.034476435195891,4.033703752095508,4.03442503438669,4.034611148219755,4.035195949037767,4.035890486318189,4.035576666659303,4.036462522678377,4.036015654069839,4.036473335929969,4.036344290119653,4.036834011101698,4.037429479646404,4.03651909084358,4.0371949261244415,4.036018315401584,4.036628329827176,4.036049228093934,4.035839700922701,4.035966286233737,4.0351985188198505,4.035732181083558,4.034263675624625,4.034738834178727,4.0340911793350065,4.034291028082864,4.034656061245658,4.034559026466724,4.035698504806478,4.035089082678908,4.0362579142086,4.035739287491879,4.035783674654654,4.035726831460574,4.0351320781936035,4.035589577939305,4.033879009888287,4.034080910128131,4.033109463488458,4.032907648145219,4.032680231127538,4.032316822964916,4.033060927882273,4.032823254864297,4.033912863219885,4.033557395462921,4.03415787502574,4.034117187209956,4.033986675937356,4.0340339745346006,4.033564159413125,4.033661923299048,4.032985965554483,4.032786119967409,4.032610541280835,4.032630107770394,4.033001874266603,4.0333929792185375,4.034156624309613,4.034550955496268,4.035474299991858,4.035572053984209,4.03603622350803,4.0358333704199625,4.035465945522313,4.035037461327178,4.03488428693425,4.034678267980927,4.034921753480393,4.034979329019386,4.03549203727551,4.035675936115048,4.036098798032341,4.0359111126610685,4.036117544912263,4.036048561156351,4.036021504335462,4.035508207207229,4.035166703617495,4.034840762040765,4.034319208145804,4.033989715977045,4.03367413539636,4.033367574384742,4.033262489641328,4.032955691145726,4.0333544509500445,4.033112541630962,4.03365225112894,4.03345992408381,4.033659643926113,4.033719669514896,4.033796170833167,4.033818266322704,4.033717067674628,4.0338867721813525,4.033802841898183,4.0339634728772475,4.034002856398971,4.034203117978381,4.034176665495361,4.034124735793268,4.033533140926819,4.033604751665409,4.033855399554845,4.034064526004801,4.034673522520208,4.03464938143221,4.035129627971623,4.034910077434204,4.035100079775069,4.034894424829154,4.034773982426387,4.035347628770467,4.034110440145573,4.032858604892646,4.0265587416719315,4.012075176588249,3.993688517827313,3.963188182169362,3.917407790286795,3.8786365894317987,3.8425974305084156,3.808414888615191,3.7707571594186575,3.7383832731549314,3.7082510130041815,3.676784150537521,3.6571505722604165,3.6437224487714692,3.629771605490385,3.6193068679995175,3.6026322204277252,3.5834421196407833,3.5692200093357522,3.5402129258218618,3.5122152720948527,3.5134732118011116,3.5091245511957823,3.513340740498209,3.5212431005346314,3.5039803776088863,3.5024060666314654,3.47791246133997,3.492228875115042,3.496890799644534,3.4849733782788364,3.48437973907137,3.478962473179176,3.4867428325589755,3.4883013836334467,3.494762612412691,3.4884607154864735,3.491347354239746,3.4782528287337278,3.468273876874627,3.468488230334443,3.4569347826780636,3.4475779850429995,3.4408723776671737,3.4372497107412237,3.435426507069459,3.4387773084907876,3.4390590905854745,3.4379720482110185,3.4382433490571134,3.4254257541519806,3.4155618732321553,3.433534642254873,3.4506572241906035,3.445476472859567,3.4606012311478787,3.4685045951669213,3.4769131494541767,3.4806166364739557,3.455970897737837,3.4554121440653636,3.4557902111188046,3.429057879033132,3.4257157685032045,3.4267376474553584,3.4234804294928542,3.420180875997746,3.4326405291550484,3.441318489661745,3.441728921617119,3.4464509961708734,3.450333803190195,3.4664500291181546,3.4816594609362204,3.4945072292797286,3.5129002839746093,3.5324747210329597,3.5512979891161045,3.5654160261757752,3.5920784022661483,3.607346111661603,3.626228107690672,3.647442657874592,3.6734367639741707,3.6972240362202684,3.722599953134302,3.7491697812744342,3.7677552343228182,3.7897066926085454,3.805708112603231,3.8212087007773685,3.844369146392591,3.8622748539730263,3.8706317161898123,3.875109410296514,3.8832910091795974,3.8877349423049514,3.8929193590213638,3.9012617995798937,3.9066042945049784,3.911285745958394,3.914758009322547,3.9186663902089593,3.9224418270866397,3.924724926187106,3.9284954659068654,3.926844914972136,3.9309364844183574,3.9275337113903372,3.9251152443606525,3.930007943263639,3.927008059398395,3.9227673285141083,3.927421717229975,3.9269528962118634,3.9288072118034076,3.9328347257171767,3.932836316300394,3.9321901862290654,3.932509389257837,3.936539510847446,3.940229885736483,3.9374160553225392,3.935088036289161,3.9317144503242654,3.9317798094580425,3.9265888067936787,3.9233213379666494,3.9240562514759736,3.926658214421017,3.926385525384029,3.9287931869698545,3.9314717735184113,3.9305244889220905,3.930119470237169,3.934858459396828,3.9355347118422936,3.9349481882727995,3.9358221689616246,3.9375193586941304,3.9387984225225963,3.9382704012408305,3.9391161551573317,3.9447791544067274,3.945985260573858,3.947450594062605,3.948269484269904,3.954442082775952,3.960174121776975,3.964465455451435,3.9677907027487316,3.9729538244057867,3.9766513022240564,3.9776740334011405,3.9778096223415136,3.9786460884939494,3.978732558420787,3.9783842683350916,3.9792283349357023,3.9795301794801956,3.978928952621443,3.979057695224366,3.9794173737627574,3.9790648876235615,3.9780696165344698,3.978931746968119,3.9792607655072874,3.9786484495328467,3.978815477483973,3.9796277225377943,3.9801142755309318,3.9799199326103913,3.981035317621675,3.981796432940131,3.981946076325987,3.9844498731325575,3.9866801526817564,3.988182495761005,3.9901273943754245,3.9927544211382773,3.9933203723643214,3.9945192368137006,3.9952580400912243,3.9959755853767684,3.9949347221865152,3.9948612601993823,3.995622148929212,3.9943265277355824,3.9940159751172755,3.9941785337960796,3.9951724776209727,3.9943016461241747,3.9945379834366683,3.9950604867054076,3.994746833903541,3.994341088100676,3.9943121442538234,3.9952110706363566,3.9944071371595484,3.994613477077524,3.9951254237580676,3.9956591604806557,3.9957970913490772,3.9964578067468017,3.999749301303561,4.001474639235344,4.004441677082666,4.006774586886878,4.009341431943799,4.010371935756087,4.012881797275037,4.0152427814471014,4.015018350377622,4.015450908734924,4.015827229713681,4.015925802077759,4.012660584973016,4.013172690662419,4.013300802098274,4.0145761303073,4.013843556898602,4.014822491577948,4.016217802024531,4.017278645225451,4.018928452238707,4.020664206232074,4.0225858530676435,4.020511751947444,4.021346019376703,4.02236148079079,4.023966516150191,4.023796764121112,4.023608582336936,4.023811094149208,4.023908657774355,4.023318306594929,4.024165737451406,4.026495957945997,4.02712525152336,4.027868588163233,4.030001603927371,4.029939831829099,4.0286719915348375,4.028184245685798,4.029816603293939,4.0290784979172845,4.028116721994928,4.027570490915912,4.028524048581699,4.030575505546683,4.031617625017906,4.033404411669249,4.034810044055741,4.034906047016667,4.037273009513289,4.038960559033041,4.04067227262247,4.040531480992749,4.040585799196308,4.040495692709083,4.04148218621526,4.0417494245899945,4.041732195115829,4.042889396718947,4.043980477009027,4.044575029797256,4.042737626044523,4.043175836166158,4.043048963009649,4.043613667658754,4.045418588922482,4.043699514037499,4.043267510623072,4.0431122315752335,4.043272884106044,4.0428937010094055,4.043997220360763,4.043982942125484,4.044484435730854,4.045238747644159,4.045804647444028,4.046370095943795,4.047553341823084,4.048096187390597,4.0487072563457716,4.048056889603646,4.046471229243287,4.046128737856719,4.046039720290374,4.045204685737713,4.045478715477954,4.045701462154774,4.046314719994773,4.0472775841201445,4.048183527628258,4.04832280288539,4.047896225805186,4.047952504706579,4.048069705301173,4.047947846846417,4.048630565968602,4.049248722535366,4.049588487852653,4.050618192935163,4.051513958078177,4.051536055034037,4.052323566844766,4.052696558573485,4.051435241536106,4.051600344791407,4.051257821651792,4.049464192367779,4.04933133956786,4.049000948364747,4.047731566965071,4.047769882759887,4.048174807686288,4.04731519522506,4.047910699145409,4.048496925070781,4.0477780241062815,4.048306509148711,4.048902552495724,4.0479919636884025,4.048327954092104,4.048496831643903,4.047444636884643,4.047922103590799,4.048316739645994,4.047092302676491,4.047507049159763,4.047898961685438,4.046674003314446,4.046952135888789,4.047304824871166,4.04627955095486,4.046677394806094,4.047378730362582,4.046576780977791,4.0470877035235375,4.047719541615127,4.047483258776798,4.04839826154621,4.0486909809737455,4.047577052840933,4.048440016526306,4.047896433534524,4.047222951256878,4.047791610837853,4.0466595924969155,4.045913533510706,4.0463285115805405,4.045256177526221,4.044863712400531,4.045277351560921,4.043976688923621,4.043663291040078,4.044225382393192,4.042594742087068,4.042802957790288,4.0430068203461325,4.041911089001687,4.04266859381503,4.0429830590952065,4.041515159459883,4.040348981467657,4.037901504412698,4.033845248363063,4.03110757430213,4.027192025775593,4.0232183249606805,4.019964693743933,4.015702532560626,4.011597926785736,4.007858125990747,4.00574597868872,4.003871005562744,4.002833851834902,4.001796163455418,4.001347511164587,4.001377385931643,4.001159583102828,4.001045741444311,4.004164084181827,4.008257534409829,4.013931606366116,4.020365985710327,4.027186797971259,4.031192852887099,4.03582079270134,4.039799275741086,4.042754894679837,4.042772252422489,4.0423949231625045,4.041181397946754,4.039729909532582,4.039648446097221,4.04005792818333,4.040152063096906,4.041258336691629,4.041304624962893,4.041381406253971,4.042113043087602,4.0412795362144,4.041511431887979,4.041171163145737,4.04002604840926,4.040513370729447,4.039326051644221,4.038860585190223,4.038944326838731,4.037776996731802,4.038120000121322,4.038103902895341,4.037547223456866,4.0386290703457375,4.038104312265675,4.038496618185583,4.0391129312506315,4.038536002378402,4.039389509755846,4.039425660670566,4.039463491673648,4.040316904756086,4.039707561074277,4.040087303223858,4.040019673645223,4.039061650312074,4.039659669840056,4.0385157285194975,4.038552490240978,4.0386253251667315,4.037821941363402,4.038397722236802,4.038107517110162,4.037880644040841,4.038679747767472,4.038281874588002,4.038822699194696,4.039223190733656,4.0392511712191945,4.040037301983538,4.040000501168866,4.040629019608308,4.041077906523403,4.041106722014572,4.041370714517095,4.041041042074287,4.040801231738756,4.040881802876994,4.039744953092048,4.039832021424951,4.039093228425841,4.038669750560533,4.038831426974266,4.038216995217092,4.038745666883529,4.038405874395558,4.038132364190446,4.038574934743562,4.038004574013934,4.03856250144616,4.038668163205618,4.038937542374021,4.039570325083968,4.039149190861936,4.039560757595583,4.0393487772974375,4.039110322815482,4.039350492955046,4.038554656869475,4.0386488912209675,4.038519745957698,4.038707343572388,4.0394340274713985,4.038717038890687,4.039109209449255,4.03898165289596,4.038772042578715,4.039196418146649,4.038460733182915,4.038513548234572,4.038221447274402,4.037806155908069,4.038122823328894,4.037519851031135,4.037672449857543,4.037598045135345,4.037405014588138,4.037619657019993,4.037133763861925,4.037184690856034,4.03689816971713,4.036676797612011,4.036843383889081,4.036756252482726,4.037114083032732,4.037032962194392,4.036979768338768,4.037269514062361,4.037153360127319,4.037301416471022,4.037348609044969,4.0374166772697775,4.03761883558611,4.037678158709125,4.037976743033342,4.038222543221604,4.038787222848368,4.039058440254621,4.039445269984105,4.039794038635563,4.039782416964442,4.040042870622365,4.039817318004568,4.039716538278221,4.03936213778311,4.0392409077338085,4.038970240262348,4.039080137004267,4.039076430830446,4.039070871850567,4.039599351981812],"data_position_x":[0.03794115036725998,-0.7771334648132324,-1.5928411483764648,-2.409183979034424,-3.2261741161346436,-4.043814659118652,-4.8621063232421875,-5.681036949157715,-6.500601768493652,-7.320793628692627,-8.141589164733887,-8.962990760803223,-9.784984588623047,-10.607558250427246,-11.430729866027832,-12.254486083984375,-13.078836441040039,-13.903787612915039,-14.729326248168945,-15.555482864379883,-16.382259368896484,-17.209667205810547,-18.0377254486084,-18.866443634033203,-19.695829391479492,-20.525888442993164,-21.356616973876953,-22.187997817993164,-23.02002716064453,-23.852693557739258,-24.685977935791016,-25.519866943359375,-26.354352951049805,-27.189428329467773,-28.025087356567383,-28.861326217651367,-29.69814109802246,-30.53554344177246,-31.37353515625,-32.21213912963867,-33.05138397216797,-33.89126968383789,-34.73181915283203,-35.573028564453125,-36.41490936279297,-37.257442474365234,-38.10060501098633,-38.94438171386719,-39.788753509521484,-40.633697509765625,-41.47920227050781,-42.32524871826172,-43.171836853027344,-44.018951416015625,-44.86660385131836,-45.714820861816406,-46.5636100769043,-47.41297912597656,-48.26301574707031,-49.113731384277344,-49.965126037597656,-50.81723403930664,-51.670005798339844,-52.523399353027344,-53.37740707397461,-54.232017517089844,-55.08720016479492,-55.942935943603516,-56.79922866821289,-57.65607452392578,-58.513465881347656,-59.37139892578125,-60.2298698425293,-61.0888786315918,-61.948429107666016,-62.80851745605469,-63.66914749145508,-64.53032684326172,-65.39205932617188,-66.25431060791016,-67.11709594726562,-67.98040008544922,-68.84423828125,-69.70860290527344,-70.5735092163086,-71.43898010253906,-72.30496978759766,-73.17152404785156,-74.03864288330078,-74.90632629394531,-75.77460479736328,-76.6434555053711,-77.51292419433594,-78.38296508789062,-79.25357818603516,-80.12477111816406,-80.99652862548828,-81.86883544921875,-82.74169158935547,-83.61509704589844,-84.48902130126953,-85.36347198486328,-86.2384262084961,-87.1138916015625,-87.98986053466797,-88.86634826660156,-89.74336242675781,-90.6208724975586,-91.4989013671875,-92.37744903564453,-93.25651550292969,-94.13611602783203,-95.01622009277344,-95.89685821533203,-96.77802276611328,-97.6597671508789,-98.54203796386719,-99.42488098144531,-100.30823516845703,-101.19212341308594,-102.07653045654297,-102.96139526367188,-103.84678649902344,-104.73262023925781,-105.61894989013672,-106.50575256347656,-107.39302825927734,-108.28079986572266,-109.16907501220703,-110.0578842163086,-110.94718170166016,-111.83702087402344,-112.72737121582031,-113.61824798583984,-114.5096435546875,-115.40152740478516,-116.29396057128906,-117.18685913085938,-118.08025360107422,-118.9741439819336,-119.86849212646484,-120.76332092285156,-121.65864562988281,-122.55448913574219,-123.4508056640625,-124.3476333618164,-125.2449722290039,-126.14281463623047,-127.04116821289062,-127.94001007080078,-128.83938598632812,-129.7392120361328,-130.63951110839844,-131.54031372070312,-132.44158935546875,-133.34335327148438,-134.24557495117188,-135.1482696533203,-136.0513916015625,-136.95494079589844,-137.85888671875,-138.76324462890625,-139.6680450439453,-140.57321166992188,-141.47879028320312,-142.38473510742188,-143.29107666015625,-144.19778442382812,-145.1048583984375,-146.0122833251953,-146.92007446289062,-147.8282470703125,-148.73672485351562,-149.64556884765625,-150.55471801757812,-151.46417236328125,-152.3739013671875,-153.28387451171875,-154.19407653808594,-155.1044921875,-156.01512145996094,-156.92591857910156,-157.83689880371094,-158.74803161621094,-159.65931701660156,-160.57077026367188,-161.48231506347656,-162.3939971923828,-163.3058319091797,-164.21778869628906,-165.1298370361328,-166.0419921875,-166.9541778564453,-167.866455078125,-168.7786407470703,-169.69081115722656,-170.6029510498047,-171.51504516601562,-172.4270782470703,-173.33912658691406,-174.25112915039062,-175.1631622314453,-176.07518005371094,-176.9871368408203,-177.89910888671875,-178.81106567382812,-179.7230987548828,-180.6351318359375,-181.5472412109375,-182.45921325683594,-183.37103271484375,-184.2826690673828,-185.19410705566406,-186.1053009033203,-187.01620483398438,-187.92689514160156,-188.83718872070312,-189.74710083007812,-190.65667724609375,-191.56581115722656,-192.47462463378906,-193.3828582763672,-194.29063415527344,-195.19764709472656,-196.1038818359375,-197.009521484375,-197.9142608642578,-198.81829833984375,-199.7215118408203,-200.6239776611328,-201.5258331298828,-202.42686462402344,-203.3273162841797,-204.22691345214844,-205.1259002685547,-206.02406311035156,-206.92147827148438,-207.81814575195312,-208.71372985839844,-209.60841369628906,-210.50192260742188,-211.39456176757812,-212.2860870361328,-213.17645263671875,-214.06597900390625,-214.9542694091797,-215.841796875,-216.7281951904297,-217.61370849609375,-218.49819946289062,-219.3815460205078,-220.2639923095703,-221.14508056640625,-222.02520751953125,-222.90391540527344,-223.78146362304688,-224.6575469970703,-225.53231811523438,-226.40576171875,-227.27752685546875,-228.14810180664062,-229.01702880859375,-229.8845672607422,-230.7505645751953,-231.6151123046875,-232.47840881347656,-233.3401336669922,-234.20071411132812,-235.0596466064453,-235.91744995117188,-236.7735595703125,-237.62843322753906,-238.4817657470703,-239.3335723876953,-240.1840057373047,-241.0326690673828,-241.88002014160156,-242.72547912597656,-243.56967163085938,-244.4120330810547,-245.25303649902344,-246.09231567382812,-246.92994689941406,-247.7660369873047,-248.60031127929688,-249.43312072753906,-250.26406860351562,-251.09349060058594,-251.92103576660156,-252.74691772460938,-253.57090759277344,-254.39297485351562,-255.21316528320312,-256.03125,-256.84759521484375,-257.6616516113281,-258.4740295410156,-259.2842102050781,-260.0926818847656,-260.8991394042969,-261.7035217285156,-262.50604248046875,-263.3063659667969,-264.1047058105469,-264.90057373046875,-265.6944274902344,-266.485595703125,-267.2746276855469,-268.0608825683594,-268.8446960449219,-269.6258544921875,-270.4042053222656,-271.17999267578125,-271.9526672363281,-272.7227478027344,-273.4894714355469,-274.2535095214844,-275.0140686035156,-275.7717590332031,-276.5260009765625,-277.2769775390625,-278.024658203125,-278.7687683105469,-279.50958251953125,-280.24664306640625,-280.9806213378906,-281.71075439453125,-282.4378356933594,-283.1612243652344,-283.8816223144531,-284.5984802246094,-285.31219482421875,-286.02239990234375,-286.7292175292969,-287.43267822265625,-288.1322937011719,-288.82855224609375,-289.5207824707031,-290.2096862792969,-290.8943176269531,-291.5755920410156,-292.2525329589844,-292.9255065917969,-293.59423828125,-294.2584533691406,-294.9186706542969,-295.5742492675781,-296.2261047363281,-296.8732604980469,-297.51702880859375,-298.1561584472656,-298.7918395996094,-299.4230041503906,-300.05023193359375,-300.67333984375,-301.2917785644531,-301.90643310546875,-302.51611328125,-303.1220703125,-303.7227783203125,-304.3197021484375,-304.9115295410156,-305.4989929199219,-306.08172607421875,-306.6596374511719,-307.2332763671875,-307.80181884765625,-308.3663024902344,-308.9256896972656,-309.4809875488281,-310.0312194824219,-310.5771484375,-311.11785888671875,-311.6534729003906,-312.1837158203125,-312.70855712890625,-313.22833251953125,-313.7427062988281,-314.2524719238281,-314.7567138671875,-315.2564392089844,-315.7505798339844,-316.2402648925781,-316.7242126464844,-317.2027893066406,-317.6756286621094,-318.14239501953125,-318.60382080078125,-319.0587158203125,-319.5085144042969,-319.95172119140625,-320.3898620605469,-320.82147216796875,-321.2476501464844,-321.6677551269531,-322.0818176269531,-322.49041748046875,-322.89239501953125,-323.2893981933594,-323.6796569824219,-324.0647888183594,-324.4434509277344,-324.816650390625,-325.18365478515625,-325.544677734375,-325.8999328613281,-326.248779296875,-326.5921630859375,-326.9286804199219,-327.2593994140625,-327.58270263671875,-327.90020751953125,-328.2103576660156,-328.5143127441406,-328.8117370605469,-329.1025085449219,-329.3873596191406,-329.6651306152344,-329.9373474121094,-330.20281982421875,-330.4629821777344,-330.7165222167969,-330.9643859863281,-331.2059020996094,-331.44122314453125,-331.67071533203125,-331.89337158203125,-332.1105041503906,-332.320556640625,-332.52490234375,-332.7221374511719,-332.9132995605469,-333.097412109375,-333.27459716796875,-333.4452819824219,-333.6082763671875,-333.7652282714844,-333.91436767578125,-334.0574645996094,-334.19293212890625,-334.3221130371094,-334.4442138671875,-334.5594482421875,-334.6682434082031,-334.7698059082031,-334.8653869628906,-334.95367431640625,-335.0361328125,-335.1113586425781,-335.1805114746094,-335.2425537109375,-335.29779052734375,-335.3464050292969,-335.3876037597656,-335.4225769042969,-335.44976806640625,-335.470703125,-335.483642578125,-335.4898376464844,-335.4881286621094,-335.47900390625,-335.4627685546875,-335.43890380859375,-335.4086608886719,-335.3707275390625,-335.3266906738281,-335.2751770019531,-335.2174987792969,-335.1526794433594,-335.0810852050781,-335.0029602050781,-334.9176025390625,-334.8260498046875,-334.72698974609375,-334.621826171875,-334.5089416503906,-334.3896179199219,-334.262939453125,-334.1292724609375,-333.9888916015625,-333.8411560058594,-333.68719482421875,-333.525634765625,-333.35784912109375,-333.1824645996094,-333.0005798339844,-332.81134033203125,-332.6151123046875,-332.4120788574219,-332.2017517089844,-331.9852600097656,-331.7612609863281,-331.53131103515625,-331.29400634765625,-331.0505065917969,-330.8000793457031,-330.54296875,-330.27947998046875,-330.00909423828125,-329.7328186035156,-329.449462890625,-329.160400390625,-328.8642883300781,-328.56219482421875,-328.2530822753906,-327.93731689453125,-327.61492919921875,-327.28521728515625,-326.9492492675781,-326.6058044433594,-326.2563171386719,-325.8995666503906,-325.53668212890625,-325.1671142578125,-324.7912292480469,-324.4091491699219,-324.0205383300781,-323.62615966796875,-323.2250671386719,-322.8182678222656,-322.40460205078125,-321.98504638671875,-321.5585632324219,-321.125732421875,-320.6863098144531,-320.2402038574219,-319.78814697265625,-319.3293151855469,-318.8648376464844,-318.3937072753906,-317.9169921875,-317.433837890625,-316.94476318359375,-316.4496765136719,-315.948486328125,-315.4415283203125,-314.9283142089844,-314.409423828125,-313.88421630859375,-313.3534240722656,-312.8161926269531,-312.27325439453125,-311.72406005859375,-311.1689147949219,-310.6080017089844,-310.0409851074219,-309.4685363769531,-308.8901672363281,-308.3065185546875,-307.7171936035156,-307.1225280761719,-306.52264404296875,-305.91741943359375,-305.30718994140625,-304.6915588378906,-304.0708312988281,-303.44464111328125,-302.81341552734375,-302.17669677734375,-301.5346374511719,-300.8870849609375,-300.23406982421875,-299.57598876953125,-298.9126892089844,-298.2447509765625,-297.5716857910156,-296.8938293457031,-296.21099853515625,-295.5237121582031,-294.8315734863281,-294.1348876953125,-293.4333801269531,-292.7272644042969,-292.0165100097656,-291.301025390625,-290.58099365234375,-289.85626220703125,-289.12713623046875,-288.3934326171875,-287.655517578125,-286.9130859375,-286.1665954589844,-285.4157409667969,-284.660888671875,-283.90185546875,-283.138916015625,-282.37213134765625,-281.6015930175781,-280.8273010253906,-280.0492248535156,-279.2675476074219,-278.48193359375,-277.6923522949219,-276.8987731933594,-276.1010437011719,-275.2994689941406,-274.4938049316406,-273.6844177246094,-272.87109375,-272.0544128417969,-271.2342224121094,-270.41082763671875,-269.58404541015625,-268.75396728515625,-267.920654296875,-267.0841064453125,-266.2444763183594,-265.4015197753906,-264.5555114746094,-263.7062072753906,-262.8539123535156,-261.99859619140625,-261.1404724121094,-260.2793884277344,-259.41552734375,-258.548828125,-257.6793518066406,-256.80718994140625,-255.93228149414062,-255.05467224121094,-254.1744842529297,-253.29165649414062,-252.40635681152344,-251.5184783935547,-250.62818908691406,-249.7353973388672,-248.84019470214844,-247.94256591796875,-247.04249572753906,-246.14007568359375,-245.2352294921875,-244.32801818847656,-243.41839599609375,-242.50650024414062,-241.59228515625,-240.6759796142578,-239.75755310058594,-238.83718872070312,-237.9148406982422,-236.99069213867188,-236.06466674804688,-235.13690185546875,-234.2073516845703,-233.2760772705078,-232.343017578125,-231.40818786621094,-230.47158813476562,-229.53326416015625,-228.59324645996094,-227.65145874023438,-226.70814514160156,-225.76316833496094,-224.81675720214844,-223.86878967285156,-222.9194793701172,-221.96875,-221.0167236328125,-220.06338500976562,-219.10874938964844,-218.15286254882812,-217.19570922851562,-216.2373504638672,-215.27772521972656,-214.3169403076172,-213.35488891601562,-212.39166259765625,-211.42721557617188,-210.46170043945312,-209.4950408935547,-208.52735900878906,-207.55865478515625,-206.58900451660156,-205.61849975585938,-204.64703369140625,-203.67474365234375,-202.7014923095703,-201.72750854492188,-200.75262451171875,-199.77696228027344,-198.80047607421875,-197.82330322265625,-196.84539794921875,-195.8667449951172,-194.887451171875,-193.90736389160156,-192.92666625976562,-191.94520568847656,-190.963134765625,-189.9804229736328,-188.99705505371094,-188.01307678222656,-187.0285186767578,-186.0433807373047,-185.05767822265625,-184.071533203125,-183.08497619628906,-182.09803771972656,-181.1107635498047,-180.1231689453125,-179.13525390625,-178.14706420898438,-177.15846252441406,-176.16952514648438,-175.1802520751953,-174.19068908691406,-173.2007293701172,-172.21044921875,-171.21986389160156,-170.22894287109375,-169.23773193359375,-168.2462158203125,-167.25445556640625,-166.26243591308594,-165.2701873779297,-164.27772521972656,-163.28506469726562,-162.2921600341797,-161.2991485595703,-160.30589294433594,-159.3124237060547,-158.31871032714844,-157.3247833251953,-156.33053588867188,-155.3361053466797,-154.34141540527344,-153.3465118408203,-152.3514404296875,-151.35618591308594,-150.36077880859375,-149.36521911621094,-148.36952209472656,-147.37368774414062,-146.37771606445312,-145.38162231445312,-144.3854522705078,-143.38917541503906,-142.39276123046875,-141.3961639404297,-140.3994140625,-139.4024658203125,-138.40533447265625,-137.40797424316406,-136.41041564941406,-135.4125518798828,-134.41444396972656,-133.41603088378906,-132.41732788085938,-131.41827392578125,-130.4188232421875,-129.41903686523438,-128.41893005371094,-127.41851806640625,-126.41778564453125,-125.41677856445312,-124.41548919677734,-123.4139404296875,-122.41211700439453,-121.4100341796875,-120.40764617919922,-119.40499114990234,-118.40206909179688,-117.39894104003906,-116.39561462402344,-115.39217376708984,-114.38865661621094,-113.3851318359375,-112.38170623779297,-111.37843322753906,-110.3753890991211,-109.37265014648438,-108.3702621459961,-107.36829376220703,-106.36675262451172,-105.36573791503906,-104.36522674560547,-103.3653564453125,-102.36614227294922,-101.36772918701172,-100.37014770507812,-99.37349700927734,-98.37779235839844,-97.38310241699219,-96.38943481445312,-95.3968505859375,-94.40534210205078,-93.41500091552734,-92.42596435546875,-91.43827056884766,-90.45204162597656,-89.46730041503906,-88.48410034179688,-87.5025863647461,-86.52275085449219,-85.54463195800781,-84.56820678710938,-83.59358978271484,-82.62083435058594,-81.64983367919922,-80.68070983886719,-79.71328735351562,-78.74774169921875,-77.78397369384766,-76.82209014892578,-75.86207580566406,-74.9039306640625,-73.94769287109375,-72.99332427978516,-72.04073333740234,-71.08975219726562,-70.14046478271484,-69.1925048828125,-68.2459487915039,-67.30072021484375,-66.35669708251953,-65.41394805908203,-64.4726333618164,-63.5327262878418,-62.59418487548828,-61.65701675415039,-60.72121047973633,-59.78678894042969,-58.85368728637695,-57.921878814697266,-56.991336822509766,-56.06248474121094,-55.135196685791016,-54.20933532714844,-53.28494644165039,-52.36226272583008,-51.44122314453125,-50.521724700927734,-49.60369110107422,-48.68711471557617,-47.772003173828125,-46.8582878112793,-45.94593811035156,-45.0349235534668,-44.12530517578125,-43.217105865478516,-42.31021499633789,-41.40459060668945,-40.50032043457031,-39.597381591796875,-38.695858001708984,-37.79579544067383,-36.897216796875,-36.00016403198242,-35.10465621948242,-34.21070098876953,-33.31828689575195,-32.42738342285156,-31.53801727294922,-30.650177001953125,-29.76382827758789,-28.87894630432129,-27.995506286621094,-27.113536834716797,-26.233076095581055,-25.354114532470703,-24.476686477661133,-23.600574493408203,-22.725828170776367,-21.85264778137207,-20.980960845947266,-20.11090087890625,-19.242671966552734,-18.37615966796875,-17.511241912841797,-16.647891998291016,-15.786153793334961,-14.926040649414062,-14.067644119262695,-13.210811614990234,-12.355956077575684,-11.502903938293457,-10.651285171508789,-9.801395416259766,-8.95294189453125,-8.106040954589844,-7.260547161102295,-6.416736125946045,-5.574747085571289,-4.734556674957275,-3.896449327468872,-3.059997797012329,-2.2250733375549316,-1.3916586637496948,-0.5595507621765137,0.27124205231666565,1.1008920669555664,1.9293639659881592,2.7567543983459473,3.582787036895752,4.407585144042969,5.231029033660889,6.053280353546143,6.874536514282227,7.694727897644043,8.514116287231445,9.332316398620605,10.149554252624512,10.965794563293457,11.780888557434082,12.595074653625488,13.408148765563965,14.220321655273438,15.031375885009766,15.841225624084473,16.64980125427246,17.457115173339844,18.263505935668945,19.068687438964844,19.872854232788086,20.676103591918945,21.47826385498047,22.279537200927734,23.079620361328125,23.878881454467773,24.676864624023438,25.4739933013916,26.269750595092773,27.064624786376953,27.85831069946289,28.650938034057617,29.44243621826172,30.232730865478516,31.021894454956055,31.809682846069336,32.59638595581055,33.38156509399414,34.165470123291016,34.94793701171875,35.729183197021484,36.50912857055664,37.286991119384766,38.06316375732422,38.838340759277344,39.61284255981445,40.38668441772461,41.15919494628906,41.93069839477539,42.70066452026367,43.469627380371094,44.23720169067383,45.002681732177734,45.766448974609375,46.52882766723633,47.28969192504883,48.04966735839844,48.80869674682617,49.566505432128906,50.3228645324707,51.07794952392578,51.832176208496094,52.58501052856445,53.337890625,54.09066390991211,54.8425178527832,55.59381866455078,56.34524917602539,57.097660064697266,57.85069274902344,58.60513687133789,59.36089324951172,60.11827850341797,60.877437591552734,61.63840866088867,62.401302337646484,63.16608810424805,63.93285369873047,64.70166015625,65.47244262695312,66.24522399902344,67.02001190185547,67.79692840576172,68.57566833496094,69.35641479492188,70.1390151977539,70.92344665527344,71.7097396850586,72.49772644042969,73.28759765625,74.07919311523438,74.87248992919922,75.66761779785156,76.46443939208984,77.26301574707031,78.06332397460938,78.86529541015625,79.66895294189453,80.47431945800781,81.2813491821289,82.090087890625,82.9005355834961,83.71273803710938,84.52660369873047,85.34236907958984,86.15983581542969,86.97901916503906,87.79986572265625,88.62224578857422,89.4462661743164,90.27163696289062,91.09839630126953,91.92633819580078,92.75530242919922,93.58517456054688,94.41570281982422,95.24701690673828,96.07937622070312,96.91331481933594,97.7492446899414,98.58747863769531,99.42741394042969,100.26860046386719,101.11106872558594,101.95470428466797,102.79952239990234,103.64537048339844,104.49291229248047,105.34178924560547,106.19251251220703,107.04591369628906,107.90159606933594,108.75927734375,109.61820983886719,110.4782943725586,111.33951568603516,112.20153045654297,113.06462097167969,113.92845153808594,114.79327392578125,115.65910339355469,116.52569580078125,117.393310546875,118.26158905029297,119.13082122802734,120.00080108642578,120.8714370727539,121.74276733398438,122.6146240234375,123.48724365234375,124.36040496826172,125.23429870605469,126.10863494873047,126.98343658447266,127.85858917236328,128.7340087890625,129.60987854003906,130.48590087890625,131.36216735839844,132.2385711669922,133.11500549316406,133.99160766601562,134.8682098388672,135.74488830566406,136.62152099609375,137.49810791015625,138.37464904785156,139.2510223388672,140.12733459472656,141.00338745117188,141.87921142578125,142.754638671875,143.62962341308594,144.5042266845703,145.37831115722656,146.25198364257812,147.12509155273438,147.99758911132812,148.8695068359375,149.74072265625,150.61131286621094,151.4811553955078,152.35025024414062,153.2186737060547,154.08619689941406,154.9529571533203,155.81887817382812,156.68377685546875,157.54783630371094,158.41065979003906,159.27235412597656,160.1328887939453,160.99220275878906,161.8503875732422,162.70726013183594,163.56295776367188,164.4172821044922,165.27015686035156,166.1217498779297,166.97183227539062,167.820556640625,168.6678924560547,169.51356506347656,170.35791015625,171.20062255859375,172.0416259765625,172.88116455078125,173.71868896484375,174.55438232421875,175.38824462890625,176.2199249267578,177.04991149902344,177.8778839111328,178.70411682128906,179.52880859375,180.3516387939453,181.17294311523438,181.9924774169922,182.81021118164062,183.62648010253906,184.44085693359375,185.2535400390625,186.0646209716797,186.8736114501953,187.680908203125,188.48623657226562,189.2893524169922,190.09066772460938,190.88961791992188,191.68638610839844,192.48123168945312,193.27342224121094,194.06338500976562,194.85089111328125,195.6356658935547,196.4183349609375,197.1983184814453,197.9758758544922,198.75132751464844,199.52403259277344,200.2945098876953,201.06246948242188,201.8275146484375,202.59027099609375,203.3500213623047,204.10693359375,204.8614501953125,205.61279296875,206.3615264892578,207.1075439453125,207.850341796875,208.59059143066406,209.32772827148438,210.0616912841797,210.79295349121094,211.52066040039062,212.24534606933594,212.9670867919922,213.68507385253906,214.4001922607422,215.1119384765625,215.82005310058594,216.525390625,217.2268524169922,217.92466735839844,218.619384765625,219.31008911132812,219.9976348876953,220.6820831298828,221.36273193359375,222.0404815673828,222.7146759033203,223.38528442382812,224.05313110351562,224.7169189453125,225.3770751953125,226.0338897705078,226.68618774414062,227.3350830078125,227.98007202148438,228.62059020996094,229.25790405273438,229.89059448242188,230.51895141601562,231.14385986328125,231.7635955810547,232.37928771972656,232.99095153808594,233.59730529785156,234.19993591308594,234.79782104492188,235.39093017578125,235.9805145263672,236.56491088867188,237.1451416015625,237.72171020507812,238.29299926757812,238.86053466796875,239.4237518310547,239.98204040527344,240.536865234375,241.0867156982422,241.63204956054688,242.1737518310547,242.7100372314453,243.2419891357422,243.76968383789062,244.29176330566406,244.8097686767578,245.3227081298828,245.83026123046875,246.3338165283203,246.8317413330078,247.3246612548828,247.81346130371094,248.29632568359375,248.77459716796875,249.2483673095703,249.71653747558594,250.18060302734375,250.6395721435547,251.09344482421875,251.54336547851562,251.98744201660156,252.42649841308594,252.86123657226562,253.28973388671875,253.71340942382812,254.13198852539062,254.54458618164062,254.9527587890625,255.35496520996094,255.73956298828125,256.1214294433594,256.4935607910156,256.8628234863281,257.22918701171875,257.5850830078125,257.931640625,258.2753601074219,258.6114501953125,258.9450378417969,259.2681579589844,259.5878601074219,259.90447998046875,260.21197509765625,260.5157165527344,260.8157958984375,261.1084289550781,261.3971862792969,261.677490234375,261.9532165527344,262.22540283203125,262.49237060546875,262.754150390625,263.0118103027344,263.26312255859375,263.5090637207031,263.75030517578125,263.98486328125,264.2142639160156,264.43829345703125,264.6558532714844,264.86859130859375,265.07513427734375,265.27557373046875,265.4713439941406,265.660400390625,265.8438720703125,266.0225524902344,266.1946105957031,266.3615417480469,266.5230712890625,266.6785888671875,266.8293151855469,266.9740905761719,267.11328125,267.2479248046875,267.3760681152344,267.4989318847656,267.6169738769531,267.72857666015625,267.8353271484375,267.93658447265625,268.03204345703125,268.12298583984375,268.2079772949219,268.2878723144531,268.3634948730469,268.4332580566406,268.49847412109375,268.5592956542969,268.6148681640625,268.6666564941406,268.71392822265625,268.7569885253906,268.7967834472656,268.8322448730469,268.86444091796875,268.8940124511719,268.9202575683594,268.94415283203125,268.96600341796875,268.9857482910156,269.0039978027344,269.02093505859375,269.03662109375,269.05120849609375,269.0645751953125,269.0771789550781,269.0885925292969,269.0991516113281,269.1087951660156,269.1173095703125,269.1250305175781,269.1316223144531,269.1372985839844,269.1418151855469,269.14532470703125,269.14776611328125,269.14886474609375,269.1491394042969,269.1480407714844,269.1458740234375,269.142578125,269.13812255859375,269.13275146484375,269.1261901855469,269.11895751953125,269.11077880859375,269.101806640625,269.0921325683594,269.0816650390625,269.0707092285156,269.05902099609375,269.046875,269.03424072265625,269.02117919921875,269.0079345703125,268.9942626953125,268.9805603027344,268.96661376953125,268.9526672363281,268.9387512207031,268.9247131347656,268.9110412597656,268.8973388671875,268.884033203125,268.8710632324219,268.8583679199219,268.84619140625,268.83428955078125,268.8229675292969,268.81201171875,268.8016052246094,268.7916564941406,268.7821960449219,268.77337646484375,268.7649841308594,268.7572937011719,268.7501220703125,268.74371337890625,268.7379150390625,268.732666015625,268.7281188964844,268.7240295410156,268.720703125,268.7178039550781,268.71551513671875,268.7137145996094,268.71234130859375,268.7115478515625,268.711181640625,268.7113037109375,268.7118225097656,268.71282958984375,268.7142333984375,268.7159423828125,268.7180480957031,268.7204895019531,268.7231750488281,268.7261962890625,268.7294616699219,268.73297119140625,268.73675537109375,268.7407531738281,268.74505615234375,268.7496032714844,268.7544250488281,268.759521484375,268.7649230957031,268.7705078125,268.7763366699219,268.78240966796875,268.78863525390625,268.7950744628906,268.8016662597656,268.8084411621094,268.8153991699219,268.8224792480469,268.82965087890625,268.8369445800781,268.84429931640625,268.8517150878906,268.859130859375,268.8666076660156,268.8740539550781,268.8814392089844,268.8887939453125,268.8960266113281,268.90313720703125,268.9100036621094,268.9167175292969,268.9232177734375,268.92950439453125,268.935546875,268.9412841796875,268.9468078613281,268.9519958496094,268.9569396972656,268.9615478515625,268.96588134765625,268.9699401855469,268.9737854003906,268.977294921875,268.9805908203125,268.98370361328125,268.9866027832031,268.9893798828125,268.991943359375,268.99432373046875,268.9966125488281,268.998779296875,269.00091552734375,269.00299072265625,269.0050048828125,269.00689697265625,269.0088806152344,269.0107727050781,269.0126647949219,269.0144958496094,269.0164489746094,269.0182189941406,269.0201416015625,269.0220031738281,269.0238037109375,269.0257873535156,269.02764892578125,269.0294494628906,269.0312194824219,269.03277587890625,269.0342712402344,269.03570556640625,269.03692626953125,269.0379943847656,269.038818359375,269.039306640625,269.03955078125,269.0393981933594,269.03887939453125,269.0379333496094,269.0366516113281,269.03497314453125,269.0329895019531,269.03057861328125,269.0278015136719,269.0246887207031,269.0211181640625,269.01708984375,269.0126037597656,269.00762939453125,269.0021057128906,268.99603271484375,268.9893493652344,268.98199462890625,268.9739990234375,268.9652404785156,268.9559020996094,268.94573974609375,268.93475341796875,268.9230041503906,268.9104919433594,268.8970947265625,268.8827819824219,268.867431640625,268.85101318359375,268.83343505859375,268.8145751953125,268.7944030761719,268.77276611328125,268.7496032714844,268.72479248046875,268.6982421875,268.6699523925781,268.63995361328125,268.6081237792969,268.57452392578125,268.5391845703125,268.50201416015625,268.4630432128906,268.4222717285156,268.3797302246094,268.33526611328125,268.2887268066406,268.2403259277344,268.1898193359375,268.13714599609375,268.0823974609375,268.02545166015625,267.9664001464844,267.9051513671875,267.8416748046875,267.7760925292969,267.70831298828125,267.63836669921875,267.56634521484375,267.4920959472656,267.4158020019531,267.33740234375,267.2569274902344,267.1742858886719,267.089599609375,267.00311279296875,266.9143371582031,266.8231201171875,266.7296447753906,266.63397216796875,266.5360107421875,266.4355163574219,266.33221435546875,266.2262878417969,266.1178894042969,266.00689697265625,265.89324951171875,265.7769775390625,265.6579284667969,265.5359191894531,265.41107177734375,265.2833557128906,265.1528625488281,265.0191955566406,264.8819580078125,264.7412109375,264.5972595214844,264.4501953125,264.2996520996094,264.1456298828125,263.9881591796875,263.8274230957031,263.66326904296875,263.4959411621094,263.32537841796875,263.1519775390625,262.97467041015625,262.79278564453125,262.6066589355469,262.41705322265625,262.22344970703125,262.02459716796875,261.8209228515625,261.6130676269531,261.4002685546875,261.18212890625,260.9598388671875,260.733642578125,260.50189208984375,260.2645568847656,260.02301025390625,259.778076171875,259.5282897949219,259.273681640625,259.0152587890625,258.75323486328125,258.4863586425781,258.21527099609375,257.9409484863281,257.66290283203125,257.3805847167969,257.0940246582031,256.80352783203125,256.5087585449219,256.2098693847656,255.90768432617188,255.60215759277344,255.29222106933594,254.97836303710938,254.6613311767578,254.3409423828125,254.01669311523438,253.68907165527344,253.35842895507812,253.02406311035156,252.68589782714844,252.3446044921875,252.000244140625,251.65203857421875,251.3001251220703,250.94515991210938,250.58670043945312,250.22415161132812,249.8582000732422,249.48944091796875,249.11721801757812,248.74131774902344,248.36228942871094,247.98007202148438,247.5941925048828,247.20509338378906,246.81332397460938,246.41815185546875,246.01937866210938,245.61761474609375,245.2129364013672,244.8047332763672,244.39320373535156,243.97889709472656,243.5614013671875,243.14028930664062,242.71612548828125,242.2891082763672,241.85862731933594,241.4247589111328,240.98806762695312,240.5482177734375,240.10472106933594,239.65814208984375,239.20875549316406,238.7559356689453,238.29971313476562,237.84071350097656,237.37875366210938,236.91346740722656,236.4452362060547,235.97442626953125,235.5006103515625,235.023681640625,234.54417419433594,234.0620574951172,233.57691955566406,233.0890350341797,232.59877014160156,232.10581970214844,231.61000061035156,231.1117401123047,230.61109924316406,230.1077117919922,229.6017303466797,229.09347534179688,228.5825653076172,228.0686492919922,227.5522003173828,227.03335571289062,226.5115203857422,225.98666381835938,225.45936584472656,224.9294891357422,224.396484375,223.8606414794922,223.32232666015625,222.78126525878906,222.23703002929688,221.69024658203125,221.14105224609375,220.58909606933594,220.0343780517578,219.4773712158203,218.9180145263672,218.3558349609375,217.79092407226562,217.22373962402344,216.6542510986328,216.0819091796875,215.5071258544922,214.93019104003906,214.35089111328125,213.76919555664062,213.18533325195312,212.5994873046875,212.01126098632812,211.42071533203125,210.82823181152344,210.23365783691406,209.63665771484375,209.03736877441406,208.4362030029297,207.8329620361328,207.2274169921875,206.619873046875,206.01065063476562,205.39981079101562,204.7872314453125,204.173095703125,203.5574188232422,202.94017028808594,202.3214569091797,201.7013702392578,201.0799560546875,200.45700073242188,199.83265686035156,199.2069091796875,198.57994079589844,197.9516143798828,197.32177734375,196.69053649902344,196.05799865722656,195.4241180419922,194.78872680664062,194.1519012451172,193.51368713378906,192.8741455078125,192.2332000732422,191.59083557128906,190.94705200195312,190.30197143554688,189.65573120117188,189.00808715820312,188.35910034179688,187.70887756347656,187.057373046875,186.40460205078125,185.75062561035156,185.09548950195312,184.4391326904297,183.78160095214844,183.12289428710938,182.46304321289062,181.80191040039062,181.1395263671875,180.47596740722656,179.8111572265625,179.1450958251953,178.47784423828125,177.80950927734375,177.14007568359375,176.4696044921875,175.79815673828125,175.1256561279297,174.45216369628906,173.77767944335938,173.1021728515625,172.4256134033203,171.748046875,171.0695037841797,170.38995361328125,169.70948791503906,169.02806091308594,168.3456573486328,167.66236877441406,166.9780731201172,166.29273986816406,165.6064453125,164.9191131591797,164.2306671142578,163.54122924804688,162.85073852539062,162.15916442871094,161.46664428710938,160.7731170654297,160.07861328125,159.38320922851562,158.68687438964844,157.9895782470703,157.29141235351562,156.59231567382812,155.89227294921875,155.19134521484375,154.48947143554688,153.7866668701172,153.08297729492188,152.37832641601562,151.67274475097656,150.96627807617188,150.2589111328125,149.5505828857422,148.84140014648438,148.13131713867188,147.42030334472656,146.70846557617188,145.99575805664062,145.28213500976562,144.5677032470703,143.8524169921875,143.13626098632812,142.41932678222656,141.70150756835938,140.98281860351562,140.2633056640625,139.54287719726562,138.82154846191406,138.099365234375,137.37623596191406,136.6522216796875,135.9273223876953,135.20147705078125,134.47476196289062,133.74716186523438,133.0186309814453,132.2892608642578,131.55902099609375,130.82786560058594,130.09588623046875,129.36309814453125,128.62940979003906,127.89498901367188,127.15974426269531,126.42367553710938,125.6868896484375,124.94931030273438,124.21095275878906,123.47188568115234,122.73209381103516,121.99166870117188,121.25069427490234,120.50922393798828,119.76738739013672,119.02523040771484,118.28282165527344,117.54029846191406,116.79768371582031,116.05509185791016,115.31258392333984,114.57012176513672,113.82780456542969,113.08562469482422,112.34355163574219,111.60166931152344,110.85994720458984,110.11837005615234,109.37693786621094,108.63551330566406,107.89395904541016,107.15218353271484,106.41004943847656,105.6674575805664,104.92432403564453,104.18052673339844,103.43598937988281,102.69075012207031,101.94477844238281,101.19810485839844,100.4507827758789,99.7027816772461,98.95411682128906,98.20478057861328,97.4547119140625,96.70393371582031,95.95240783691406,95.20010375976562,94.44706726074219,93.69324493408203,92.93865203857422,92.18333435058594,91.42724609375,90.67047119140625,89.91297149658203,89.15476989746094,88.39592742919922,87.63639068603516,86.87621307373047,86.11540222167969,85.3539047241211,84.591796875,83.82901763916016,83.0655746459961,82.3014907836914,81.53671264648438,80.7712631225586,80.00511932373047,79.23824310302734,78.47068786621094,77.702392578125,76.93340301513672,76.16373443603516,75.39334869384766,74.62232208251953,73.8506088256836,73.0782241821289,72.30523681640625,71.53158569335938,70.75732421875,69.98243713378906,69.20691680908203,68.43080139160156,67.654052734375,66.87669372558594,66.09869384765625,65.32003784179688,64.54074096679688,63.76076126098633,62.98008728027344,62.19871520996094,61.41660690307617,60.6338005065918,59.850276947021484,59.0660285949707,58.281089782714844,57.49544906616211,56.70915222167969,55.922176361083984,55.134521484375,54.34624099731445,53.55728530883789,52.767704010009766,51.977481842041016,51.186622619628906,50.3951530456543,49.603031158447266,48.81028366088867,48.016876220703125,47.222801208496094,46.42806625366211,45.63264465332031,44.836570739746094,44.03984069824219,43.24245834350586,42.444461822509766,41.64579391479492,40.84649658203125,40.04655838012695,39.24595260620117,38.444698333740234,37.642765045166016,36.840179443359375,36.03692626953125,35.23299026489258,34.428409576416016,33.62316131591797,32.8172721862793,32.010738372802734,31.20355224609375,30.395727157592773,29.587249755859375,28.77813148498535,27.96837615966797,27.1579647064209,26.346927642822266,25.535263061523438,24.722997665405273,23.91011619567871,23.096620559692383,22.28253746032715,21.467845916748047,20.652559280395508,19.83667755126953,19.02019691467285,18.203136444091797,17.385488510131836,16.567264556884766,15.748477935791016,14.929125785827637,14.109200477600098,13.288702011108398,12.467634201049805,11.645971298217773,10.823716163635254,10.000853538513184,9.17736530303955,8.353257179260254,7.528517723083496,6.703151226043701,5.877173900604248,5.050588130950928,4.223392486572266,3.3956217765808105,2.567257881164551,1.7382954359054565,0.9087374210357666],"data_position_y":[0.4573879837989807,0.45753350853919983,0.45767489075660706,0.45779192447662354,0.4579624533653259,0.45817720890045166,0.458458811044693,0.4587765038013458,0.45914244651794434,0.4595540761947632,0.45991015434265137,0.46021947264671326,0.4604317545890808,0.4604843556880951,0.46041396260261536,0.46014246344566345,0.4596790373325348,0.45905250310897827,0.4581558406352997,0.45713117718696594,0.4559425115585327,0.4546252489089966,0.4532766044139862,0.45190683007240295,0.450590580701828,0.44937369227409363,0.4482656419277191,0.44725561141967773,0.44636836647987366,0.44557055830955505,0.44483765959739685,0.44411003589630127,0.4433837831020355,0.4426208734512329,0.44179481267929077,0.44089755415916443,0.4398963749408722,0.4388229548931122,0.4376479983329773,0.43647924065589905,0.4353669583797455,0.4343262314796448,0.43348103761672974,0.43286070227622986,0.4324965476989746,0.43242546916007996,0.43254977464675903,0.43292269110679626,0.4334232807159424,0.4340108335018158,0.4346308410167694,0.4352012574672699,0.4357055127620697,0.43607762455940247,0.43626800179481506,0.43639421463012695,0.4363779127597809,0.436287522315979,0.4364594519138336,0.43697378039360046,0.43777620792388916,0.4392508268356323,0.4411538541316986,0.44354119896888733,0.44635170698165894,0.44961288571357727,0.45322781801223755,0.4571102559566498,0.46136030554771423,0.4659215211868286,0.47074463963508606,0.4758627116680145,0.48120951652526855,0.48680126667022705,0.492594450712204,0.49861711263656616,0.5048301219940186,0.5112714767456055,0.5179175138473511,0.5246419906616211,0.5315216183662415,0.5384742021560669,0.5454703569412231,0.5525763630867004,0.5596738457679749,0.5669465065002441,0.5741904377937317,0.5815550088882446,0.5891118049621582,0.5967839956283569,0.6047167778015137,0.6128455996513367,0.6213608384132385,0.6301729083061218,0.639336347579956,0.6489222049713135,0.6588981747627258,0.6692626476287842,0.6799477338790894,0.6911091804504395,0.7025150060653687,0.7142778635025024,0.7262797355651855,0.7385148406028748,0.7509632706642151,0.7636455297470093,0.7765731811523438,0.7895822525024414,0.8028767108917236,0.816322922706604,0.8299225568771362,0.8438289165496826,0.8577254414558411,0.8719173073768616,0.8862813711166382,0.9010313153266907,0.9159600734710693,0.9313445091247559,0.9469273090362549,0.9628281593322754,0.9791223406791687,0.9953209757804871,1.0119017362594604,1.0283210277557373,1.0449509620666504,1.0615441799163818,1.0780977010726929,1.0947657823562622,1.1113828420639038,1.1282232999801636,1.145009160041809,1.1620399951934814,1.1791465282440186,1.1963496208190918,1.2136483192443848,1.2309550046920776,1.2484681606292725,1.2658193111419678,1.283237099647522,1.3006062507629395,1.31782865524292,1.3350210189819336,1.3520835638046265,1.3692386150360107,1.3862172365188599,1.403302788734436,1.4204353094100952,1.4375267028808594,1.4547137022018433,1.4718215465545654,1.489087462425232,1.5062084197998047,1.5233961343765259,1.540575385093689,1.5578274726867676,1.5751245021820068,1.592309832572937,1.6096750497817993,1.6268023252487183,1.6439298391342163,1.6607681512832642,1.6774252653121948,1.6939412355422974,1.7100248336791992,1.7259585857391357,1.7413312196731567,1.756546974182129,1.7712446451187134,1.7855191230773926,1.7995104789733887,1.8128429651260376,1.8260046243667603,1.838477373123169,1.8507684469223022,1.8624927997589111,1.8738701343536377,1.8847973346710205,1.8951116800308228,1.9050418138504028,1.9141499996185303,1.9227546453475952,1.9305839538574219,1.9377741813659668,1.944281816482544,1.9501062631607056,1.9552035331726074,1.9596277475357056,1.963239073753357,1.9664138555526733,1.969018578529358,1.9708023071289062,1.972069501876831,1.9725130796432495,1.972118854522705,1.9706459045410156,1.968199610710144,1.9644625186920166,1.9595264196395874,1.9534399509429932,1.9460408687591553,1.937623381614685,1.9278056621551514,1.917047142982483,1.904930591583252,1.8919483423233032,1.87809157371521,1.8635720014572144,1.848376750946045,1.8325001001358032,1.816506266593933,1.799906611442566,1.7830307483673096,1.7656081914901733,1.7478983402252197,1.7302199602127075,1.7120118141174316,1.6941742897033691,1.676020622253418,1.6581320762634277,1.6408637762069702,1.6236522197723389,1.6069605350494385,1.5904731750488281,1.574684739112854,1.5592925548553467,1.5437321662902832,1.5287405252456665,1.5133640766143799,1.4983420372009277,1.4829492568969727,1.4673962593078613,1.4517955780029297,1.435715675354004,1.4199126958847046,1.4041340351104736,1.3887537717819214,1.373441457748413,1.358325481414795,1.343967318534851,1.3293468952178955,1.3153992891311646,1.3010176420211792,1.28690505027771,1.2728278636932373,1.2583551406860352,1.2441601753234863,1.229292631149292,1.2145442962646484,1.1992247104644775,1.1839303970336914,1.1685194969177246,1.1531294584274292,1.1384135484695435,1.1236516237258911,1.1096394062042236,1.0959144830703735,1.0830800533294678,1.0705602169036865,1.0581846237182617,1.046474814414978,1.03451669216156,1.0232762098312378,1.011911392211914,1.001115083694458,0.9903558492660522,0.979773998260498,0.9694953560829163,0.9590954184532166,0.9492753744125366,0.9391202926635742,0.9296530485153198,0.9199105501174927,0.9105695486068726,0.9013417363166809,0.8922063708305359,0.8835614323616028,0.8748395442962646,0.8669742345809937,0.8590618968009949,0.8518545627593994,0.8446152210235596,0.8377059698104858,0.8311350345611572,0.8244746923446655,0.8182730674743652,0.8117821216583252,0.8058199286460876,0.7997190356254578,0.7941663265228271,0.7887753248214722,0.7839012742042542,0.7796711921691895,0.7757494449615479,0.7727508544921875,0.7698127031326294,0.767855167388916,0.7657821178436279,0.7643706798553467,0.7628766298294067,0.7616362571716309,0.7605391144752502,0.7594588994979858,0.7587925791740417,0.7580490112304688,0.7580745220184326,0.7580487728118896,0.7589934468269348,0.7599687576293945,0.7618115544319153,0.7639973163604736,0.7667879462242126,0.7702814936637878,0.7741162180900574,0.778879702091217,0.7838548421859741,0.7899263501167297,0.7961695194244385,0.8034303188323975,0.8110164403915405,0.8194301724433899,0.8284633755683899,0.838128924369812,0.8486599922180176,0.8596049547195435,0.8715580701828003,0.8836822509765625,0.896651029586792,0.9097093939781189,0.9233183264732361,0.936998724937439,0.9509331583976746,0.964946985244751,0.979081928730011,0.9934647083282471,1.0077836513519287,1.0226202011108398,1.037427544593811,1.052849531173706,1.068363904953003,1.0845085382461548,1.1007977724075317,1.1176624298095703,1.1350003480911255,1.1529484987258911,1.1717835664749146,1.1910665035247803,1.2111486196517944,1.2313908338546753,1.2521709203720093,1.2728415727615356,1.2938379049301147,1.314630389213562,1.3356590270996094,1.3566330671310425,1.3776980638504028,1.3990758657455444,1.4204071760177612,1.4423147439956665,1.464108943939209,1.4866204261779785,1.5090088844299316,1.5320061445236206,1.5550780296325684,1.57848060131073,1.6021617650985718,1.6258234977722168,1.6498894691467285,1.6736745834350586,1.6977779865264893,1.7215135097503662,1.7454215288162231,1.7690794467926025,1.792871356010437,1.816771149635315,1.840804100036621,1.865278959274292,1.88982093334198,1.9148128032684326,1.93971848487854,1.964968204498291,1.990028738975525,2.0151844024658203,2.040065288543701,2.065004587173462,2.0899672508239746,2.1151371002197266,2.1407463550567627,2.1664068698883057,2.192579984664917,2.2186405658721924,2.2450923919677734,2.2713849544525146,2.2979116439819336,2.3243415355682373,2.3508520126342773,2.3774337768554688,2.4038615226745605,2.430532693862915,2.456890821456909,2.483494758605957,2.509735584259033,2.5360841751098633,2.562145948410034,2.588109254837036,2.613952159881592,2.639507293701172,2.6650850772857666,2.690242052078247,2.7155232429504395,2.740438222885132,2.76552677154541,2.7904653549194336,2.8155758380889893,2.84074330329895,2.865894079208374,2.891190767288208,2.916274309158325,2.9414448738098145,2.9662177562713623,2.9908061027526855,3.0148284435272217,3.0385184288024902,3.061718225479126,3.084517478942871,3.106940746307373,3.1288034915924072,3.150407075881958,3.17136287689209,3.1921298503875732,3.21231746673584,3.2323179244995117,3.251891613006592,3.2712764739990234,3.290499687194824,3.3094136714935303,3.3284194469451904,3.3470354080200195,3.365734100341797,3.384003162384033,3.4021944999694824,3.419978380203247,3.4374637603759766,3.454638957977295,3.4713330268859863,3.487769365310669,3.5035858154296875,3.519101142883301,3.5339481830596924,3.5484113693237305,3.5622482299804688,3.575648784637451,3.588621139526367,3.601064682006836,3.6132452487945557,3.624851942062378,3.6362392902374268,3.6470634937286377,3.6576976776123047,3.6679000854492188,3.6778805255889893,3.687608480453491,3.696972370147705,3.7061567306518555,3.714832305908203,3.723228931427002,3.730990171432495,3.738304853439331,3.7449264526367188,3.750986337661743,3.7564005851745605,3.761131763458252,3.7653446197509766,3.7688353061676025,3.7718982696533203,3.774261951446533,3.776301383972168,3.777754068374634,3.778852939605713,3.7795095443725586,3.7796790599823,3.7794909477233887,3.7787163257598877,3.7775940895080566,3.775838613510132,3.773766040802002,3.7711336612701416,3.768174171447754,3.764800786972046,3.760998010635376,3.7569000720977783,3.7522313594818115,3.747241497039795,3.7415833473205566,3.7355048656463623,3.7287678718566895,3.72151255607605,3.713677167892456,3.70523738861084,3.6962850093841553,3.6866493225097656,3.676541566848755,3.6656875610351562,3.6543705463409424,3.6423561573028564,3.6298904418945312,3.6168923377990723,3.603435516357422,3.5896973609924316,3.575493335723877,3.5611300468444824,3.546298027038574,3.531247854232788,3.5157086849212646,3.499807357788086,3.48340106010437,3.4664766788482666,3.44905161857605,3.431007146835327,3.4124956130981445,3.393397331237793,3.3739562034606934,3.354053020477295,3.333949565887451,3.313553810119629,3.292997360229492,3.27234148979187,3.2514140605926514,3.230405807495117,3.2090468406677246,3.1874966621398926,3.1655478477478027,3.143303871154785,3.120711088180542,3.0977790355682373,3.074587345123291,3.051032781600952,3.027280807495117,3.0032122135162354,2.979041337966919,2.954602003097534,2.930131196975708,2.905519485473633,2.880861759185791,2.8561782836914062,2.83135724067688,2.806581974029541,2.781545877456665,2.7564895153045654,2.7311244010925293,2.705622911453247,2.6798102855682373,2.6537303924560547,2.6273601055145264,2.600619077682495,2.5736937522888184,2.546468734741211,2.5192110538482666,2.491710662841797,2.4642574787139893,2.436757802963257,2.4095051288604736,2.3824191093444824,2.3554599285125732,2.3286256790161133,2.301771640777588,2.274970769882202,2.248082160949707,2.221200466156006,2.19417667388916,2.167128801345825,2.139997720718384,2.1128947734832764,2.0858092308044434,2.0588011741638184,2.0319292545318604,2.0052080154418945,1.9787254333496094,1.9524288177490234,1.9263569116592407,1.9004082679748535,1.8746744394302368,1.8490082025527954,1.8234732151031494,1.7980247735977173,1.7726242542266846,1.7472816705703735,1.7218923568725586,1.6965038776397705,1.6709818840026855,1.6454508304595947,1.6197712421417236,1.5942416191101074,1.5688523054122925,1.5438576936721802,1.5193134546279907,1.4951757192611694,1.4717142581939697,1.4487141370773315,1.4264209270477295,1.4044456481933594,1.3828336000442505,1.3613789081573486,1.3400843143463135,1.3188825845718384,1.2977532148361206,1.2767106294631958,1.255799412727356,1.2351202964782715,1.2147252559661865,1.1947290897369385,1.175091028213501,1.1558231115341187,1.1369515657424927,1.1184090375900269,1.1001440286636353,1.0821260213851929,1.0643842220306396,1.046833872795105,1.029594898223877,1.0125679969787598,0.9958134889602661,0.9793202877044678,0.9630624055862427,0.9471300840377808,0.9314345121383667,0.9161348342895508,0.9011371731758118,0.8865602016448975,0.8723808526992798,0.8586701154708862,0.845450758934021,0.8328241109848022,0.8207593560218811,0.8093456625938416,0.7985082268714905,0.7882251739501953,0.7783817052841187,0.7689363956451416,0.7597922086715698,0.7508479952812195,0.7420815229415894,0.7334040403366089,0.7248256802558899,0.7163161039352417,0.7080169916152954,0.6999298930168152,0.6921948194503784,0.6847591400146484,0.6778588891029358,0.6713663339614868,0.665285587310791,0.6595751047134399,0.6542168855667114,0.649128794670105,0.6442450284957886,0.6395270228385925,0.6348909139633179,0.6303795576095581,0.6258858442306519,0.6215143203735352,0.6172274351119995,0.613074779510498,0.6090924143791199,0.605448305606842,0.6020489931106567,0.599053144454956,0.5963903069496155,0.5940241813659668,0.5921452045440674,0.5904638767242432,0.5891774892807007,0.588054895401001,0.587138295173645,0.5863696932792664,0.5856403708457947,0.5850850343704224,0.5844293832778931,0.5839770436286926,0.5834055542945862,0.583099365234375,0.5826176404953003,0.5823779702186584,0.5821436643600464,0.5818066596984863,0.581636369228363,0.5812669992446899,0.5812617540359497,0.581231951713562,0.5817779302597046,0.5824685096740723,0.5835796594619751,0.5849156379699707,0.5864485502243042,0.5884619355201721,0.5905050039291382,0.5927844047546387,0.5948129296302795,0.5965285897254944,0.5976914167404175,0.5983781814575195,0.5984172224998474,0.5981749296188354,0.5973908305168152,0.5963394641876221,0.5946818590164185,0.592890739440918,0.5905237197875977,0.5878735780715942,0.584791898727417,0.5812878608703613,0.5774428844451904,0.5729924440383911,0.5681887865066528,0.5624693632125854,0.5564243793487549,0.5492751002311707,0.5418082475662231,0.5332773327827454,0.5244373083114624,0.5147796869277954,0.5048792958259583,0.4944726526737213,0.48395997285842896,0.47309955954551697,0.4622195363044739,0.45109784603118896,0.4398628771305084,0.4284270107746124,0.41666436195373535,0.4047582745552063,0.3923364281654358,0.37986308336257935,0.36681926250457764,0.35384610295295715,0.34030070900917053,0.32689356803894043,0.31301361322402954,0.29935386776924133,0.2854368984699249,0.2718397080898285,0.2582039535045624,0.24501675367355347,0.23195478320121765,0.2194427251815796,0.2071707844734192,0.1954306662082672,0.18400558829307556,0.17311522364616394,0.16283994913101196,0.15298280119895935,0.1436663269996643,0.13463687896728516,0.12608665227890015,0.11769136786460876,0.10966041684150696,0.10169309377670288,0.09407556056976318,0.08659803867340088,0.07964023947715759,0.07322704792022705,0.06757301092147827,0.06245061755180359,0.057948291301727295,0.05375850200653076,0.04985564947128296,0.04601374268531799,0.042132556438446045,0.038137465715408325,0.0339333713054657,0.02957993745803833,0.024858146905899048,0.020025044679641724,0.014854222536087036,0.009685039520263672,0.0043013691902160645,-0.0008001625537872314,-0.00583648681640625,-0.010471552610397339,-0.014756858348846436,-0.018631309270858765,-0.022211521863937378,-0.025558650493621826,-0.028796404600143433,-0.032070308923721313,-0.03561219573020935,-0.03948363661766052,-0.043557047843933105,-0.04782229661941528,-0.052192240953445435,-0.05669495463371277,-0.06130409240722656,-0.06574195623397827,-0.06995448470115662,-0.07384243607521057,-0.07761818170547485,-0.08108842372894287,-0.08426910638809204,-0.08735805749893188,-0.09018218517303467,-0.09315997362136841,-0.09605565667152405,-0.09917303919792175,-0.10236693918704987,-0.10574904084205627,-0.10933823883533478,-0.11311422288417816,-0.11676119267940521,-0.12060481309890747,-0.12466888129711151,-0.12884089350700378,-0.13335129618644714,-0.13790467381477356,-0.14255961775779724,-0.14732973277568817,-0.1521506905555725,-0.15669798851013184,-0.16097494959831238,-0.16500411927700043,-0.1688006967306137,-0.17241965234279633,-0.17551256716251373,-0.17822466790676117,-0.1807604730129242,-0.18337805569171906,-0.185237854719162,-0.18652598559856415,-0.1875121146440506,-0.1881953775882721,-0.18830865621566772,-0.1878477782011032,-0.18697643280029297,-0.18581974506378174,-0.18446573615074158,-0.18273822963237762,-0.1806870698928833,-0.17873865365982056,-0.1769820600748062,-0.17541426420211792,-0.1739574670791626,-0.17286521196365356,-0.17216943204402924,-0.1717546433210373,-0.17161190509796143,-0.1715455949306488,-0.17146040499210358,-0.17126260697841644,-0.17086541652679443,-0.17016418278217316,-0.16908249258995056,-0.16767241060733795,-0.16604533791542053,-0.16420166194438934,-0.16218432784080505,-0.1602005660533905,-0.15834644436836243,-0.15641185641288757,-0.15433719754219055,-0.1520054042339325,-0.14954067766666412,-0.1470528393983841,-0.14483851194381714,-0.14308297634124756,-0.14146196842193604,-0.1401258111000061,-0.13893483579158783,-0.13718050718307495,-0.13478633761405945,-0.1318655014038086,-0.12858092784881592,-0.124898761510849,-0.12102741003036499,-0.11689405143260956,-0.11289200186729431,-0.10843858122825623,-0.10339725017547607,-0.09850305318832397,-0.0930025577545166,-0.08759796619415283,-0.08206084370613098,-0.07679253816604614,-0.07152873277664185,-0.06604620814323425,-0.06055006384849548,-0.05433949828147888,-0.04760512709617615,-0.04063290357589722,-0.033059775829315186,-0.025434017181396484,-0.017719924449920654,-0.010404586791992188,-0.003346562385559082,0.0030957162380218506,0.00923842191696167,0.014902859926223755,0.020351290702819824,0.025362133979797363,0.030070781707763672,0.034530967473983765,0.038812994956970215,0.043173015117645264,0.04768332839012146,0.0518435537815094,0.056370168924331665,0.06030040979385376,0.06436151266098022,0.06787803769111633,0.07128444314002991,0.0745033323764801,0.07751676440238953,0.08071982860565186,0.08390277624130249,0.08666977286338806,0.08953914046287537,0.09219217300415039,0.09493434429168701,0.09612098336219788,0.09711393713951111,0.09775859117507935,0.09871828556060791,0.09967419505119324,0.10089778900146484,0.10190224647521973,0.10294079780578613,0.10500791668891907,0.10770076513290405,0.11104881763458252,0.11432769894599915,0.11741393804550171,0.11956098675727844,0.12106046080589294,0.12166202068328857,0.12160566449165344,0.12100642919540405,0.12007305026054382,0.1195913553237915,0.11979201436042786,0.1200200617313385,0.11969685554504395,0.11866572499275208,0.11763632297515869,0.11619862914085388,0.11435762047767639,0.11188212037086487,0.1091299057006836,0.1069035530090332,0.1050671935081482,0.10336771607398987,0.10189318656921387,0.10022944211959839,0.09832558035850525,0.09639149904251099,0.09479326009750366,0.0934494137763977,0.09203281998634338,0.09138181805610657,0.08994355797767639,0.08780264854431152,0.08640900254249573,0.08621510863304138,0.08705350756645203,0.08781132102012634,0.08949291706085205,0.09136444330215454,0.09387624263763428,0.0964897871017456,0.09937247633934021,0.10233467817306519,0.10516875982284546,0.10806792974472046,0.11046767234802246,0.1129884421825409,0.11483362317085266,0.11671367287635803,0.11794111132621765,0.11909595131874084,0.1196604073047638,0.11988896131515503,0.11980372667312622,0.11915597319602966,0.11843165755271912,0.11703774333000183,0.1157909631729126,0.11408814787864685,0.1123839020729065,0.11052817106246948,0.10862106084823608,0.10711818933486938,0.10563623905181885,0.10463535785675049,0.10359007120132446,0.10310405492782593,0.10255858302116394,0.10239055752754211,0.10243391990661621,0.10286858677864075,0.10355791449546814,0.10504886507987976,0.1068270206451416,0.10888472199440002,0.1115427315235138,0.11426857113838196,0.11758434772491455,0.12108001112937927,0.12481072545051575,0.1287979781627655,0.13238054513931274,0.13602694869041443,0.13871049880981445,0.14113157987594604,0.1430041790008545,0.14507129788398743,0.14800098538398743,0.15199923515319824,0.157584547996521,0.16422635316848755,0.17233017086982727,0.18206679821014404,0.1927279829978943,0.20466941595077515,0.21748682856559753,0.23102885484695435,0.24523672461509705,0.2607887089252472,0.2780939042568207,0.2971207797527313,0.3175167441368103,0.33920907974243164,0.3623467683792114,0.3864864706993103,0.41185081005096436,0.43784070014953613,0.4644479751586914,0.49157020449638367,0.5186060667037964,0.5460444688796997,0.5732553005218506,0.6007175445556641,0.6283317804336548,0.655943751335144,0.6842203140258789,0.7124952077865601,0.7413842678070068,0.7707585096359253,0.8007379770278931,0.8314276337623596,0.8624268174171448,0.8940819501876831,0.9259921312332153,0.9585364460945129,0.9917147755622864,1.025374174118042,1.0596537590026855,1.0939306020736694,1.1286401748657227,1.1633468866348267,1.1980293989181519,1.2331271171569824,1.268014907836914,1.3033432960510254,1.3388837575912476,1.374658226966858,1.4111649990081787,1.4479197263717651,1.4854521751403809,1.5234389305114746,1.5617077350616455,1.6005141735076904,1.6394836902618408,1.67899489402771,1.7187221050262451,1.7587155103683472,1.7989916801452637,1.8390276432037354,1.8792839050292969,1.919363260269165,1.9591906070709229,1.9992152452468872,2.0388779640197754,2.0786595344543457,2.11857008934021,2.1583492755889893,2.198566436767578,2.238863229751587,2.279345750808716,2.3199100494384766,2.3603250980377197,2.4009006023406982,2.4412996768951416,2.481720447540283,2.5221524238586426,2.562166452407837,2.6020748615264893,2.641507625579834,2.680415153503418,2.7191388607025146,2.7571823596954346,2.795013904571533,2.8327438831329346,2.870004892349243,2.9075422286987305,2.945079803466797,2.9825820922851562,3.02048397064209,3.058289051055908,3.096269369125366,3.134204626083374,3.1718099117279053,3.2094385623931885,3.246731996536255,3.2838354110717773,3.3208322525024414,3.3572566509246826,3.3934621810913086,3.4292023181915283,3.4642913341522217,3.499285936355591,3.5336806774139404,3.5677123069763184,3.6017160415649414,3.635176181793213,3.668644905090332,3.70196270942688,3.7348241806030273,3.76781964302063,3.8004541397094727,3.8327789306640625,3.865100383758545,3.8969078063964844,3.9284818172454834,3.95971941947937,3.99027156829834,4.020514965057373,4.0501275062561035,4.079192638397217,4.108105659484863,4.136396408081055,4.164421081542969,4.192071437835693,4.219003677368164,4.245586395263672,4.271462917327881,4.29657506942749,4.321223258972168,4.34499979019165,4.368154048919678,4.390799522399902,4.412594795227051,4.434051036834717,4.45491886138916,4.475050449371338,4.494962215423584,4.514133930206299,4.532730579376221,4.550960540771484,4.56835412979126,4.585312843322754,4.601683616638184,4.617228031158447,4.632437705993652,4.646857738494873,4.660513877868652,4.673656463623047,4.685875415802002,4.697408199310303,4.708192348480225,4.7179388999938965,4.727131366729736,4.735650062561035,4.7434983253479,4.751211166381836,4.7582807540893555,4.764840126037598,4.771164894104004,4.776700019836426,4.781905651092529,4.786708354949951,4.790735244750977,4.794708728790283,4.798183917999268,4.801054954528809,4.803976535797119,4.8062663078308105,4.808177471160889,4.809929370880127,4.810908317565918,4.811616897583008,4.811832427978516,4.8111724853515625,4.810296535491943,4.808609485626221,4.806184768676758,4.80349063873291,4.799810886383057,4.7956862449646,4.791080474853516,4.785510063171387,4.779812335968018,4.773454189300537,4.766437530517578,4.759457588195801,4.751763820648193,4.743773937225342,4.735696315765381,4.72691011428833,4.7180891036987305,4.708879470825195,4.698985576629639,4.689136505126953,4.678652763366699,4.667609691619873,4.656404972076416,4.644405364990234,4.632099628448486,4.619369983673096,4.60585880279541,4.592328071594238,4.578290939331055,4.563695430755615,4.549233436584473,4.534274101257324,4.51915979385376,4.504079818725586,4.488475799560547,4.472982883453369,4.455148696899414,4.437040328979492,4.418094635009766,4.399198532104492,4.380010604858398,4.36014461517334,4.338940143585205,4.317655086517334,4.295719146728516,4.273266315460205,4.250189781188965,4.227219581604004,4.2039594650268555,4.18077278137207,4.157483100891113,4.13405704498291,4.110710144042969,4.0869550704956055,4.062443733215332,4.037886619567871,4.012692928314209,3.9875030517578125,3.961970090866089,3.935805320739746,3.909914016723633,3.8836841583251953,3.8571789264678955,3.831042528152466,3.804563522338867,3.7781732082366943,3.7519724369049072,3.7253756523132324,3.6990654468536377,3.6727514266967773,3.6460177898406982,3.6196441650390625,3.5930495262145996,3.5661115646362305,3.539397716522217,3.51224946975708,3.4850003719329834,3.4577059745788574,3.4298930168151855,3.4022817611694336,3.374450206756592,3.3461754322052,3.318331718444824,3.29024338722229,3.2620139122009277,3.234301805496216,3.2063281536102295,3.178730010986328,3.1514639854431152,3.1240386962890625,3.0973830223083496,3.070895195007324,3.0443882942199707,3.0187935829162598,2.993255376815796,2.9680354595184326,2.9436450004577637,2.919279098510742,2.8957467079162598,2.8727471828460693,2.8498103618621826,2.8281142711639404,2.806788444519043,2.7858004570007324,2.765838623046875,2.745967388153076,2.7264108657836914,2.7069406509399414,2.6870994567871094,2.6668198108673096,2.645766258239746,2.624034881591797,2.601412296295166,2.577890634536743,2.5537257194519043,2.5287649631500244,2.503516435623169,2.477705955505371,2.451639175415039,2.4255197048187256,2.399195909500122,2.373044013977051,2.3466145992279053,2.320591688156128,2.2946553230285645,2.26886248588562,2.2436180114746094,2.2185263633728027,2.1940267086029053,2.169675350189209,2.145772933959961,2.122126340866089,2.0985326766967773,2.075211524963379,2.0517501831054688,2.028553009033203,2.005267858505249,1.982056736946106,1.9589755535125732,1.9359147548675537,1.913024663925171,1.88998544216156,1.8673558235168457,1.8446645736694336,1.8222652673721313,1.800235629081726,1.7783950567245483,1.757289171218872,1.73634934425354,1.7161847352981567,1.6964166164398193,1.6773993968963623,1.6590602397918701,1.6411759853363037,1.6241717338562012,1.6073951721191406,1.5913186073303223,1.5754170417785645,1.560045599937439,1.5450114011764526,1.530266284942627,1.51628839969635,1.5025675296783447,1.489768385887146,1.4774366617202759,1.4661037921905518,1.4556670188903809,1.4459208250045776,1.437396764755249,1.4294999837875366,1.422664761543274,1.416367530822754,1.410878300666809,1.405924916267395,1.4014875888824463,1.3977487087249756,1.3943839073181152,1.3918366432189941,1.3897757530212402,1.3885077238082886,1.3878992795944214,1.3880043029785156,1.3889193534851074,1.390343427658081,1.3924280405044556,1.394937515258789,1.3977961540222168,1.400852084159851,1.4041153192520142,1.4074370861053467,1.4108784198760986,1.4144996404647827,1.4182124137878418,1.4222649335861206,1.4265389442443848,1.43108069896698,1.435866117477417,1.4407798051834106,1.4457534551620483,1.4507248401641846,1.4556165933609009,1.4604524374008179,1.465244174003601,1.4700485467910767,1.4748131036758423,1.479684591293335,1.48466956615448,1.4898593425750732,1.495215654373169,1.5009117126464844,1.5069180727005005,1.513218879699707,1.5198791027069092,1.5268094539642334,1.5340640544891357,1.5415127277374268,1.5492253303527832,1.557112455368042,1.5651013851165771,1.5733530521392822,1.5815935134887695,1.590083360671997,1.5986615419387817,1.607396125793457,1.6162450313568115,1.625273585319519,1.6344163417816162,1.6436394453048706,1.6530680656433105,1.662563681602478,1.6721998453140259,1.6818695068359375,1.6917097568511963,1.7015572786331177,1.7116025686264038,1.7215590476989746,1.7315168380737305,1.7413913011550903,1.7511850595474243,1.7610467672348022,1.770843267440796,1.7808504104614258,1.790856122970581,1.8010804653167725,1.8115026950836182,1.8220185041427612,1.832981824874878,1.8440289497375488,1.855459213256836,1.86703622341156,1.8788185119628906,1.890546441078186,1.9025245904922485,1.9142041206359863,1.9260226488113403,1.9376897811889648,1.9491829872131348,1.9605684280395508,1.9718958139419556,1.9832432270050049,1.9947402477264404,2.0064821243286133,2.018369197845459,2.0305240154266357,2.0427536964416504,2.0549705028533936,2.066978931427002,2.078731060028076,2.0901756286621094,2.101104974746704,2.1116855144500732,2.121854305267334,2.1316685676574707,2.141071319580078,2.150175094604492,2.159048080444336,2.167689323425293,2.176201581954956,2.1844966411590576,2.1927454471588135,2.200798273086548,2.208354949951172,2.215865135192871,2.2230913639068604,2.2298874855041504,2.236117362976074,2.241858959197998,2.2472496032714844,2.252094030380249,2.2564539909362793,2.2603089809417725,2.26377010345459,2.266932964324951,2.26987886428833,2.2727720737457275,2.27555775642395,2.27822208404541,2.2808778285980225,2.2833242416381836,2.285585880279541,2.287609100341797,2.289154529571533,2.290243148803711,2.290799140930176,2.2906527519226074,2.2898201942443848,2.2882814407348633,2.2860589027404785,2.283202886581421,2.2796401977539062,2.27549409866333,2.2708170413970947,2.265610933303833,2.2598156929016113,2.2535104751586914,2.2466683387756348,2.2392306327819824,2.2312686443328857,2.2227072715759277,2.2135818004608154,2.204040050506592,2.193948745727539,2.1832382678985596,2.1718838214874268,2.159994602203369,2.147463321685791,2.134150505065918,2.120147943496704,2.105482339859009,2.090156316757202,2.074113130569458,2.0573458671569824,2.039968729019165,2.0220556259155273,2.00350022315979,1.9842127561569214,1.9642517566680908,1.9435946941375732,1.9222112894058228,1.9001965522766113,1.8777074813842773,1.8545910120010376,1.8307929039001465,1.806190013885498,1.7810403108596802,1.7554532289505005,1.729288101196289,1.7024986743927002,1.6750092506408691,1.6468554735183716,1.6180716753005981,1.588699221611023,1.5586764812469482,1.5283221006393433,1.4974709749221802,1.4661062955856323,1.4339476823806763,1.4013702869415283,1.3689504861831665,1.3364818096160889,1.3036943674087524,1.271127462387085,1.2390280961990356,1.2073568105697632,1.1761606931686401,1.1460180282592773,1.117110252380371,1.0887401103973389,1.0607534646987915,1.0340704917907715,1.008709192276001,0.9837960004806519,0.9589985609054565,0.9348976016044617,0.911365807056427,0.8878923654556274,0.8646323084831238,0.8422825932502747,0.8204829692840576,0.7987701892852783,0.7775938510894775,0.7570184469223022,0.7369765043258667,0.7176452875137329,0.6991966962814331,0.6813808679580688,0.6637178659439087,0.6462503671646118,0.6295875310897827,0.6134754419326782,0.5974740982055664,0.5818119049072266,0.566735565662384,0.5519664287567139,0.5373766422271729,0.5235244035720825,0.5103541612625122,0.49742573499679565,0.48466548323631287,0.4725189507007599,0.46100983023643494,0.449869841337204,0.4391041696071625,0.4290820360183716,0.41942158341407776,0.40977758169174194,0.4006020426750183,0.3920170068740845,0.3836809992790222,0.37563440203666687,0.36834049224853516,0.36146509647369385,0.35462647676467896,0.3482964336872101,0.3426913917064667,0.3373980224132538,0.3323046863079071,0.3279728889465332,0.3242143392562866,0.3206394910812378,0.3175167441368103,0.31527990102767944,0.31346529722213745,0.311898797750473,0.31106463074684143,0.3109164237976074,0.3109777867794037,0.3114587068557739,0.31277787685394287,0.3144719898700714,0.31633681058883667,0.31876489520072937,0.3218477964401245,0.3250897228717804,0.3285570442676544,0.3327074944972992,0.337177038192749,0.34172698855400085,0.34665191173553467,0.3521651029586792,0.3578118681907654,0.36361294984817505,0.36996686458587646,0.3767029941082001,0.3835001289844513,0.3905629515647888,0.39818039536476135,0.40599358081817627,0.4138855040073395,0.42220523953437805,0.43091872334480286,0.439752459526062,0.4488297700881958,0.4586344063282013,0.46874865889549255,0.47905004024505615,0.4899643361568451,0.5016250014305115,0.513464093208313,0.5255028009414673,0.5385044813156128,0.5520119667053223,0.5657281279563904,0.5798805356025696,0.5951208472251892,0.6106806993484497,0.6264545917510986,0.6426302194595337,0.6594293117523193,0.6763724088668823,0.6934238076210022,0.7111374139785767,0.7294304370880127,0.7479453086853027,0.766689658164978,0.7863948345184326,0.8066598176956177,0.8273529410362244,0.8485516905784607,0.870569109916687,0.8931165337562561,0.9159402847290039,0.9393306970596313,0.963482677936554,0.9878513813018799,1.0124309062957764,1.0376873016357422,1.063663125038147,1.089867115020752,1.1166281700134277,1.144447684288025,1.1731541156768799,1.2021102905273438,1.2314403057098389,1.2610615491867065,1.2908062934875488,1.320435643196106,1.3497837781906128,1.3787164688110352,1.4070217609405518,1.4346457719802856,1.4619696140289307,1.4886945486068726,1.5148448944091797,1.540207862854004,1.5650242567062378,1.5893223285675049,1.6130290031433105,1.6358639001846313,1.6579344272613525,1.6794503927230835,1.7002270221710205,1.7202683687210083,1.7395769357681274,1.7582476139068604,1.776278018951416,1.7938991785049438,1.8108751773834229,1.8270394802093506,1.8428397178649902,1.8580161333084106,1.8726040124893188,1.8864681720733643,1.8996466398239136,1.9120187759399414,1.9236409664154053,1.9344027042388916,1.9444725513458252,1.953774333000183,1.9622968435287476,1.9702630043029785,1.9777376651763916,1.984582781791687,1.9910247325897217,1.997119665145874,2.002716302871704,2.0078165531158447,2.0124077796936035,2.0163049697875977,2.0195693969726562,2.0222599506378174,2.024348497390747,2.0257985591888428,2.0266683101654053,2.0269882678985596,2.0266382694244385,2.02561616897583,2.0239264965057373,2.021400213241577,2.0181450843811035,2.0142221450805664,2.009479522705078,2.004140853881836,1.998297929763794,1.99179208278656,1.9848557710647583,1.977665662765503,1.9699559211730957,1.9619724750518799,1.9538699388504028,1.945319414138794,1.9365540742874146,1.9276694059371948,1.9183728694915771,1.908831000328064,1.8992087841033936,1.8891525268554688,1.8788776397705078,1.8685537576675415,1.8578928709030151,1.847076177597046,1.8362417221069336,1.8250560760498047,1.8138145208358765,1.802636742591858,1.791128158569336,1.77957284450531,1.7681461572647095,1.7564785480499268,1.7447779178619385,1.7332005500793457,1.721318244934082,1.7093735933303833,1.6974847316741943,1.6853020191192627,1.672942876815796,1.6605077981948853,1.647693395614624,1.6348191499710083,1.621870994567871,1.6086204051971436,1.5953612327575684,1.5821561813354492,1.5687166452407837,1.555488109588623,1.5423107147216797,1.5290082693099976,1.5160760879516602,1.5031976699829102,1.4903714656829834,1.4779975414276123,1.4656941890716553,1.4535735845565796,1.4419212341308594,1.430341124534607,1.4189510345458984,1.4080219268798828,1.3969919681549072,1.3861501216888428,1.3756023645401,1.3648207187652588,1.3542253971099854,1.3437495231628418,1.3330821990966797,1.3224760293960571,1.3119001388549805,1.3010388612747192,1.2902508974075317,1.2792596817016602,1.268019199371338,1.2568634748458862,1.2454882860183716,1.2339766025543213,1.2225556373596191,1.2110084295272827,1.1994342803955078,1.1879922151565552,1.176436185836792,1.1649712324142456,1.153652548789978,1.1422526836395264,1.1309773921966553,1.1198749542236328,1.1087067127227783,1.0977740287780762,1.0869581699371338,1.0761692523956299,1.0655982494354248,1.0550403594970703,1.0445239543914795,1.034122109413147,1.0234854221343994,1.0128601789474487,1.002180814743042,0.9912334084510803,0.9802536368370056,0.9691505432128906,0.9578384160995483,0.9466034173965454,0.9352953433990479,0.9240645170211792,0.9130931496620178,0.9021522998809814,0.891568124294281,0.881331205368042,0.8712310791015625,0.8616092801094055,0.8521355390548706,0.8429490923881531,0.8341448307037354,0.8253579139709473,0.816844642162323,0.8084689378738403,0.8000287413597107,0.7918577194213867,0.7836053371429443,0.7754432559013367,0.7674223780632019,0.7593143582344055,0.7513832449913025,0.7434535622596741,0.7356372475624084,0.7281099557876587,0.7206485271453857,0.7135239839553833,0.7066810131072998,0.6999258995056152,0.6936032176017761,0.6873116493225098,0.6812829971313477,0.6755029559135437,0.6696214079856873,0.6639150977134705,0.6581650972366333,0.6523526906967163,0.6465708613395691,0.6405227184295654,0.6343684196472168,0.628040611743927,0.6214877367019653,0.6148679256439209,0.6080377697944641,0.6011331081390381,0.5941696166992188,0.5871739387512207,0.5803408622741699,0.5735311508178711,0.566853940486908,0.5604420900344849,0.5540891289710999,0.5480110049247742,0.5419657826423645,0.536104679107666,0.5304736495018005,0.5248076915740967,0.5193634033203125,0.5139411687850952,0.5085595846176147,0.5032891035079956,0.49790993332862854,0.49264469742774963,0.4873448610305786,0.4820804297924042,0.47696825861930847,0.47186800837516785,0.46697723865509033,0.4621632993221283,0.45742467045783997,0.4528121054172516,0.4481668174266815,0.44373929500579834,0.4393092691898346,0.43490123748779297,0.43074294924736023,0.4265974462032318,0.4227108955383301,0.41895875334739685,0.4153519868850708,0.41206496953964233,0.40888702869415283,0.40602952241897583,0.4033958315849304,0.40094584226608276,0.3988531231880188,0.396976500749588,0.3954370617866516,0.3941931426525116,0.3932279348373413,0.39267101883888245,0.3923477232456207,0.39234089851379395,0.39254122972488403,0.3930220901966095,0.39379408955574036,0.39470556378364563,0.3958885967731476,0.39726200699806213,0.3987925350666046,0.40051236748695374,0.40229862928390503,0.4041789770126343,0.4060998260974884,0.4079652726650238,0.4097537398338318,0.4114437699317932,0.4130297899246216,0.414431095123291,0.415759414434433,0.41694244742393494,0.41806331276893616,0.41918787360191345,0.42026853561401367,0.4213885962963104,0.42253437638282776,0.42365583777427673,0.4247500002384186,0.42585185170173645,0.42678728699684143,0.42765191197395325,0.4284275472164154,0.42905372381210327],"data_position_z":[205.8568878173828,205.856689453125,205.85647583007812,205.85621643066406,205.85595703125,205.85568237304688,205.85536193847656,205.85504150390625,205.85467529296875,205.854248046875,205.85379028320312,205.853271484375,205.85269165039062,205.85208129882812,205.8513946533203,205.85069274902344,205.8498992919922,205.84906005859375,205.84817504882812,205.8472137451172,205.84619140625,205.84506225585938,205.8438720703125,205.8426055908203,205.8412628173828,205.8397979736328,205.83822631835938,205.8365478515625,205.83473205566406,205.83279418945312,205.83074951171875,205.82859802246094,205.8263397216797,205.82398986816406,205.821533203125,205.81898498535156,205.8163604736328,205.8136749267578,205.81088256835938,205.80809020996094,205.80520629882812,205.80226135253906,205.79928588867188,205.7962646484375,205.7931671142578,205.79002380371094,205.78683471679688,205.7835693359375,205.78033447265625,205.77706909179688,205.7738037109375,205.77059936523438,205.7673797607422,205.76419067382812,205.7610321044922,205.75791931152344,205.75485229492188,205.7518310546875,205.7489013671875,205.74609375,205.7433624267578,205.74073791503906,205.73826599121094,205.73590087890625,205.73365783691406,205.73143005371094,205.72930908203125,205.7272491455078,205.7252960205078,205.7235107421875,205.72178649902344,205.72021484375,205.71876525878906,205.71743774414062,205.7162628173828,205.7152099609375,205.71434020996094,205.71360778808594,205.71307373046875,205.71267700195312,205.71249389648438,205.71246337890625,205.712646484375,205.7130584716797,205.71360778808594,205.71441650390625,205.71536254882812,205.71652221679688,205.71786499023438,205.71937561035156,205.72117614746094,205.7230987548828,205.72531127929688,205.72767639160156,205.73031616210938,205.73304748535156,205.7360382080078,205.73924255371094,205.74261474609375,205.7462615966797,205.74996948242188,205.75389099121094,205.75784301757812,205.76190185546875,205.76600646972656,205.7701873779297,205.77444458007812,205.7787322998047,205.7831268310547,205.78749084472656,205.7919158935547,205.79627990722656,205.80076599121094,205.80517578125,205.80963134765625,205.8140869140625,205.81849670410156,205.82289123535156,205.82717895507812,205.8314208984375,205.83544921875,205.8395233154297,205.84344482421875,205.84719848632812,205.8508758544922,205.85427856445312,205.85760498046875,205.86062622070312,205.86349487304688,205.86614990234375,205.86851501464844,205.8707275390625,205.87249755859375,205.87405395507812,205.8751983642578,205.87596130371094,205.87637329101562,205.876220703125,205.87576293945312,205.8746337890625,205.87307739257812,205.87081909179688,205.86795043945312,205.86444091796875,205.86004638671875,205.85501098632812,205.84893798828125,205.8420867919922,205.83421325683594,205.82534790039062,205.8154754638672,205.80447387695312,205.79251098632812,205.7792510986328,205.76470947265625,205.74891662597656,205.73187255859375,205.7134246826172,205.69361877441406,205.67247009277344,205.64987182617188,205.625732421875,205.59991455078125,205.5724639892578,205.54339599609375,205.51248168945312,205.4798126220703,205.44528198242188,205.4086456298828,205.37002563476562,205.32923889160156,205.28623962402344,205.24082946777344,205.1929473876953,205.14256286621094,205.08935546875,205.03378295898438,204.97531127929688,204.9143829345703,204.85064697265625,204.7842559814453,204.71510314941406,204.6428680419922,204.5679168701172,204.48960876464844,204.40858459472656,204.3241729736328,204.23696899414062,204.14627075195312,204.05242919921875,203.9556884765625,203.8556365966797,203.7528533935547,203.64720153808594,203.5384521484375,203.42642211914062,203.31178283691406,203.19430541992188,203.07383728027344,202.95074462890625,202.82464599609375,202.69613647460938,202.5646209716797,202.4304962158203,202.29342651367188,202.153076171875,202.0098876953125,201.86322021484375,201.71385192871094,201.5601348876953,201.40284729003906,201.24136352539062,201.07618713378906,200.90679931640625,200.73281860351562,200.55538940429688,200.3732452392578,200.18722534179688,199.9971923828125,199.80223083496094,199.60374450683594,199.40042114257812,199.19325256347656,198.9807891845703,198.76341247558594,198.5421600341797,198.31578063964844,198.0856170654297,197.8507843017578,197.61219787597656,197.3699951171875,197.12353515625,196.87388610839844,196.6195831298828,196.36154174804688,196.0989227294922,195.8322296142578,195.5616455078125,195.28594970703125,195.00624084472656,194.7213897705078,194.43287658691406,194.13980102539062,193.84228515625,193.54144287109375,193.23605346679688,192.9276885986328,192.61502075195312,192.29901123046875,191.97897338867188,191.65469360351562,191.32662963867188,190.99349975585938,190.65673828125,190.3148956298828,189.9689483642578,189.61813354492188,189.26321411132812,188.90406799316406,188.53994750976562,188.1722412109375,187.7996826171875,187.42324829101562,187.04229736328125,186.65740966796875,186.26882934570312,185.87600708007812,185.4798583984375,185.07923889160156,184.6754913330078,184.26724243164062,183.85568237304688,183.4399871826172,183.02035522460938,182.5970916748047,182.16944885253906,181.7384033203125,181.302734375,180.86386108398438,180.4204864501953,179.97390747070312,179.52333068847656,179.06903076171875,178.6112823486328,178.14944458007812,177.6844024658203,177.2152099609375,176.74278259277344,176.2661590576172,175.78602600097656,175.30177307128906,174.81353759765625,174.32138061523438,173.8250274658203,173.32516479492188,172.82093811035156,172.3135223388672,171.802001953125,171.2872772216797,170.76876831054688,170.2466583251953,169.7210693359375,169.19154357910156,168.65850830078125,168.12112426757812,167.5801239013672,167.03457641601562,166.48541259765625,165.93167114257812,165.37400817871094,164.81198120117188,164.24566650390625,163.67530822753906,163.10028076171875,162.52134704589844,161.9374542236328,161.3497314453125,160.75706481933594,160.16036987304688,159.5588836669922,158.9530792236328,158.3427276611328,157.72772216796875,157.10841369628906,156.48434448242188,155.85635375976562,155.2236328125,154.58721923828125,153.94630432128906,153.3018798828125,152.65318298339844,152.0008544921875,151.34434509277344,150.6839141845703,150.01963806152344,149.35092163085938,148.67845153808594,148.00143432617188,147.32080078125,146.63546752929688,145.94656372070312,145.2530059814453,144.55543518066406,143.85336303710938,143.1468505859375,142.43629455566406,141.7213134765625,141.00274658203125,140.27975463867188,139.5535888671875,138.82313537597656,138.0895538330078,137.35182189941406,136.61056518554688,135.86557006835938,135.11647033691406,134.36399841308594,133.60720825195312,132.8472442626953,132.08287048339844,131.31533813476562,130.54359436035156,129.7683563232422,128.98927307128906,128.2064666748047,127.42037963867188,126.63043975830078,125.8375015258789,125.04074096679688,124.24100494384766,123.43757629394531,122.63105010986328,121.82074737548828,121.00688934326172,120.18927001953125,119.3680191040039,118.54338073730469,117.71525573730469,116.88417053222656,116.04955291748047,115.21215057373047,114.37126159667969,113.52766418457031,112.68052673339844,111.8302230834961,110.97647094726562,110.1192626953125,109.25900268554688,108.39513397216797,107.52851867675781,106.65835571289062,105.78558349609375,104.90943145751953,104.03056335449219,103.14859771728516,102.26370239257812,101.37617492675781,100.48554992675781,99.59259796142578,98.69658660888672,97.79829406738281,96.8970947265625,95.99354553222656,95.08731079101562,94.1785888671875,93.26750183105469,92.35383605957031,91.43799591064453,90.51946258544922,89.59872436523438,88.67523193359375,87.74962615966797,86.8214111328125,85.89108276367188,84.95853424072266,84.02383422851562,83.08721923828125,82.14845275878906,81.2080307006836,80.26559448242188,79.3216552734375,78.37580871582031,77.42841339111328,76.4792709350586,75.52849578857422,74.576171875,73.62211608886719,72.66667175292969,71.7094955444336,70.75099182128906,69.79080963134766,68.82930755615234,67.86624145507812,66.90177154541016,65.93598937988281,64.96878051757812,64.00048828125,63.03087615966797,62.06032180786133,61.08857345581055,60.11591339111328,59.14223861694336,58.16768264770508,57.192325592041016,56.21613311767578,55.239288330078125,54.261680603027344,53.28352737426758,52.304691314697266,51.325355529785156,50.345420837402344,49.364990234375,48.38412094116211,47.40284729003906,46.421260833740234,45.439327239990234,44.45718002319336,43.474796295166016,42.492313385009766,41.50971603393555,40.527130126953125,39.544593811035156,38.56221008300781,37.57998275756836,36.597999572753906,35.616275787353516,34.634864807128906,33.6537971496582,32.67311477661133,31.6928653717041,30.71306800842285,29.733835220336914,28.755107879638672,27.777050018310547,26.79957389831543,25.822864532470703,24.846866607666016,23.8717098236084,22.89744758605957,21.92407989501953,20.951765060424805,19.980384826660156,19.010196685791016,18.041034698486328,17.07316017150879,16.106449127197266,15.141074180603027,14.1770658493042,13.214410781860352,12.253311157226562,11.293569564819336,10.335517883300781,9.378873825073242,8.42397689819336,7.470646381378174,6.5190582275390625,5.569238662719727,4.621139049530029,3.674964189529419,2.730475664138794,1.7880427837371826,0.8473316431045532,-0.09124007821083069,-1.0279319286346436,-1.9624221324920654,-2.894733428955078,-3.8248579502105713,-4.752452373504639,-5.677845001220703,-6.6005072593688965,-7.520902156829834,-8.438516616821289,-9.353726387023926,-10.26624870300293,-11.176209449768066,-12.083592414855957,-12.988180160522461,-13.89028549194336,-14.789461135864258,-15.686097145080566,-16.579648971557617,-17.470478057861328,-18.35808753967285,-19.242671966552734,-20.124069213867188,-21.002126693725586,-21.87715721130371,-22.748668670654297,-23.617189407348633,-24.48213768005371,-25.34401512145996,-26.20233917236328,-27.05734634399414,-27.90887451171875,-28.75686264038086,-29.60142707824707,-30.442279815673828,-31.27964210510254,-32.11311721801758,-32.943084716796875,-33.76896286010742,-34.59111785888672,-35.40917205810547,-36.22323989868164,-37.0333251953125,-37.83917236328125,-38.64116668701172,-39.438907623291016,-40.23279571533203,-41.022491455078125,-41.80816650390625,-42.589866638183594,-43.36745071411133,-44.141136169433594,-44.91053771972656,-45.67597961425781,-46.43701171875,-47.19394302368164,-47.94636535644531,-48.694358825683594,-49.43762969970703,-50.17616653442383,-50.910247802734375,-51.63961410522461,-52.36473846435547,-53.08509826660156,-53.801029205322266,-54.51218795776367,-55.219078063964844,-55.921268463134766,-56.61897659301758,-57.311893463134766,-58.00016784667969,-58.6837043762207,-59.36241149902344,-60.03635787963867,-60.70527648925781,-61.369441986083984,-62.028621673583984,-62.68313217163086,-63.33256149291992,-63.977317810058594,-64.61705017089844,-65.25204467773438,-65.88214111328125,-66.50753021240234,-67.12818145751953,-67.74418640136719,-68.35554504394531,-68.9621810913086,-69.56414794921875,-70.16112518310547,-70.75302124023438,-71.33967590332031,-71.9208984375,-72.49695587158203,-73.06732177734375,-73.63249206542969,-74.1919937133789,-74.74654388427734,-75.29588317871094,-75.84037017822266,-76.37976837158203,-76.91401672363281,-77.44330596923828,-77.96751403808594,-78.48681640625,-79.0008773803711,-79.5099105834961,-80.0135726928711,-80.51229095458984,-81.0057144165039,-81.49433135986328,-81.977783203125,-82.45643615722656,-82.92997741699219,-83.39859008789062,-83.86219024658203,-84.32077026367188,-84.77429962158203,-85.22289276123047,-85.66641235351562,-86.10509490966797,-86.53866577148438,-86.96739196777344,-87.39098358154297,-87.80957794189453,-88.22308349609375,-88.63138580322266,-89.03457641601562,-89.43242645263672,-89.82500457763672,-90.21210479736328,-90.59392547607422,-90.97023010253906,-91.34141540527344,-91.7072982788086,-92.06828308105469,-92.4240951538086,-92.77522277832031,-93.1213150024414,-93.46273040771484,-93.79924774169922,-94.1310806274414,-94.45793151855469,-94.77980041503906,-95.09671020507812,-95.40837860107422,-95.71516418457031,-96.0166244506836,-96.31334686279297,-96.60488891601562,-96.89179229736328,-97.1736831665039,-97.45104217529297,-97.72364044189453,-97.99175262451172,-98.25516510009766,-98.51405334472656,-98.76835632324219,-99.01795196533203,-99.26309204101562,-99.5032958984375,-99.73907470703125,-99.96985626220703,-100.1961669921875,-100.4176025390625,-100.63462829589844,-100.84676361083984,-101.0544662475586,-101.25756072998047,-101.4560317993164,-101.65040588378906,-101.83999633789062,-102.02568054199219,-102.20664978027344,-102.38375091552734,-102.55628204345703,-102.72474670410156,-102.88878631591797,-103.04862976074219,-103.20442199707031,-103.35572052001953,-103.50332641601562,-103.64635467529297,-103.78556823730469,-103.92021942138672,-104.05052947998047,-104.17642974853516,-104.29778289794922,-104.41484832763672,-104.5274887084961,-104.63572692871094,-104.73932647705078,-104.83850860595703,-104.93386840820312,-105.02531433105469,-105.11334228515625,-105.19803619384766,-105.27912139892578,-105.35722351074219,-105.43138122558594,-105.50237274169922,-105.56932830810547,-105.6332015991211,-105.69307708740234,-105.74956512451172,-105.80244445800781,-105.85166931152344,-105.89759826660156,-105.93982696533203,-105.97904968261719,-106.01461791992188,-106.04756927490234,-106.07693481445312,-106.10371398925781,-106.12691497802734,-106.14724731445312,-106.1642074584961,-106.1779556274414,-106.18830871582031,-106.19519805908203,-106.19859313964844,-106.19856262207031,-106.19502258300781,-106.18803405761719,-106.17768859863281,-106.16392517089844,-106.14706420898438,-106.1266860961914,-106.1034164428711,-106.07660675048828,-106.04691314697266,-106.01367950439453,-105.97758483886719,-105.93806457519531,-105.895751953125,-105.85002899169922,-105.8014144897461,-105.74954223632812,-105.6949234008789,-105.63748931884766,-105.5777359008789,-105.515869140625,-105.452392578125,-105.38766479492188,-105.32231140136719,-105.25688171386719,-105.19212341308594,-105.12810516357422,-105.06539916992188,-105.00428009033203,-104.94537353515625,-104.88858032226562,-104.83440399169922,-104.78273010253906,-104.73416137695312,-104.6884536743164,-104.6463394165039,-104.60762023925781,-104.5728988647461,-104.541748046875,-104.51461791992188,-104.4909896850586,-104.47114562988281,-104.45469665527344,-104.44186401367188,-104.43234252929688,-104.4262924194336,-104.4236831665039,-104.42431640625,-104.42848205566406,-104.43586730957031,-104.44694519042969,-104.4613265991211,-104.47969818115234,-104.50161743164062,-104.52761840820312,-104.55734252929688,-104.59107971191406,-104.62833404541016,-104.66927337646484,-104.7134780883789,-104.76104736328125,-104.81158447265625,-104.86518096923828,-104.9219741821289,-104.98180389404297,-105.04488372802734,-105.1109619140625,-105.18018341064453,-105.25271606445312,-105.32862854003906,-105.4078369140625,-105.49000549316406,-105.57540130615234,-105.66390991210938,-105.75535583496094,-105.84976959228516,-105.94678497314453,-106.04669189453125,-106.14910125732422,-106.25435638427734,-106.36228942871094,-106.47291564941406,-106.58629608154297,-106.70244598388672,-106.82135772705078,-106.94285583496094,-107.0671615600586,-107.19400024414062,-107.32408142089844,-107.45747375488281,-107.59395599365234,-107.7337646484375,-107.8773193359375,-108.0243911743164,-108.17489624023438,-108.32870483398438,-108.48571014404297,-108.6462173461914,-108.80995178222656,-108.97669982910156,-109.14627838134766,-109.31988525390625,-109.49732971191406,-109.67820739746094,-109.86251831054688,-110.05072784423828,-110.24261474609375,-110.4378662109375,-110.6362533569336,-110.83765411376953,-111.04222869873047,-111.24980163574219,-111.46004486083984,-111.67293548583984,-111.8885269165039,-112.10691833496094,-112.32792663574219,-112.55154418945312,-112.77798461914062,-113.00721740722656,-113.23941802978516,-113.4746322631836,-113.71280670166016,-113.9539566040039,-114.1981430053711,-114.44530487060547,-114.69532775878906,-114.94804382324219,-115.20348358154297,-115.46165466308594,-115.72241973876953,-115.98570251464844,-116.25167846679688,-116.52045440673828,-116.79180908203125,-117.06571197509766,-117.34207916259766,-117.62051391601562,-117.9010238647461,-118.18448638916016,-118.47078704833984,-118.76019287109375,-119.05316925048828,-119.34959411621094,-119.64887237548828,-119.95072174072266,-120.25521087646484,-120.56251525878906,-120.87306213378906,-121.18643188476562,-121.50357818603516,-121.82418060302734,-122.14746856689453,-122.47383117675781,-122.8026123046875,-123.13423156738281,-123.46827697753906,-123.80562591552734,-124.14644622802734,-124.49071502685547,-124.8390121459961,-125.19058990478516,-125.54523468017578,-125.90283966064453,-126.26302337646484,-126.62593841552734,-126.99132537841797,-127.35945129394531,-127.73011779785156,-128.1040496826172,-128.48097229003906,-128.86134338378906,-129.24473571777344,-129.630859375,-130.01983642578125,-130.41123962402344,-130.8056640625,-131.2028045654297,-131.60250854492188,-132.00538635253906,-132.41067504882812,-132.81900024414062,-133.22975158691406,-133.64344787597656,-134.06015014648438,-134.4799041748047,-134.90281677246094,-135.3284454345703,-135.7568817138672,-136.18792724609375,-136.6212615966797,-137.0569610595703,-137.4944305419922,-137.93466186523438,-138.37705993652344,-138.82264709472656,-139.2705841064453,-139.72161865234375,-140.17481994628906,-140.6308135986328,-141.08966064453125,-141.55128479003906,-142.0157012939453,-142.48257446289062,-142.95217895507812,-143.42388916015625,-143.8984832763672,-144.37547302246094,-144.85520935058594,-145.33743286132812,-145.8223419189453,-146.31137084960938,-146.8040008544922,-147.2990264892578,-147.79551696777344,-148.29331970214844,-148.7938690185547,-149.29661560058594,-149.80218505859375,-150.3096466064453,-150.81991577148438,-151.33416748046875,-151.8518524169922,-152.37228393554688,-152.89552307128906,-153.4205780029297,-153.94761657714844,-154.47720336914062,-155.0098876953125,-155.54537963867188,-156.08290100097656,-156.6232147216797,-157.16387939453125,-157.7052459716797,-158.2489013671875,-158.7945556640625,-159.34115600585938,-159.88722229003906,-160.43328857421875,-160.97808837890625,-161.52178955078125,-162.06370544433594,-162.6036834716797,-163.14149475097656,-163.6770477294922,-164.2102813720703,-164.74102783203125,-165.2692108154297,-165.794677734375,-166.31748962402344,-166.83741760253906,-167.3543701171875,-167.86842346191406,-168.3793487548828,-168.8870391845703,-169.39161682128906,-169.89279174804688,-170.3908233642578,-170.8853759765625,-171.37661743164062,-171.8645477294922,-172.34873962402344,-172.8297119140625,-173.3070526123047,-173.7809295654297,-174.25128173828125,-174.71810913085938,-175.1813201904297,-175.6409454345703,-176.09693908691406,-176.5491485595703,-176.99765014648438,-177.44216918945312,-177.8827362060547,-178.3189697265625,-178.75120544433594,-179.1792449951172,-179.60328674316406,-180.02325439453125,-180.43914794921875,-180.8512420654297,-181.25938415527344,-181.66441345214844,-182.0663299560547,-182.46559143066406,-182.8621368408203,-183.255126953125,-183.6436767578125,-184.02626037597656,-184.40225219726562,-184.772705078125,-185.13873291015625,-185.50022888183594,-185.85707092285156,-186.2096710205078,-186.55776977539062,-186.90045166015625,-187.23843383789062,-187.57041931152344,-187.8936004638672,-188.207763671875,-188.5140380859375,-188.81399536132812,-189.108154296875,-189.39634704589844,-189.67958068847656,-189.95675659179688,-190.22898864746094,-190.4955596923828,-190.7559051513672,-191.01136779785156,-191.2602081298828,-191.50390625,-191.7414093017578,-191.97283935546875,-192.19894409179688,-192.4184112548828,-192.63250732421875,-192.8398895263672,-193.04090881347656,-193.2348175048828,-193.42213439941406,-193.60353088378906,-193.77810668945312,-193.94729614257812,-194.1095733642578,-194.26548767089844,-194.4152374267578,-194.55789184570312,-194.6953125,-194.82583618164062,-194.9505157470703,-195.0692901611328,-195.18112182617188,-195.28756713867188,-195.38710021972656,-195.4805145263672,-195.56741333007812,-195.6469268798828,-195.7201690673828,-195.785888671875,-195.8455810546875,-195.89895629882812,-195.94593811035156,-195.9874725341797,-196.02197265625,-196.0509033203125,-196.0734100341797,-196.08920288085938,-196.099853515625,-196.1035919189453,-196.10159301757812,-196.0938262939453,-196.07920837402344,-196.05923461914062,-196.03256225585938,-195.9993133544922,-195.95973205566406,-195.91268920898438,-195.85943603515625,-195.79922485351562,-195.7329864501953,-195.6611328125,-195.58238220214844,-195.4982452392578,-195.40757751464844,-195.31044006347656,-195.2080535888672,-195.0989227294922,-194.9842529296875,-194.86386108398438,-194.73672485351562,-194.6044921875,-194.4654998779297,-194.31985473632812,-194.16864013671875,-194.0097198486328,-193.84414672851562,-193.6717529296875,-193.4917755126953,-193.30606079101562,-193.1131591796875,-192.914306640625,-192.70999145507812,-192.49884033203125,-192.2822265625,-192.0592041015625,-191.82972717285156,-191.59512329101562,-191.3538818359375,-191.10687255859375,-190.8545379638672,-190.59527587890625,-190.33079528808594,-190.06016540527344,-189.78292846679688,-189.50062561035156,-189.21151733398438,-188.9164276123047,-188.61610412597656,-188.3087921142578,-187.99581909179688,-187.67672729492188,-187.35093688964844,-187.0201416015625,-186.6830596923828,-186.3404083251953,-185.9929962158203,-185.6394500732422,-185.281005859375,-184.91705322265625,-184.54690551757812,-184.17198181152344,-183.79083251953125,-183.40399169921875,-183.0124053955078,-182.61463928222656,-182.21189880371094,-181.80410766601562,-181.3903350830078,-180.97193908691406,-180.54791259765625,-180.11827087402344,-179.68397521972656,-179.24356079101562,-178.79808044433594,-178.34771728515625,-177.8912353515625,-177.43020629882812,-176.96388244628906,-176.49192810058594,-176.01576232910156,-175.53375244140625,-175.0463409423828,-174.5544891357422,-174.0568084716797,-173.5547332763672,-173.0482940673828,-172.53662109375,-172.02098083496094,-171.50054931640625,-170.97531127929688,-170.44638061523438,-169.912109375,-169.373046875,-168.82965087890625,-168.28041076660156,-167.72682189941406,-167.1683349609375,-166.60426330566406,-166.0363311767578,-165.46282958984375,-164.88421630859375,-164.30160522460938,-163.71307373046875,-163.12005615234375,-162.52256774902344,-161.9193115234375,-161.3120574951172,-160.69981384277344,-160.0825958251953,-159.46177673339844,-158.8357391357422,-158.2054901123047,-157.5717010498047,-156.93276977539062,-156.2902069091797,-155.64361572265625,-154.99237060546875,-154.33792114257812,-153.6789093017578,-153.0157928466797,-152.34942626953125,-151.67822265625,-151.0032501220703,-150.3246307373047,-149.6412353515625,-148.95443725585938,-148.26351928710938,-147.5682373046875,-146.8698272705078,-146.1669921875,-145.46034240722656,-144.7506103515625,-144.03646850585938,-143.3189697265625,-142.5982666015625,-141.87353515625,-141.1459503173828,-140.41476440429688,-139.68008422851562,-138.94273376464844,-138.20143127441406,-137.45680236816406,-136.7093963623047,-135.95794677734375,-135.20347595214844,-134.44583129882812,-133.68453979492188,-132.9206085205078,-132.15316772460938,-131.3855438232422,-130.61595153808594,-129.8432159423828,-129.0684051513672,-128.2916259765625,-127.51249694824219,-126.73165130615234,-125.94879913330078,-125.1645736694336,-124.37860870361328,-123.58984375,-122.7989273071289,-122.0062026977539,-121.2118911743164,-120.4155044555664,-119.61720275878906,-118.81693267822266,-118.01478576660156,-117.21082305908203,-116.40470886230469,-115.59699249267578,-114.78701782226562,-113.97488403320312,-113.16108703613281,-112.34478759765625,-111.52645874023438,-110.70639038085938,-109.88392639160156,-109.05970764160156,-108.23365783691406,-107.4055404663086,-106.5759048461914,-105.74435424804688,-104.9109878540039,-104.07628631591797,-103.23969268798828,-102.40157318115234,-101.56218719482422,-100.7210922241211,-99.87869262695312,-99.0349349975586,-98.18971252441406,-97.34335327148438,-96.49556732177734,-95.64649200439453,-94.79638671875,-93.9448013305664,-93.0920639038086,-92.23828125,-91.38311767578125,-90.52696990966797,-89.66966247558594,-88.81119537353516,-87.95185089111328,-87.09130859375,-86.22980499267578,-85.36748504638672,-84.50405883789062,-83.63978576660156,-82.77469635009766,-81.90863800048828,-81.04188537597656,-80.17424774169922,-79.30582427978516,-78.43678283691406,-77.56686401367188,-76.69627380371094,-75.8250732421875,-74.95314025878906,-74.08068084716797,-73.20768737792969,-72.33419036865234,-71.46028137207031,-70.58597564697266,-69.7113037109375,-68.836181640625,-67.96061706542969,-67.0845947265625,-66.20803833007812,-65.33094787597656,-64.45318603515625,-63.57478713989258,-62.6956901550293,-61.81583786010742,-60.935264587402344,-60.05390548706055,-59.171875,-58.28904342651367,-57.405487060546875,-56.52122116088867,-55.63618850708008,-54.750484466552734,-53.86406326293945,-52.977020263671875,-52.089324951171875,-51.201026916503906,-50.31216049194336,-49.422706604003906,-48.5327262878418,-47.642147064208984,-46.75101852416992,-45.859310150146484,-44.96701431274414,-44.07412338256836,-43.18062973022461,-42.28656768798828,-41.3918342590332,-40.49650573730469,-39.600528717041016,-38.70389938354492,-37.80665969848633,-36.908721923828125,-36.01019287109375,-35.111000061035156,-34.21119689941406,-33.310733795166016,-32.409645080566406,-31.507953643798828,-30.605640411376953,-29.702808380126953,-28.799400329589844,-27.89549446105957,-26.991025924682617,-26.086040496826172,-25.180509567260742,-24.274372100830078,-23.36768341064453,-22.460351943969727,-21.552452087402344,-20.643901824951172,-19.73473358154297,-18.82498550415039,-17.914627075195312,-17.00374412536621,-16.092302322387695,-15.180388450622559,-14.267966270446777,-13.355096817016602,-12.441754341125488,-11.527921676635742,-10.61361312866211,-9.698782920837402,-8.783461570739746,-7.8676066398620605,-6.951245307922363,-6.034369468688965,-5.116979598999023,-4.199122905731201,-3.2807955741882324,-2.362034320831299,-1.4428576231002808,-0.5232830047607422,0.39670491218566895,1.3170838356018066,2.2378857135772705,3.1591243743896484,4.080810070037842,5.0029802322387695,5.925633430480957,6.848769187927246,7.772382736206055,8.696447372436523,9.620955467224121,10.545886039733887,11.47124195098877,12.397018432617188,13.323241233825684,14.24991512298584,15.177042961120605,16.104646682739258,17.03274154663086,17.96133804321289,18.890426635742188,19.820024490356445,20.7501277923584,21.680728912353516,22.61181640625,23.54336929321289,24.475391387939453,25.407848358154297,26.340747833251953,27.274065017700195,28.207805633544922,29.14197540283203,30.076557159423828,31.011577606201172,31.947025299072266,32.882904052734375,33.8192138671875,34.755958557128906,35.6931266784668,36.630706787109375,37.568729400634766,38.50717544555664,39.446044921875,40.385318756103516,41.32502365112305,42.26512908935547,43.20565414428711,44.14655685424805,45.08785629272461,46.0295524597168,46.97166061401367,47.914188385009766,48.85713577270508,49.80051803588867,50.74433135986328,51.68858337402344,52.633277893066406,53.57841110229492,54.52400588989258,55.470027923583984,56.416526794433594,57.363399505615234,58.31047058105469,59.257511138916016,60.20414352416992,61.14995574951172,62.0943603515625,63.037010192871094,63.97755432128906,64.91558074951172,65.85079193115234,66.78292846679688,67.71172332763672,68.63697814941406,69.55867767333984,70.4766616821289,71.39103698730469,72.30187225341797,73.20924377441406,74.11324310302734,75.01384735107422,75.91122436523438,76.80517578125,77.69572448730469,78.58291625976562,79.46671295166016,80.3470230102539,81.2237319946289,82.09685516357422,82.96629333496094,83.83209991455078,84.6942367553711,85.552734375,86.40766906738281,87.25857543945312,88.1058120727539,88.94969177246094,89.79012298583984,90.62703704833984,91.46031188964844,92.29012298583984,93.11653900146484,93.93946075439453,94.7588119506836,95.57445526123047,96.38630676269531,97.19424438476562,97.998291015625,98.79845428466797,99.59463500976562,100.38702392578125,101.1756820678711,101.96063232421875,102.74215698242188,103.52030181884766,104.29505157470703,105.06674194335938,105.83539581298828,106.60086059570312,107.3632583618164,108.1225814819336,108.8788070678711,109.6318130493164,110.38158416748047,111.1281967163086,111.87171936035156,112.61201477050781,113.34909057617188,114.08302307128906,114.81382751464844,115.54158020019531,116.26624298095703,116.98776245117188,117.70620727539062,118.42163848876953,119.13410949707031,119.84344482421875,120.54988098144531,121.25364685058594,121.95447540283203,122.6523208618164,123.34737396240234,124.03968811035156,124.7292709350586,125.4158935546875,126.0995864868164,126.78073120117188,127.45960235595703,128.13612365722656,128.81031799316406,129.48226928710938,130.1520233154297,130.8196258544922,131.48529052734375,132.14903259277344,132.8108673095703,133.47055053710938,134.12803649902344,134.783447265625,135.43695068359375,136.08871459960938,136.7384796142578,137.3861846923828,138.0319366455078,138.67579650878906,139.3178253173828,139.9581756591797,140.59677124023438,141.2336883544922,141.8685760498047,142.50088500976562,143.13087463378906,143.75885009765625,144.3845672607422,145.0072479248047,145.62709045410156,146.24449157714844,146.85906982421875,147.47048950195312,148.0793914794922,148.68585205078125,149.2887420654297,149.8880615234375,150.4846649169922,151.0789031982422,151.6697235107422,152.25709533691406,152.84165954589844,153.4234619140625,154.001708984375,154.5768585205078,155.14952087402344,155.71923828125,156.28565979003906,156.84872436523438,157.4085235595703,157.9649200439453,158.51795959472656,159.06822204589844,159.6156005859375,160.15916442871094,160.69931030273438,161.23660278320312,161.77093505859375,162.3018341064453,162.82968139648438,163.35484313964844,163.876708984375,164.39524841308594,164.91102600097656,165.4241943359375,165.93409729003906,166.44073486328125,166.94456481933594,167.44549560546875,167.94290161132812,168.437255859375,168.92909240722656,169.4178466796875,169.9031982421875,170.38555908203125,170.864990234375,171.34091186523438,171.81369018554688,172.28379821777344,172.75067138671875,173.21389770507812,173.6740264892578,174.13121032714844,174.584716796875,175.0347137451172,175.481689453125,175.92530822753906,176.36502075195312,176.8013916015625,177.23463439941406,177.66419982910156,178.0901336669922,178.5130615234375,178.93272399902344,179.34860229492188,179.7612762451172,180.17103576660156,180.5773162841797,180.97998046875,181.37969970703125,181.77626037597656,182.16917419433594,182.55877685546875,182.94546508789062,183.3287353515625,183.7083740234375,184.0850067138672,184.45849609375,184.82838439941406,185.19488525390625,185.5584716796875,185.91867065429688,186.2751922607422,186.6285858154297,186.9788360595703,187.32550048828125,187.6686553955078,188.00872802734375,188.3452606201172,188.67767333984375,189.0066680908203,189.3324432373047,189.65431213378906,189.9722900390625,190.2871551513672,190.5988006591797,190.90650939941406,191.21063232421875,191.51168823242188,191.80909729003906,192.1023406982422,192.3921661376953,192.67861938476562,192.96116638183594,193.23973083496094,193.5150604248047,193.7869415283203,194.0545196533203,194.3179473876953,194.577880859375,194.83421325683594,195.0860137939453,195.33389282226562,195.57835388183594,195.81886291503906,196.05532836914062,196.2882843017578,196.51780700683594,196.74310302734375,196.96421813964844,197.18186950683594,197.3955535888672,197.60446166992188,197.80886840820312,198.009521484375,198.20608520507812,198.39796447753906,198.5857391357422,198.77011108398438,198.9511260986328,199.12852478027344,199.30258178710938,199.4732666015625,199.64044189453125,199.80435180664062,199.96531677246094,200.12342834472656,200.27838134765625,200.43052673339844,200.5799102783203,200.72698974609375,200.87159729003906,201.01329040527344,201.1522979736328,201.2888641357422,201.42282104492188,201.5536346435547,201.68136596679688,201.80625915527344,201.92832946777344,202.04759216308594,202.16390991210938,202.27719116210938,202.38790893554688,202.4962921142578,202.60165405273438,202.7041778564453,202.8040313720703,202.9010772705078,202.99514770507812,203.08651733398438,203.17520141601562,203.26109313964844,203.3441619873047,203.42462158203125,203.5023651123047,203.57699584960938,203.6486358642578,203.71755981445312,203.7835693359375,203.8466339111328,203.90707397460938,203.96507263183594,204.02047729492188,204.07351684570312,204.124267578125,204.17259216308594,204.21856689453125,204.26239013671875,204.3038787841797,204.34307861328125,204.38021850585938,204.41513061523438,204.44798278808594,204.4789581298828,204.50787353515625,204.53492736816406,204.5603485107422,204.58383178710938,204.60552978515625,204.62571716308594,204.6440887451172,204.66075134277344,204.67604064941406,204.68966674804688,204.7017822265625,204.71266174316406,204.72213745117188,204.73031616210938,204.73744201660156,204.74342346191406,204.74832153320312,204.75230407714844,204.75531005859375,204.75746154785156,204.7588653564453,204.75946044921875,204.7593994140625,204.75877380371094,204.75750732421875,204.75572204589844,204.75355529785156,204.75088500976562,204.74783325195312,204.74456787109375,204.7409210205078,204.737060546875,204.73306274414062,204.7288055419922,204.72454833984375,204.72019958496094,204.7156982421875,204.71127319335938,204.7068634033203,204.70240783691406,204.6981201171875,204.6938934326172,204.68966674804688,204.6856689453125,204.68179321289062,204.67794799804688,204.6743621826172,204.6708984375,204.66749572753906,204.6643829345703,204.661376953125,204.6584930419922,204.65589904785156,204.65338134765625,204.6510009765625,204.6488494873047,204.64675903320312,204.6448211669922,204.64305114746094,204.64134216308594,204.63978576660156,204.6383819580078,204.63702392578125,204.6358184814453,204.63475036621094,204.63365173339844,204.63275146484375,204.63192749023438,204.63111877441406,204.63050842285156,204.6299591064453,204.6294403076172,204.62913513183594,204.62889099121094,204.62876892089844,204.62879943847656,204.6289520263672,204.6292266845703,204.62966918945312,204.6302032470703,204.63095092773438,204.6318359375,204.6328582763672,204.63414001464844,204.63558959960938,204.63720703125,204.6390838623047,204.64111328125,204.643310546875,204.64578247070312,204.64834594726562,204.651123046875,204.6541290283203,204.65721130371094,204.66049194335938,204.6639862060547,204.66754150390625,204.6713409423828,204.67526245117188,204.67929077148438,204.68353271484375,204.68789672851562,204.6923828125,204.69705200195312,204.70181274414062,204.706787109375,204.71185302734375,204.71701049804688,204.7223358154297,204.7277374267578,204.7332763671875,204.73898315429688,204.74476623535156,204.75076293945312,204.75686645507812,204.76309204101562,204.76954650878906,204.77609252929688,204.78282165527344,204.7896728515625,204.79664611816406,204.80381774902344,204.81106567382812,204.81842041015625,204.825927734375,204.83351135253906,204.84124755859375,204.8490447998047,204.85693359375,204.8649444580078,204.87295532226562,204.88111877441406,204.8893280029297,204.89755249023438,204.90594482421875,204.91432189941406,204.92279052734375,204.9313507080078,204.93992614746094,204.9486083984375,204.9573211669922,204.96609497070312,204.97500610351562,204.98387145996094,204.99281311035156,205.0017852783203,205.01075744628906,205.019775390625,205.0287322998047,205.03775024414062,205.0467529296875,205.05575561523438,205.06475830078125,205.07371520996094,205.08273315429688,205.09173583984375,205.10072326660156,205.10975646972656,205.11874389648438,205.12779235839844,205.1368408203125,205.14585876464844,205.15492248535156,205.1639404296875,205.1729736328125,205.18197631835938,205.1909637451172,205.199951171875,205.20889282226562,205.2178497314453,205.22679138183594,205.2357177734375,205.24464416503906,205.25352478027344,205.262451171875,205.27133178710938,205.2801971435547,205.28909301757812,205.29788208007812,205.3066864013672,205.3153839111328,205.3240509033203,205.3326416015625,205.3411407470703,205.3495330810547,205.35780334472656,205.3659210205078,205.37391662597656,205.3817138671875,205.38937377929688,205.39683532714844,205.4041290283203,205.41122436523438,205.41815185546875,205.4248809814453,205.4314422607422,205.43783569335938,205.44410705566406,205.45018005371094,205.45611572265625,205.4619140625,205.467529296875,205.4730682373047,205.47850036621094,205.48374938964844,205.4889373779297,205.4940185546875,205.4990234375,205.5039520263672,205.50881958007812,205.51365661621094,205.51844787597656,205.523193359375,205.5279083251953,205.53260803222656,205.53729248046875,205.54197692871094,205.54664611816406,205.55128479003906,205.55592346191406,205.5604705810547,205.56497192382812],"fuel_at_start":100,"fuel_at_end":100,"fuel_consumed":0,"data_boost":[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"data_rotation_yaw":[0.7070527672767639,0.7070469856262207,0.7070397138595581,0.7070333361625671,0.7070226073265076,0.7070116996765137,0.7069979906082153,0.706981360912323,0.7069604992866516,0.7069365978240967,0.7069059610366821,0.7068734765052795,0.7068377733230591,0.7067989706993103,0.7067583799362183,0.7067134976387024,0.706668496131897,0.7066216468811035,0.7065727114677429,0.7065250873565674,0.7064751386642456,0.7064271569252014,0.706378161907196,0.7063291072845459,0.7062795758247375,0.7062312364578247,0.706183135509491,0.706135630607605,0.7060880661010742,0.7060423493385315,0.7059986591339111,0.7059558033943176,0.7059133052825928,0.7058743834495544,0.7058358788490295,0.705801248550415,0.7057682871818542,0.7057384848594666,0.7057116627693176,0.7056891918182373,0.7056707143783569,0.7056576609611511,0.7056472301483154,0.7056429386138916,0.7056416869163513,0.7056458592414856,0.7056547403335571,0.7056686878204346,0.7056854963302612,0.7057077288627625,0.7057333588600159,0.7057620882987976,0.7057948112487793,0.7058315277099609,0.7058694362640381,0.7059109807014465,0.7059568166732788,0.7060065865516663,0.7060606479644775,0.7061202526092529,0.7061818242073059,0.7062435746192932,0.7062957882881165,0.7063480615615845,0.7063982486724854,0.706453263759613,0.7065098881721497,0.7065675258636475,0.7066265344619751,0.7066829204559326,0.706743597984314,0.7068031430244446,0.7068629264831543,0.7069259881973267,0.7069912552833557,0.7070614099502563,0.7071336507797241,0.7072135806083679,0.7072941064834595,0.7073782682418823,0.7074639797210693,0.7075473070144653,0.7076383233070374,0.7077266573905945,0.7078253030776978,0.70792156457901,0.7080199122428894,0.7081205248832703,0.7082160711288452,0.7083210349082947,0.7084178924560547,0.7085212469100952,0.7086129784584045,0.7087011337280273,0.7087829113006592,0.7088612914085388,0.7089312672615051,0.708989143371582,0.7090420722961426,0.7090780138969421,0.7091057896614075,0.7091209888458252,0.7091284394264221,0.7091314792633057,0.7091246843338013,0.709119439125061,0.7091034650802612,0.7090898752212524,0.7090636491775513,0.7090400457382202,0.7090105414390564,0.7089868783950806,0.7089505791664124,0.708917498588562,0.7088823914527893,0.7088417410850525,0.7088003158569336,0.7087510228157043,0.7087003588676453,0.7086439728736877,0.7085900902748108,0.7085219025611877,0.7084451913833618,0.7083716988563538,0.7082804441452026,0.7081899046897888,0.7080826163291931,0.7079707980155945,0.707841694355011,0.7076965570449829,0.7075443863868713,0.7073677778244019,0.7071809768676758,0.7069739103317261,0.7067515254020691,0.7065169811248779,0.7062536478042603,0.7059901356697083,0.7056950330734253,0.7053962349891663,0.7050694823265076,0.7047271132469177,0.7043567299842834,0.7039464712142944,0.7035273909568787,0.7030678987503052,0.7025989294052124,0.7020974159240723,0.7015754580497742,0.7010433673858643,0.7004806995391846,0.6999213695526123,0.6993346810340881,0.6987511515617371,0.6981327533721924,0.6974998712539673,0.6968541741371155,0.6962028741836548,0.6955481171607971,0.6948615312576294,0.6941865086555481,0.6934622526168823,0.6927069425582886,0.6919025778770447,0.6910344958305359,0.690162718296051,0.6892294883728027,0.6882857084274292,0.6872639060020447,0.6861991882324219,0.6850585341453552,0.6838777661323547,0.6826465725898743,0.681359589099884,0.6800302863121033,0.6786670684814453,0.6772831678390503,0.6759137511253357,0.6745396852493286,0.6731426119804382,0.6717492341995239,0.6702890992164612,0.668857753276825,0.6673352122306824,0.6658614873886108,0.6643279790878296,0.6628164649009705,0.661317765712738,0.6597461700439453,0.6581637859344482,0.656550407409668,0.6550456881523132,0.6536462306976318,0.6523758172988892,0.6511609554290771,0.6499344110488892,0.6487307548522949,0.6474939584732056,0.6463718414306641,0.6452217698097229,0.6441433429718018,0.6430270671844482,0.6418948173522949,0.6407760977745056,0.639550507068634,0.6382497549057007,0.6367249488830566,0.6351757049560547,0.6335610151290894,0.6320372223854065,0.6305020451545715,0.6288864612579346,0.6272578835487366,0.6256034970283508,0.6239959001541138,0.6223873496055603,0.6207044124603271,0.6190943717956543,0.6172927618026733,0.6154084205627441,0.6133706569671631,0.6113287806510925,0.6094199419021606,0.6075298190116882,0.6056984066963196,0.6037789583206177,0.6020120978355408,0.600357711315155,0.5987126231193542,0.5971516370773315,0.5954509973526001,0.5938253402709961,0.5920783877372742,0.5902943015098572,0.5883011817932129,0.5861547589302063,0.58402419090271,0.5819178819656372,0.5799877047538757,0.5780543684959412,0.5761429667472839,0.5742601156234741,0.5724111795425415,0.5707588791847229,0.5690677165985107,0.5675408840179443,0.5659998655319214,0.5644067525863647,0.5628392696380615,0.5610588788986206,0.5592981576919556,0.5572199821472168,0.5551188588142395,0.5528655648231506,0.550620436668396,0.5484776496887207,0.5464423298835754,0.5445653200149536,0.5426042079925537,0.5407392382621765,0.5387853980064392,0.5369001626968384,0.5351198315620422,0.5333031415939331,0.5316249132156372,0.5298298001289368,0.528172492980957,0.5264121890068054,0.52474045753479,0.5230457782745361,0.5213401317596436,0.5196710228919983,0.517859935760498,0.5161313414573669,0.5142187476158142,0.5124223232269287,0.5105091333389282,0.5086672902107239,0.5067393779754639,0.5047910213470459,0.5028917193412781,0.5010088682174683,0.4992566704750061,0.49746328592300415,0.49576279520988464,0.4939853549003601,0.4922362267971039,0.49047043919563293,0.48861443996429443,0.4867653548717499,0.4847797155380249,0.4828420579433441,0.48078909516334534,0.4787985384464264,0.47672417759895325,0.4747348427772522,0.47277021408081055,0.4708385169506073,0.4689893424510956,0.4670754075050354,0.46524325013160706,0.4632606506347656,0.4613185226917267,0.459217369556427,0.4571312963962555,0.4549283981323242,0.45267215371131897,0.4504017233848572,0.44801971316337585,0.44569340348243713,0.44319745898246765,0.4407937228679657,0.4382026195526123,0.4357088506221771,0.4330765902996063,0.43049076199531555,0.4278714060783386,0.42525261640548706,0.42268723249435425,0.42001330852508545,0.41745978593826294,0.4147557318210602,0.4121665060520172,0.4094579517841339,0.40685346722602844,0.40420493483543396,0.40166497230529785,0.39913979172706604,0.39665183424949646,0.39422962069511414,0.39173439145088196,0.38930508494377136,0.386762797832489,0.38426995277404785,0.3816407024860382,0.37910398840904236,0.3764246106147766,0.3738167881965637,0.3711637258529663,0.3685082495212555,0.36582785844802856,0.3630380630493164,0.360297828912735,0.3573680818080902,0.35456958413124084,0.3516377806663513,0.34889665246009827,0.34609290957450867,0.3434344232082367,0.3407844305038452,0.3381565511226654,0.33561408519744873,0.33294108510017395,0.33034849166870117,0.3275333344936371,0.32484740018844604,0.32194361090660095,0.3192005753517151,0.3163360059261322,0.3135087490081787,0.3106456696987152,0.3076847195625305,0.30481457710266113,0.3017641305923462,0.29887837171554565,0.2958984673023224,0.2931273579597473,0.2902669310569763,0.28749752044677734,0.28471115231513977,0.28186196088790894,0.2790166437625885,0.27599862217903137,0.27299797534942627,0.26983028650283813,0.26678910851478577,0.2636723816394806,0.2606890797615051,0.25762906670570374,0.2546535134315491,0.25166139006614685,0.2486727386713028,0.24571871757507324,0.24257852137088776,0.23939917981624603,0.23602086305618286,0.23278571665287018,0.22939473390579224,0.2261527180671692,0.22283953428268433,0.21958838403224945,0.21638716757297516,0.21311351656913757,0.20992033183574677,0.20655077695846558,0.20334091782569885,0.19997356832027435,0.1967800408601761,0.19351086020469666,0.19033510982990265,0.1871492862701416,0.1838730424642563,0.18067185580730438,0.1773197054862976,0.1740991324186325,0.17074209451675415,0.16749829053878784,0.1641118824481964,0.16080082952976227,0.15738128125667572,0.1539207547903061,0.15051478147506714,0.14702431857585907,0.1436062753200531,0.14005498588085175,0.1366257518529892,0.13309818506240845,0.12974174320697784,0.12641586363315582,0.12320303171873093,0.12007272988557816,0.11690634489059448,0.11382026225328445,0.11063149571418762,0.10753326117992401,0.10427695512771606,0.101091668009758,0.09778733551502228,0.0945112481713295,0.0912017971277237,0.08776656538248062,0.08438217639923096,0.08080928027629852,0.07729735970497131,0.07359053194522858,0.07003804296255112,0.06639767438173294,0.06290090829133987,0.05945894494652748,0.055972255766391754,0.05256445333361626,0.04903266951441765,0.04561988264322281,0.04209127649664879,0.038715947419404984,0.03527708351612091,0.03193679079413414,0.028616979718208313,0.025215527042746544,0.021829644218087196,0.018246538937091827,0.014692425727844238,0.010977000929415226,0.007405540440231562,0.003724148264154792,6.913792458362877e-05,-0.0036516711115837097,-0.007435886189341545,-0.011152041144669056,-0.01499412301927805,-0.018728768453001976,-0.022569753229618073,-0.026210278272628784,-0.029888691380620003,-0.03343620523810387,-0.0369502492249012,-0.04046645760536194,-0.04389101639389992,-0.04740403965115547,-0.05082908272743225,-0.054361794143915176,-0.057766325771808624,-0.06126471981406212,-0.06471258401870728,-0.06820860505104065,-0.07176230102777481,-0.07529307156801224,-0.0789242833852768,-0.08243538439273834,-0.08604779839515686,-0.0895410031080246,-0.093101367354393,-0.09660368412733078,-0.10012508928775787,-0.1037033200263977,-0.10723713040351868,-0.11090938001871109,-0.1144966259598732,-0.11820554733276367,-0.12175992876291275,-0.12534916400909424,-0.12884370982646942,-0.13231904804706573,-0.13583309948444366,-0.1392943114042282,-0.14287029206752777,-0.1463472992181778,-0.1499178260564804,-0.15337428450584412,-0.15687306225299835,-0.1603100448846817,-0.16374646127223969,-0.16722343862056732,-0.1706649661064148,-0.17427177727222443,-0.17787042260169983,-0.18162648379802704,-0.18526513874530792,-0.18898560106754303,-0.19256481528282166,-0.19609420001506805,-0.19956719875335693,-0.20294979214668274,-0.20635564625263214,-0.2096489667892456,-0.21299856901168823,-0.21624945104122162,-0.21958988904953003,-0.22287432849407196,-0.22624340653419495,-0.2296643853187561,-0.23311816155910492,-0.23667986690998077,-0.24020586907863617,-0.24381978809833527,-0.24732980132102966,-0.2509101331233978,-0.25435295701026917,-0.25778189301490784,-0.26115667819976807,-0.2645159363746643,-0.26792266964912415,-0.2713070511817932,-0.2747575342655182,-0.27814191579818726,-0.2816106975078583,-0.2850362956523895,-0.2885220944881439,-0.29201653599739075,-0.29550808668136597,-0.2990421950817108,-0.3025655150413513,-0.3061271011829376,-0.30962252616882324,-0.31312549114227295,-0.31655412912368774,-0.3199501037597656,-0.32329630851745605,-0.32656851410865784,-0.32984423637390137,-0.3330592215061188,-0.33628565073013306,-0.3394332528114319,-0.3425889015197754,-0.3457369804382324,-0.3489750325679779,-0.3522915840148926,-0.355649471282959,-0.35908234119415283,-0.3624279797077179,-0.36576133966445923,-0.36893001198768616,-0.3721182346343994,-0.3751696050167084,-0.3782308101654053,-0.3811906576156616,-0.38420748710632324,-0.3872107267379761,-0.39022698998451233,-0.39328017830848694,-0.3962981700897217,-0.39935028553009033,-0.40237677097320557,-0.40547046065330505,-0.408548504114151,-0.4116791784763336,-0.4147803783416748,-0.4178943932056427,-0.42095911502838135,-0.42400026321411133,-0.42701664566993713,-0.43004781007766724,-0.43304353952407837,-0.43602684140205383,-0.43895667791366577,-0.4418436288833618,-0.4446653723716736,-0.4474417567253113,-0.4501592814922333,-0.452910840511322,-0.4556368887424469,-0.45850303769111633,-0.4614517092704773,-0.46459752321243286,-0.467743843793869,-0.47093677520751953,-0.47401273250579834,-0.4769938290119171,-0.4798164963722229,-0.4825335443019867,-0.4851815700531006,-0.48772120475769043,-0.4902564585208893,-0.49279242753982544,-0.495381236076355,-0.4979715943336487,-0.5006285309791565,-0.503266453742981,-0.5059202909469604,-0.5084982514381409,-0.5110757946968079,-0.5135430693626404,-0.5159600973129272,-0.5183333158493042,-0.5207042694091797,-0.5230587720870972,-0.5254510045051575,-0.5278272032737732,-0.5302214622497559,-0.5326080918312073,-0.5349964499473572,-0.5373734831809998,-0.5397448539733887,-0.5421168804168701,-0.5444870591163635,-0.5468778610229492,-0.549278199672699,-0.5517085194587708,-0.5541682243347168,-0.5566931366920471,-0.5592532753944397,-0.5618906617164612,-0.564521074295044,-0.5671595931053162,-0.5697382092475891,-0.5722922086715698,-0.5747434496879578,-0.5771470665931702,-0.5794644355773926,-0.581744909286499,-0.5839919447898865,-0.5862107872962952,-0.5884233117103577,-0.5906151533126831,-0.5928414463996887,-0.5950884819030762,-0.5973825454711914,-0.599656343460083,-0.6019099354743958,-0.6041118502616882,-0.6062682867050171,-0.6083391904830933,-0.6103457808494568,-0.6122788190841675,-0.6141576766967773,-0.6159854531288147,-0.6177546977996826,-0.6195023655891418,-0.6211997270584106,-0.6228914856910706,-0.6245606541633606,-0.6262797713279724,-0.6279743909835815,-0.6297369003295898,-0.6315030455589294,-0.6333221197128296,-0.6351535320281982,-0.6369767189025879,-0.6388058066368103,-0.640619158744812,-0.6424265503883362,-0.644156277179718,-0.6458933353424072,-0.6475822329521179,-0.6493173241615295,-0.6510426998138428,-0.6527549028396606,-0.654478132724762,-0.6561791896820068,-0.6579225659370422,-0.6595834493637085,-0.6612599492073059,-0.6628394722938538,-0.6644546985626221,-0.6660596132278442,-0.6677426099777222,-0.6694424152374268,-0.6711333394050598,-0.6728572845458984,-0.6745367050170898,-0.6762396097183228,-0.6779137849807739,-0.6796335577964783,-0.6812875866889954,-0.6828500032424927,-0.6843095421791077,-0.685708224773407,-0.6870120167732239,-0.6882480382919312,-0.6894596219062805,-0.6906995177268982,-0.6919367909431458,-0.6932092905044556,-0.6945108771324158,-0.6957736015319824,-0.6970740556716919,-0.6983087658882141,-0.6995982527732849,-0.7008095979690552,-0.702112078666687,-0.7032785415649414,-0.7045000791549683,-0.7056020498275757,-0.7067273259162903,-0.7077704668045044,-0.708847165107727,-0.7099162936210632,-0.7110041379928589,-0.7121289968490601,-0.7132665514945984,-0.7144931554794312,-0.7156923413276672,-0.716969907283783,-0.7181774973869324,-0.7194453477859497,-0.7206170558929443,-0.7218390107154846,-0.7229470014572144,-0.7240923643112183,-0.7251378893852234,-0.7262360453605652,-0.7272400856018066,-0.7282879948616028,-0.7292654514312744,-0.7302571535110474,-0.7311845421791077,-0.7321078777313232,-0.7329939603805542,-0.7338632345199585,-0.7346736788749695,-0.735389232635498,-0.7359751462936401,-0.7363714575767517,-0.7365260124206543,-0.7363850474357605,-0.7359009981155396,-0.7350386381149292,-0.7338017821311951,-0.732180118560791,-0.7302616238594055,-0.7281053066253662,-0.7257686257362366,-0.7233291268348694,-0.7208167314529419,-0.718276858329773,-0.715707540512085,-0.7131212949752808,-0.710498571395874,-0.7078741788864136,-0.7052726149559021,-0.7027217745780945,-0.7002818584442139,-0.6979321241378784,-0.6957602500915527,-0.6937031149864197,-0.6918349266052246,-0.6900684833526611,-0.6884733438491821,-0.6869544386863708,-0.6855889558792114,-0.6842742562294006,-0.6830725073814392,-0.6818709373474121,-0.6807302832603455,-0.6795673370361328,-0.6784550547599792,-0.6773290634155273,-0.6762505173683167,-0.6752036213874817,-0.6742231845855713,-0.6733241081237793,-0.6725058555603027,-0.671770453453064,-0.6711068153381348,-0.6705282330513,-0.6700108647346497,-0.6695873141288757,-0.6692149043083191,-0.6688724756240845,-0.668509840965271,-0.6681060791015625,-0.6676244139671326,-0.6670239567756653,-0.6662822961807251,-0.6654508709907532,-0.6645370721817017,-0.6635895371437073,-0.662563145160675,-0.6614841222763062,-0.6603581309318542,-0.6591719388961792,-0.6579678654670715,-0.6566826701164246,-0.6553615927696228,-0.6539638042449951,-0.6525248885154724,-0.6509385704994202,-0.6492956280708313,-0.6475699543952942,-0.6458906531333923,-0.6442115902900696,-0.6424326300621033,-0.6405415534973145,-0.638546884059906,-0.6365218162536621,-0.634519100189209,-0.6325519680976868,-0.6305991411209106,-0.628700315952301,-0.626862108707428,-0.6250048279762268,-0.6231346130371094,-0.6212935447692871,-0.6195306777954102,-0.6178592443466187,-0.6162025332450867,-0.6145306825637817,-0.6128828525543213,-0.6113530397415161,-0.6099186539649963,-0.6085495948791504,-0.6072425842285156,-0.6060197949409485,-0.6048298478126526,-0.6036378741264343,-0.6025344133377075,-0.601509690284729,-0.6005953550338745,-0.5997816324234009,-0.599041223526001,-0.5983092188835144,-0.597563624382019,-0.5967646241188049,-0.5959011316299438,-0.5949867367744446,-0.5940171480178833,-0.5930138826370239,-0.5919564366340637,-0.5908395051956177,-0.5896922945976257,-0.5885494947433472,-0.587412416934967,-0.586264431476593,-0.5851212739944458,-0.5839942693710327,-0.5827606320381165,-0.5813872814178467,-0.5799964070320129,-0.5785949230194092,-0.5772713422775269,-0.5759938955307007,-0.5748254060745239,-0.5735442042350769,-0.5721375346183777,-0.5706192851066589,-0.5689908862113953,-0.5671223402023315,-0.5651910901069641,-0.5633049011230469,-0.5615436434745789,-0.5598082542419434,-0.5580049753189087,-0.5561803579330444,-0.5543968081474304,-0.5525831580162048,-0.5506899952888489,-0.5489176511764526,-0.5472894906997681,-0.5457040667533875,-0.5442180037498474,-0.5426241159439087,-0.5409879684448242,-0.53934246301651,-0.5377280116081238,-0.5360494256019592,-0.5342330932617188,-0.5325336456298828,-0.5309453010559082,-0.5295479893684387,-0.5282527804374695,-0.5270621180534363,-0.5259513258934021,-0.5248033404350281,-0.5236459374427795,-0.5225775837898254,-0.5216295123100281,-0.5206461548805237,-0.5195324420928955,-0.5184223651885986,-0.5172237157821655,-0.5160968899726868,-0.5149005651473999,-0.5137782692909241,-0.5126346349716187,-0.5115283727645874,-0.5104715824127197,-0.5093827843666077,-0.5082674622535706,-0.5070362687110901,-0.5058701038360596,-0.5046297311782837,-0.5034995079040527,-0.5022034645080566,-0.5009545087814331,-0.5000266432762146,-0.49873775243759155,-0.497297078371048,-0.49569520354270935,-0.49405932426452637,-0.4923928380012512,-0.4907422959804535,-0.4892367422580719,-0.4875902831554413,-0.48588091135025024,-0.4840640127658844,-0.4824312627315521,-0.4808967411518097,-0.4795374572277069,-0.4782252609729767,-0.47699517011642456,-0.4757387340068817,-0.4744393527507782,-0.47310829162597656,-0.47172272205352783,-0.4700416326522827,-0.46866410970687866,-0.4673505425453186,-0.4658755660057068,-0.4642883241176605,-0.46302032470703125,-0.4618610143661499,-0.4605100750923157,-0.45889365673065186,-0.4573502838611603,-0.455728143453598,-0.4540690779685974,-0.4523756206035614,-0.45079413056373596,-0.44940662384033203,-0.44829243421554565,-0.44737687706947327,-0.44657379388809204,-0.44582608342170715,-0.4450550377368927,-0.44485241174697876,-0.4447554051876068,-0.44480347633361816,-0.44537127017974854,-0.4465086758136749,-0.448154479265213,-0.4501538872718811,-0.45258787274360657,-0.4553053081035614,-0.4582894444465637,-0.4613916873931885,-0.46463826298713684,-0.46786797046661377,-0.47119173407554626,-0.4744868576526642,-0.4778214693069458,-0.4811681807041168,-0.4844931662082672,-0.48782065510749817,-0.4910544753074646,-0.49429625272750854,-0.4973470866680145,-0.5003628134727478,-0.503140389919281,-0.5058781504631042,-0.5084325075149536,-0.5109191536903381,-0.5133416056632996,-0.5156934261322021,-0.5180980563163757,-0.5202822089195251,-0.5225169658660889,-0.5246092677116394,-0.5266849994659424,-0.5286353826522827,-0.5304886102676392,-0.5322436690330505,-0.5338658094406128,-0.5354369878768921,-0.5368300080299377,-0.5382518768310547,-0.539426326751709,-0.5407450199127197,-0.5418075323104858,-0.5428603887557983,-0.5438257455825806,-0.5446653962135315,-0.5455443859100342,-0.5462278127670288,-0.5469955801963806,-0.5475782155990601,-0.5481545329093933,-0.5486997961997986,-0.549130916595459,-0.5496909618377686,-0.55024254322052,-0.5511235594749451,-0.5522324442863464,-0.5536315441131592,-0.5552576780319214,-0.5570272207260132,-0.5590043663978577,-0.5609504580497742,-0.5630534887313843,-0.5650961399078369,-0.567417562007904,-0.5700324177742004,-0.5729992985725403,-0.5764549374580383,-0.5799307823181152,-0.5835664868354797,-0.5870347619056702,-0.5905023813247681,-0.5939189195632935,-0.597204327583313,-0.6004733443260193,-0.6035137176513672,-0.6066259145736694,-0.6096028685569763,-0.612589955329895,-0.6155035495758057,-0.618287980556488,-0.6211965680122375,-0.623967707157135,-0.6267706751823425,-0.6294235587120056,-0.6320080161094666,-0.6347018480300903,-0.637285053730011,-0.6399888396263123,-0.6425506472587585,-0.6451484560966492,-0.647564172744751,-0.6498956680297852,-0.6523529291152954,-0.6545774340629578,-0.6568211317062378,-0.6589080095291138,-0.6608618497848511,-0.662837028503418,-0.6646926999092102,-0.6666926145553589,-0.6686313152313232,-0.6705965399742126,-0.6726739406585693,-0.6746693253517151,-0.6769053339958191,-0.6791816353797913,-0.681530237197876,-0.6838963031768799,-0.6861315369606018,-0.6884561777114868,-0.6907211542129517,-0.693038821220398,-0.6954255104064941,-0.6976683139801025,-0.7000260353088379,-0.7023510932922363,-0.704631507396698,-0.7069926857948303,-0.709279477596283,-0.7117053270339966,-0.7141146063804626,-0.7165265083312988,-0.7190760970115662,-0.7216352224349976,-0.7243901491165161,-0.7271179556846619,-0.7297008037567139,-0.732390820980072,-0.7348871231079102,-0.7373458743095398,-0.7398361563682556,-0.7421942353248596,-0.7445672750473022,-0.7468105554580688,-0.7489584684371948,-0.7511165142059326,-0.7531722187995911,-0.7553014159202576,-0.7574072480201721,-0.7594460248947144,-0.7616790533065796,-0.7639076113700867,-0.7662206292152405,-0.7685984373092651,-0.7709775567054749,-0.7734960913658142,-0.7759196162223816,-0.7781784534454346,-0.7804660201072693,-0.7825820446014404,-0.7846514582633972,-0.78672856092453,-0.7886697053909302,-0.7906298041343689,-0.7925069332122803,-0.794264018535614,-0.7960880398750305,-0.797863781452179,-0.7996763586997986,-0.8015329241752625,-0.8033352494239807,-0.8052574396133423,-0.807179868221283,-0.8090482950210571,-0.8110328912734985,-0.8129746317863464,-0.8149197101593018,-0.8168838024139404,-0.8188379406929016,-0.8208982348442078,-0.8229395747184753,-0.8248803019523621,-0.8268979787826538,-0.8288508653640747,-0.8307392597198486,-0.8326444625854492,-0.8345035314559937,-0.836469292640686,-0.8384372591972351,-0.8402832746505737,-0.8421893119812012,-0.8440322279930115,-0.8457939624786377,-0.8475728631019592,-0.8492743372917175,-0.8509990572929382,-0.8527437448501587,-0.8544224500656128,-0.8561963438987732,-0.8579633831977844,-0.8596928119659424,-0.8614980578422546,-0.8632315397262573,-0.8649663925170898,-0.866692841053009,-0.868316650390625,-0.8699841499328613,-0.871617317199707,-0.8731315732002258,-0.8747571110725403,-0.87640380859375,-0.8780142664909363,-0.8796396851539612,-0.8811954259872437,-0.8827139139175415,-0.8842275142669678,-0.8856420516967773,-0.8871211409568787,-0.8886109590530396,-0.890022873878479,-0.8915500640869141,-0.8931023478507996,-0.894622266292572,-0.8961696028709412,-0.8976089954376221,-0.8990740180015564,-0.900546669960022,-0.9018806219100952,-0.9033389091491699,-0.9048138856887817,-0.9062293171882629,-0.9077518582344055,-0.9092128872871399,-0.9106979370117188,-0.9122124314308167,-0.9136036038398743,-0.9150756001472473,-0.9164948463439941,-0.9177747368812561,-0.9191517233848572,-0.9204394817352295,-0.9216703772544861,-0.9229608178138733,-0.9241673350334167,-0.9254304766654968,-0.9266854524612427,-0.9278332591056824,-0.9290838241577148,-0.9303109645843506,-0.9314841032028198,-0.9327420592308044,-0.9339772462844849,-0.9352156519889832,-0.9364665746688843,-0.937640368938446,-0.9388415217399597,-0.9400230646133423,-0.941095232963562,-0.9422217011451721,-0.943329393863678,-0.9443601369857788,-0.9454194903373718,-0.9464568495750427,-0.9474728107452393,-0.9485064744949341,-0.9494790434837341,-0.9504900574684143,-0.9515209794044495,-0.9524677395820618,-0.953478991985321,-0.9545176029205322,-0.9555019736289978,-0.9565388560295105,-0.957551121711731,-0.958533763885498,-0.9595325589179993,-0.9604235291481018,-0.9613463878631592,-0.9618756771087646,-0.9622545838356018,-0.9625579714775085,-0.9628538489341736,-0.9631714820861816,-0.9635415077209473,-0.9642235040664673,-0.9650058150291443,-0.9658533334732056,-0.9667372703552246,-0.9676483273506165,-0.9686841368675232,-0.9697133302688599,-0.9707431793212891,-0.9718044996261597,-0.9728049039840698,-0.9737933874130249,-0.9747341871261597,-0.9755311608314514,-0.9763274788856506,-0.9770388603210449,-0.9777708649635315,-0.9785565137863159,-0.9792827367782593,-0.9800624251365662,-0.9808622002601624,-0.9815756678581238,-0.9823130369186401,-0.983002781867981,-0.9836075305938721,-0.984221339225769,-0.9847495555877686,-0.9852535128593445,-0.9857643842697144,-0.9861747622489929,-0.9865986108779907,-0.9870086312294006,-0.9873307943344116,-0.9876827001571655,-0.9880140423774719,-0.9883043169975281,-0.9886212348937988,-0.988895833492279,-0.9891633987426758,-0.9894497990608215,-0.9896804094314575,-0.9899398684501648,-0.9902060031890869,-0.9904193878173828,-0.9906646609306335,-0.9908922910690308,-0.9910842180252075,-0.9913003444671631,-0.9914641380310059,-0.9916192293167114,-0.9917837381362915,-0.9918916821479797,-0.9920166730880737,-0.9921358823776245,-0.9922205805778503,-0.9923197627067566,-0.9923971891403198,-0.9924528002738953,-0.992521345615387,-0.992563784122467,-0.9926031827926636,-0.9926499724388123,-0.9926562905311584,-0.9926738142967224,-0.9926942586898804,-0.9926851391792297,-0.9926956295967102,-0.9926981329917908,-0.9926884174346924,-0.9927001595497131,-0.9927189350128174,-0.9927799105644226,-0.992835521697998,-0.9929214715957642,-0.9930223226547241,-0.9931116104125977,-0.9932392239570618,-0.9933367967605591,-0.9934564828872681,-0.9935576319694519,-0.993661105632782,-0.9937750697135925,-0.9938647150993347,0.9939898252487183,0.9940792918205261,0.9941841959953308,0.9942792057991028,0.994362473487854,0.9944592118263245,0.9945239424705505,0.9946082234382629,0.9946581721305847,0.9947103261947632,0.9947614073753357,0.9947911500930786,0.9948405027389526,0.9948676228523254,0.9949088096618652,0.9949397444725037,0.9949719905853271,0.9950170516967773,0.9950395226478577,0.9950891137123108,0.9951227307319641,0.9951686859130859,0.9952186942100525,0.9952570796012878,0.9953287243843079,0.995375394821167,0.9954478740692139,0.995510995388031,0.9955676198005676,0.9956350326538086,0.9956777095794678,0.9957398176193237,0.9957808256149292,0.9958288073539734,0.9958686828613281,0.9959056973457336,0.9959471225738525,0.9959697723388672,0.9960100054740906,0.9960361123085022,-0.9960696697235107,-0.9960980415344238,-0.9961202144622803,-0.9961523413658142,-0.9961724877357483,-0.9962067604064941,-0.9962319135665894,-0.9962631464004517,-0.9962930679321289,-0.9963201284408569,-0.9963476657867432,-0.9963666796684265,-0.9963881969451904,-0.9963997006416321,-0.9964084625244141,-0.9964125156402588,-0.9964115023612976,-0.9964090585708618,-0.996404230594635,-0.9963994026184082,-0.9963988065719604,-0.9963974356651306,-0.9963972568511963,-0.9964030385017395,-0.9964075088500977,-0.9964135885238647,-0.9964175820350647,-0.9964183568954468,-0.9964174032211304,-0.9964132905006409,-0.9964047074317932,-0.9963968992233276,-0.9963873028755188,-0.9963790774345398,-0.9963719844818115,-0.9963653087615967,-0.9963614344596863,-0.9963542819023132,-0.9963479042053223,-0.9963406920433044,-0.9963340759277344,-0.9963281750679016,-0.9963195323944092,-0.9963132739067078,-0.9963057637214661,-0.9962952733039856,-0.9962801337242126,-0.9962661862373352,-0.9962424039840698,-0.9962214231491089,-0.9961951375007629,-0.9961734414100647,-0.9961496591567993,-0.9961233139038086,-0.996097207069397,-0.9960651397705078,-0.996040940284729,-0.996009349822998,-0.9959867596626282,-0.995958685874939,-0.9959374070167542,-0.9959176182746887,-0.995898962020874,-0.9958798885345459,-0.995864748954773,-0.9958512187004089,-0.9958311915397644,-0.9958125948905945,-0.9957863092422485,-0.9957625865936279,-0.9957419633865356,-0.995717465877533,-0.9956873655319214,-0.9956569075584412,-0.9956234693527222,-0.9955827593803406,-0.9955480694770813,-0.9955028891563416,-0.9954646229743958,-0.9954175353050232,-0.9953773617744446,-0.9953219890594482,-0.9952848553657532,-0.9952326416969299,-0.9951884746551514,-0.9951504468917847,-0.9950926303863525,-0.9950564503669739,-0.9950210452079773,-0.9949889779090881,-0.994974672794342,-0.9949623942375183,-0.9949448704719543,-0.994928240776062,-0.9949080944061279,-0.9948832392692566,-0.9948597550392151,-0.9948294162750244,-0.9948017597198486,-0.9947678446769714,-0.9947369694709778,-0.9947006702423096,-0.9946706295013428,-0.9946326613426208,-0.994596004486084,-0.9945626854896545,-0.9945193529129028,-0.9944852590560913,-0.9944469928741455,-0.9944168329238892,0.9943832755088806,0.9943526983261108,0.9943271279335022,0.9942982196807861,0.9942776560783386,0.9942545890808105,0.9942306876182556,0.9942078590393066,0.9941793084144592,0.9941563010215759,0.9941264390945435,0.9940969347953796,0.9940703511238098,0.9940400123596191,0.994023323059082,0.9940078258514404,0.9940012693405151,0.9940008521080017,0.9940022230148315,0.9940077662467957,0.9940101504325867,0.9940087199211121,0.9940111637115479,0.9940072894096375,0.9939940571784973,0.9939788579940796,0.9939496517181396,0.9939162135124207,0.9938779473304749,0.9938327670097351,0.993787407875061,0.9937299489974976,0.9936739206314087,0.993633508682251,0.9935784935951233,0.9935285449028015,0.9934844970703125,0.9934340119361877,0.9933829307556152,0.993327796459198,0.9932637810707092,0.9932047128677368,0.99313884973526,0.9930656552314758,0.9929905533790588,0.9929002523422241,0.9927955269813538,0.992674708366394,0.9925404191017151,0.9924013018608093,0.9922473430633545,0.992080807685852,0.9918922781944275,0.9917181134223938,0.9915785789489746,0.9914474487304688,0.9913201332092285,0.9911962151527405,0.9910879135131836,0.9910064935684204,0.9909148812294006,0.9907898902893066,0.9906399250030518,0.9904658794403076,0.9902696013450623,0.9900431036949158,0.9897693395614624,0.9894558191299438,0.9891008734703064,0.9887144565582275,0.9883208274841309,0.9879373908042908,0.9875622987747192,0.9871716499328613,0.986751139163971,0.9863431453704834,0.9859577417373657,0.9855819344520569,0.9852017760276794,0.9847695827484131,0.9842818379402161,0.9837450981140137,0.9831777215003967,0.9825997948646545,0.982041597366333,0.9814802408218384,0.9808804392814636,0.9802003502845764,0.9795587062835693,0.9789413213729858,0.9782527685165405,0.9774903655052185,0.9767009019851685,0.9758596420288086,0.9749497771263123,0.9740620255470276,0.9732312560081482,0.972389280796051,0.9714944958686829,0.9706534147262573,0.9699025750160217,0.9691997170448303,0.968481183052063,0.9677775502204895,0.9670597314834595,0.9662892818450928,0.9654513597488403,0.9646223187446594,0.9638071656227112,0.9630040526390076,0.9621753692626953,0.961352527141571,0.9604984521865845,0.9596184492111206,0.9587929248809814,0.9580091238021851,0.957220196723938,0.9563803672790527,0.9555553197860718,0.9547221660614014,0.9538195133209229,0.9528390765190125,0.9518311619758606,0.9507882595062256,0.9496810436248779,0.9485586285591125,0.9474695324897766,0.9464001655578613,0.9452652335166931,0.9441452026367188,0.9430177807807922,0.9418418407440186,0.9406089782714844,0.939399003982544,0.9382086396217346,0.936967134475708,0.9357219338417053,0.9344747066497803,0.9332017302513123,0.9318526983261108,0.9305194616317749,0.9291784763336182,0.9277700781822205,0.926338791847229,0.9249082803726196,0.9234591126441956,0.9219300150871277,0.9204288721084595,0.9189313650131226,0.9173994064331055,0.9158316850662231,0.9142892360687256,0.9127498865127563,0.9111586213111877,0.9095984697341919,0.9080608487129211,0.9065368175506592,0.904982328414917,0.9034808278083801,0.9020137190818787,0.9005215764045715,0.8990595936775208,0.8976275324821472,0.896205484867096,0.8947288393974304,0.8932745456695557,0.891823947429657,0.8903499245643616,0.8888600468635559,0.8873798847198486,0.8859025835990906,0.8843643069267273,0.8828288316726685,0.8812820911407471,0.8797110915184021,0.878086268901825,0.8764563202857971,0.8748210668563843,0.8730981945991516,0.8713522553443909,0.8695660829544067,0.8677657842636108,0.8659133315086365,0.864079475402832,0.8622673749923706,0.860426127910614,0.8585113883018494,0.8565596342086792,0.8545942306518555,0.8525916934013367,0.8506401181221008,0.8487215638160706,0.8468600511550903,0.8449756503105164,0.843126654624939,0.8412948846817017,0.8394738435745239,0.8376389741897583,0.8357770442962646,0.8338910937309265,0.8319356441497803,0.8300266861915588,0.8281258940696716,0.8262003064155579,0.8241907358169556,0.8221150636672974,0.8200324773788452,0.8179785013198853,0.8159299492835999,0.8139117956161499,0.8119261860847473,0.8099295496940613,0.8078932166099548,0.8058000802993774,0.8036836385726929,0.801564633846283,0.7994585037231445,0.7973735928535461,0.7952954769134521,0.7932888269424438,0.7914039492607117,0.789642333984375,0.7879742980003357,0.7863507866859436,0.7847994565963745,0.7832937240600586,0.7818644642829895,0.7804757952690125,0.7790446281433105,0.7775776982307434,0.7760767936706543,0.774549663066864,0.7730040550231934,0.771466076374054,0.769936740398407,0.7684112191200256,0.7668734192848206,0.7653184533119202,0.7637229561805725,0.7621003985404968,0.7605721354484558,0.7590526938438416,0.7575037479400635,0.7559330463409424,0.7542922496795654,0.7526575326919556,0.751055896282196,0.74947589635849,0.7479315996170044,0.7464571595191956,0.7449972033500671,0.743575930595398,0.7421862483024597,0.7408096790313721,0.7394419312477112,0.7380974292755127,0.7367164492607117,0.7353072762489319,0.7338823080062866,0.732470691204071,0.7311201691627502,0.7298204898834229,0.7285426259040833,0.7273246645927429,0.7261571288108826,0.7250123023986816,0.7238683104515076,0.7227203249931335,0.7215633392333984,0.7204300165176392,0.7193491458892822,0.7183100581169128,0.7173181176185608,0.7163785696029663,0.71546870470047,0.7145841717720032,0.7137273550033569,0.7128847241401672,0.712059736251831,0.7112727761268616,0.7105048298835754,0.7097641229629517,0.7090758085250854,0.7084138989448547,0.7077916860580444,0.7072275280952454,0.7066958546638489,0.7062031626701355,0.7057600617408752,0.7053491473197937,0.7049697637557983,0.7046270966529846,0.7043076753616333,0.7040203809738159,0.7037587761878967,0.703518271446228,0.7033069133758545,0.7031242847442627,0.7029585838317871,0.7028262615203857,0.7027163505554199,0.7026181221008301,0.7025534510612488,0.7025101184844971,0.7024744153022766,0.7024750113487244,0.7024905681610107,0.702515184879303,0.702567458152771,0.702629029750824,0.702694833278656,0.7027942538261414,0.7028923034667969,0.7029902935028076,0.7031168937683105,0.7032387256622314,0.7033646702766418,0.7035086154937744,0.7036388516426086,0.7037636637687683,0.7039057016372681,0.7040325999259949,0.7041571736335754,0.704291820526123,0.7044045329093933,0.7045217156410217,0.7046447396278381,0.7047473192214966,0.7048583626747131,0.7049685120582581,0.7050541043281555,0.7051487565040588,0.7052352428436279,0.7053021192550659,0.7053733468055725,0.7054355144500732,0.7054838538169861,0.7055438756942749,0.7055993676185608,0.7056447863578796,0.7057063579559326,0.7057586908340454,0.7058091759681702,0.7058756351470947,0.7059342861175537,0.7060049176216125,0.7060889005661011,0.7061705589294434,0.7062649130821228,0.706369161605835,0.7064710259437561,0.7065908312797546,0.7067131400108337,0.7068414688110352,0.7069810032844543,0.7071172595024109,0.707252562046051,0.7073938250541687,0.7075207829475403,0.7076507210731506,0.7077803611755371,0.7078986763954163,0.7080122828483582,0.7081176042556763,0.7081981301307678,0.7082765698432922,0.7083395719528198,0.708385705947876,0.7084324955940247,0.7084710001945496,0.7084977626800537,0.7085422873497009,0.7085801362991333,0.7086265087127686,0.7086824774742126,0.7087371945381165,0.7088035941123962,0.7088788747787476,0.7089540362358093,0.7090389132499695,0.7091203331947327,0.7092072367668152,0.7092978358268738,0.7093788981437683,0.7094637155532837,0.7095468044281006,0.7096208930015564,0.7097042202949524,0.7097734808921814,0.7098488211631775,0.7099230289459229,0.7099895477294922,0.7100620269775391,0.7101302146911621,0.7101954221725464,0.7102672457695007,0.7103288173675537,0.7103995680809021,0.7104682326316833,0.7105309367179871,0.7105959057807922,0.7106513381004333,0.7107012867927551,0.7107501029968262,0.710784912109375,0.7108234167098999,0.7108491659164429,0.7108703851699829,0.7108892202377319,0.7108957767486572,0.7109050154685974,0.7109124660491943,0.7109121084213257,0.7109197378158569,0.7109207510948181,0.710929274559021,0.7109383940696716,0.7109456658363342,0.7109600901603699,0.710974931716919,0.7109888195991516,0.7110066413879395,0.7110177278518677,0.7110347151756287,0.7110410928726196,0.7110474109649658,0.7110490202903748,0.7110467553138733,0.7110438346862793,0.7110380530357361,0.7110284566879272,0.7110224366188049,0.7110079526901245,0.7110013961791992,0.7109876275062561,0.7109772562980652,0.7109701633453369,0.710963249206543,0.710960865020752,0.710960865020752,0.7109593749046326,0.7109631299972534,0.7109620571136475,0.7109670042991638,0.710967481136322,0.7109695076942444,0.7109701633453369,0.7109691500663757,0.7109684944152832,0.7109630703926086,0.7109532952308655,0.7109449505805969,0.7109243869781494,0.7109051942825317,0.710874080657959,0.7108390927314758,0.7107930183410645,0.7107382416725159,0.7106739282608032,0.7106015086174011,0.7105181813240051,0.7104279398918152,0.7103286385536194,0.7102270722389221,0.7101196646690369,0.7100145816802979,0.7099080085754395,0.7098084092140198,0.709710419178009,0.7096198797225952,0.70953369140625,0.709457516670227,0.7093862295150757,0.7093262076377869,0.709273099899292,0.7092283368110657,0.7091909646987915,0.7091634273529053,0.7091386318206787,0.7091262340545654,0.7091141939163208,0.7091087102890015,0.7091048359870911,0.7091050148010254,0.7091054320335388,0.7091064453125,0.7091061472892761,0.709108293056488,0.7091064453125,0.7091037034988403,0.7090994715690613,0.7090925574302673,0.7090808749198914,0.7090675830841064,0.7090480923652649,0.7090263962745667,0.7089979648590088],"data_absolute_yaw_rate_per_second":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0008651614189147949,0.0007961392402648926,0.0007375478744506836,0.0006745457649230957,0.0006134510040283203,0.0005447268486022949,0.00047147274017333984,0.0003929734230041504,0.00031006336212158203,0.00022304058074951172,0.00012987852096557617,3.463029861450195e-05,6.395578384399414e-05,0.00016760826110839844,0.0002777576446533203,0.000392913818359375,0.0005120038986206055,0.000640869140625,0.0007690191268920898,0.0009031295776367188,0.00103682279586792,0.0011691451072692871,0.001309216022491455,0.0014470815658569336,0.0015940666198730469,0.001738429069519043,0.0018842816352844238,0.002032458782196045,0.0021737217903137207,0.002322375774383545,0.0024620890617370605,0.0026079416275024414,0.0027385950088500977,0.0028652548789978027,0.0029816627502441406,0.0030930042266845703,0.0031927824020385742,0.0032774806022644043,0.0033528804779052734,0.003407299518585205,0.0034481287002563477,0.0034737586975097656,0.0034855008125305176,0.0034897923469543457,0.003478825092315674,0.0034646987915039062,0.00343477725982666,0.003404378890991211,0.0033559203147888184,0.0033066868782043457,0.003248453140258789,0.0031920671463012695,0.003119051456451416,0.0030480623245239258,0.0029714107513427734,0.0028849244117736816,0.002793729305267334,0.0026903748512268066,0.002580106258392334,0.002462148666381836,0.002346515655517578,0.002226114273071289,0.0020971298217773438,0.001973450183868408,0.0018271803855895996,0.0016800165176391602,0.0015150904655456543,0.0013442635536193848,0.0011587738990783691,0.0009529590606689453,0.0007412433624267578,0.0005048513412475586,0.0002549886703491211,1.7344951629638672e-05,0.00030988454818725586,0.0006166696548461914,0.000959932804107666,0.0013039708137512207,0.0016832351684570312,0.002067744731903076,0.0024778246879577637,0.002911210060119629,0.003369927406311035,0.0038788318634033203,0.004394173622131348,0.0049520134925842285,0.005521595478057861,0.006118655204772949,0.006745576858520508,0.00737452507019043,0.008040547370910645,0.008691608905792236,0.009366452693939209,0.01003175973892212,0.010728538036346436,0.011431396007537842,0.012134969234466553,0.012839198112487793,0.01352989673614502,0.014244258403778076,0.0149344801902771,0.015666186809539795,0.01642453670501709,0.017222106456756592,0.018084943294525146,0.018940746784210205,0.019860386848449707,0.02077794075012207,0.021776139736175537,0.02281135320663452,0.023928344249725342,0.025072813034057617,0.026270925998687744,0.027522802352905273,0.02881145477294922,0.03013324737548828,0.03146785497665405,0.03278660774230957,0.03410428762435913,0.03544747829437256,0.03677266836166382,0.038156092166900635,0.03951394557952881,0.040945231914520264,0.04232841730117798,0.043754637241363525,0.04515433311462402,0.04652392864227295,0.0479503870010376,0.049380600452423096,0.05081737041473389,0.05213528871536255,0.05332767963409424,0.05437570810317993,0.05535602569580078,0.056319236755371094,0.05725938081741333,0.05820107460021973,0.0590243935585022,0.05984771251678467,0.06058377027511597,0.061329662799835205,0.06205165386199951,0.06275129318237305,0.06351739168167114,0.06434917449951172,0.06537246704101562,0.06639975309371948,0.0674823522567749,0.06844347715377808,0.06941932439804077,0.07044821977615356,0.07149326801300049,0.07252925634384155,0.07350397109985352,0.07446682453155518,0.07549846172332764,0.07645374536514282,0.07756876945495605,0.07877808809280396,0.08009159564971924,0.08137816190719604,0.08248263597488403,0.08350467681884766,0.08446431159973145,0.08545053005218506,0.08627361059188843,0.08690619468688965,0.08748656511306763,0.08790689706802368,0.08842676877975464,0.08882123231887817,0.08928120136260986,0.0897359848022461,0.09036588668823242,0.091128408908844,0.09188956022262573,0.0926218032836914,0.0931549072265625,0.09369486570358276,0.09414613246917725,0.09459763765335083,0.09492403268814087,0.09510260820388794,0.09526026248931885,0.09527558088302612,0.09531790018081665,0.09533941745758057,0.09532451629638672,0.09549152851104736,0.09574753046035767,0.09642624855041504,0.09725695848464966,0.09829539060592651,0.09931397438049316,0.10025310516357422,0.10105162858963013,0.10180652141571045,0.10261756181716919,0.10340410470962524,0.10424166917800903,0.10499465465545654,0.10565626621246338,0.10624736547470093,0.10662484169006348,0.10689514875411987,0.10700321197509766,0.10714882612228394,0.10729676485061646,0.1074562668800354,0.10754632949829102,0.10758686065673828,0.10774356126785278,0.10786455869674683,0.1081686019897461,0.10828208923339844,0.10858523845672607,0.10862547159194946,0.10866904258728027,0.10857963562011719,0.10843706130981445,0.10841107368469238,0.10827314853668213,0.10823512077331543,0.10801616311073303,0.10802674293518066,0.10812148451805115,0.10824218392372131,0.10853719711303711,0.10868564248085022,0.10904562473297119,0.10923632979393005,0.10950520634651184,0.1095026433467865,0.10943058133125305,0.10928934812545776,0.10914766788482666,0.10914918780326843,0.10906502604484558,0.10906755924224854,0.10901686549186707,0.10915052890777588,0.10944035649299622,0.10985034704208374,0.11040958762168884,0.11107146739959717,0.11173459887504578,0.11243754625320435,0.11303916573524475,0.11360475420951843,0.11402252316474915,0.1143251359462738,0.11466294527053833,0.11491158604621887,0.11540105938911438,0.11595156788825989,0.11669391393661499,0.11735159158706665,0.11805200576782227,0.11877208948135376,0.11944037675857544,0.12036409974098206,0.1211366355419159,0.1221669614315033,0.12297633290290833,0.12396755814552307,0.12474721670150757,0.125600665807724,0.12639394402503967,0.12711051106452942,0.12793663144111633,0.12855485081672668,0.12936854362487793,0.12994879484176636,0.1307816207408905,0.13140514492988586,0.13224267959594727,0.13292258977890015,0.1336272954940796,0.13438346982002258,0.1351810097694397,0.1362186074256897,0.13716545701026917,0.13839471340179443,0.13941577076911926,0.14059844613075256,0.14157378673553467,0.14252153038978577,0.14333093166351318,0.1439952850341797,0.1446855068206787,0.1451750099658966,0.14585745334625244,0.14637568593025208,0.1472015082836151,0.1479228138923645,0.14889490604400635,0.1497887670993805,0.1507394015789032,0.15173450112342834,0.15261498093605042,0.15363380312919617,0.15440279245376587,0.1553671658039093,0.15605002641677856,0.15677368640899658,0.15727436542510986,0.15775278210639954,0.1581958830356598,0.15848630666732788,0.15893176198005676,0.1591859757900238,0.15971022844314575,0.16007861495018005,0.16066047549247742,0.16108229756355286,0.16158023476600647,0.16199815273284912,0.1623842418193817,0.16280627250671387,0.16309434175491333,0.16349376738071442,0.16373923420906067,0.16427494585514069,0.16480575501918793,0.165644109249115,0.16635407507419586,0.16725710034370422,0.16807690262794495,0.16889485716819763,0.1697167009115219,0.17037563025951385,0.17115643620491028,0.17172037065029144,0.17255321145057678,0.17308369278907776,0.17384321987628937,0.17438368499279022,0.17499738931655884,0.17549274861812592,0.1758887767791748,0.1764247864484787,0.17669622600078583,0.17724987864494324,0.1775386482477188,0.17815455794334412,0.17859461903572083,0.17932254076004028,0.17998360097408295,0.18077526986598969,0.18169333040714264,0.1824263036251068,0.1833241730928421,0.18392705917358398,0.1847924143075943,0.18531785905361176,0.18610239028930664,0.18659426271915436,0.1870928853750229,0.18744263797998428,0.18761198967695236,0.18790823221206665,0.18794386833906174,0.18824687600135803,0.18836520612239838,0.18885040283203125,0.18917526304721832,0.18971018493175507,0.19019990414381027,0.19066016376018524,0.19125007838010788,0.19161644577980042,0.19218869507312775,0.19253292679786682,0.1931985765695572,0.19363433867692947,0.1942914053797722,0.19472815841436386,0.1951945684850216,0.1956891342997551,0.19610828533768654,0.1966860480606556,0.19695863872766495,0.19730790331959724,0.19730491563677788,0.19750863313674927,0.1974579431116581,0.19753573834896088,0.19762400723993778,0.19775873981416225,0.19814062863588333,0.19842109084129333,0.19894333090633154,0.19914523651823401,0.19961676956154406,0.19990443039569072,0.2004317119717598,0.2009467463940382,0.2014871509745717,0.20214340928941965,0.20260181091725826,0.20324160903692245,0.2035299837589264,0.2039878237992525,0.20417829975485802,0.20444853976368904,0.20457834005355835,0.20469184592366219,0.2047853209078312,0.20474983751773834,0.20487657561898232,0.2047906443476677,0.20487099513411522,0.20476756989955902,0.20483435690402985,0.20486048609018326,0.20503481477499008,0.20534014701843262,0.20563841611146927,0.20612052828073502,0.20644734799861908,0.20692162960767746,0.2072351798415184,0.20765835046768188,0.20798027515411377,0.20832879841327667,0.20869671553373337,0.2090078741312027,0.20940734446048737,0.20952649414539337,0.2097313404083252,0.20965299010276794,0.20961640775203705,0.20942363142967224,0.20933235436677933,0.2092679664492607,0.20924820750951767,0.2093767710030079,0.20934654027223587,0.2094375155866146,0.20934271439909935,0.2093663439154625,0.2093147151172161,0.20938091352581978,0.20954886078834534,0.20980721339583397,0.21024346351623535,0.21048066578805447,0.21081524528563023,0.21081135421991348,0.2107866257429123,0.21054419968277216,0.2103553325869143,0.21007979451678693,0.20971810471382923,0.20934689790010452,0.20881356485188007,0.20843784790486097,0.2078802054747939,0.20751463808119297,0.20709463208913803,0.20690788328647614,0.20679117552936077,0.2067696638405323,0.20686953887343407,0.20686334371566772,0.2070191167294979,0.2069489173591137,0.20695281028747559,0.2067948840558529,0.20674961060285568,0.20665794983506203,0.20659446716308594,0.20654892921447754,0.20637961477041245,0.20631762593984604,0.20611201226711273,0.20608671009540558,0.2059687376022339,0.20596708357334137,0.2059408277273178,0.20596183091402054,0.20600201189517975,0.20591920614242554,0.20588836073875427,0.20564474910497665,0.20545347779989243,0.20509076118469238,0.2048085853457451,0.20449507236480713,0.20421551167964935,0.20396660268306732,0.20360015332698822,0.20329459011554718,0.20286668837070465,0.2026277333498001,0.20237375795841217,0.20227518677711487,0.20220927894115448,0.2021179348230362,0.20201487839221954,0.20170657336711884,0.20145326852798462,0.20089782774448395,0.20036038756370544,0.19956417381763458,0.19894234836101532,0.19822512567043304,0.19766217470169067,0.19718597829341888,0.19673097133636475,0.1964004933834076,0.19602112472057343,0.19582149386405945,0.19554993510246277,0.195429727435112,0.19519048929214478,0.19502006471157074,0.1947157084941864,0.19433587789535522,0.19389848411083221,0.19336794316768646,0.1928376704454422,0.19220705330371857,0.1916268765926361,0.190933495759964,0.19031241536140442,0.18965986371040344,0.1890026032924652,0.18839490413665771,0.18771421909332275,0.18719598650932312,0.1866941750049591,0.1864556074142456,0.18613314628601074,0.18590047955513,0.18549063801765442,0.18497729301452637,0.18430840969085693,0.18349134922027588,0.18261605501174927,0.1815941035747528,0.18063393235206604,0.1796669363975525,0.17882710695266724,0.17802149057388306,0.17733222246170044,0.17669793963432312,0.17607605457305908,0.1754390299320221,0.1747901439666748,0.1741098165512085,0.17337119579315186,0.17259633541107178,0.17172923684120178,0.1707671880722046,0.1698015332221985,0.16874486207962036,0.16779348254203796,0.16684675216674805,0.16606643795967102,0.16525524854660034,0.1645752489566803,0.16388607025146484,0.1632964015007019,0.16267037391662598,0.1620674729347229,0.16148152947425842,0.16088804602622986,0.16039496660232544,0.15990298986434937,0.15951389074325562,0.1590506136417389,0.15861108899116516,0.1580590307712555,0.15751183032989502,0.15684905648231506,0.15618795156478882,0.15546417236328125,0.1547282636165619,0.15394413471221924,0.1531672477722168,0.15239647030830383,0.15165847539901733,0.1509978175163269,0.1504231095314026,0.14994078874588013,0.14949706196784973,0.14899909496307373,0.14847496151924133,0.14776524901390076,0.14688748121261597,0.14574825763702393,0.14453497529029846,0.1432209014892578,0.14197272062301636,0.1407608687877655,0.13968586921691895,0.13866618275642395,0.13770991563796997,0.13683944940567017,0.13602331280708313,0.1351819634437561,0.13435566425323486,0.13353145122528076,0.1326935887336731,0.13188707828521729,0.13105642795562744,0.13030755519866943,0.12954336404800415,0.1288834810256958,0.12819617986679077,0.12756001949310303,0.12687796354293823,0.12625855207443237,0.1255916953086853,0.12492769956588745,0.1242566704750061,0.12357109785079956,0.12292611598968506,0.12220996618270874,0.12151509523391724,0.12072259187698364,0.11996763944625854,0.11918175220489502,0.1184644103050232,0.117733895778656,0.11696511507034302,0.11616414785385132,0.11528342962265015,0.11434894800186157,0.11339271068572998,0.11247396469116211,0.11154937744140625,0.11055779457092285,0.1095660924911499,0.10856115818023682,0.1075475811958313,0.10650312900543213,0.10546767711639404,0.10448873043060303,0.10351347923278809,0.10259413719177246,0.10166943073272705,0.10068511962890625,0.09969151020050049,0.0986524224281311,0.09768831729888916,0.09669774770736694,0.09584379196166992,0.09493935108184814,0.09415429830551147,0.0933232307434082,0.09256964921951294,0.0917850136756897,0.09109246730804443,0.09041392803192139,0.08980441093444824,0.0892375111579895,0.08870589733123779,0.08821338415145874,0.0877179503440857,0.08723300695419312,0.08667445182800293,0.08612322807312012,0.0854635238647461,0.08486229181289673,0.08414119482040405,0.08347320556640625,0.08271133899688721,0.08207976818084717,0.08134675025939941,0.08070576190948486,0.07994812726974487,0.07921445369720459,0.07842963933944702,0.07762974500656128,0.07681477069854736,0.07594066858291626,0.07509022951126099,0.07412928342819214,0.07313567399978638,0.07191675901412964,0.07046639919281006,0.06864243745803833,0.06645858287811279,0.06390529870986938,0.06094449758529663,0.05764341354370117,0.054022014141082764,0.050191521644592285,0.0461350679397583,0.04204154014587402,0.03796672821044922,0.03396731615066528,0.02999931573867798,0.026109278202056885,0.02225053310394287,0.018414556980133057,0.014573097229003906,0.01078498363494873,0.007072567939758301,0.0034212470054626465,1.33514404296875e-05,0.003370940685272217,0.006473839282989502,0.00952976942062378,0.012336254119873047,0.015157639980316162,0.01768958568572998,0.020225822925567627,0.022529542446136475,0.024856388568878174,0.027040183544158936,0.02927982807159424,0.031461238861083984,0.03367507457733154,0.03587847948074341,0.0380629301071167,0.04026997089385986,0.04236823320388794,0.044464051723480225,0.04640704393386841,0.04833853244781494,0.05008882284164429,0.05182814598083496,0.05335968732833862,0.05487746000289917,0.056265413761138916,0.05772620439529419,0.05913400650024414,0.060663580894470215,0.06224149465560913,0.06397485733032227,0.06573367118835449,0.06757080554962158,0.06940442323684692,0.07130008935928345,0.07318955659866333,0.0750311017036438,0.07680320739746094,0.07840359210968018,0.07984334230422974,0.0810234546661377,0.08193719387054443,0.08251374959945679,0.0828632116317749,0.08288449048995972,0.08269166946411133,0.08221465349197388,0.08155703544616699,0.08089649677276611,0.08027517795562744,0.07972997426986694,0.07918572425842285,0.07860219478607178,0.07794660329818726,0.07727503776550293,0.07657229900360107,0.0758596658706665,0.07527703046798706,0.07479751110076904,0.07446670532226562,0.07417243719100952,0.07397568225860596,0.07386595010757446,0.07394266128540039,0.07407158613204956,0.07423591613769531,0.0743556022644043,0.07452291250228882,0.07462835311889648,0.07471048831939697,0.07473748922348022,0.07481718063354492,0.07479465007781982,0.07474082708358765,0.07460826635360718,0.07444155216217041,0.07428288459777832,0.07419663667678833,0.07420682907104492,0.07434219121932983,0.0746271014213562,0.07502412796020508,0.07557016611099243,0.07620102167129517,0.07691603899002075,0.07767033576965332,0.07841378450393677,0.0790749192237854,0.07961153984069824,0.08001786470413208,0.08032959699630737,0.08054280281066895,0.08082890510559082,0.08117586374282837,0.08148771524429321,0.08176320791244507,0.08190059661865234,0.08197396993637085,0.08185726404190063,0.0818173885345459,0.08182626962661743,0.08190560340881348,0.0819476842880249,0.08217328786849976,0.08237886428833008,0.08258575201034546,0.08266794681549072,0.08262437582015991,0.08253657817840576,0.08236652612686157,0.08212500810623169,0.08193594217300415,0.08186197280883789,0.08168148994445801,0.08141082525253296,0.08115804195404053,0.0807868242263794,0.08051049709320068,0.08030557632446289,0.08018821477890015,0.08013123273849487,0.08015310764312744,0.08029758930206299,0.08034920692443848,0.08040773868560791,0.08037066459655762,0.08029681444168091,0.08018046617507935,0.08006846904754639,0.08002650737762451,0.07999193668365479,0.07995682954788208,0.07988017797470093,0.07994920015335083,0.08024919033050537,0.08061885833740234,0.08108550310134888,0.08146673440933228,0.08186405897140503,0.08212286233901978,0.08235210180282593,0.0824887752532959,0.0825423002243042,0.08257365226745605,0.08257204294204712,0.08265602588653564,0.0826793909072876,0.08278268575668335,0.08276492357254028,0.08291780948638916,0.08303976058959961,0.08273398876190186,0.08264952898025513,0.08269932866096497,0.08289971947669983,0.08321201801300049,0.08360105752944946,0.08408311009407043,0.084307461977005,0.0845472514629364,0.08473837375640869,0.08492687344551086,0.08469107747077942,0.08429434895515442,0.08376744389533997,0.08331838250160217,0.0828130841255188,0.08226624131202698,0.08174100518226624,0.08128851652145386,0.080860435962677,0.08064836263656616,0.08025354146957397,0.07993894815444946,0.07982850074768066,0.07992967963218689,0.07960379123687744,0.07912695407867432,0.07883238792419434,0.07883435487747192,0.07869914174079895,0.07850494980812073,0.0784645676612854,0.0785696804523468,0.07875385880470276,0.07884615659713745,0.07876968383789062,0.07857444882392883,0.07822954654693604,0.07781985402107239,0.07752254605293274,0.07677710056304932,0.07589074969291687,0.07472896575927734,0.0730510950088501,0.0707150399684906,0.06794241070747375,0.0647466778755188,0.061190396547317505,0.05732932686805725,0.05323892831802368,0.04907989501953125,0.044744521379470825,0.04039949178695679,0.03584453463554382,0.031383246183395386,0.02680826187133789,0.022331327199935913,0.01771029829978943,0.013133853673934937,0.00897216796875,0.004441499710083008,5.0008296966552734e-05,0.004667609930038452,0.009081065654754639,0.013485312461853027,0.017690211534500122,0.021682411432266235,0.025751322507858276,0.029812514781951904,0.03403404355049133,0.03785094618797302,0.041620224714279175,0.045071810483932495,0.0484597384929657,0.051640212535858154,0.054749876260757446,0.05780431628227234,0.06075751781463623,0.06371426582336426,0.06678837537765503,0.06958776712417603,0.07207578420639038,0.07486945390701294,0.07751920819282532,0.07984006404876709,0.08196473121643066,0.08415532112121582,0.08665072917938232,0.08887752890586853,0.09126743674278259,0.09350913763046265,0.09577891230583191,0.09790566563606262,0.09972429275512695,0.1013985276222229,0.10286566615104675,0.10454976558685303,0.10640636086463928,0.10857650637626648,0.11040526628494263,0.11227181553840637,0.1142008900642395,0.11557918787002563,0.11654481291770935,0.1169416606426239,0.11726367473602295,0.11744454503059387,0.11769399046897888,0.11816549301147461,0.11853909492492676,0.1189282238483429,0.1191667914390564,0.1193106472492218,0.11943206191062927,0.11938285827636719,0.11930516362190247,0.11902055144309998,0.11880525946617126,0.11854839324951172,0.11829370260238647,0.11815646290779114,0.11792516708374023,0.11805617809295654,0.11808955669403076,0.11833816766738892,0.11850440502166748,0.11866641044616699,0.11900842189788818,0.11918699741363525,0.11970663070678711,0.12003368139266968,0.12053918838500977,0.1208791732788086,0.12126028537750244,0.12186431884765625,0.12233376502990723,0.122955322265625,0.12347102165222168,0.12403184175491333,0.12458515167236328,0.12526637315750122,0.12594759464263916,0.1268237829208374,0.1277361512184143,0.12884819507598877,0.1300039291381836,0.1313609480857849,0.13295382261276245,0.13453465700149536,0.13631808757781982,0.1379770040512085,0.13975638151168823,0.14159023761749268,0.1433478593826294,0.14518296718597412,0.14654475450515747,0.14779359102249146,0.14871954917907715,0.1493738293647766,0.14996546506881714,0.1502751111984253,0.1507548689842224,0.15106111764907837,0.15143036842346191,0.1516585350036621,0.15160280466079712,0.15139085054397583,0.15066301822662354,0.14977002143859863,0.14882433414459229,0.14785236120224,0.14684349298477173,0.14591723680496216,0.14498990774154663,0.14409393072128296,0.14329683780670166,0.1423325538635254,0.1415136456489563,0.14058226346969604,0.1397978663444519,0.13911926746368408,0.1382494568824768,0.13771134614944458,0.13713693618774414,0.13679707050323486,0.13659042119979858,0.13627570867538452,0.13621103763580322,0.13593077659606934,0.13562780618667603,0.13531756401062012,0.13501787185668945,0.13475579023361206,0.13437563180923462,0.1340922713279724,0.1338086724281311,0.1335989236831665,0.13340216875076294,0.13325101137161255,0.13317108154296875,0.1329837441444397,0.1329016089439392,0.13273870944976807,0.13258349895477295,0.13251054286956787,0.13214296102523804,0.13185125589370728,0.13144439458847046,0.13102340698242188,0.13075226545333862,0.1303817629814148,0.1301770806312561,0.1299007534980774,0.12945479154586792,0.12922966480255127,0.12882483005523682,0.1283881664276123,0.12801295518875122,0.12751084566116333,0.12718981504440308,0.12673193216323853,0.12616866827011108,0.12566280364990234,0.12495613098144531,0.12415874004364014,0.12318271398544312,0.12215638160705566,0.12129825353622437,0.12035292387008667,0.11953532695770264,0.1188504695892334,0.11812722682952881,0.11749857664108276,0.11693078279495239,0.11642098426818848,0.11600792407989502,0.11557632684707642,0.11514443159103394,0.11468273401260376,0.11421006917953491,0.11368554830551147,0.1130780577659607,0.11249619722366333,0.1117936372756958,0.11104124784469604,0.1102178692817688,0.1092178225517273,0.10830789804458618,0.10746359825134277,0.10665512084960938,0.10602891445159912,0.10537141561508179,0.10482150316238403,0.10443264245986938,0.10399246215820312,0.10366266965866089,0.10334497690200806,0.10298597812652588,0.10268288850784302,0.10220426321029663,0.10180598497390747,0.10147863626480103,0.10097187757492065,0.10057199001312256,0.10016459226608276,0.09966504573822021,0.09923779964447021,0.09868389368057251,0.09819179773330688,0.09765690565109253,0.09687650203704834,0.09621214866638184,0.09555917978286743,0.09477239847183228,0.09410995244979858,0.09342807531356812,0.09278601408004761,0.09218192100524902,0.09136396646499634,0.09064656496047974,0.09002768993377686,0.08929479122161865,0.08870983123779297,0.08818328380584717,0.08764278888702393,0.08719223737716675,0.08664131164550781,0.08609777688980103,0.08560061454772949,0.08489888906478882,0.0842583179473877,0.0836365818977356,0.08286207914352417,0.0821879506111145,0.08149045705795288,0.08077996969223022,0.08018982410430908,0.0794948935508728,0.07887274026870728,0.07838940620422363,0.07771062850952148,0.07707518339157104,0.07650333642959595,0.07586228847503662,0.07534343004226685,0.07483720779418945,0.07430624961853027,0.07389050722122192,0.07330238819122314,0.07273542881011963,0.07185280323028564,0.07070451974868774,0.06945562362670898,0.06823158264160156,0.06700187921524048,0.0659325122833252,0.06514948606491089,0.06445914506912231,0.06397271156311035,0.06339836120605469,0.06283444166183472,0.062454819679260254,0.061961472034454346,0.06153029203414917,0.06110656261444092,0.060592472553253174,0.060189783573150635,0.059658586978912354,0.059036314487457275,0.05855274200439453,0.057887136936187744,0.057331383228302,0.056886136531829834,0.056321918964385986,0.055895090103149414,0.05543172359466553,0.054890215396881104,0.054479777812957764,0.05391895771026611,0.053296566009521484,0.05273723602294922,0.05200749635696411,0.05127626657485962,0.0505487322807312,0.04970818758010864,0.04895824193954468,0.04816710948944092,0.047307729721069336,0.046587467193603516,0.045792341232299805,0.0449749231338501,0.04426109790802002,0.04347634315490723,0.04270654916763306,0.041976988315582275,0.04117393493652344,0.040460824966430664,0.03971594572067261,0.03889840841293335,0.03819692134857178,0.03741329908370972,0.03656661510467529,0.03579837083816528,0.03492528200149536,0.03406810760498047,0.03324997425079346,0.03235912322998047,0.031593143939971924,0.030789494514465332,0.030344903469085693,0.030065178871154785,0.02983921766281128,0.02959895133972168,0.029349863529205322,0.029022276401519775,0.02837967872619629,0.02764415740966797,0.02680295705795288,0.025936543941497803,0.025045931339263916,0.024001002311706543,0.022982299327850342,0.02195495367050171,0.020883917808532715,0.01989525556564331,0.01892554759979248,0.01804572343826294,0.01730436086654663,0.016593992710113525,0.0159834623336792,0.015340745449066162,0.01468271017074585,0.014054059982299805,0.013394057750701904,0.01269543170928955,0.012085437774658203,0.011462032794952393,0.01086193323135376,1.9775973558425903,1.9783006310462952,1.9789337515830994,1.9795327186584473,1.9801268577575684,1.9806339740753174,1.9811225533485413,1.9816168546676636,1.9819889664649963,1.9823930263519287,1.9827754497528076,1.9830954670906067,1.9834617376327515,1.9837634563446045,1.984072208404541,1.9843895435333252,1.9846524000167847,1.9849569201469421,1.9852455258369446,1.9855085015296936,1.9857873916625977,1.9860609769821167,1.98630291223526,1.986557424068451,1.9867928624153137,1.9869946241378784,1.9872316122055054,1.9874026775360107,1.9875842928886414,1.987770915031433,1.9878982901573181,1.9880595803260803,1.988178014755249,1.9882816076278687,1.988390028476715,1.9884694814682007,1.9885503053665161,1.9886197447776794,1.988666296005249,1.9887099266052246,0.003375411033630371,0.003412902355194092,0.0034245848655700684,0.0034542083740234375,0.003484070301055908,0.003506600856781006,0.0035129785537719727,0.0034832358360290527,0.0034575462341308594,0.0033986568450927734,0.003325343132019043,0.0032550692558288574,0.003148972988128662,0.003062903881072998,0.002951979637145996,0.0028548836708068848,0.002750396728515625,0.002633988857269287,0.002539515495300293,1.9903892278671265,1.9904780983924866,1.9905816316604614,1.990676462650299,1.9907655119895935,1.9908667206764221,1.9909375309944153,1.9910258054733276,1.9910765290260315,1.9911277294158936,1.9911746978759766,1.9911958575248718,1.9912374019622803,1.9912549257278442,1.991287887096405,1.9913117289543152,1.9913372993469238,1.9913784861564636,1.991393804550171,1.991437017917633,1.9914634227752686,1.9915027618408203,1.991546869277954,1.991576611995697,1.9916419982910156,1.991681158542633,1.9917431473731995,1.9917911291122437,1.9918338060379028,1.9918774366378784,1.9918991327285767,1.9919349551200867,1.991954267024994,1.9919784665107727,1.9919919967651367,1.9920029044151306,1.9920122623443604,1.9920107126235962,1.9920193552970886,1.9920228719711304,0.00011098384857177734,0.00016063451766967773,0.00020259618759155273,0.00025337934494018555,0.0002925992012023926,0.0003420114517211914,0.0003806948661804199,0.00043195486068725586,0.00048047304153442383,0.0005338191986083984,0.0005850791931152344,0.0006247162818908691,0.0006707310676574707,0.0007123351097106934,0.0007515549659729004,0.0007890462875366211,0.0008287429809570312,0.0008609890937805176,0.000901341438293457,0.0009347796440124512,0.0009812712669372559,0.0010200738906860352,0.0010752677917480469,0.0011181831359863281,0.0011748671531677246,0.001225113868713379,0.0012671351432800293,0.0013257265090942383,0.0013609528541564941,0.0013922452926635742,0.0014157295227050781,0.0014222264289855957,0.0014249086380004883,0.0014342069625854492,0.0014437437057495117,0.00145721435546875,0.0014781951904296875,0.0014945268630981445,0.0015184879302978516,0.0015389323234558105,0.0015662312507629395,0.0015912055969238281,0.0016188621520996094,0.0016426444053649902,0.0016731023788452148,0.0016992688179016113,0.0017174482345581055,0.001746833324432373,0.0017571449279785156,0.001774430274963379,0.0017783045768737793,1.9905567169189453,1.9905023574829102,1.9904504418373108,1.990395426750183,1.9903427958488464,1.9902955293655396,1.9902400374412537,1.9901946187019348,1.9901379942893982,1.99009370803833,1.9900440573692322,1.9899958968162537,1.9899502396583557,1.989904761314392,1.989874541759491,1.9898390173912048,1.9898138642311096,1.9897871613502502,1.9897648096084595,1.9897497296333313,1.9897276163101196,1.9896960854530334,1.989668071269989,1.9896307587623596,1.989576816558838,1.9895269274711609,1.9894525408744812,1.9893808364868164,1.989295482635498,1.9892101287841797,1.9891093969345093,1.9890148043632507,1.9889065623283386,1.9888219833374023,1.988728940486908,1.988621175289154,1.9885409474372864,1.988455057144165,1.9883719086647034,1.98830246925354,1.9882261753082275,1.9881495833396912,1.988067090511322,1.9879737496376038,1.9878737926483154,1.9877600073814392,1.9876249432563782,1.9874764680862427,1.9873082637786865,1.987138271331787,1.986948013305664,1.9867514371871948,1.9865249395370483,1.9863141179084778,1.9861412644386292,1.9859668016433716,1.9858053922653198,1.985643208026886,1.9855047464370728,0.003376781940460205,0.003437817096710205,0.0035372376441955566,0.003658294677734375,0.003811776638031006,0.003984987735748291,0.004187583923339844,0.004438519477844238,0.004723489284515381,0.005055427551269531,0.005411982536315918,0.005776107311248779,0.006132960319519043,0.006477713584899902,0.006851673126220703,0.007256686687469482,0.007658123970031738,0.008043110370635986,0.008420288562774658,0.008805990219116211,0.009240567684173584,0.009726881980895996,0.01026606559753418,0.010829567909240723,0.011394262313842773,0.011937260627746582,0.01246941089630127,0.013035774230957031,0.013677597045898438,0.014274060726165771,0.014846086502075195,0.015477180480957031,0.016183555126190186,0.01693260669708252,0.017718851566314697,0.018578767776489258,0.019422471523284912,0.02020275592803955,0.02099364995956421,0.021833300590515137,0.022610366344451904,0.023302137851715088,0.023939132690429688,0.024584472179412842,0.025213003158569336,0.02584052085876465,0.026506245136260986,0.02722334861755371,0.027918100357055664,0.028594136238098145,0.029243290424346924,0.02990543842315674,0.030539751052856445,0.031219661235809326,0.031960129737854004,0.032654523849487305,0.03331100940704346,0.03397601842880249,0.03470754623413086,0.03545117378234863,0.03619271516799927,0.03697037696838379,0.03780084848403931,0.03863471746444702,0.03948134183883667,0.04036206007003784,0.041210711002349854,0.041986286640167236,0.04270070791244507,0.043449223041534424,0.04417562484741211,0.044919610023498535,0.045720458030700684,0.04656267166137695,0.047352135181427,0.04813450574874878,0.048990607261657715,0.04986000061035156,0.05072706937789917,0.05156785249710083,0.052429139614105225,0.05322563648223877,0.053999245166778564,0.05482971668243408,0.055702805519104004,0.05657196044921875,0.057421326637268066,0.05827033519744873,0.05912983417510986,0.06000995635986328,0.06085336208343506,0.06165868043899536,0.06241166591644287,0.06310975551605225,0.06379115581512451,0.0644635558128357,0.06517040729522705,0.06585246324539185,0.06651216745376587,0.0671725869178772,0.06788885593414307,0.06867814064025879,0.06942158937454224,0.07015001773834229,0.07085424661636353,0.07156044244766235,0.07217681407928467,0.07279837131500244,0.07345724105834961,0.07414400577545166,0.07479548454284668,0.07544994354248047,0.07613414525985718,0.07678961753845215,0.07751083374023438,0.07829803228378296,0.07913392782211304,0.07992404699325562,0.0807342529296875,0.08162397146224976,0.08246725797653198,0.08327299356460571,0.08406537771224976,0.08487492799758911,0.0856015682220459,0.08629125356674194,0.0870434045791626,0.08788877725601196,0.08870559930801392,0.08955097198486328,0.09042608737945557,0.09120172262191772,0.09188741445541382,0.09253895282745361,0.09323298931121826,0.09384047985076904,0.09442704916000366,0.09500086307525635,0.09556275606155396,0.09607565402984619,0.09662836790084839,0.09724283218383789,0.09774339199066162,0.09821289777755737,0.09870797395706177,0.09926837682723999,0.09981495141983032,0.10039639472961426,0.1009528636932373,0.10146945714950562,0.10191988945007324,0.10236304998397827,0.10282033681869507,0.10326540470123291,0.10379838943481445,0.10437721014022827,0.10497218370437622,0.10552382469177246,0.10610723495483398,0.10671824216842651,0.10723274946212769,0.10765564441680908,0.10798519849777222,0.10823118686676025,0.10837805271148682,0.10847508907318115,0.10853022336959839,0.10848546028137207,0.10838425159454346,0.10833525657653809,0.10832488536834717,0.108287513256073,0.10827916860580444,0.10827803611755371,0.10824501514434814,0.10814952850341797,0.10804510116577148,0.10794764757156372,0.10777974128723145,0.10762929916381836,0.10746568441390991,0.10719364881515503,0.10686063766479492,0.10657572746276855,0.10633432865142822,0.10613387823104858,0.1058538556098938,0.10550373792648315,0.10511833429336548,0.10466009378433228,0.10418295860290527,0.10372436046600342,0.10328412055969238,0.10278940200805664,0.1023169755935669,0.10185295343399048,0.10137641429901123,0.10092252492904663,0.10046976804733276,0.10000878572463989,0.09946495294570923,0.0989065170288086,0.09830540418624878,0.09765768051147461,0.09686607122421265,0.0959579348564148,0.09502017498016357,0.09411019086837769,0.09320962429046631,0.09234845638275146,0.09149616956710815,0.09058040380477905,0.08958315849304199,0.08848196268081665,0.08730506896972656,0.08609592914581299,0.08487433195114136,0.08364623785018921,0.08241075277328491,0.08122909069061279,0.0801311731338501,0.07913750410079956,0.07821017503738403,0.07727497816085815,0.07638555765151978,0.07550203800201416,0.07463693618774414,0.07377994060516357,0.07284146547317505,0.07181763648986816,0.0707276463508606,0.06957989931106567,0.06837695837020874,0.06715840101242065,0.06591635942459106,0.0646524429321289,0.06335514783859253,0.062011539936065674,0.060598671436309814,0.05914181470870972,0.05774587392807007,0.05633634328842163,0.0548856258392334,0.053379595279693604,0.05178213119506836,0.050183117389678955,0.04858088493347168,0.04698532819747925,0.045416414737701416,0.04388970136642456,0.042368173599243164,0.04088109731674194,0.03939199447631836,0.037917375564575195,0.036451637744903564,0.03498053550720215,0.033477723598480225,0.03194260597229004,0.030373692512512207,0.028831839561462402,0.027356505393981934,0.025914788246154785,0.02451002597808838,0.02316749095916748,0.02186530828475952,0.02060776948928833,0.01934659481048584,0.01807558536529541,0.016816020011901855,0.015571653842926025,0.01438063383102417,0.013255953788757324,0.012169361114501953,0.011143326759338379,0.010166585445404053,0.009210824966430664,0.008291840553283691,0.007400870323181152,0.006515860557556152,0.005673408508300781,0.004860043525695801,0.004057765007019043,0.003317117691040039,0.0026047229766845703,0.001916050910949707,0.0012932419776916504,0.0006909370422363281,0.00011426210403442383,0.00041049718856811523,0.0009157657623291016,0.001399397850036621,0.0018439292907714844,0.002283155918121338,0.0026927590370178223,0.0030826926231384277,0.0034627318382263184,0.0038103461265563965,0.00412827730178833,0.004435241222381592,0.004694521427154541,0.004934370517730713,0.005162239074707031,0.0053452253341674805,0.005502164363861084,0.005643188953399658,0.005723118782043457,0.005786001682281494,0.005824387073516846,0.0058182477951049805,0.005803465843200684,0.005776166915893555,0.0057035088539123535,0.005649983882904053,0.005589842796325684,0.005509614944458008,0.005443751811981201,0.005372524261474609,0.005294978618621826,0.005240023136138916,0.005190372467041016,0.005133211612701416,0.005087733268737793,0.005050063133239746,0.005006015300750732,0.004974365234375,0.004941999912261963,0.004902064800262451,0.0048735737800598145,0.004845857620239258,0.00480496883392334,0.004794716835021973,0.004774272441864014,0.004754304885864258,0.0047599077224731445,0.0047568678855896,0.0047599077224731445,0.0047833919525146484,0.004784941673278809,0.004800200462341309,0.004823446273803711,0.004824578762054443,0.004837214946746826,0.004842162132263184,0.0048256516456604,0.004815816879272461,0.004779994487762451,0.004734516143798828,0.004678606986999512,0.004605472087860107,0.004520058631896973,0.004424750804901123,0.0043141841888427734,0.004199326038360596,0.004070639610290527,0.003938734531402588,0.0038034915924072266,0.0036767125129699707,0.0035445690155029297,0.0034248828887939453,0.0033093690872192383,0.003194570541381836,0.0030901432037353516,0.002994358539581299,0.0029001235961914062,0.00283658504486084,0.0027645230293273926,0.002707839012145996,0.0026633143424987793,0.002614259719848633,0.0025728344917297363,0.002540290355682373,0.0024861693382263184,0.002442300319671631,0.002381443977355957,0.0023189187049865723,0.0022504329681396484,0.0021736621856689453,0.0020912885665893555,0.0020092129707336426,0.0019219517707824707,0.0018405318260192871,0.0017521381378173828,0.0016652941703796387,0.0015831589698791504,0.001503288745880127,0.0014206767082214355,0.0013486146926879883,0.0012659430503845215,0.001195669174194336,0.0011196732521057129,0.001040041446685791,0.000963747501373291,0.0008829236030578613,0.0007941722869873047,0.0007097721099853516,0.000606834888458252,0.0005102753639221191,0.0003934502601623535,0.00027000904083251953,0.0001429915428161621,5.602836608886719e-06,0.00013315677642822266,0.0002733469009399414,0.0004214644432067871,0.0005578398704528809,0.0007037520408630371,0.0008345842361450195,0.000962376594543457,0.0010808110237121582,0.0011853575706481934,0.0012851357460021973,0.001378774642944336,0.0014545917510986328,0.00153350830078125,0.00159454345703125,0.001656174659729004,0.001710057258605957,0.0017547011375427246,0.0017966628074645996,0.0018362998962402344,0.0018625855445861816,0.0018924474716186523,0.001909017562866211,0.0019298791885375977,0.0019360780715942383,0.001941978931427002,0.0019425749778747559,0.001940608024597168,0.0019355416297912598,0.001931607723236084,0.001924753189086914,0.0019229650497436523,0.0019153952598571777,0.0019205212593078613,0.0019200444221496582,0.001929163932800293,0.0019437670707702637,0.0019652843475341797],"car_id":1549,"is_replay":false,"is_manual":false,"lap_start_timestamp":"2023-07-06 12:45:05.193652","lap_end_timestamp":"2023-07-06 12:45:37.874075","EstimatedTopSpeed":271}]