Расчёт траектории и визуализация движения космического аппарата вокруг Земли¶
В данном примере будет показан расчёт траектории космического аппарата при полёте вокруг Земли, а также возможность построения трёхмерной визуализации его движения при разных начальных скоростях полёта.
Подключение необходимых библиотек:
Расчёт траектории космического аппарата¶
Определение констант и шага расчёта:
Определение функции, рассчитывающей ускорение, скорость и координаты спутника:
Out[0]:
calculate_trajectory (generic function with 1 method)
Определение начальных условий:
Расчёт параметров движения космического аппарата:
Получение координат для определения поверхности Земли на графике:¶
Расчёт точек в сферической системе координат:
Для определения точек, характеризующих поверхность Земли, используется параметризация сферических координат.
Параметр phi
представляет собой угол между осью x и проекцией радиус-вектора точки на плоскость x-y. Он изменяется от 0 до 2π, что соответствует полному обороту вокруг оси z.
Параметр theta
представляет собой угол между радиус-вектором точки и положительным направлением оси z.
Для каждой комбинации значений phi
и theta
вычисляются координаты точки, используя преобразование из сферических в декартовы координаты.
Каждый элемент полученного массива x_earth-y_earth-z_earth
соответствует одной точке поверхности Земли.
Определение функции для перехода из сферической системы координат в декартову для отображения на графике:
Out[0]:
spherical_to_cartesian (generic function with 1 method)
Применение функции для смены системы координат:
Визуализация полученных результатов:¶
Визуализация траектории космического аппарата двигающегося вокруг Земли:
Визуализация результатов расчёта скоростей:
Визуализация результатов расчёта высоты полёта:
В данном примере был рассмотрен упрощённый расчёт параметров движения космического аппарата вокруг Земли при разных начальных скоростях полёта, продемонстрирован пример использования трёхмерного графика библиотеки Plots для визуализации результатов расчёта. На графике были получены траектории, а также были выведены скорости и расстояния от поверхности Земли.
{"id": "770442dc-e58c-4eff-b6f0-e655707786c0", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [0, 383000], "type": "scatter3d", "scene": "scene", "x": [6779000, 6757316.25638744], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [383000, 764769.016763272], "type": "scatter3d", "scene": "scene", "x": [6757316.25638744, 6713914.123644636], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [764769.016763272, 1144068.1848355106], "type": "scatter3d", "scene": "scene", "x": [6713914.123644636, 6648829.166877167], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1144068.1848355106, 1519654.7896315611], "type": "scatter3d", "scene": "scene", "x": [6648829.166877167, 6562168.399050724], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1519654.7896315611, 1890286.468852195], "type": "scatter3d", "scene": "scene", "x": [6562168.399050724, 6454111.287625395], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1890286.468852195, 2254725.5700270017], "type": "scatter3d", "scene": "scene", "x": [6454111.287625395, 6324910.509076773], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2254725.5700270017, 2611743.649291735], "type": "scatter3d", "scene": "scene", "x": [6324910.509076773, 6174892.430147535], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2611743.649291735, 2960126.093754401], "type": "scatter3d", "scene": "scene", "x": [6174892.430147535, 6004457.295362425], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2960126.093754401, 3298676.847025913], "type": "scatter3d", "scene": "scene", "x": [6004457.295362425, 5814079.101387023], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3298676.847025913, 3626223.2147356304], "type": "scatter3d", "scene": "scene", "x": [5814079.101387023, 5604305.140234208], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3626223.2147356304, 3941620.7241716273], "type": "scatter3d", "scene": "scene", "x": [5604305.140234208, 5375755.19513349], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3941620.7241716273, 4243758.009636418], "type": "scatter3d", "scene": "scene", "x": [5375755.19513349, 5129120.375081536], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4243758.009636418, 4531561.692750045], "type": "scatter3d", "scene": "scene", "x": [5129120.375081536, 4865161.57668286], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4531561.692750045, 4804001.224824686], "type": "scatter3d", "scene": "scene", "x": [4865161.57668286, 4584707.56485416], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4804001.224824686, 5060093.656638892], "type": "scatter3d", "scene": "scene", "x": [4584707.56485416, 4288652.667280438], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5060093.656638892, 5298908.299514208], "type": "scatter3d", "scene": "scene", "x": [4288652.667280438, 3977954.08114173], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5298908.299514208, 5519571.240597511], "type": "scatter3d", "scene": "scene", "x": [3977954.08114173, 3653628.794531563], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5519571.240597511, 5721269.674728855], "type": "scatter3d", "scene": "scene", "x": [3653628.794531563, 3316750.129107452], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5721269.674728855, 5903256.015268917], "type": "scatter3d", "scene": "scene", "x": [3316750.129107452, 2968443.914785821], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5903256.015268917, 6064851.746805299], "type": "scatter3d", "scene": "scene", "x": [2968443.914785821, 2609884.311646359], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6064851.746805299, 6205450.983774471], "type": "scatter3d", "scene": "scene", "x": [2609884.311646359, 2242289.2985647838], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6205450.983774471, 6324523.70073521], "type": "scatter3d", "scene": "scene", "x": [2242289.2985647838, 1866915.8523642523], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6324523.70073521, 6421618.602305321], "type": "scatter3d", "scene": "scene", "x": [1866915.8523642523, 1485054.8453773917], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6421618.602305321, 6496365.603607341], "type": "scatter3d", "scene": "scene", "x": [1485054.8453773917, 1098025.693156053], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6496365.603607341, 6548477.895427239], "type": "scatter3d", "scene": "scene", "x": [1098025.693156053, 707170.7875696805], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6548477.895427239, 6577753.572125155], "type": "scatter3d", "scene": "scene", "x": [707170.7875696805, 313849.75361590274], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6577753.572125155, 6584076.804587757], "type": "scatter3d", "scene": "scene", "x": [313849.75361590274, -80566.42914348893], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6584076.804587757, 6567418.545104914], "type": "scatter3d", "scene": "scene", "x": [-80566.42914348893, -474701.39757361513], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6567418.545104914, 6527836.7559056], "type": "scatter3d", "scene": "scene", "x": [-474701.39757361513, -867179.4240075836], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6527836.7559056, 6465476.158108581], "type": "scatter3d", "scene": "scene", "x": [-867179.4240075836, -1256631.4381716426], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6465476.158108581, 6380567.502935941], "type": "scatter3d", "scene": "scene", "x": [-1256631.4381716426, -1641701.0067006084], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6380567.502935941, 6273426.37210364], "type": "scatter3d", "scene": "scene", "x": [-1641701.0067006084, -2021050.225487154], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6273426.37210364, 6144451.519244918], "type": "scatter3d", "scene": "scene", "x": [-2021050.225487154, -2393365.4812991847], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6144451.519244918, 5994122.768945372], "type": "scatter3d", "scene": "scene", "x": [-2393365.4812991847, -2757363.0409155507], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5994122.768945372, 5822998.49438474], "type": "scatter3d", "scene": "scene", "x": [-2757363.0409155507, -3111794.42842896], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5822998.49438474, 5631712.698610933], "type": "scatter3d", "scene": "scene", "x": [-3111794.42842896, -3455451.554290008], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5631712.698610933, 5420971.728048541], "type": "scatter3d", "scene": "scene", "x": [-3455451.554290008, -3787171.5630501104], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5420971.728048541, 5191550.6499115825], "type": "scatter3d", "scene": "scene", "x": [-3787171.5630501104, -4105841.370527097], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5191550.6499115825, 4944289.327707364], "type": "scatter3d", "scene": "scene", "x": [-4105841.370527097, -4410401.86518193], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4944289.327707364, 4680088.2309581805], "type": "scatter3d", "scene": "scene", "x": [-4410401.86518193, -4699851.752771314], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4680088.2309581805, 4399904.016618149], "type": "scatter3d", "scene": "scene", "x": [-4699851.752771314, -4973251.027740364], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4399904.016618149, 4104744.920426025], "type": "scatter3d", "scene": "scene", "x": [-4973251.027740364, -5229724.059255027], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4104744.920426025, 3795665.996627072], "type": "scatter3d", "scene": "scene", "x": [-5229724.059255027, -5468462.284162375], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3795665.996627072, 3473764.244145884], "type": "scatter3d", "scene": "scene", "x": [-5468462.284162375, -5688726.503430822], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3473764.244145884, 3140173.656435916], "type": "scatter3d", "scene": "scene", "x": [-5688726.503430822, -5889848.782692184], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3140173.656435916, 2796060.230917634], "type": "scatter3d", "scene": "scene", "x": [-5889848.782692184, -6071233.961322585], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2796060.230917634, 2442616.9721996957], "type": "scatter3d", "scene": "scene", "x": [-6071233.961322585, -6232360.77800896], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2442616.9721996957, 2081058.921215194], "type": "scatter3d", "scene": "scene", "x": [-6232360.77800896, -6372782.623912185], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2081058.921215194, 1712618.2400593944], "type": "scatter3d", "scene": "scene", "x": [-6372782.623912185, -6492127.937327397], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1712618.2400593944, 1338539.3797490727], "type": "scatter3d", "scene": "scene", "x": [-6492127.937327397, -6590100.256137892], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1338539.3797490727, 960074.3553982431], "type": "scatter3d", "scene": "scene", "x": [-6590100.256137892, -6666477.9463523775], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [960074.3553982431, 578478.1504801549], "type": "scatter3d", "scene": "scene", "x": [-6666477.9463523775, -6721113.626606585], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [578478.1504801549, 195004.26897676627], "type": "scatter3d", "scene": "scene", "x": [-6721113.626606585, -6753933.309708009], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [195004.26897676627, -189099.54864430852], "type": "scatter3d", "scene": "scene", "x": [-6753933.309708009, -6764935.2831225945], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-189099.54864430852, -572595.4324932426], "type": "scatter3d", "scene": "scene", "x": [-6764935.2831225945, -6754188.750766323], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-572595.4324932426, -954259.3029441731], "type": "scatter3d", "scene": "scene", "x": [-6754188.750766323, -6721832.258599214], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-954259.3029441731, -1332884.5951136136], "type": "scatter3d", "scene": "scene", "x": [-6721832.258599214, -6668071.926354485], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1332884.5951136136, -1707285.7827326667], "type": "scatter3d", "scene": "scene", "x": [-6668071.926354485, -6593179.507303677], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1707285.7827326667, -2076301.6982698273], "type": "scatter3d", "scene": "scene", "x": [-6593179.507303677, -6497490.2972933855], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2076301.6982698273, -2438798.648223537], "type": "scatter3d", "scene": "scene", "x": [-6497490.2972933855, -6381400.913424857], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2438798.648223537, -2793673.3243624964], "type": "scatter3d", "scene": "scene", "x": [-6381400.913424857, -6245366.961717875], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2793673.3243624964, -3139855.513341231], "type": "scatter3d", "scene": "scene", "x": [-6245366.961717875, -6089900.611937644], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3139855.513341231, -3476310.6085570287], "type": "scatter3d", "scene": "scene", "x": [-6089900.611937644, -5915568.096498649], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3476310.6085570287, -3802041.9293442755], "type": "scatter3d", "scene": "scene", "x": [-5915568.096498649, -5722987.149021552], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3802041.9293442755, -4116092.8536287397], "type": "scatter3d", "scene": "scene", "x": [-5722987.149021552, -5512824.3967345245], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4116092.8536287397, -4417548.770995365], "type": "scatter3d", "scene": "scene", "x": [-5512824.3967345245, -5285792.719502695], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4417548.770995365, -4705538.8637684565], "type": "scatter3d", "scene": "scene", "x": [-5285792.719502695, -5042648.5868598595], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4705538.8637684565, -4979237.724174136], "type": "scatter3d", "scene": "scene", "x": [-5042648.5868598595, -4784189.383023606], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4979237.724174136, -5237866.815964012], "type": "scatter3d", "scene": "scene", "x": [-4784189.383023606, -4511250.728514345], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5237866.815964012, -5480695.789039028], "type": "scatter3d", "scene": "scene", "x": [-4511250.728514345, -4224703.805683756], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5480695.789039028, -5707043.655636791], "type": "scatter3d", "scene": "scene", "x": [-4224703.805683756, -3925452.6941996794], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5707043.655636791, -5916279.836547414], "type": "scatter3d", "scene": "scene", "x": [-3925452.6941996794, -3614431.721341484], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5916279.836547414, -6107825.085614969], "type": "scatter3d", "scene": "scene", "x": [-3614431.721341484, -3292602.830839051], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6107825.085614969, -6281152.3004765175], "type": "scatter3d", "scene": "scene", "x": [-3292602.830839051, -2960952.9729450825], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6281152.3004765175, -6435787.227100008], "type": "scatter3d", "scene": "scene", "x": [-2960952.9729450825, -2620491.5174680683], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6435787.227100008, -6571309.06521736], "type": "scatter3d", "scene": "scene", "x": [-2620491.5174680683, -2272247.690614317], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6571309.06521736, -6687350.981219859], "type": "scatter3d", "scene": "scene", "x": [-2272247.690614317, -1917268.0356935053], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6687350.981219859, -6783600.534499209], "type": "scatter3d", "scene": "scene", "x": [-1917268.0356935053, -1556613.8970336895], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6783600.534499209, -6859800.02258773], "type": "scatter3d", "scene": "scene", "x": [-1556613.8970336895, -1191358.9258287153], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6859800.02258773, -6915746.749783195], "type": "scatter3d", "scene": "scene", "x": [-1191358.9258287153, -822586.6061029143], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6915746.749783195, -6951293.2232447965], "type": "scatter3d", "scene": "scene", "x": [-822586.6061029143, -451387.7985241418], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6951293.2232447965, -6966347.27982313], "type": "scatter3d", "scene": "scene", "x": [-451387.7985241418, -78858.29942563217], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6966347.27982313, -6960872.146144829], "type": "scatter3d", "scene": "scene", "x": [-78858.29942563217, 293903.5878911497], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6960872.146144829, -6934886.4337169975], "type": "scatter3d", "scene": "scene", "x": [293903.5878911497, 665799.4727074332], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6934886.4337169975, -6888464.070052798], "type": "scatter3d", "scene": "scene", "x": [665799.4727074332, 1035733.2905530271], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6888464.070052798, -6821734.166052295], "type": "scatter3d", "scene": "scene", "x": [1035733.2905530271, 1402613.714294847], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6821734.166052295, -6734880.819106506], "type": "scatter3d", "scene": "scene", "x": [1402613.714294847, 1765356.5659227683], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6734880.819106506, -6628142.850632039], "type": "scatter3d", "scene": "scene", "x": [1765356.5659227683, 2122887.2321951664], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6628142.850632039, -6501813.475993406], "type": "scatter3d", "scene": "scene", "x": [2122887.2321951664, 2474143.087114835], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6501813.475993406, -6356239.904034824], "type": "scatter3d", "scene": "scene", "x": [2474143.087114835, 2818075.9239347037], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6356239.904034824, -6191822.8627281245], "type": "scatter3d", "scene": "scene", "x": [2818075.9239347037, 3153654.399041506], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6191822.8627281245, -6009016.04675383], "type": "scatter3d", "scene": "scene", "x": [3153654.399041506, 3479866.489633831], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6009016.04675383, -5808325.48217441], "type": "scatter3d", "scene": "scene", "x": [3479866.489633831, 3795721.966598267], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5808325.48217441, -5590308.802738791], "type": "scatter3d", "scene": "scene", "x": [3795721.966598267, 4100254.883393287], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5590308.802738791, -5355574.43178259], "type": "scatter3d", "scene": "scene", "x": [4100254.883393287, 4392526.08107491], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5355574.43178259, -5104780.663167032], "type": "scatter3d", "scene": "scene", "x": [4392526.08107491, 4671625.708841185], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5104780.663167032, -4838634.634239994], "type": "scatter3d", "scene": "scene", "x": [4671625.708841185, 4936675.758634909], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4838634.634239994, -4557891.183414166], "type": "scatter3d", "scene": "scene", "x": [4936675.758634909, 5186832.61142707], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4557891.183414166, -4263351.584650414], "type": "scatter3d", "scene": "scene", "x": [5186832.61142707, 5421289.591809618], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4263351.584650414, -3955862.150919631], "type": "scatter3d", "scene": "scene", "x": [5421289.591809618, 5639279.52645867], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3955862.150919631, -3636312.6986053498], "type": "scatter3d", "scene": "scene", "x": [5639279.52645867, 5840077.300892831], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3636312.6986053498, -3305634.864813975], "type": "scatter3d", "scene": "scene", "x": [5840077.300892831, 6023002.407752232], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3305634.864813975, -2964800.2696920834], "type": "scatter3d", "scene": "scene", "x": [6023002.407752232, 6187421.478570018], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2964800.2696920834, -2614818.516123166], "type": "scatter3d", "scene": "scene", "x": [6187421.478570018, 6332750.7897093585], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2614818.516123166, -2256735.0196017935], "type": "scatter3d", "scene": "scene", "x": [6332750.7897093585, 6458458.731807666], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2256735.0196017935, -1891628.6616732497], "type": "scatter3d", "scene": "scene", "x": [6458458.731807666, 6564068.23071993], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1891628.6616732497, -1520609.261092181], "type": "scatter3d", "scene": "scene", "x": [6564068.23071993, 6649159.106601816], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1520609.261092181, -1144814.857804532], "type": "scatter3d", "scene": "scene", "x": [6649159.106601816, 6713370.3564397935], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1144814.857804532, -765408.8060009305], "type": "scatter3d", "scene": "scene", "x": [6713370.3564397935, 6756402.344041979], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-765408.8060009305, -383576.6738325935], "type": "scatter3d", "scene": "scene", "x": [6756402.344041979, 6778018.880274098], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-383576.6738325935, -522.9489257127861], "type": "scatter3d", "scene": "scene", "x": [6778018.880274098, 6778049.175186787], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-522.9489257127861, 382532.44942313683], "type": "scatter3d", "scene": "scene", "x": [6778049.175186787, 6756389.642662291], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [382532.44942313683, 764357.8485439892], "type": "scatter3d", "scene": "scene", "x": [6756389.642662291, 6713005.537341278], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [764357.8485439892, 1143713.686223448], "type": "scatter3d", "scene": "scene", "x": [6713005.537341278, 6647932.402905879], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1143713.686223448, 1519356.5528001182], "type": "scatter3d", "scene": "scene", "x": [6647932.402905879, 6561277.310326055], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1519356.5528001182, 1890043.401793678], "type": "scatter3d", "scene": "scene", "x": [6561277.310326055, 6453219.864455484], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1890043.401793678, 2254535.916739824], "type": "scatter3d", "scene": "scene", "x": [6453219.864455484, 6324012.957422324], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2254535.916739824, 2611605.0192063414], "type": "scatter3d", "scene": "scene", "x": [6324012.957422324, 6173983.247629229], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2611605.0192063414, 2960035.500204001], "type": "scatter3d", "scene": "scene", "x": [6173983.247629229, 6003531.343882951], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2960035.500204001, 3298630.7544221813], "type": "scatter3d", "scene": "scene", "x": [6003531.343882951, 5813131.675239687], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3298630.7544221813, 3626217.593960689], "type": "scatter3d", "scene": "scene", "x": [5813131.675239687, 5603332.028595615], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3626217.593960689, 3941651.1155487946], "type": "scatter3d", "scene": "scene", "x": [5603332.028595615, 5374752.737884235], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3941651.1155487946, 4243819.592696394], "type": "scatter3d", "scene": "scene", "x": [5374752.737884235, 5128085.51096675], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4243819.592696394, 4531649.3618698185], "type": "scatter3d", "scene": "scene", "x": [5128085.51096675, 4864091.882914095], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4531649.3618698185, 4804109.66968693], "type": "scatter3d", "scene": "scene", "x": [4864091.882914095, 4583601.287365007], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4804109.66968693, 5060217.44634348], "type": "scatter3d", "scene": "scene", "x": [4583601.287365007, 4287508.740979498], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5060217.44634348, 5299041.969074155], "type": "scatter3d", "scene": "scene", "x": [4287508.740979498, 3976772.139656528], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5299041.969074155, 5519709.378472505], "type": "scatter3d", "scene": "scene", "x": [3976772.139656528, 3652409.1691034245], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5519709.378472505, 5721407.009993351], "type": "scatter3d", "scene": "scene", "x": [3652409.1691034245, 3315493.836477442], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5721407.009993351, 5903387.502981284], "type": "scatter3d", "scene": "scene", "x": [3315493.836477442, 2967152.634102172], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5903387.502981284, 6064972.650141553], "type": "scatter3d", "scene": "scene", "x": [2967152.634102172, 2608560.350620433], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6064972.650141553, 6205556.951516145], "type": "scatter3d", "scene": "scene", "x": [2608560.350620433, 2240935.5493012504], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6205556.951516145, 6324610.838756424], "type": "scatter3d", "scene": "scene", "x": [2240935.5493012504, 1865535.7374871643], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6324610.838756424, 6421683.53778903], "type": "scatter3d", "scene": "scene", "x": [1865535.7374871643, 1483652.2552624715], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6421683.53778903, 6496405.5408338895], "type": "scatter3d", "scene": "scene", "x": [1483652.2552624715, 1096604.9152559729], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6496405.5408338895, 6548490.662117998], "type": "scatter3d", "scene": "scene", "x": [1096604.9152559729, 705736.4289788366], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6548490.662117998, 6577737.655487322], "type": "scatter3d", "scene": "scene", "x": [705736.4289788366, 312406.6581598471], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6577737.655487322, 6584031.376390063], "type": "scatter3d", "scene": "scene", "x": [312406.6581598471, -82013.26789498347], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6584031.376390063, 6567343.475313714], "type": "scatter3d", "scene": "scene", "x": [-82013.26789498347, -476146.9258851157], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6567343.475313714, 6527732.61462219], "type": "scatter3d", "scene": "scene", "x": [-476146.9258851157, -868618.6186081681], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6527732.61462219, 6465344.205766314], "type": "scatter3d", "scene": "scene", "x": [-868618.6186081681, -1258059.3963734782], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6465344.205766314, 6380409.668934752], "type": "scatter3d", "scene": "scene", "x": [-1258059.3963734782, -1643113.0344523424], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6380409.668934752, 6273245.222274466], "type": "scatter3d", "scene": "scene", "x": [-1643113.0344523424, -2022441.9218506794], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6273245.222274466, 6144250.2127421545], "type": "scatter3d", "scene": "scene", "x": [-2022441.9218506794, -2394732.8179118987], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6144250.2127421545, 5993905.005356959], "type": "scatter3d", "scene": "scene", "x": [-2394732.8179118987, -2758702.43510313], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5993905.005356959, 5822768.452022397], "type": "scatter3d", "scene": "scene", "x": [-2758702.43510313, -3113102.8087630863], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5822768.452022397, 5631474.965093595], "type": "scatter3d", "scene": "scene", "x": [-3113102.8087630863, -3456726.417537864], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5631474.965093595, 5420731.224417092], "type": "scatter3d", "scene": "scene", "x": [-3456726.417537864, -3788411.021633718], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5420731.224417092, 5191312.549610271], "type": "scatter3d", "scene": "scene", "x": [-3788411.021633718, -4107044.189796187], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5191312.549610271, 4944058.971835294], "type": "scatter3d", "scene": "scene", "x": [-4107044.189796187, -4411567.489999262], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4944058.971835294, 4679871.041232457], "type": "scatter3d", "scene": "scene", "x": [-4411567.489999262, -4700980.323109379], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4679871.041232457, 4399705.407498785], "type": "scatter3d", "scene": "scene", "x": [-4700980.323109379, -4974343.383188409], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4399705.407498785, 4104570.2118326128], "type": "scatter3d", "scene": "scene", "x": [-4974343.383188409, -5230781.73253084], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4104570.2118326128, 3795520.3286302476], "type": "scatter3d", "scene": "scene", "x": [-5230781.73253084, -5469487.483910062], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3795520.3286302476, 3473652.494945017], "type": "scatter3d", "scene": "scene", "x": [-5469487.483910062, -5689722.086760169], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3473652.494945017, 3140100.3648411124], "type": "scatter3d", "scene": "scene", "x": [-5689722.086760169, -5890818.218073952], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3140100.3648411124, 2796029.524442244], "type": "scatter3d", "scene": "scene", "x": [-5890818.218073952, -6072181.282594709], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2796029.524442244, 2442632.5017424924], "type": "scatter3d", "scene": "scene", "x": [-6072181.282594709, -6233290.530369097], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2442632.5017424924, 2081123.8031728282], "type": "scatter3d", "scene": "scene", "x": [-6233290.530369097, -6373699.8028712], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2081123.8031728282, 1712735.006563208], "type": "scatter3d", "scene": "scene", "x": [-6373699.8028712, -6493037.921675409], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1712735.006563208, 1338709.9375693612], "type": "scatter3d", "scene": "scene", "x": [-6493037.921675409, -6591008.736029462], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1338709.9375693612, 960299.9539068809], "type": "scatter3d", "scene": "scene", "x": [-6591008.736029462, -6667390.847650657], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [960299.9539068809, 578759.3589121983], "type": "scatter3d", "scene": "scene", "x": [-6667390.847650657, -6722037.032638765], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [578759.3589121983, 195340.96308591618], "type": "scatter3d", "scene": "scene", "x": [-6722037.032638765, -6754873.381577471], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [195340.96308591618, -188708.19058029074], "type": "scatter3d", "scene": "scene", "x": [-6754873.381577471, -6765898.179698465], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-188708.19058029074, -572150.924490962], "type": "scatter3d", "scene": "scene", "x": [-6765898.179698465, -6755180.549430444], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-572150.924490962, -953763.8372500711], "type": "scatter3d", "scene": "scene", "x": [-6755180.549430444, -6722858.877776026], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-953763.8372500711, -1332341.0196574195], "type": "scatter3d", "scene": "scene", "x": [-6722858.877776026, -6669139.0507829515], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1332341.0196574195, -1706697.5705950223], "type": "scatter3d", "scene": "scene", "x": [-6669139.0507829515, -6594292.51693439], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1706697.5705950223, -2075672.9097425863], "type": "scatter3d", "scene": "scene", "x": [-6594292.51693439, -6498654.2006104365], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2075672.9097425863, -2438133.8861104394], "type": "scatter3d", "scene": "scene", "x": [-6498654.2006104365, -6382620.285902959], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2438133.8861104394, -2792977.683224146], "type": "scatter3d", "scene": "scene", "x": [-6382620.285902959, -6246645.890032474], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2792977.683224146, -3139134.523431914], "type": "scatter3d", "scene": "scene", "x": [-6246645.890032474, -6091242.64445105], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3139134.523431914, -3475570.1752324556], "type": "scatter3d", "scene": "scene", "x": [-6091242.64445105, -5916976.200450176], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3475570.1752324556, -3801288.2687395154], "type": "scatter3d", "scene": "scene", "x": [-5916976.200450176, -5724463.674755606], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3801288.2687395154, -4115332.4254152873], "type": "scatter3d", "scene": "scene", "x": [-5724463.674755606, -5514371.049208661], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4115332.4254152873, -4416788.209026302], "type": "scatter3d", "scene": "scene", "x": [-5514371.049208661, -5287410.537228962], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4416788.209026302, -4704784.905412029], "type": "scatter3d", "scene": "scene", "x": [-5287410.537228962, -5044337.928347935], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4704784.905412029, -4978497.139119689], "type": "scatter3d", "scene": "scene", "x": [-5044337.928347935, -4785949.920714002], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4978497.139119689, -5237146.335261097], "type": "scatter3d", "scene": "scene", "x": [-4785949.920714002, -4513081.450114761], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5237146.335261097, -5480002.0351014985], "type": "scatter3d", "scene": "scene", "x": [-4513081.450114761, -4226603.022751732], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5480002.0351014985, -5706383.073909771], "type": "scatter3d", "scene": "scene", "x": [-4226603.022751732, -3927418.0577503615], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5706383.073909771, -5915658.629496896], "type": "scatter3d", "scene": "scene", "x": [-3927418.0577503615, -3616460.2442004182], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5915658.629496896, -6107249.149658312], "type": "scatter3d", "scene": "scene", "x": [-3616460.2442004182, -3294690.9164066603], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6107249.149658312, -6280627.166427835], "type": "scatter3d", "scene": "scene", "x": [-3294690.9164066603, -2963096.449991588], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6280627.166427835, -6435318.004658078], "type": "scatter3d", "scene": "scene", "x": [-2963096.449991588, -2622685.680534985], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6435318.004658078, -6570900.391975638], "type": "scatter3d", "scene": "scene", "x": [-2622685.680534985, -2274487.345561087], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6570900.391975638, -6687006.97662898], "type": "scatter3d", "scene": "scene", "x": [-2274487.345561087, -1919547.5498950589], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6687006.97662898, -6783324.759162294], "type": "scatter3d", "scene": "scene", "x": [-1919547.5498950589, -1558927.2537065074], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6783324.759162294, -6859595.44321824], "type": "scatter3d", "scene": "scene", "x": [-1558927.2537065074, -1193699.7819390637], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6859595.44321824, -6915615.710104146], "type": "scatter3d", "scene": "scene", "x": [-1193699.7819390637, -824948.3532910505], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6915615.710104146, -6951237.421057104], "type": "scatter3d", "scene": "scene", "x": [-824948.3532910505, -453763.626462253], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6951237.421057104, -6966367.750419758], "type": "scatter3d", "scene": "scene", "x": [-453763.626462253, -81241.26101483026], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6966367.750419758, -6960969.2521964], "type": "scatter3d", "scene": "scene", "x": [-81241.26101483026, 291520.5100884514], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6960969.2521964, -6935059.861703578], "type": "scatter3d", "scene": "scene", "x": [291520.5100884514, 663423.299409149], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6935059.861703578, -6888712.833265745], "type": "scatter3d", "scene": "scene", "x": [663423.299409149, 1033370.9786849453], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6888712.833265745, -6822056.614139381], "type": "scatter3d", "scene": "scene", "x": [1033370.9786849453, 1400272.090515404], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6822056.614139381, -6735274.654082937], "type": "scatter3d", "scene": "scene", "x": [1400272.090515404, 1763042.261352655], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6735274.654082937, -6628605.149229547], "type": "scatter3d", "scene": "scene", "x": [1763042.261352655, 2120606.618952534], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6628605.149229547, -6502340.71816926], "type": "scatter3d", "scene": "scene", "x": [2120606.618952534, 2471902.2172468356], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6502340.71816926, -6356828.007412449], "type": "scatter3d", "scene": "scene", "x": [2471902.2172468356, 2815880.4713227586], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6356828.007412449, -6192467.222691098], "type": "scatter3d", "scene": "scene", "x": [2815880.4713227586, 3151509.604840927], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6192467.222691098, -6009711.581865379], "type": "scatter3d", "scene": "scene", "x": [3151509.604840927, 3477777.1117879995], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6009711.581865379, -5809066.68454541], "type": "scatter3d", "scene": "scene", "x": [3477777.1117879995, 3793692.2339433725], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5809066.68454541, -5591089.7929187585], "type": "scatter3d", "scene": "scene", "x": [3793692.2339433725, 4098288.4548413465], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5591089.7929187585, -5356389.01770055], "type": "scatter3d", "scene": "scene", "x": [4098288.4548413465, 4390626.0103302635], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5356389.01770055, -5105622.402602831], "type": "scatter3d", "scene": "scene", "x": [4390626.0103302635, 4669794.415068613], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5105622.402602831, -4839496.900261819], "type": "scatter3d", "scene": "scene", "x": [4669794.415068613, 4934915.003455752], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4839496.900261819, -4558767.232175418], "type": "scatter3d", "scene": "scene", "x": [4934915.003455752, 5185143.482573023], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4558767.232175418, -4264234.624898976], "type": "scatter3d", "scene": "scene", "x": [5185143.482573023, 5419672.493712097], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4264234.624898976, -3956745.4145357814], "type": "scatter3d", "scene": "scene", "x": [5419672.493712097, 5637734.177994625], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3956745.4145357814, -3637189.511451627], "type": "scatter3d", "scene": "scene", "x": [5637734.177994625, 5838602.7404456595], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3637189.511451627, -3306498.7171520614], "type": "scatter3d", "scene": "scene", "x": [5838602.7404456595, 6021597.005678972], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3306498.7171520614, -2965644.8853989965], "type": "scatter3d", "scene": "scene", "x": [6021597.005678972, 6186082.9570934605], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2965644.8853989965, -2615637.9199226373], "type": "scatter3d", "scene": "scene", "x": [6186082.9570934605, 6331476.250176386], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2615637.9199226373, -2257523.6015175246], "type": "scatter3d", "scene": "scene", "x": [6331476.250176386, 6457244.689173345], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2257523.6015175246, -1892381.2379097294], "type": "scatter3d", "scene": "scene", "x": [6457244.689173345, 6562910.655031249], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1892381.2379097294, -1521321.1305568055], "type": "scatter3d", "scene": "scene", "x": [6562910.655031249, 6648053.471166136], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1521321.1305568055, -1145481.8535027714], "type": "scatter3d", "scene": "scene", "x": [6648053.471166136, 6712311.69227201], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1145481.8535027714, -766027.3405650558], "type": "scatter3d", "scene": "scene", "x": [6712311.69227201, 6755385.300092086], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-766027.3405650558, -384143.77848472126], "type": "scatter3d", "scene": "scene", "x": [6755385.300092086, 6777037.788844602], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-384143.77848472126, -1036.3052282297867], "type": "scatter3d", "scene": "scene", "x": [6777037.788844602, 6777098.121858654], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1036.3052282297867, 382074.485611931], "type": "scatter3d", "scene": "scene", "x": [6777098.121858654, 6755462.539960462], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [382074.485611931, 763956.2314137437], "type": "scatter3d", "scene": "scene", "x": [6755462.539960462, 6712096.201288005], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 7660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [763956.2314137437, 1143368.6730697942], "type": "scatter3d", "scene": "scene", "x": [6712096.201288005, 6647034.631534152], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"xaxis": "x", "colorbar": {"title": {"text": ""}}, "yaxis": "y", "zaxis": "z", "x": [6779000], "showlegend": false, "mode": "markers", "name": "v0 = 7660 м/с", "zmin": -6371000, "z": [0], "marker": {"color": [0.5], "cmin": -6371000, "opacity": 1e-10, "size": 1e-10, "colorscale": [[0, "rgba(0, 0, 4, 1.000)"], [0.00392156862745098, "rgba(1, 0, 5, 1.000)"], [0.00784313725490196, "rgba(1, 1, 6, 1.000)"], [0.011764705882352941, "rgba(1, 1, 8, 1.000)"], [0.01568627450980392, "rgba(2, 1, 10, 1.000)"], [0.0196078431372549, "rgba(2, 2, 12, 1.000)"], [0.023529411764705882, "rgba(2, 2, 14, 1.000)"], [0.027450980392156862, "rgba(3, 2, 16, 1.000)"], [0.03137254901960784, "rgba(4, 3, 18, 1.000)"], [0.03529411764705882, "rgba(4, 3, 20, 1.000)"], [0.0392156862745098, "rgba(5, 4, 23, 1.000)"], [0.043137254901960784, "rgba(6, 4, 25, 1.000)"], [0.047058823529411764, "rgba(7, 5, 27, 1.000)"], [0.050980392156862744, "rgba(8, 5, 29, 1.000)"], [0.054901960784313725, "rgba(9, 6, 31, 1.000)"], [0.058823529411764705, "rgba(10, 7, 34, 1.000)"], [0.06274509803921569, "rgba(11, 7, 36, 1.000)"], [0.06666666666666667, "rgba(12, 8, 38, 1.000)"], [0.07058823529411765, "rgba(13, 8, 41, 1.000)"], [0.07450980392156863, "rgba(14, 9, 43, 1.000)"], [0.0784313725490196, "rgba(16, 9, 45, 1.000)"], [0.08235294117647059, "rgba(17, 10, 48, 1.000)"], [0.08627450980392157, "rgba(18, 10, 50, 1.000)"], [0.09019607843137255, "rgba(20, 11, 52, 1.000)"], [0.09411764705882353, "rgba(21, 11, 55, 1.000)"], [0.09803921568627451, "rgba(22, 11, 57, 1.000)"], [0.10196078431372549, "rgba(24, 12, 60, 1.000)"], [0.10588235294117647, "rgba(25, 12, 62, 1.000)"], [0.10980392156862745, "rgba(27, 12, 65, 1.000)"], [0.11372549019607843, "rgba(28, 12, 67, 1.000)"], [0.11764705882352941, "rgba(30, 12, 69, 1.000)"], [0.12156862745098039, "rgba(31, 12, 72, 1.000)"], [0.12549019607843137, "rgba(33, 12, 74, 1.000)"], [0.12941176470588237, "rgba(35, 12, 76, 1.000)"], [0.13333333333333333, "rgba(36, 12, 79, 1.000)"], [0.13725490196078433, "rgba(38, 12, 81, 1.000)"], [0.1411764705882353, "rgba(40, 11, 83, 1.000)"], [0.1450980392156863, "rgba(41, 11, 85, 1.000)"], [0.14901960784313725, "rgba(43, 11, 87, 1.000)"], [0.15294117647058825, "rgba(45, 11, 89, 1.000)"], [0.1568627450980392, "rgba(47, 10, 91, 1.000)"], [0.1607843137254902, "rgba(49, 10, 92, 1.000)"], [0.16470588235294117, "rgba(50, 10, 94, 1.000)"], [0.16862745098039217, "rgba(52, 10, 95, 1.000)"], [0.17254901960784313, "rgba(54, 9, 97, 1.000)"], [0.17647058823529413, "rgba(56, 9, 98, 1.000)"], [0.1803921568627451, "rgba(57, 9, 99, 1.000)"], [0.1843137254901961, "rgba(59, 9, 100, 1.000)"], [0.18823529411764706, "rgba(61, 9, 101, 1.000)"], [0.19215686274509805, "rgba(62, 9, 102, 1.000)"], [0.19607843137254902, "rgba(64, 10, 103, 1.000)"], [0.2, "rgba(66, 10, 104, 1.000)"], [0.20392156862745098, "rgba(68, 10, 104, 1.000)"], [0.20784313725490197, "rgba(69, 10, 105, 1.000)"], [0.21176470588235294, "rgba(71, 11, 106, 1.000)"], [0.21568627450980393, "rgba(73, 11, 106, 1.000)"], [0.2196078431372549, "rgba(74, 12, 107, 1.000)"], [0.2235294117647059, "rgba(76, 12, 107, 1.000)"], [0.22745098039215686, "rgba(77, 13, 108, 1.000)"], [0.23137254901960785, "rgba(79, 13, 108, 1.000)"], [0.23529411764705882, "rgba(81, 14, 108, 1.000)"], [0.23921568627450981, "rgba(82, 14, 109, 1.000)"], [0.24313725490196078, "rgba(84, 15, 109, 1.000)"], [0.24705882352941178, "rgba(85, 15, 109, 1.000)"], [0.25098039215686274, "rgba(87, 16, 110, 1.000)"], [0.2549019607843137, "rgba(89, 16, 110, 1.000)"], [0.25882352941176473, "rgba(90, 17, 110, 1.000)"], [0.2627450980392157, "rgba(92, 18, 110, 1.000)"], [0.26666666666666666, "rgba(93, 18, 110, 1.000)"], [0.27058823529411763, "rgba(95, 19, 110, 1.000)"], [0.27450980392156865, "rgba(97, 19, 110, 1.000)"], [0.2784313725490196, "rgba(98, 20, 110, 1.000)"], [0.2823529411764706, "rgba(100, 21, 110, 1.000)"], [0.28627450980392155, "rgba(101, 21, 110, 1.000)"], [0.2901960784313726, "rgba(103, 22, 110, 1.000)"], [0.29411764705882354, "rgba(105, 22, 110, 1.000)"], [0.2980392156862745, "rgba(106, 23, 110, 1.000)"], [0.30196078431372547, "rgba(108, 24, 110, 1.000)"], [0.3058823529411765, "rgba(109, 24, 110, 1.000)"], [0.30980392156862746, "rgba(111, 25, 110, 1.000)"], [0.3137254901960784, "rgba(113, 25, 110, 1.000)"], [0.3176470588235294, "rgba(114, 26, 110, 1.000)"], [0.3215686274509804, "rgba(116, 26, 110, 1.000)"], [0.3254901960784314, "rgba(117, 27, 110, 1.000)"], [0.32941176470588235, "rgba(119, 28, 109, 1.000)"], [0.3333333333333333, "rgba(120, 28, 109, 1.000)"], [0.33725490196078434, "rgba(122, 29, 109, 1.000)"], [0.3411764705882353, "rgba(124, 29, 109, 1.000)"], [0.34509803921568627, "rgba(125, 30, 109, 1.000)"], [0.34901960784313724, "rgba(127, 30, 108, 1.000)"], [0.35294117647058826, "rgba(128, 31, 108, 1.000)"], [0.3568627450980392, "rgba(130, 32, 108, 1.000)"], [0.3607843137254902, "rgba(132, 32, 107, 1.000)"], [0.36470588235294116, "rgba(133, 33, 107, 1.000)"], [0.3686274509803922, "rgba(135, 33, 107, 1.000)"], [0.37254901960784315, "rgba(136, 34, 106, 1.000)"], [0.3764705882352941, "rgba(138, 34, 106, 1.000)"], [0.3803921568627451, "rgba(140, 35, 105, 1.000)"], [0.3843137254901961, "rgba(141, 35, 105, 1.000)"], [0.38823529411764707, "rgba(143, 36, 105, 1.000)"], [0.39215686274509803, "rgba(144, 37, 104, 1.000)"], [0.396078431372549, "rgba(146, 37, 104, 1.000)"], [0.4, "rgba(147, 38, 103, 1.000)"], [0.403921568627451, "rgba(149, 38, 103, 1.000)"], [0.40784313725490196, "rgba(151, 39, 102, 1.000)"], [0.4117647058823529, "rgba(152, 39, 102, 1.000)"], [0.41568627450980394, "rgba(154, 40, 101, 1.000)"], [0.4196078431372549, "rgba(155, 41, 100, 1.000)"], [0.4235294117647059, "rgba(157, 41, 100, 1.000)"], [0.42745098039215684, "rgba(159, 42, 99, 1.000)"], [0.43137254901960786, "rgba(160, 42, 99, 1.000)"], [0.43529411764705883, "rgba(162, 43, 98, 1.000)"], [0.4392156862745098, "rgba(163, 44, 97, 1.000)"], [0.44313725490196076, "rgba(165, 44, 96, 1.000)"], [0.4470588235294118, "rgba(166, 45, 96, 1.000)"], [0.45098039215686275, "rgba(168, 46, 95, 1.000)"], [0.4549019607843137, "rgba(169, 46, 94, 1.000)"], [0.4588235294117647, "rgba(171, 47, 94, 1.000)"], [0.4627450980392157, "rgba(173, 48, 93, 1.000)"], [0.4666666666666667, "rgba(174, 48, 92, 1.000)"], [0.47058823529411764, "rgba(176, 49, 91, 1.000)"], [0.4745098039215686, "rgba(177, 50, 90, 1.000)"], [0.47843137254901963, "rgba(179, 50, 90, 1.000)"], [0.4823529411764706, "rgba(180, 51, 89, 1.000)"], [0.48627450980392156, "rgba(182, 52, 88, 1.000)"], [0.49019607843137253, "rgba(183, 53, 87, 1.000)"], [0.49411764705882355, "rgba(185, 53, 86, 1.000)"], [0.4980392156862745, "rgba(186, 54, 85, 1.000)"], [0.5019607843137255, "rgba(188, 55, 84, 1.000)"], [0.5058823529411764, "rgba(189, 56, 83, 1.000)"], [0.5098039215686274, "rgba(191, 57, 82, 1.000)"], [0.5137254901960784, "rgba(192, 58, 81, 1.000)"], [0.5176470588235295, "rgba(193, 58, 80, 1.000)"], [0.5215686274509804, "rgba(195, 59, 79, 1.000)"], [0.5254901960784314, "rgba(196, 60, 78, 1.000)"], [0.5294117647058824, "rgba(198, 61, 77, 1.000)"], [0.5333333333333333, "rgba(199, 62, 76, 1.000)"], [0.5372549019607843, "rgba(200, 63, 75, 1.000)"], [0.5411764705882353, "rgba(202, 64, 74, 1.000)"], [0.5450980392156862, "rgba(203, 65, 73, 1.000)"], [0.5490196078431373, "rgba(204, 66, 72, 1.000)"], [0.5529411764705883, "rgba(206, 67, 71, 1.000)"], [0.5568627450980392, "rgba(207, 68, 70, 1.000)"], [0.5607843137254902, "rgba(208, 69, 69, 1.000)"], [0.5647058823529412, "rgba(210, 70, 68, 1.000)"], [0.5686274509803921, "rgba(211, 71, 67, 1.000)"], [0.5725490196078431, "rgba(212, 72, 66, 1.000)"], [0.5764705882352941, "rgba(213, 74, 65, 1.000)"], [0.5803921568627451, "rgba(215, 75, 63, 1.000)"], [0.5843137254901961, "rgba(216, 76, 62, 1.000)"], [0.5882352941176471, "rgba(217, 77, 61, 1.000)"], [0.592156862745098, "rgba(218, 78, 60, 1.000)"], [0.596078431372549, "rgba(219, 80, 59, 1.000)"], [0.6, "rgba(221, 81, 58, 1.000)"], [0.6039215686274509, "rgba(222, 82, 56, 1.000)"], [0.6078431372549019, "rgba(223, 83, 55, 1.000)"], [0.611764705882353, "rgba(224, 85, 54, 1.000)"], [0.615686274509804, "rgba(225, 86, 53, 1.000)"], [0.6196078431372549, "rgba(226, 87, 52, 1.000)"], [0.6235294117647059, "rgba(227, 89, 51, 1.000)"], [0.6274509803921569, "rgba(228, 90, 49, 1.000)"], [0.6313725490196078, "rgba(229, 92, 48, 1.000)"], [0.6352941176470588, "rgba(230, 93, 47, 1.000)"], [0.6392156862745098, "rgba(231, 94, 46, 1.000)"], [0.6431372549019608, "rgba(232, 96, 45, 1.000)"], [0.6470588235294118, "rgba(233, 97, 43, 1.000)"], [0.6509803921568628, "rgba(234, 99, 42, 1.000)"], [0.6549019607843137, "rgba(235, 100, 41, 1.000)"], [0.6588235294117647, "rgba(235, 102, 40, 1.000)"], [0.6627450980392157, "rgba(236, 103, 38, 1.000)"], [0.6666666666666666, "rgba(237, 105, 37, 1.000)"], [0.6705882352941176, "rgba(238, 106, 36, 1.000)"], [0.6745098039215687, "rgba(239, 108, 35, 1.000)"], [0.6784313725490196, "rgba(239, 110, 33, 1.000)"], [0.6823529411764706, "rgba(240, 111, 32, 1.000)"], [0.6862745098039216, "rgba(241, 113, 31, 1.000)"], [0.6901960784313725, "rgba(241, 115, 29, 1.000)"], [0.6941176470588235, "rgba(242, 116, 28, 1.000)"], [0.6980392156862745, "rgba(243, 118, 27, 1.000)"], [0.7019607843137254, "rgba(243, 120, 25, 1.000)"], [0.7058823529411765, "rgba(244, 121, 24, 1.000)"], [0.7098039215686275, "rgba(245, 123, 23, 1.000)"], [0.7137254901960784, "rgba(245, 125, 21, 1.000)"], [0.7176470588235294, "rgba(246, 126, 20, 1.000)"], [0.7215686274509804, "rgba(246, 128, 19, 1.000)"], [0.7254901960784313, "rgba(247, 130, 18, 1.000)"], [0.7294117647058823, "rgba(247, 132, 16, 1.000)"], [0.7333333333333333, "rgba(248, 133, 15, 1.000)"], [0.7372549019607844, "rgba(248, 135, 14, 1.000)"], [0.7411764705882353, "rgba(248, 137, 12, 1.000)"], [0.7450980392156863, "rgba(249, 139, 11, 1.000)"], [0.7490196078431373, "rgba(249, 140, 10, 1.000)"], [0.7529411764705882, "rgba(249, 142, 9, 1.000)"], [0.7568627450980392, "rgba(250, 144, 8, 1.000)"], [0.7607843137254902, "rgba(250, 146, 7, 1.000)"], [0.7647058823529411, "rgba(250, 148, 7, 1.000)"], [0.7686274509803922, "rgba(251, 150, 6, 1.000)"], [0.7725490196078432, "rgba(251, 151, 6, 1.000)"], [0.7764705882352941, "rgba(251, 153, 6, 1.000)"], [0.7803921568627451, "rgba(251, 155, 6, 1.000)"], [0.7843137254901961, "rgba(251, 157, 7, 1.000)"], [0.788235294117647, "rgba(252, 159, 7, 1.000)"], [0.792156862745098, "rgba(252, 161, 8, 1.000)"], [0.796078431372549, "rgba(252, 163, 9, 1.000)"], [0.8, "rgba(252, 165, 10, 1.000)"], [0.803921568627451, "rgba(252, 166, 12, 1.000)"], [0.807843137254902, "rgba(252, 168, 13, 1.000)"], [0.8117647058823529, "rgba(252, 170, 15, 1.000)"], [0.8156862745098039, "rgba(252, 172, 17, 1.000)"], [0.8196078431372549, "rgba(252, 174, 18, 1.000)"], [0.8235294117647058, "rgba(252, 176, 20, 1.000)"], [0.8274509803921568, "rgba(252, 178, 22, 1.000)"], [0.8313725490196079, "rgba(252, 180, 24, 1.000)"], [0.8352941176470589, "rgba(251, 182, 26, 1.000)"], [0.8392156862745098, "rgba(251, 184, 29, 1.000)"], [0.8431372549019608, "rgba(251, 186, 31, 1.000)"], [0.8470588235294118, "rgba(251, 188, 33, 1.000)"], [0.8509803921568627, "rgba(251, 190, 35, 1.000)"], [0.8549019607843137, "rgba(250, 192, 38, 1.000)"], [0.8588235294117647, "rgba(250, 194, 40, 1.000)"], [0.8627450980392157, "rgba(250, 196, 42, 1.000)"], [0.8666666666666667, "rgba(250, 198, 45, 1.000)"], [0.8705882352941177, "rgba(249, 199, 47, 1.000)"], [0.8745098039215686, "rgba(249, 201, 50, 1.000)"], [0.8784313725490196, "rgba(249, 203, 53, 1.000)"], [0.8823529411764706, "rgba(248, 205, 55, 1.000)"], [0.8862745098039215, "rgba(248, 207, 58, 1.000)"], [0.8901960784313725, "rgba(247, 209, 61, 1.000)"], [0.8941176470588236, "rgba(247, 211, 64, 1.000)"], [0.8980392156862745, "rgba(246, 213, 67, 1.000)"], [0.9019607843137255, "rgba(246, 215, 70, 1.000)"], [0.9058823529411765, "rgba(245, 217, 73, 1.000)"], [0.9098039215686274, "rgba(245, 219, 76, 1.000)"], [0.9137254901960784, "rgba(244, 221, 79, 1.000)"], [0.9176470588235294, "rgba(244, 223, 83, 1.000)"], [0.9215686274509803, "rgba(244, 225, 86, 1.000)"], [0.9254901960784314, "rgba(243, 227, 90, 1.000)"], [0.9294117647058824, "rgba(243, 229, 93, 1.000)"], [0.9333333333333333, "rgba(242, 230, 97, 1.000)"], [0.9372549019607843, "rgba(242, 232, 101, 1.000)"], [0.9411764705882353, "rgba(242, 234, 105, 1.000)"], [0.9450980392156862, "rgba(241, 236, 109, 1.000)"], [0.9490196078431372, "rgba(241, 237, 113, 1.000)"], [0.9529411764705882, "rgba(241, 239, 117, 1.000)"], [0.9568627450980393, "rgba(241, 241, 121, 1.000)"], [0.9607843137254902, "rgba(242, 242, 125, 1.000)"], [0.9647058823529412, "rgba(242, 244, 130, 1.000)"], [0.9686274509803922, "rgba(243, 245, 134, 1.000)"], [0.9725490196078431, "rgba(243, 246, 138, 1.000)"], [0.9764705882352941, "rgba(244, 248, 142, 1.000)"], [0.9803921568627451, "rgba(245, 249, 146, 1.000)"], [0.984313725490196, "rgba(246, 250, 150, 1.000)"], [0.9882352941176471, "rgba(248, 251, 154, 1.000)"], [0.9921568627450981, "rgba(249, 252, 157, 1.000)"], [0.996078431372549, "rgba(250, 253, 161, 1.000)"], [1, "rgba(252, 255, 164, 1.000)"]], "cmax": 6371000, "showscale": false}, "zmax": 6371000, "y": [0], "type": "scatter3d", "scene": "scene", "hoverinfo": "none", "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 1, "currentCount": 1}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [0, 433000], "type": "scatter3d", "scene": "scene", "x": [6779000, 6757316.25638744], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [433000, 864610.1712305327], "type": "scatter3d", "scene": "scene", "x": [6757316.25638744, 6713943.107376458], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [864610.1712305327, 1293442.9446294664], "type": "scatter3d", "scene": "scene", "x": [6713943.107376458, 6649002.676776171], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1293442.9446294664, 1718128.603650212], "type": "scatter3d", "scene": "scene", "x": [6649002.676776171, 6562743.814840385], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1718128.603650212, 2137330.4953170456], "type": "scatter3d", "scene": "scene", "x": [6562743.814840385, 6455538.581249153], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2137330.4953170456, 2549759.40305169], "type": "scatter3d", "scene": "scene", "x": [6455538.581249153, 6327876.399525555], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2549759.40305169, 2954186.6695260657], "type": "scatter3d", "scene": "scene", "x": [6327876.399525555, 6180356.110080998], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2954186.6695260657, 3349455.7250818363], "type": "scatter3d", "scene": "scene", "x": [6180356.110080998, 6013676.230827145], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3349455.7250818363, 3734491.7610775605], "type": "scatter3d", "scene": "scene", "x": [6013676.230827145, 5828623.794492742], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3734491.7610775605, 4108309.3806737536], "type": "scatter3d", "scene": "scene", "x": [5828623.794492742, 5626062.167364471], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4108309.3806737536, 4470018.154559381], "type": "scatter3d", "scene": "scene", "x": [5626062.167364471, 5406918.264552889], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4470018.154559381, 4818826.099050259], "type": "scatter3d", "scene": "scene", "x": [5406918.264552889, 5172169.5638030255], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4818826.099050259, 5154041.173196652], "type": "scatter3d", "scene": "scene", "x": [5172169.5638030255, 4922831.286912548], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5154041.173196652, 5475070.956051262], "type": "scatter3d", "scene": "scene", "x": [4922831.286912548, 4659944.06979468], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5475070.956051262, 5781420.712925344], "type": "scatter3d", "scene": "scene", "x": [4659944.06979468, 4384562.384465986], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5781420.712925344, 6072690.089882655], "type": "scatter3d", "scene": "scene", "x": [4384562.384465986, 4097743.9139923006], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6072690.089882655, 6348568.68991247], "type": "scatter3d", "scene": "scene", "x": [4097743.9139923006, 3800540.019340403], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6348568.68991247, 6608830.784258605], "type": "scatter3d", "scene": "scene", "x": [3800540.019340403, 3493987.378898389], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6608830.784258605, 6853329.4009673055], "type": "scatter3d", "scene": "scene", "x": [3493987.378898389, 3179100.829825528], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6853329.4009673055, 7081990.0128036635], "type": "scatter3d", "scene": "scene", "x": [3179100.829825528, 2856867.3969992986], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7081990.0128036635, 7294804.021155082], "type": "scatter3d", "scene": "scene", "x": [2856867.3969992986, 2528241.460827618], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7294804.021155082, 7491822.20397859], "type": "scatter3d", "scene": "scene", "x": [2528241.460827618, 2194140.989508475], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7491822.20397859, 7673148.266416474], "type": "scatter3d", "scene": "scene", "x": [2194140.989508475, 1855444.743808553], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7673148.266416474, 7838932.604078847], "type": "scatter3d", "scene": "scene", "x": [1855444.743808553, 1512990.3520982568], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7838932.604078847, 7989366.362372106], "type": "scatter3d", "scene": "scene", "x": [1512990.3520982568, 1167573.1490388105], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7989366.362372106, 8124675.851406643], "type": "scatter3d", "scene": "scene", "x": [1167573.1490388105, 819945.6717367806], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8124675.851406643, 8245117.355350992], "type": "scatter3d", "scene": "scene", "x": [819945.6717367806, 470817.7111853127], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8245117.355350992, 8350972.357733006], "type": "scatter3d", "scene": "scene", "x": [470817.7111853127, 120856.82334078185], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8350972.357733006, 8442543.190032726], "type": "scatter3d", "scene": "scene", "x": [120856.82334078185, -229310.7876667836], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8442543.190032726, 8520149.099735906], "type": "scatter3d", "scene": "scene", "x": [-229310.7876667836, -579099.092660955], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8520149.099735906, 8584122.725506898], "type": "scatter3d", "scene": "scene", "x": [-579099.092660955, -927960.8360229748], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8584122.725506898, 8634806.960939288], "type": "scatter3d", "scene": "scene", "x": [-927960.8360229748, -1275385.9697088304], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8634806.960939288, 8672552.184089268], "type": "scatter3d", "scene": "scene", "x": [-1275385.9697088304, -1620899.9738463904], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8672552.184089268, 8697713.827341925], "type": "scatter3d", "scene": "scene", "x": [-1620899.9738463904, -1964062.1069437414], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8697713.827341925, 8710650.260784997], "type": "scatter3d", "scene": "scene", "x": [-1964062.1069437414, -2304463.6213528845], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8710650.260784997, 8711720.961885205], "type": "scatter3d", "scene": "scene", "x": [-2304463.6213528845, -2641725.9730467084], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8711720.961885205, 8701284.94463584], "type": "scatter3d", "scene": "scene", "x": [-2641725.9730467084, -2975499.048986455], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8701284.94463584, 8679699.422266247], "type": "scatter3d", "scene": "scene", "x": [-2975499.048986455, -3305459.4303537332], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8679699.422266247, 8647318.678906927], "type": "scatter3d", "scene": "scene", "x": [-3305459.4303537332, -3631308.7056461046], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8647318.678906927, 8604493.127153486], "type": "scatter3d", "scene": "scene", "x": [-3631308.7056461046, -3952771.8440261297], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8604493.127153486, 8551568.530162904], "type": "scatter3d", "scene": "scene", "x": [-3952771.8440261297, -4269595.636302321], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8551568.530162904, 8488885.368665589], "type": "scatter3d", "scene": "scene", "x": [-4269595.636302321, -4581547.20843696], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8488885.368665589, 8416778.335025733], "type": "scatter3d", "scene": "scene", "x": [-4581547.20843696, -4888412.610452412], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8416778.335025733, 8335575.938186716], "type": "scatter3d", "scene": "scene", "x": [-4888412.610452412, -5189995.4819805855], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8335575.938186716, 8245600.204967157], "type": "scatter3d", "scene": "scene", "x": [-5189995.4819805855, -5486115.794410916], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8245600.204967157, 8147166.4647069], "type": "scatter3d", "scene": "scene", "x": [-5486115.794410916, -5776608.668587903], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8147166.4647069, 8040583.205688714], "type": "scatter3d", "scene": "scene", "x": [-5776608.668587903, -6061323.266243132], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8040583.205688714, 7926151.993075405], "type": "scatter3d", "scene": "scene", "x": [-6061323.266243132, -6340121.752777856], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7926151.993075405, 7804167.439302132], "type": "scatter3d", "scene": "scene", "x": [-6340121.752777856, -6612878.328605306], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7804167.439302132, 7674917.218952392], "type": "scatter3d", "scene": "scene", "x": [-6612878.328605306, -6879478.325986679], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7674917.218952392, 7538682.121127716], "type": "scatter3d", "scene": "scene", "x": [-6879478.325986679, -7139817.3681254545], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7538682.121127716, 7395736.133201733], "type": "scatter3d", "scene": "scene", "x": [-7139817.3681254545, -7393800.587199798], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7395736.133201733, 7246346.550635676], "type": "scatter3d", "scene": "scene", "x": [-7393800.587199798, -7641341.897994101], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7246346.550635676, 7090774.108231996], "type": "scatter3d", "scene": "scene", "x": [-7641341.897994101, -7882363.323823407], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7090774.108231996, 6929273.128822922], "type": "scatter3d", "scene": "scene", "x": [-7882363.323823407, -8116794.371516002], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6929273.128822922, 6762091.685938843], "type": "scatter3d", "scene": "scene", "x": [-8116794.371516002, -8344571.452319958], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6762091.685938843, 6589471.777484361], "type": "scatter3d", "scene": "scene", "x": [-8344571.452319958, -8565637.34572053], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6589471.777484361, 6411649.50787438], "type": "scatter3d", "scene": "scene", "x": [-8565637.34572053, -8779940.703290576], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6411649.50787438, 6228855.276454835], "type": "scatter3d", "scene": "scene", "x": [-8779940.703290576, -8987435.589840274], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6228855.276454835, 6041313.970358414], "type": "scatter3d", "scene": "scene", "x": [-8987435.589840274, -9188081.059281204], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6041313.970358414, 5849245.160230005], "type": "scatter3d", "scene": "scene", "x": [-9188081.059281204, -9381840.762770185], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5849245.160230005, 5652863.297504467], "type": "scatter3d", "scene": "scene", "x": [-9381840.762770185, -9568682.586847505], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5652863.297504467, 5452377.912134871], "type": "scatter3d", "scene": "scene", "x": [-9568682.586847505, -9748578.319430577], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5452377.912134871, 5247993.809856525], "type": "scatter3d", "scene": "scene", "x": [-9748578.319430577, -9921503.341666216], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5247993.809856525, 5039911.268234244], "type": "scatter3d", "scene": "scene", "x": [-9921503.341666216, -10087436.343781542], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5039911.268234244, 4828326.230880585], "type": "scatter3d", "scene": "scene", "x": [-10087436.343781542, -10246359.063204525], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4828326.230880585, 4613430.499353832], "type": "scatter3d", "scene": "scene", "x": [-10246359.063204525, -10398256.04334978], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4613430.499353832, 4395411.922348825], "type": "scatter3d", "scene": "scene", "x": [-10398256.04334978, -10543114.411583304], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4395411.922348825, 4174454.5818833793], "type": "scatter3d", "scene": "scene", "x": [-10543114.411583304, -10680923.674991306], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4174454.5818833793, 3950738.976259942], "type": "scatter3d", "scene": "scene", "x": [-10680923.674991306, -10811675.532683183], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3950738.976259942, 3724442.1996479724], "type": "scatter3d", "scene": "scene", "x": [-10811675.532683183, -10935363.703457223], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3724442.1996479724, 3495738.1181886527], "type": "scatter3d", "scene": "scene", "x": [-10935363.703457223, -11051983.76774988], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3495738.1181886527, 3264797.542571368], "type": "scatter3d", "scene": "scene", "x": [-11051983.76774988, -11161533.022875829], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3264797.542571368, 3031788.3970719157], "type": "scatter3d", "scene": "scene", "x": [-11161533.022875829, -11264010.35064675], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3031788.3970719157, 2796875.885076671], "type": "scatter3d", "scene": "scene", "x": [-11264010.35064675, -11359416.096532078], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2796875.885076671, 2560222.651145794], "type": "scatter3d", "scene": "scene", "x": [-11359416.096532078, -11447751.959595395], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2560222.651145794, 2321988.939692712], "type": "scatter3d", "scene": "scene", "x": [-11447751.959595395, -11529020.892505655], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2321988.939692712, 2082332.7503772567], "type": "scatter3d", "scene": "scene", "x": [-11529020.892505655, -11603227.01098382], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2082332.7503772567, 1841409.9903265098], "type": "scatter3d", "scene": "scene", "x": [-11603227.01098382, -11670375.51210261], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1841409.9903265098, 1599374.6233110956], "type": "scatter3d", "scene": "scene", "x": [-11670375.51210261, -11730472.600910584], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1599374.6233110956, 1356378.816015808], "type": "scatter3d", "scene": "scene", "x": [-11730472.600910584, -11783525.424901761], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1356378.816015808, 1112573.0815524175], "type": "scatter3d", "scene": "scene", "x": [-11783525.424901761, -11829542.015898906], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1112573.0815524175, 868106.4203695924], "type": "scatter3d", "scene": "scene", "x": [-11829542.015898906, -11868531.238962546], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [868106.4203695924, 623126.4587203653], "type": "scatter3d", "scene": "scene", "x": [-11868531.238962546, -11900502.747979246], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [623126.4587203653, 377779.58485171094], "type": "scatter3d", "scene": "scene", "x": [-11900502.747979246, -11925466.947621653], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [377779.58485171094, 132211.08308377303], "type": "scatter3d", "scene": "scene", "x": [-11925466.947621653, -11943434.961409776], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [132211.08308377303, -113434.73405174125], "type": "scatter3d", "scene": "scene", "x": [-11943434.961409776, -11954418.605638044], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-113434.73405174125, -359014.3954433544], "type": "scatter3d", "scene": "scene", "x": [-11954418.605638044, -11958430.368966052], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-359014.3954433544, -604385.1426307599], "type": "scatter3d", "scene": "scene", "x": [-11958430.368966052, -11955483.397502882], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-604385.1426307599, -849404.8024641168], "type": "scatter3d", "scene": "scene", "x": [-11955483.397502882, -11945591.485245619], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-849404.8024641168, -1093931.6610217094], "type": "scatter3d", "scene": "scene", "x": [-11945591.485245619, -11928769.06976232], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1093931.6610217094, -1337824.338617295], "type": "scatter3d", "scene": "scene", "x": [-11928769.06976232, -11905031.233038578], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1337824.338617295, -1580941.6657302342], "type": "scatter3d", "scene": "scene", "x": [-11905031.233038578, -11874393.707434908], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1580941.6657302342, -1823142.5596937113], "type": "scatter3d", "scene": "scene", "x": [-11874393.707434908, -11836872.886729876], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1823142.5596937113, -2064285.9019789859], "type": "scatter3d", "scene": "scene", "x": [-11836872.886729876, -11792485.842251245], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2064285.9019789859, -2304230.415916684], "type": "scatter3d", "scene": "scene", "x": [-11792485.842251245, -11741250.344124535], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2304230.415916684, -2542834.5446996503], "type": "scatter3d", "scene": "scene", "x": [-11741250.344124535, -11683184.887695676], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2542834.5446996503, -2779956.3295158762], "type": "scatter3d", "scene": "scene", "x": [-11683184.887695676, -11618308.725211762], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2779956.3295158762, -3015453.2876645396], "type": "scatter3d", "scene": "scene", "x": [-11618308.725211762, -11546641.902871696], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3015453.2876645396, -3249182.290513301], "type": "scatter3d", "scene": "scene", "x": [-11546641.902871696, -11468205.30338676], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3249182.290513301, -3480999.4411607785], "type": "scatter3d", "scene": "scene", "x": [-11468205.30338676, -11383020.694220107], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3480999.4411607785, -3710759.9516746667], "type": "scatter3d", "scene": "scene", "x": [-11383020.694220107, -11291110.781703962], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3710759.9516746667, -3938318.0197833786], "type": "scatter3d", "scene": "scene", "x": [-11291110.781703962, -11192499.271264205], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3938318.0197833786, -4163526.7049075323], "type": "scatter3d", "scene": "scene", "x": [-11192499.271264205, -11087210.934013993], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4163526.7049075323, -4386237.803427198], "type": "scatter3d", "scene": "scene", "x": [-11087210.934013993, -10975271.680011574], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4386237.803427198, -4606301.723091788], "type": "scatter3d", "scene": "scene", "x": [-10975271.680011574, -10856708.638512421], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4606301.723091788, -4823567.356491993], "type": "scatter3d", "scene": "scene", "x": [-10856708.638512421, -10731550.245582582], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4823567.356491993, -5037881.95352751], "type": "scatter3d", "scene": "scene", "x": [-10731550.245582582, -10599826.339478854], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5037881.95352751, -5249090.9928207155], "type": "scatter3d", "scene": "scene", "x": [-10599826.339478854, -10461568.264242265], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5249090.9928207155, -5457038.0520452745], "type": "scatter3d", "scene": "scene", "x": [-10461568.264242265, -10316808.981994517], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5457038.0520452745, -5661564.677160275], "type": "scatter3d", "scene": "scene", "x": [-10316808.981994517, -10165583.194472797], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5661564.677160275, -5862510.250565236], "type": "scatter3d", "scene": "scene", "x": [-10165583.194472797, -10007927.474386858], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5862510.250565236, -6059711.858219788], "type": "scatter3d", "scene": "scene", "x": [-10007927.474386858, -9843880.407233665], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6059711.858219788, -6253004.155804417], "type": "scatter3d", "scene": "scene", "x": [-9843880.407233665, -9673482.744259497], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6253004.155804417, -6442219.234036095], "type": "scatter3d", "scene": "scene", "x": [-9673482.744259497, -9496777.56731723], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6442219.234036095, -6627186.483295498], "type": "scatter3d", "scene": "scene", "x": [-9496777.56731723, -9313810.466427922], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6627186.483295498, -6807732.457771663], "type": "scatter3d", "scene": "scene", "x": [-9313810.466427922, -9124629.730920834], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6807732.457771663, -6983680.739386247], "type": "scatter3d", "scene": "scene", "x": [-9124629.730920834, -8929286.555094793], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6983680.739386247, -7154851.801824013], "type": "scatter3d", "scene": "scene", "x": [-8929286.555094793, -8727835.259416463], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7154851.801824013, -7321062.875069845], "type": "scatter3d", "scene": "scene", "x": [-8727835.259416463, -8520333.528347611], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7321062.875069845, -7482127.810936915], "type": "scatter3d", "scene": "scene", "x": [-8520333.528347611, -8306842.665973925], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7482127.810936915, -7637856.9501668485], "type": "scatter3d", "scene": "scene", "x": [-8306842.665973925, -8087427.870692071], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7637856.9501668485, -7788056.991792577], "type": "scatter3d", "scene": "scene", "x": [-8087427.870692071, -7862158.530299489], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7788056.991792577, -7932530.865579822], "type": "scatter3d", "scene": "scene", "x": [-7862158.530299489, -7631108.538922368], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7932530.865579822, -8071077.608505806], "type": "scatter3d", "scene": "scene", "x": [-7631108.538922368, -7394356.637310905], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8071077.608505806, -8203492.24639615], "type": "scatter3d", "scene": "scene", "x": [-7394356.637310905, -7151986.778126692], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8203492.24639615, -8329565.6820254475], "type": "scatter3d", "scene": "scene", "x": [-7151986.778126692, -6904088.517943701], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8329565.6820254475, -8449084.591196531], "type": "scatter3d", "scene": "scene", "x": [-6904088.517943701, -6650757.437780869], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8449084.591196531, -8561831.328551084], "type": "scatter3d", "scene": "scene", "x": [-6650757.437780869, -6392095.594078794], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8561831.328551084, -8667583.845133211], "type": "scatter3d", "scene": "scene", "x": [-6392095.594078794, -6128212.002123592], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8667583.845133211, -8766115.620031878], "type": "scatter3d", "scene": "scene", "x": [-6128212.002123592, -5859223.154004798], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8766115.620031878, -8857195.608771348], "type": "scatter3d", "scene": "scene", "x": [-5859223.154004798, -5585253.5732679125], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8857195.608771348, -8940588.211505672], "type": "scatter3d", "scene": "scene", "x": [-5585253.5732679125, -5306436.408481757], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8940588.211505672, -9016053.264508057], "type": "scatter3d", "scene": "scene", "x": [-5306436.408481757, -5022914.067980936], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9016053.264508057, -9083346.05893373], "type": "scatter3d", "scene": "scene", "x": [-5022914.067980936, -4734838.898058206], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9083346.05893373, -9142217.391380435], "type": "scatter3d", "scene": "scene", "x": [-4734838.898058206, -4442373.9068628065], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9142217.391380435, -9192413.651379174], "type": "scatter3d", "scene": "scene", "x": [-4442373.9068628065, -4145693.5361994747], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9192413.651379174, -9233676.951623857], "type": "scatter3d", "scene": "scene", "x": [-4145693.5361994747, -3844984.4833079497], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9233676.951623857, -9265745.307497054], "type": "scatter3d", "scene": "scene", "x": [-3844984.4833079497, -3540446.574520938], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9265745.307497054, -9288352.873273525], "type": "scatter3d", "scene": "scene", "x": [-3540446.574520938, -3232293.692434033], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9288352.873273525, -9301230.243286902], "type": "scatter3d", "scene": "scene", "x": [-3232293.692434033, -2920754.757855335], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9301230.243286902, -9304104.827328803], "type": "scatter3d", "scene": "scene", "x": [-2920754.757855335, -2606074.7673137346], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9304104.827328803, -9296701.310613051], "type": "scatter3d", "scene": "scene", "x": [-2606074.7673137346, -2288515.8862676183], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9296701.310613051, -9278742.209776415], "type": "scatter3d", "scene": "scene", "x": [-2288515.8862676183, -1968358.5973408588], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9278742.209776415, -9249948.53759334], "type": "scatter3d", "scene": "scene", "x": [-1968358.5973408588, -1645902.9018869954], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9249948.53759334, -9210040.590341974], "type": "scatter3d", "scene": "scene", "x": [-1645902.9018869954, -1321469.5719076074], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9210040.590341974, -9158738.87305169], "type": "scatter3d", "scene": "scene", "x": [-1321469.5719076074, -995401.4477850174], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9158738.87305169, -9095765.179159004], "type": "scatter3d", "scene": "scene", "x": [-995401.4477850174, -668064.7753863402], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9095765.179159004, -9020843.842358416], "type": "scatter3d", "scene": "scene", "x": [-668064.7753863402, -339850.57380584633], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-9020843.842358416, -8933703.179603051], "type": "scatter3d", "scene": "scene", "x": [-339850.57380584633, -11176.022283615079], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8933703.179603051, -8834077.145215932], "type": "scatter3d", "scene": "scene", "x": [-11176.022283615079, 317514.14838207443], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8834077.145215932, -8721707.216825545], "type": "scatter3d", "scene": "scene", "x": [317514.14838207443, 645746.2783735652], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8721707.216825545, -8596344.534225242], "type": "scatter3d", "scene": "scene", "x": [645746.2783735652, 973016.4381374049], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8596344.534225242, -8457752.31213486], "type": "scatter3d", "scene": "scene", "x": [973016.4381374049, 1298789.1521739839], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8457752.31213486, -8305708.547045886], "type": "scatter3d", "scene": "scene", "x": [1298789.1521739839, 1622496.220696032], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8305708.547045886, -8140009.0366587965], "type": "scatter3d", "scene": "scene", "x": [1622496.220696032, 1943535.6787413247], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-8140009.0366587965, -7960470.727642262], "type": "scatter3d", "scene": "scene", "x": [1943535.6787413247, 2261270.9391172887], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7960470.727642262, -7766935.403299495], "type": "scatter3d", "scene": "scene", "x": [2261270.9391172887, 2575030.172814116], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7766935.403299495, -7559273.716935215], "type": "scatter3d", "scene": "scene", "x": [2575030.172814116, 2884105.988077717], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7559273.716935215, -7337389.568983582], "type": "scatter3d", "scene": "scene", "x": [2884105.988077717, 3187755.476928849], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7337389.568983582, -7101224.815994549], "type": "scatter3d", "scene": "scene", "x": [3187755.476928849, 3485200.705191956], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-7101224.815994549, -6850764.287125654], "type": "scatter3d", "scene": "scene", "x": [3485200.705191956, 3775629.7285793154], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6850764.287125654, -6586041.068655514], "type": "scatter3d", "scene": "scene", "x": [3775629.7285793154, 4058198.222453324], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6586041.068655514, -6307141.999141336], "type": "scatter3d", "scene": "scene", "x": [4058198.222453324, 4332031.815814418], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6307141.999141336, -6014213.297266835], "type": "scatter3d", "scene": "scene", "x": [4332031.815814418, 4596229.2199542485], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-6014213.297266835, -5707466.221476834], "type": "scatter3d", "scene": "scene", "x": [4596229.2199542485, 4849866.238084569], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5707466.221476834, -5387182.635770914], "type": "scatter3d", "scene": "scene", "x": [4849866.238084569, 5092000.733050463], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5387182.635770914, -5053720.330486429], "type": "scatter3d", "scene": "scene", "x": [5092000.733050463, 5321678.6149234325], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-5053720.330486429, -4707517.921900379], "type": "scatter3d", "scene": "scene", "x": [5321678.6149234325, 5537940.887926465], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4707517.921900379, -4349099.131803379], "type": "scatter3d", "scene": "scene", "x": [5537940.887926465, 5739831.766110743], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-4349099.131803379, -3979076.2300303746], "type": "scatter3d", "scene": "scene", "x": [5739831.766110743, 5926407.829250137], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3979076.2300303746, -3598152.41176851], "type": "scatter3d", "scene": "scene", "x": [5926407.829250137, 6096748.144921811], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3598152.41176851, -3207122.8799514673], "type": "scatter3d", "scene": "scene", "x": [6096748.144921811, 6249965.230857822], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3207122.8799514673, -2806874.413748232], "type": "scatter3d", "scene": "scene", "x": [6249965.230857822, 6385216.67545859], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2806874.413748232, -2398383.229207715], "type": "scatter3d", "scene": "scene", "x": [6385216.67545859, 6501717.176903322], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2398383.229207715, -1982710.9788898956], "type": "scatter3d", "scene": "scene", "x": [6501717.176903322, 6598750.706537974], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1982710.9788898956, -1560998.7939964195], "type": "scatter3d", "scene": "scene", "x": [6598750.706537974, 6675682.454837418], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1560998.7939964195, -1134459.3438162103], "type": "scatter3d", "scene": "scene", "x": [6675682.454837418, 6731970.183228949], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1134459.3438162103, -704366.9702441958], "type": "scatter3d", "scene": "scene", "x": [6731970.183228949, 6767174.587244596], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-704366.9702441958, -272046.0450459366], "type": "scatter3d", "scene": "scene", "x": [6767174.587244596, 6780968.279843356], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-272046.0450459366, 161142.21167681913], "type": "scatter3d", "scene": "scene", "x": [6780968.279843356, 6773143.030859172], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [161142.21167681913, 593814.1287439945], "type": "scatter3d", "scene": "scene", "x": [6773143.030859172, 6743614.949926992], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [593814.1287439945, 1024578.80256222], "type": "scatter3d", "scene": "scene", "x": [6743614.949926992, 6692427.374105443], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1024578.80256222, 1452053.691563199], "type": "scatter3d", "scene": "scene", "x": [6692427.374105443, 6619751.313541873], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1452053.691563199, 1874880.1143947295], "type": "scatter3d", "scene": "scene", "x": [6619751.313541873, 6525883.412614581], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1874880.1143947295, 2291738.1811574195], "type": "scatter3d", "scene": "scene", "x": [6525883.412614581, 6411241.492286695], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2291738.1811574195, 2701360.71611308], "type": "scatter3d", "scene": "scene", "x": [6411241.492286695, 6276357.843596731], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2701360.71611308, 3102545.7846707115], "type": "scatter3d", "scene": "scene", "x": [6276357.843596731, 6121870.534391726], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3102545.7846707115, 3494167.5121639427], "type": "scatter3d", "scene": "scene", "x": [6121870.534391726, 5948513.065022847], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3494167.5121639427, 3875184.970367834], "type": "scatter3d", "scene": "scene", "x": [5948513.065022847, 5757102.759265022], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3875184.970367834, 4244649.002437969], "type": "scatter3d", "scene": "scene", "x": [5757102.759265022, 5548528.302122884], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4244649.002437969, 4601706.950644338], "type": "scatter3d", "scene": "scene", "x": [5548528.302122884, 5323736.8368377695], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4601706.950644338, 4945605.337447111], "type": "scatter3d", "scene": "scene", "x": [5323736.8368377695, 5083721.011863443], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4945605.337447111, 5275690.624111433], "type": "scatter3d", "scene": "scene", "x": [5083721.011863443, 4829506.328989739], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5275690.624111433, 5591408.228946503], "type": "scatter3d", "scene": "scene", "x": [4829506.328989739, 4562139.09126186], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5591408.228946503, 5892300.027956281], "type": "scatter3d", "scene": "scene", "x": [4562139.09126186, 4282675.18923305], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5892300.027956281, 6178000.584409594], "type": "scatter3d", "scene": "scene", "x": [4282675.18923305, 3992169.9014496934], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6178000.584409594, 6448232.362071509], "type": "scatter3d", "scene": "scene", "x": [3992169.9014496934, 3691668.8242099485], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6448232.362071509, 6702800.171961199], "type": "scatter3d", "scene": "scene", "x": [3691668.8242099485, 3382199.9898793944], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6702800.171961199, 6941585.087358484], "type": "scatter3d", "scene": "scene", "x": [3382199.9898793944, 3064767.184637731], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6941585.087358484, 7164538.03932394], "type": "scatter3d", "scene": "scene", "x": [3064767.184637731, 2740344.43669802], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7164538.03932394, 7371673.278007438], "type": "scatter3d", "scene": "scene", "x": [2740344.43669802, 2409871.6151379887], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7371673.278007438, 7563061.855921368], "type": "scatter3d", "scene": "scene", "x": [2409871.6151379887, 2074251.0571834263], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7563061.855921368, 7738825.260114042], "type": "scatter3d", "scene": "scene", "x": [2074251.0571834263, 1734345.1272819699], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7738825.260114042, 7899129.29227641], "type": "scatter3d", "scene": "scene", "x": [1734345.1272819699, 1390974.6035112361], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7899129.29227641, 8044178.27026934], "type": "scatter3d", "scene": "scene", "x": [1390974.6035112361, 1044917.7845629281], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8044178.27026934, 8174209.601982321], "type": "scatter3d", "scene": "scene", "x": [1044917.7845629281, 696910.212516794], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8174209.601982321, 8289488.763109195], "type": "scatter3d", "scene": "scene", "x": [696910.212516794, 347644.91173126537], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8289488.763109195, 8390304.69438018], "type": "scatter3d", "scene": "scene", "x": [347644.91173126537, -2226.9485671943985], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8390304.69438018, 8476965.620869668], "type": "scatter3d", "scene": "scene", "x": [-2226.9485671943985, -352095.05185458425], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8476965.620869668, 8549795.285936384], "type": "scatter3d", "scene": "scene", "x": [-352095.05185458425, -701388.6667075895], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8549795.285936384, 8609129.584811574], "type": "scatter3d", "scene": "scene", "x": [-701388.6667075895, -1049575.1793922686], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8609129.584811574, 8655313.57747103], "type": "scatter3d", "scene": "scene", "x": [-1049575.1793922686, -1396158.4829639392], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8655313.57747103, 8688698.856849326], "type": "scatter3d", "scene": "scene", "x": [-1396158.4829639392, -1740677.2706797048], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8688698.856849326, 8709641.24634231], "type": "scatter3d", "scene": "scene", "x": [-1740677.2706797048, -2082703.2736918256], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8709641.24634231, 8718498.799591891], "type": "scatter3d", "scene": "scene", "x": [-2082703.2736918256, -2421839.475930954], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8718498.799591891, 8715630.075488534], "type": "scatter3d", "scene": "scene", "x": [-2421839.475930954, -2757718.3328343933], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8715630.075488534, 8701392.661934728], "type": "scatter3d", "scene": "scene", "x": [-2757718.3328343933, -3090000.015116347], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8701392.661934728, 8676141.92299784], "type": "scatter3d", "scene": "scene", "x": [-3090000.015116347, -3418370.6940770647], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8676141.92299784, 8640229.945489677], "type": "scatter3d", "scene": "scene", "x": [-3418370.6940770647, -3742540.8809506246], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8640229.945489677, 8594004.662620388], "type": "scatter3d", "scene": "scene", "x": [-3742540.8809506246, -4062243.8294317755], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8594004.662620388, 8537809.134090818], "type": "scatter3d", "scene": "scene", "x": [-4062243.8294317755, -4377234.007731691], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8537809.134090818, 8471980.963737655], "type": "scatter3d", "scene": "scene", "x": [-4377234.007731691, -4687285.644221603], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8471980.963737655, 8396851.837576305], "type": "scatter3d", "scene": "scene", "x": [-4687285.644221603, -4992191.348865841], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 8660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8396851.837576305, 8312747.166759087], "type": "scatter3d", "scene": "scene", "x": [-4992191.348865841, -5291760.811160073], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"xaxis": "x", "colorbar": {"title": {"text": ""}}, "yaxis": "y", "zaxis": "z", "x": [6779000], "showlegend": false, "mode": "markers", "name": "v0 = 8660 м/с", "zmin": -6371000, "z": [0], "marker": {"color": [0.5], "cmin": -6371000, "opacity": 1e-10, "size": 1e-10, "colorscale": [[0, "rgba(0, 0, 4, 1.000)"], [0.00392156862745098, "rgba(1, 0, 5, 1.000)"], [0.00784313725490196, "rgba(1, 1, 6, 1.000)"], [0.011764705882352941, "rgba(1, 1, 8, 1.000)"], [0.01568627450980392, "rgba(2, 1, 10, 1.000)"], [0.0196078431372549, "rgba(2, 2, 12, 1.000)"], [0.023529411764705882, "rgba(2, 2, 14, 1.000)"], [0.027450980392156862, "rgba(3, 2, 16, 1.000)"], [0.03137254901960784, "rgba(4, 3, 18, 1.000)"], [0.03529411764705882, "rgba(4, 3, 20, 1.000)"], [0.0392156862745098, "rgba(5, 4, 23, 1.000)"], [0.043137254901960784, "rgba(6, 4, 25, 1.000)"], [0.047058823529411764, "rgba(7, 5, 27, 1.000)"], [0.050980392156862744, "rgba(8, 5, 29, 1.000)"], [0.054901960784313725, "rgba(9, 6, 31, 1.000)"], [0.058823529411764705, "rgba(10, 7, 34, 1.000)"], [0.06274509803921569, "rgba(11, 7, 36, 1.000)"], [0.06666666666666667, "rgba(12, 8, 38, 1.000)"], [0.07058823529411765, "rgba(13, 8, 41, 1.000)"], [0.07450980392156863, "rgba(14, 9, 43, 1.000)"], [0.0784313725490196, "rgba(16, 9, 45, 1.000)"], [0.08235294117647059, "rgba(17, 10, 48, 1.000)"], [0.08627450980392157, "rgba(18, 10, 50, 1.000)"], [0.09019607843137255, "rgba(20, 11, 52, 1.000)"], [0.09411764705882353, "rgba(21, 11, 55, 1.000)"], [0.09803921568627451, "rgba(22, 11, 57, 1.000)"], [0.10196078431372549, "rgba(24, 12, 60, 1.000)"], [0.10588235294117647, "rgba(25, 12, 62, 1.000)"], [0.10980392156862745, "rgba(27, 12, 65, 1.000)"], [0.11372549019607843, "rgba(28, 12, 67, 1.000)"], [0.11764705882352941, "rgba(30, 12, 69, 1.000)"], [0.12156862745098039, "rgba(31, 12, 72, 1.000)"], [0.12549019607843137, "rgba(33, 12, 74, 1.000)"], [0.12941176470588237, "rgba(35, 12, 76, 1.000)"], [0.13333333333333333, "rgba(36, 12, 79, 1.000)"], [0.13725490196078433, "rgba(38, 12, 81, 1.000)"], [0.1411764705882353, "rgba(40, 11, 83, 1.000)"], [0.1450980392156863, "rgba(41, 11, 85, 1.000)"], [0.14901960784313725, "rgba(43, 11, 87, 1.000)"], [0.15294117647058825, "rgba(45, 11, 89, 1.000)"], [0.1568627450980392, "rgba(47, 10, 91, 1.000)"], [0.1607843137254902, "rgba(49, 10, 92, 1.000)"], [0.16470588235294117, "rgba(50, 10, 94, 1.000)"], [0.16862745098039217, "rgba(52, 10, 95, 1.000)"], [0.17254901960784313, "rgba(54, 9, 97, 1.000)"], [0.17647058823529413, "rgba(56, 9, 98, 1.000)"], [0.1803921568627451, "rgba(57, 9, 99, 1.000)"], [0.1843137254901961, "rgba(59, 9, 100, 1.000)"], [0.18823529411764706, "rgba(61, 9, 101, 1.000)"], [0.19215686274509805, "rgba(62, 9, 102, 1.000)"], [0.19607843137254902, "rgba(64, 10, 103, 1.000)"], [0.2, "rgba(66, 10, 104, 1.000)"], [0.20392156862745098, "rgba(68, 10, 104, 1.000)"], [0.20784313725490197, "rgba(69, 10, 105, 1.000)"], [0.21176470588235294, "rgba(71, 11, 106, 1.000)"], [0.21568627450980393, "rgba(73, 11, 106, 1.000)"], [0.2196078431372549, "rgba(74, 12, 107, 1.000)"], [0.2235294117647059, "rgba(76, 12, 107, 1.000)"], [0.22745098039215686, "rgba(77, 13, 108, 1.000)"], [0.23137254901960785, "rgba(79, 13, 108, 1.000)"], [0.23529411764705882, "rgba(81, 14, 108, 1.000)"], [0.23921568627450981, "rgba(82, 14, 109, 1.000)"], [0.24313725490196078, "rgba(84, 15, 109, 1.000)"], [0.24705882352941178, "rgba(85, 15, 109, 1.000)"], [0.25098039215686274, "rgba(87, 16, 110, 1.000)"], [0.2549019607843137, "rgba(89, 16, 110, 1.000)"], [0.25882352941176473, "rgba(90, 17, 110, 1.000)"], [0.2627450980392157, "rgba(92, 18, 110, 1.000)"], [0.26666666666666666, "rgba(93, 18, 110, 1.000)"], [0.27058823529411763, "rgba(95, 19, 110, 1.000)"], [0.27450980392156865, "rgba(97, 19, 110, 1.000)"], [0.2784313725490196, "rgba(98, 20, 110, 1.000)"], [0.2823529411764706, "rgba(100, 21, 110, 1.000)"], [0.28627450980392155, "rgba(101, 21, 110, 1.000)"], [0.2901960784313726, "rgba(103, 22, 110, 1.000)"], [0.29411764705882354, "rgba(105, 22, 110, 1.000)"], [0.2980392156862745, "rgba(106, 23, 110, 1.000)"], [0.30196078431372547, "rgba(108, 24, 110, 1.000)"], [0.3058823529411765, "rgba(109, 24, 110, 1.000)"], [0.30980392156862746, "rgba(111, 25, 110, 1.000)"], [0.3137254901960784, "rgba(113, 25, 110, 1.000)"], [0.3176470588235294, "rgba(114, 26, 110, 1.000)"], [0.3215686274509804, "rgba(116, 26, 110, 1.000)"], [0.3254901960784314, "rgba(117, 27, 110, 1.000)"], [0.32941176470588235, "rgba(119, 28, 109, 1.000)"], [0.3333333333333333, "rgba(120, 28, 109, 1.000)"], [0.33725490196078434, "rgba(122, 29, 109, 1.000)"], [0.3411764705882353, "rgba(124, 29, 109, 1.000)"], [0.34509803921568627, "rgba(125, 30, 109, 1.000)"], [0.34901960784313724, "rgba(127, 30, 108, 1.000)"], [0.35294117647058826, "rgba(128, 31, 108, 1.000)"], [0.3568627450980392, "rgba(130, 32, 108, 1.000)"], [0.3607843137254902, "rgba(132, 32, 107, 1.000)"], [0.36470588235294116, "rgba(133, 33, 107, 1.000)"], [0.3686274509803922, "rgba(135, 33, 107, 1.000)"], [0.37254901960784315, "rgba(136, 34, 106, 1.000)"], [0.3764705882352941, "rgba(138, 34, 106, 1.000)"], [0.3803921568627451, "rgba(140, 35, 105, 1.000)"], [0.3843137254901961, "rgba(141, 35, 105, 1.000)"], [0.38823529411764707, "rgba(143, 36, 105, 1.000)"], [0.39215686274509803, "rgba(144, 37, 104, 1.000)"], [0.396078431372549, "rgba(146, 37, 104, 1.000)"], [0.4, "rgba(147, 38, 103, 1.000)"], [0.403921568627451, "rgba(149, 38, 103, 1.000)"], [0.40784313725490196, "rgba(151, 39, 102, 1.000)"], [0.4117647058823529, "rgba(152, 39, 102, 1.000)"], [0.41568627450980394, "rgba(154, 40, 101, 1.000)"], [0.4196078431372549, "rgba(155, 41, 100, 1.000)"], [0.4235294117647059, "rgba(157, 41, 100, 1.000)"], [0.42745098039215684, "rgba(159, 42, 99, 1.000)"], [0.43137254901960786, "rgba(160, 42, 99, 1.000)"], [0.43529411764705883, "rgba(162, 43, 98, 1.000)"], [0.4392156862745098, "rgba(163, 44, 97, 1.000)"], [0.44313725490196076, "rgba(165, 44, 96, 1.000)"], [0.4470588235294118, "rgba(166, 45, 96, 1.000)"], [0.45098039215686275, "rgba(168, 46, 95, 1.000)"], [0.4549019607843137, "rgba(169, 46, 94, 1.000)"], [0.4588235294117647, "rgba(171, 47, 94, 1.000)"], [0.4627450980392157, "rgba(173, 48, 93, 1.000)"], [0.4666666666666667, "rgba(174, 48, 92, 1.000)"], [0.47058823529411764, "rgba(176, 49, 91, 1.000)"], [0.4745098039215686, "rgba(177, 50, 90, 1.000)"], [0.47843137254901963, "rgba(179, 50, 90, 1.000)"], [0.4823529411764706, "rgba(180, 51, 89, 1.000)"], [0.48627450980392156, "rgba(182, 52, 88, 1.000)"], [0.49019607843137253, "rgba(183, 53, 87, 1.000)"], [0.49411764705882355, "rgba(185, 53, 86, 1.000)"], [0.4980392156862745, "rgba(186, 54, 85, 1.000)"], [0.5019607843137255, "rgba(188, 55, 84, 1.000)"], [0.5058823529411764, "rgba(189, 56, 83, 1.000)"], [0.5098039215686274, "rgba(191, 57, 82, 1.000)"], [0.5137254901960784, "rgba(192, 58, 81, 1.000)"], [0.5176470588235295, "rgba(193, 58, 80, 1.000)"], [0.5215686274509804, "rgba(195, 59, 79, 1.000)"], [0.5254901960784314, "rgba(196, 60, 78, 1.000)"], [0.5294117647058824, "rgba(198, 61, 77, 1.000)"], [0.5333333333333333, "rgba(199, 62, 76, 1.000)"], [0.5372549019607843, "rgba(200, 63, 75, 1.000)"], [0.5411764705882353, "rgba(202, 64, 74, 1.000)"], [0.5450980392156862, "rgba(203, 65, 73, 1.000)"], [0.5490196078431373, "rgba(204, 66, 72, 1.000)"], [0.5529411764705883, "rgba(206, 67, 71, 1.000)"], [0.5568627450980392, "rgba(207, 68, 70, 1.000)"], [0.5607843137254902, "rgba(208, 69, 69, 1.000)"], [0.5647058823529412, "rgba(210, 70, 68, 1.000)"], [0.5686274509803921, "rgba(211, 71, 67, 1.000)"], [0.5725490196078431, "rgba(212, 72, 66, 1.000)"], [0.5764705882352941, "rgba(213, 74, 65, 1.000)"], [0.5803921568627451, "rgba(215, 75, 63, 1.000)"], [0.5843137254901961, "rgba(216, 76, 62, 1.000)"], [0.5882352941176471, "rgba(217, 77, 61, 1.000)"], [0.592156862745098, "rgba(218, 78, 60, 1.000)"], [0.596078431372549, "rgba(219, 80, 59, 1.000)"], [0.6, "rgba(221, 81, 58, 1.000)"], [0.6039215686274509, "rgba(222, 82, 56, 1.000)"], [0.6078431372549019, "rgba(223, 83, 55, 1.000)"], [0.611764705882353, "rgba(224, 85, 54, 1.000)"], [0.615686274509804, "rgba(225, 86, 53, 1.000)"], [0.6196078431372549, "rgba(226, 87, 52, 1.000)"], [0.6235294117647059, "rgba(227, 89, 51, 1.000)"], [0.6274509803921569, "rgba(228, 90, 49, 1.000)"], [0.6313725490196078, "rgba(229, 92, 48, 1.000)"], [0.6352941176470588, "rgba(230, 93, 47, 1.000)"], [0.6392156862745098, "rgba(231, 94, 46, 1.000)"], [0.6431372549019608, "rgba(232, 96, 45, 1.000)"], [0.6470588235294118, "rgba(233, 97, 43, 1.000)"], [0.6509803921568628, "rgba(234, 99, 42, 1.000)"], [0.6549019607843137, "rgba(235, 100, 41, 1.000)"], [0.6588235294117647, "rgba(235, 102, 40, 1.000)"], [0.6627450980392157, "rgba(236, 103, 38, 1.000)"], [0.6666666666666666, "rgba(237, 105, 37, 1.000)"], [0.6705882352941176, "rgba(238, 106, 36, 1.000)"], [0.6745098039215687, "rgba(239, 108, 35, 1.000)"], [0.6784313725490196, "rgba(239, 110, 33, 1.000)"], [0.6823529411764706, "rgba(240, 111, 32, 1.000)"], [0.6862745098039216, "rgba(241, 113, 31, 1.000)"], [0.6901960784313725, "rgba(241, 115, 29, 1.000)"], [0.6941176470588235, "rgba(242, 116, 28, 1.000)"], [0.6980392156862745, "rgba(243, 118, 27, 1.000)"], [0.7019607843137254, "rgba(243, 120, 25, 1.000)"], [0.7058823529411765, "rgba(244, 121, 24, 1.000)"], [0.7098039215686275, "rgba(245, 123, 23, 1.000)"], [0.7137254901960784, "rgba(245, 125, 21, 1.000)"], [0.7176470588235294, "rgba(246, 126, 20, 1.000)"], [0.7215686274509804, "rgba(246, 128, 19, 1.000)"], [0.7254901960784313, "rgba(247, 130, 18, 1.000)"], [0.7294117647058823, "rgba(247, 132, 16, 1.000)"], [0.7333333333333333, "rgba(248, 133, 15, 1.000)"], [0.7372549019607844, "rgba(248, 135, 14, 1.000)"], [0.7411764705882353, "rgba(248, 137, 12, 1.000)"], [0.7450980392156863, "rgba(249, 139, 11, 1.000)"], [0.7490196078431373, "rgba(249, 140, 10, 1.000)"], [0.7529411764705882, "rgba(249, 142, 9, 1.000)"], [0.7568627450980392, "rgba(250, 144, 8, 1.000)"], [0.7607843137254902, "rgba(250, 146, 7, 1.000)"], [0.7647058823529411, "rgba(250, 148, 7, 1.000)"], [0.7686274509803922, "rgba(251, 150, 6, 1.000)"], [0.7725490196078432, "rgba(251, 151, 6, 1.000)"], [0.7764705882352941, "rgba(251, 153, 6, 1.000)"], [0.7803921568627451, "rgba(251, 155, 6, 1.000)"], [0.7843137254901961, "rgba(251, 157, 7, 1.000)"], [0.788235294117647, "rgba(252, 159, 7, 1.000)"], [0.792156862745098, "rgba(252, 161, 8, 1.000)"], [0.796078431372549, "rgba(252, 163, 9, 1.000)"], [0.8, "rgba(252, 165, 10, 1.000)"], [0.803921568627451, "rgba(252, 166, 12, 1.000)"], [0.807843137254902, "rgba(252, 168, 13, 1.000)"], [0.8117647058823529, "rgba(252, 170, 15, 1.000)"], [0.8156862745098039, "rgba(252, 172, 17, 1.000)"], [0.8196078431372549, "rgba(252, 174, 18, 1.000)"], [0.8235294117647058, "rgba(252, 176, 20, 1.000)"], [0.8274509803921568, "rgba(252, 178, 22, 1.000)"], [0.8313725490196079, "rgba(252, 180, 24, 1.000)"], [0.8352941176470589, "rgba(251, 182, 26, 1.000)"], [0.8392156862745098, "rgba(251, 184, 29, 1.000)"], [0.8431372549019608, "rgba(251, 186, 31, 1.000)"], [0.8470588235294118, "rgba(251, 188, 33, 1.000)"], [0.8509803921568627, "rgba(251, 190, 35, 1.000)"], [0.8549019607843137, "rgba(250, 192, 38, 1.000)"], [0.8588235294117647, "rgba(250, 194, 40, 1.000)"], [0.8627450980392157, "rgba(250, 196, 42, 1.000)"], [0.8666666666666667, "rgba(250, 198, 45, 1.000)"], [0.8705882352941177, "rgba(249, 199, 47, 1.000)"], [0.8745098039215686, "rgba(249, 201, 50, 1.000)"], [0.8784313725490196, "rgba(249, 203, 53, 1.000)"], [0.8823529411764706, "rgba(248, 205, 55, 1.000)"], [0.8862745098039215, "rgba(248, 207, 58, 1.000)"], [0.8901960784313725, "rgba(247, 209, 61, 1.000)"], [0.8941176470588236, "rgba(247, 211, 64, 1.000)"], [0.8980392156862745, "rgba(246, 213, 67, 1.000)"], [0.9019607843137255, "rgba(246, 215, 70, 1.000)"], [0.9058823529411765, "rgba(245, 217, 73, 1.000)"], [0.9098039215686274, "rgba(245, 219, 76, 1.000)"], [0.9137254901960784, "rgba(244, 221, 79, 1.000)"], [0.9176470588235294, "rgba(244, 223, 83, 1.000)"], [0.9215686274509803, "rgba(244, 225, 86, 1.000)"], [0.9254901960784314, "rgba(243, 227, 90, 1.000)"], [0.9294117647058824, "rgba(243, 229, 93, 1.000)"], [0.9333333333333333, "rgba(242, 230, 97, 1.000)"], [0.9372549019607843, "rgba(242, 232, 101, 1.000)"], [0.9411764705882353, "rgba(242, 234, 105, 1.000)"], [0.9450980392156862, "rgba(241, 236, 109, 1.000)"], [0.9490196078431372, "rgba(241, 237, 113, 1.000)"], [0.9529411764705882, "rgba(241, 239, 117, 1.000)"], [0.9568627450980393, "rgba(241, 241, 121, 1.000)"], [0.9607843137254902, "rgba(242, 242, 125, 1.000)"], [0.9647058823529412, "rgba(242, 244, 130, 1.000)"], [0.9686274509803922, "rgba(243, 245, 134, 1.000)"], [0.9725490196078431, "rgba(243, 246, 138, 1.000)"], [0.9764705882352941, "rgba(244, 248, 142, 1.000)"], [0.9803921568627451, "rgba(245, 249, 146, 1.000)"], [0.984313725490196, "rgba(246, 250, 150, 1.000)"], [0.9882352941176471, "rgba(248, 251, 154, 1.000)"], [0.9921568627450981, "rgba(249, 252, 157, 1.000)"], [0.996078431372549, "rgba(250, 253, 161, 1.000)"], [1, "rgba(252, 255, 164, 1.000)"]], "cmax": 6371000, "showscale": false}, "zmax": 6371000, "y": [0], "type": "scatter3d", "scene": "scene", "hoverinfo": "none", "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 1, "currentCount": 1}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [0, 483000], "type": "scatter3d", "scene": "scene", "x": [6779000, 6757316.25638744], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [483000, 964452.0030225395], "type": "scatter3d", "scene": "scene", "x": [6757316.25638744, 6713975.566313943], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [964452.0030225395, 1442824.3566341978], "type": "scatter3d", "scene": "scene", "x": [6713975.566313943, 6649196.079045075], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1442824.3566341978, 1916632.1571929948], "type": "scatter3d", "scene": "scene", "x": [6649196.079045075, 6563381.038749864], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1916632.1571929948, 2384465.318587935], "type": "scatter3d", "scene": "scene", "x": [6563381.038749864, 6457106.238737974], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2384465.318587935, 2845012.878882965], "type": "scatter3d", "scene": "scene", "x": [6457106.238737974, 6331102.109912425], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2845012.878882965, 3297082.4904627604], "type": "scatter3d", "scene": "scene", "x": [6331102.109912425, 6186231.718864603], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3297082.4904627604, 3739614.4877573843], "type": "scatter3d", "scene": "scene", "x": [6186231.718864603, 6023466.145581002], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3739614.4877573843, 4171690.3853125945], "type": "scatter3d", "scene": "scene", "x": [6023466.145581002, 5843858.7392685255], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4171690.3853125945, 4592536.069145677], "type": "scatter3d", "scene": "scene", "x": [5843858.7392685255, 5648519.632723699], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4592536.069145677, 5001520.264489795], "type": "scatter3d", "scene": "scene", "x": [5648519.632723699, 5438591.669478679], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5001520.264489795, 5398149.073075543], "type": "scatter3d", "scene": "scene", "x": [5438591.669478679, 5215228.610513995], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5398149.073075543, 5782057.472979976], "type": "scatter3d", "scene": "scene", "x": [5215228.610513995, 4979576.183768953], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5782057.472979976, 6152998.67874205], "type": "scatter3d", "scene": "scene", "x": [4979576.183768953, 4732756.2562815985], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6152998.67874205, 6510832.1922997385], "type": "scatter3d", "scene": "scene", "x": [4732756.2562815985, 4475854.169586238], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6510832.1922997385, 6855511.2620858615], "type": "scatter3d", "scene": "scene", "x": [4475854.169586238, 4209909.095717414], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6855511.2620858615, 7187070.33187562], "type": "scatter3d", "scene": "scene", "x": [4209909.095717414, 3935907.145386877], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7187070.33187562, 7505612.92147784], "type": "scatter3d", "scene": "scene", "x": [3935907.145386877, 3654776.8861610307], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7505612.92147784, 7811300.251213698], "type": "scatter3d", "scene": "scene", "x": [3654776.8861610307, 3367386.897434516], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7811300.251213698, 8104340.809107792], "type": "scatter3d", "scene": "scene", "x": [3367386.897434516, 3074544.990022865], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8104340.809107792, 8384980.967259885], "type": "scatter3d", "scene": "scene", "x": [3074544.990022865, 2776998.741098552], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8384980.967259885, 8653496.68227372], "type": "scatter3d", "scene": "scene", "x": [2776998.741098552, 2475437.031261097], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8653496.68227372, 8910186.2622113], "type": "scatter3d", "scene": "scene", "x": [2475437.031261097, 2170492.312938249], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8910186.2622113, 9155364.146588888], "type": "scatter3d", "scene": "scene", "x": [2170492.312938249, 1862743.3831223354], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9155364.146588888, 9389355.62333859], "type": "scatter3d", "scene": "scene", "x": [1862743.3831223354, 1552718.4753708509], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9389355.62333859, 9612492.394404007], "type": "scatter3d", "scene": "scene", "x": [1552718.4753708509, 1240898.5240895625], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9612492.394404007, 9825108.897019295], "type": "scatter3d", "scene": "scene", "x": [1240898.5240895625, 927720.4874067821], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9825108.897019295, 10027539.288471287], "type": "scatter3d", "scene": "scene", "x": [927720.4874067821, 613580.6431641835], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10027539.288471287, 10220115.006451285], "type": "scatter3d", "scene": "scene", "x": [613580.6431641835, 298837.7958603979], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10220115.006451285, 10403162.82357619], "type": "scatter3d", "scene": "scene", "x": [298837.7958603979, -16183.648786853475], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10403162.82357619, 10577003.32227212], "type": "scatter3d", "scene": "scene", "x": [-16183.648786853475, -331190.77009703417], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10577003.32227212, 10741949.724240124], "type": "scatter3d", "scene": "scene", "x": [-331190.77009703417, -645919.3963878896], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10741949.724240124, 10898307.01667051], "type": "scatter3d", "scene": "scene", "x": [-645919.3963878896, -960131.5547571417], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10898307.01667051, 11046371.324924788], "type": "scatter3d", "scene": "scene", "x": [-960131.5547571417, -1273613.1082922297], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11046371.324924788, 11186429.488377992], "type": "scatter3d", "scene": "scene", "x": [-1273613.1082922297, -1586171.5776157156], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11186429.488377992, 11318758.802417742], "type": "scatter3d", "scene": "scene", "x": [-1586171.5776157156, -1897634.1403963647], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11318758.802417742, 11443626.895201482], "type": "scatter3d", "scene": "scene", "x": [-1897634.1403963647, -2207845.800279301], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11443626.895201482, 11561291.71269354], "type": "scatter3d", "scene": "scene", "x": [-2207845.800279301, -2516667.7153508556], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11561291.71269354, 11672001.589777768], "type": "scatter3d", "scene": "scene", "x": [-2516667.7153508556, -2823975.6755442233], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11672001.589777768, 11775995.388922924], "type": "scatter3d", "scene": "scene", "x": [-2823975.6755442233, -3129658.718144056], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11775995.388922924, 11873502.691026272], "type": "scatter3d", "scene": "scene", "x": [-3129658.718144056, -3433617.870631278], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11873502.691026272, 11964744.025737122], "type": "scatter3d", "scene": "scene", "x": [-3433617.870631278, -3735765.0104230437], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11964744.025737122, 12049931.130825207], "type": "scatter3d", "scene": "scene", "x": [-3735765.0104230437, -4036021.8315300858], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12049931.130825207, 12129267.232063927], "type": "scatter3d", "scene": "scene", "x": [-4036021.8315300858, -4334318.908716933], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12129267.232063927, 12202947.336695768], "type": "scatter3d", "scene": "scene", "x": [-4334318.908716933, -4630594.850366752], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12202947.336695768, 12271158.53488139], "type": "scatter3d", "scene": "scene", "x": [-4630594.850366752, -4924795.531890614], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12271158.53488139, 12334080.304644426], "type": "scatter3d", "scene": "scene", "x": [-4924795.531890614, -5216873.402158491], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12334080.304644426, 12391884.816745402], "type": "scatter3d", "scene": "scene", "x": [-5216873.402158491, -5506786.856050781], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12391884.816745402, 12444737.236680081], "type": "scatter3d", "scene": "scene", "x": [-5506786.856050781, -5794499.666824239], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12444737.236680081, 12492796.0216254], "type": "scatter3d", "scene": "scene", "x": [-5794499.666824239, -6079980.472548459], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12492796.0216254, 12536213.210671896], "type": "scatter3d", "scene": "scene", "x": [-6079980.472548459, -6363202.3113946915], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12536213.210671896, 12575134.707103444], "type": "scatter3d", "scene": "scene", "x": [-6363202.3113946915, -6644142.201046377], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12575134.707103444, 12609700.551828925], "type": "scatter3d", "scene": "scene", "x": [-6644142.201046377, -6922780.757949954], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12609700.551828925, 12640045.187349355], "type": "scatter3d", "scene": "scene", "x": [-6922780.757949954, -7199101.852536333], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12640045.187349355, 12666297.711868955], "type": "scatter3d", "scene": "scene", "x": [-7199101.852536333, -7473092.296919313], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12666297.711868955, 12688582.123339018], "type": "scatter3d", "scene": "scene", "x": [-7473092.296919313, -7744741.56191915], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12688582.123339018, 12707017.553366968], "type": "scatter3d", "scene": "scene", "x": [-7744741.56191915, -8014041.520569702], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12707017.553366968, 12721718.491036164], "type": "scatter3d", "scene": "scene", "x": [-8014041.520569702, -8280986.215548378], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12721718.491036164, 12732794.996770209], "type": "scatter3d", "scene": "scene", "x": [-8280986.215548378, -8545571.648221785], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12732794.996770209, 12740352.906443328], "type": "scatter3d", "scene": "scene", "x": [-8545571.648221785, -8807795.587228842], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12740352.906443328, 12744494.02598933], "type": "scatter3d", "scene": "scene", "x": [-8807795.587228842, -9067657.39472941], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12744494.02598933, 12745316.316799195], "type": "scatter3d", "scene": "scene", "x": [-9067657.39472941, -9325157.868632134], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12745316.316799195, 12742914.072223641], "type": "scatter3d", "scene": "scene", "x": [-9325157.868632134, -9580299.09928231], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12742914.072223641, 12737378.08551451], "type": "scatter3d", "scene": "scene", "x": [-9580299.09928231, -9833084.339240752], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12737378.08551451, 12728795.809549164], "type": "scatter3d", "scene": "scene", "x": [-9833084.339240752, -10083517.88491981], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12728795.809549164, 12717251.508686641], "type": "scatter3d", "scene": "scene", "x": [-10083517.88491981, -10331604.968963912], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12717251.508686641, 12702826.40310444], "type": "scatter3d", "scene": "scene", "x": [-10331604.968963912, -10577351.662371239], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12702826.40310444, 12685598.805961378], "type": "scatter3d", "scene": "scene", "x": [-10577351.662371239, -10820764.785451038], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12685598.805961378, 12665644.2537258], "type": "scatter3d", "scene": "scene", "x": [-10820764.785451038, -11061851.826799264], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12665644.2537258, 12643035.630000165], "type": "scatter3d", "scene": "scene", "x": [-11061851.826799264, -11300620.869554397], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12643035.630000165, 12617843.283163305], "type": "scatter3d", "scene": "scene", "x": [-11300620.869554397, -11537080.524266474], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12617843.283163305, 12590135.13814079], "type": "scatter3d", "scene": "scene", "x": [-11537080.524266474, -11771239.867776442], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12590135.13814079, 12559976.80260218], "type": "scatter3d", "scene": "scene", "x": [-11771239.867776442, -12003108.387560513], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12559976.80260218, 12527431.667871917], "type": "scatter3d", "scene": "scene", "x": [-12003108.387560513, -12232695.931046061], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12527431.667871917, 12492561.004828282], "type": "scatter3d", "scene": "scene", "x": [-12232695.931046061, -12460012.659452293], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12492561.004828282, 12455424.055052452], "type": "scatter3d", "scene": "scene", "x": [-12460012.659452293, -12685069.005750949], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12455424.055052452, 12416078.117477419], "type": "scatter3d", "scene": "scene", "x": [-12685069.005750949, -12907875.636380197], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12416078.117477419, 12374578.63077443], "type": "scatter3d", "scene": "scene", "x": [-12907875.636380197, -13128443.416379042], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12374578.63077443, 12330979.251702765], "type": "scatter3d", "scene": "scene", "x": [-13128443.416379042, -13346783.377640355], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12330979.251702765, 12285331.929637173], "type": "scatter3d", "scene": "scene", "x": [-13346783.377640355, -13562906.690008523], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12285331.929637173, 12237686.977476215], "type": "scatter3d", "scene": "scene", "x": [-13562906.690008523, -13776824.634972718], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12237686.977476215, 12188093.139123997], "type": "scatter3d", "scene": "scene", "x": [-13776824.634972718, -13988548.581729578], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12188093.139123997, 12136597.653727565], "type": "scatter3d", "scene": "scene", "x": [-13988548.581729578, -14198089.965409538], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12136597.653727565, 12083246.31684238], "type": "scatter3d", "scene": "scene", "x": [-14198089.965409538, -14405460.267279625], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12083246.31684238, 12028083.538688928], "type": "scatter3d", "scene": "scene", "x": [-14405460.267279625, -14610670.996752337], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [12028083.538688928, 11971152.399654564], "type": "scatter3d", "scene": "scene", "x": [-14610670.996752337, -14813733.675045371], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11971152.399654564, 11912494.703186255], "type": "scatter3d", "scene": "scene", "x": [-14813733.675045371, -15014659.820350833], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11912494.703186255, 11852151.026211763], "type": "scatter3d", "scene": "scene", "x": [-15014659.820350833, -15213460.934384942], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11852151.026211763, 11790160.767219206], "type": "scatter3d", "scene": "scene", "x": [-15213460.934384942, -15410148.49020066], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11790160.767219206, 11726562.192117708], "type": "scatter3d", "scene": "scene", "x": [-15410148.49020066, -15604733.921155885], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11726562.192117708, 11661392.477994977], "type": "scatter3d", "scene": "scene", "x": [-15604733.921155885, -15797228.610939244], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11661392.477994977, 11594687.754881209], "type": "scatter3d", "scene": "scene", "x": [-15797228.610939244, -15987643.884563942], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11594687.754881209, 11526483.145622604], "type": "scatter3d", "scene": "scene", "x": [-15987643.884563942, -16175991.000247866], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11526483.145622604, 11456812.803961994], "type": "scatter3d", "scene": "scene", "x": [-16175991.000247866, -16362281.142105164], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11456812.803961994, 11385709.950918676], "type": "scatter3d", "scene": "scene", "x": [-16362281.142105164, -16546525.413580863], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11385709.950918676, 11313206.90955438], "type": "scatter3d", "scene": "scene", "x": [-16546525.413580863, -16728734.831565939], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11313206.90955438, 11239335.1382075], "type": "scatter3d", "scene": "scene", "x": [-16728734.831565939, -16908920.321135517], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11239335.1382075, 11164125.262273123], "type": "scatter3d", "scene": "scene", "x": [-16908920.321135517, -17087092.71085772], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11164125.262273123, 11087607.10460213], "type": "scatter3d", "scene": "scene", "x": [-17087092.71085772, -17263262.72862508], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11087607.10460213, 11009809.71458857], "type": "scatter3d", "scene": "scene", "x": [-17263262.72862508, -17437440.99796446], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [11009809.71458857, 10930761.396010716], "type": "scatter3d", "scene": "scene", "x": [-17437440.99796446, -17609638.03478502], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10930761.396010716, 10850489.73368762], "type": "scatter3d", "scene": "scene", "x": [-17609638.03478502, -17779864.24452727], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10850489.73368762, 10769021.619009588], "type": "scatter3d", "scene": "scene", "x": [-17779864.24452727, -17948129.9196791], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10769021.619009588, 10686383.274397822], "type": "scatter3d", "scene": "scene", "x": [-17948129.9196791, -18114445.237627693], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10686383.274397822, 10602600.276745506], "type": "scatter3d", "scene": "scene", "x": [-18114445.237627693, -18278820.258818556], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10602600.276745506, 10517697.579889713], "type": "scatter3d", "scene": "scene", "x": [-18278820.258818556, -18441264.9251955], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10517697.579889713, 10431699.53616095], "type": "scatter3d", "scene": "scene", "x": [-18441264.9251955, -18601789.0588973], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10431699.53616095, 10344629.917054547], "type": "scatter3d", "scene": "scene", "x": [-18601789.0588973, -18760402.361188896], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10344629.917054547, 10256511.933065835], "type": "scatter3d", "scene": "scene", "x": [-18760402.361188896, -18917114.4116067], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10256511.933065835, 10167368.252728738], "type": "scatter3d", "scene": "scene", "x": [-18917114.4116067, -19071934.6672993], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10167368.252728738, 10077221.020895388], "type": "scatter3d", "scene": "scene", "x": [-19071934.6672993, -19224872.46254628], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [10077221.020895388, 9986091.876292339], "type": "scatter3d", "scene": "scene", "x": [-19224872.46254628, -19375937.00843933], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9986091.876292339, 9894001.96838712], "type": "scatter3d", "scene": "scene", "x": [-19375937.00843933, -19525137.392711047], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9894001.96838712, 9800971.973597104], "type": "scatter3d", "scene": "scene", "x": [-19525137.392711047, -19672482.57969805], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9800971.973597104, 9707022.110871013], "type": "scatter3d", "scene": "scene", "x": [-19672482.57969805, -19817981.410426017], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9707022.110871013, 9612172.156671809], "type": "scatter3d", "scene": "scene", "x": [-19817981.410426017, -19961642.602805365], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9612172.156671809, 9516441.459388254], "type": "scatter3d", "scene": "scene", "x": [-19961642.602805365, -20103474.751927044], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9516441.459388254, 9419848.953201035], "type": "scatter3d", "scene": "scene", "x": [-20103474.751927044, -20243486.33044891], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9419848.953201035, 9322413.171428023], "type": "scatter3d", "scene": "scene", "x": [-20243486.33044891, -20381685.68906379], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9322413.171428023, 9224152.259372007], "type": "scatter3d", "scene": "scene", "x": [-20381685.68906379, -20518081.057041112], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9224152.259372007, 9125083.986693056], "type": "scatter3d", "scene": "scene", "x": [-20518081.057041112, -20652680.54283459], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9125083.986693056, 9025225.759326586], "type": "scatter3d", "scene": "scene", "x": [-20652680.54283459, -20785492.134749126], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [9025225.759326586, 8924594.630967123], "type": "scatter3d", "scene": "scene", "x": [-20785492.134749126, -20916523.7016605], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8924594.630967123, 8823207.314136812], "type": "scatter3d", "scene": "scene", "x": [-20916523.7016605, -21045782.9937821], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8823207.314136812, 8721080.190856738], "type": "scatter3d", "scene": "scene", "x": [-21045782.9937821, -21173277.643473256], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8721080.190856738, 8618229.322938284], "type": "scatter3d", "scene": "scene", "x": [-21173277.643473256, -21299015.16608428], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8618229.322938284, 8514670.461910903], "type": "scatter3d", "scene": "scene", "x": [-21299015.16608428, -21423002.96083364], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8514670.461910903, 8410419.05860187], "type": "scatter3d", "scene": "scene", "x": [-21423002.96083364, -21545248.311713126], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8410419.05860187, 8305490.272382866], "type": "scatter3d", "scene": "scene", "x": [-21545248.311713126, -21665758.38841713], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8305490.272382866, 8199898.980097528], "type": "scatter3d", "scene": "scene", "x": [-21665758.38841713, -21784540.247292522], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8199898.980097528, 8093659.784683399], "type": "scatter3d", "scene": "scene", "x": [-21784540.247292522, -21901600.832305916], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [8093659.784683399, 7986787.023501137], "type": "scatter3d", "scene": "scene", "x": [-21901600.832305916, -22016946.976025283], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7986787.023501137, 7879294.776383182], "type": "scatter3d", "scene": "scene", "x": [-22016946.976025283, -22130585.400613237], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7879294.776383182, 7771196.873413551], "type": "scatter3d", "scene": "scene", "x": [-22130585.400613237, -22242522.718829453], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7771196.873413551, 7662506.902449871], "type": "scatter3d", "scene": "scene", "x": [-22242522.718829453, -22352765.435039926], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7662506.902449871, 7553238.216398264], "type": "scatter3d", "scene": "scene", "x": [-22352765.435039926, -22461319.946230967], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7553238.216398264, 7443403.94025119], "type": "scatter3d", "scene": "scene", "x": [-22461319.946230967, -22568192.54302599], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7443403.94025119, 7333016.977897923], "type": "scatter3d", "scene": "scene", "x": [-22568192.54302599, -22673389.410703346], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7333016.977897923, 7222090.018716882], "type": "scatter3d", "scene": "scene", "x": [-22673389.410703346, -22776916.63021357], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7222090.018716882, 7110635.543958618], "type": "scatter3d", "scene": "scene", "x": [-22776916.63021357, -22878780.179194573], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [7110635.543958618, 6998665.832927895], "type": "scatter3d", "scene": "scene", "x": [-22878780.179194573, -22978985.93298342], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6998665.832927895, 6886192.968972885], "type": "scatter3d", "scene": "scene", "x": [-22978985.93298342, -23077539.66562348], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6886192.968972885, 6773228.845289196], "type": "scatter3d", "scene": "scene", "x": [-23077539.66562348, -23174447.050865807], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6773228.845289196, 6659785.170546062], "type": "scatter3d", "scene": "scene", "x": [-23174447.050865807, -23269713.66316378], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6659785.170546062, 6545873.474341755], "type": "scatter3d", "scene": "scene", "x": [-23269713.66316378, -23363344.978660006], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6545873.474341755, 6431505.112494928], "type": "scatter3d", "scene": "scene", "x": [-23363344.978660006, -23455346.376164705], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6431505.112494928, 6316691.272178354], "type": "scatter3d", "scene": "scene", "x": [-23455346.376164705, -23545723.1381248], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6316691.272178354, 6201442.976901215], "type": "scatter3d", "scene": "scene", "x": [-23545723.1381248, -23634480.451583035], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6201442.976901215, 6085771.091345856], "type": "scatter3d", "scene": "scene", "x": [-23634480.451583035, -23721623.409126468], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [6085771.091345856, 5969686.326064666], "type": "scatter3d", "scene": "scene", "x": [-23721623.409126468, -23807157.00982384], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5969686.326064666, 5853199.242042504], "type": "scatter3d", "scene": "scene", "x": [-23807157.00982384, -23891086.160151266], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5853199.242042504, 5736320.255129879], "type": "scatter3d", "scene": "scene", "x": [-23891086.160151266, -23973415.674905855], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5736320.255129879, 5619059.640351862], "type": "scatter3d", "scene": "scene", "x": [-23973415.674905855, -24054150.278106824], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5619059.640351862, 5501427.536097517], "type": "scatter3d", "scene": "scene", "x": [-24054150.278106824, -24133294.603883766], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5501427.536097517, 5383433.948194448], "type": "scatter3d", "scene": "scene", "x": [-24133294.603883766, -24210853.197351787], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5383433.948194448, 5265088.753872845], "type": "scatter3d", "scene": "scene", "x": [-24210853.197351787, -24286830.515473202], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5265088.753872845, 5146401.705623288], "type": "scatter3d", "scene": "scene", "x": [-24286830.515473202, -24361230.927905574], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5146401.705623288, 5027382.434952344], "type": "scatter3d", "scene": "scene", "x": [-24361230.927905574, -24434058.717835907], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [5027382.434952344, 4908040.456039885], "type": "scatter3d", "scene": "scene", "x": [-24434058.717835907, -24505318.082800776], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4908040.456039885, 4788385.169301855], "type": "scatter3d", "scene": "scene", "x": [-24505318.082800776, -24575013.135492306], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4788385.169301855, 4668425.864862112], "type": "scatter3d", "scene": "scene", "x": [-24575013.135492306, -24643147.90454982], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4668425.864862112, 4548171.725936799], "type": "scatter3d", "scene": "scene", "x": [-24643147.90454982, -24709726.33533709], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4548171.725936799, 4427631.832134593], "type": "scatter3d", "scene": "scene", "x": [-24709726.33533709, -24774752.290705122], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4427631.832134593, 4306815.162676039], "type": "scatter3d", "scene": "scene", "x": [-24774752.290705122, -24838229.551740356], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4306815.162676039, 4185730.599535059], "type": "scatter3d", "scene": "scene", "x": [-24838229.551740356, -24900161.81849833], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4185730.599535059, 4064386.9305056245], "type": "scatter3d", "scene": "scene", "x": [-24900161.81849833, -24960552.7107227], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [4064386.9305056245, 3942792.8521964517], "type": "scatter3d", "scene": "scene", "x": [-24960552.7107227, -25019405.76854965], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3942792.8521964517, 3820956.9729564963], "type": "scatter3d", "scene": "scene", "x": [-25019405.76854965, -25076724.453197677], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3820956.9729564963, 3698887.8157339087], "type": "scatter3d", "scene": "scene", "x": [-25076724.453197677, -25132512.14764276], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3698887.8157339087, 3576593.820871031], "type": "scatter3d", "scene": "scene", "x": [-25132512.14764276, -25186772.157278966], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3576593.820871031, 3454083.3488379125], "type": "scatter3d", "scene": "scene", "x": [-25186772.157278966, -25239507.710564468], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3454083.3488379125, 3331364.6829067515], "type": "scatter3d", "scene": "scene", "x": [-25239507.710564468, -25290721.959653098], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3331364.6829067515, 3208446.031769573], "type": "scatter3d", "scene": "scene", "x": [-25290721.959653098, -25340417.9810114], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3208446.031769573, 3085335.532101388], "type": "scatter3d", "scene": "scene", "x": [-25340417.9810114, -25388598.776021305], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [3085335.532101388, 2962041.251070995], "type": "scatter3d", "scene": "scene", "x": [-25388598.776021305, -25435267.271568455], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2962041.251070995, 2838571.188801521], "type": "scatter3d", "scene": "scene", "x": [-25435267.271568455, -25480426.32061626], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2838571.188801521, 2714933.2807827326], "type": "scatter3d", "scene": "scene", "x": [-25480426.32061626, -25524078.702765767], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2714933.2807827326, 2591135.4002370727], "type": "scatter3d", "scene": "scene", "x": [-25524078.702765767, -25566227.124801386], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2591135.4002370727, 2467185.3604413304], "type": "scatter3d", "scene": "scene", "x": [-25566227.124801386, -25606874.22122261], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2467185.3604413304, 2343090.9170057876], "type": "scatter3d", "scene": "scene", "x": [-25606874.22122261, -25646022.554761745], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2343090.9170057876, 2218859.770112628], "type": "scatter3d", "scene": "scene", "x": [-25646022.554761745, -25683674.616887804], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2218859.770112628, 2094499.5667153462], "type": "scatter3d", "scene": "scene", "x": [-25683674.616887804, -25719832.82829661], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [2094499.5667153462, 1970017.90270084], "type": "scatter3d", "scene": "scene", "x": [-25719832.82829661, -25754499.53938721], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1970017.90270084, 1845422.3250158245], "type": "scatter3d", "scene": "scene", "x": [-25754499.53938721, -25787677.030724715], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1845422.3250158245, 1720720.3337591593], "type": "scatter3d", "scene": "scene", "x": [-25787677.030724715, -25819367.513489608], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1720720.3337591593, 1595919.3842416368], "type": "scatter3d", "scene": "scene", "x": [-25819367.513489608, -25849573.129913677], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1595919.3842416368, 1471026.8890147405], "type": "scatter3d", "scene": "scene", "x": [-25849573.129913677, -25878295.953702632], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1471026.8890147405, 1346050.2198698395], "type": "scatter3d", "scene": "scene", "x": [-25878295.953702632, -25905537.99044549], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1346050.2198698395, 1220996.7098092535], "type": "scatter3d", "scene": "scene", "x": [-25905537.99044549, -25931301.178010873], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1220996.7098092535, 1095873.6549905832], "type": "scatter3d", "scene": "scene", "x": [-25931301.178010873, -25955587.38693025], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [1095873.6549905832, 970688.3166456701], "type": "scatter3d", "scene": "scene", "x": [-25955587.38693025, -25978398.42076826], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [970688.3166456701, 845447.9229755176], "type": "scatter3d", "scene": "scene", "x": [-25978398.42076826, -25999736.016480226], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [845447.9229755176, 720159.6710224773], "type": "scatter3d", "scene": "scene", "x": [-25999736.016480226, -26019601.844756886], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [720159.6710224773, 594830.7285209742], "type": "scatter3d", "scene": "scene", "x": [-26019601.844756886, -26037997.510356497], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [594830.7285209742, 469468.2357280191], "type": "scatter3d", "scene": "scene", "x": [-26037997.510356497, -26054924.55242439], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [469468.2357280191, 344079.3072347347], "type": "scatter3d", "scene": "scene", "x": [-26054924.55242439, -26070384.44480003], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [344079.3072347347, 218671.03376009347], "type": "scatter3d", "scene": "scene", "x": [-26070384.44480003, -26084378.59631173], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [218671.03376009347, 93250.48392804847], "type": "scatter3d", "scene": "scene", "x": [-26084378.59631173, -26096908.351059042], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [93250.48392804847, -32175.293970783736], "type": "scatter3d", "scene": "scene", "x": [-26096908.351059042, -26107974.98868297], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-32175.293970783736, -157599.2702317477], "type": "scatter3d", "scene": "scene", "x": [-26107974.98868297, -26117579.72462405], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-157599.2702317477, -283014.4320019578], "type": "scatter3d", "scene": "scene", "x": [-26117579.72462405, -26125723.710368384], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-283014.4320019578, -408413.78155818296], "type": "scatter3d", "scene": "scene", "x": [-26125723.710368384, -26132408.03368174], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-408413.78155818296, -533790.3345957159], "type": "scatter3d", "scene": "scene", "x": [-26132408.03368174, -26137633.71883176], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-533790.3345957159, -659137.1185271455], "type": "scatter3d", "scene": "scene", "x": [-26137633.71883176, -26141401.726798367], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-659137.1185271455, -784447.1707899666], "type": "scatter3d", "scene": "scene", "x": [-26141401.726798367, -26143712.955472473], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-784447.1707899666, -909713.5371619692], "type": "scatter3d", "scene": "scene", "x": [-26143712.955472473, -26144568.23984301], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-909713.5371619692, -1034929.2700833608], "type": "scatter3d", "scene": "scene", "x": [-26144568.23984301, -26143968.352172416], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1034929.2700833608, -1160087.426984582], "type": "scatter3d", "scene": "scene", "x": [-26143968.352172416, -26141914.002160583], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1160087.426984582, -1285181.0686187854], "type": "scatter3d", "scene": "scene", "x": [-26141914.002160583, -26138405.83709742], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1285181.0686187854, -1410203.2573979497], "type": "scatter3d", "scene": "scene", "x": [-26138405.83709742, -26133444.44200401], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1410203.2573979497, -1535147.0557316118], "type": "scatter3d", "scene": "scene", "x": [-26133444.44200401, -26127030.339762483], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1535147.0557316118, -1660005.5243671944], "type": "scatter3d", "scene": "scene", "x": [-26127030.339762483, -26119163.991234656], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1660005.5243671944, -1784771.7207309194], "type": "scatter3d", "scene": "scene", "x": [-26119163.991234656, -26109845.79536951], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1784771.7207309194, -1909438.6972682914], "type": "scatter3d", "scene": "scene", "x": [-26109845.79536951, -26099076.08929954], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-1909438.6972682914, -2033999.4997831369], "type": "scatter3d", "scene": "scene", "x": [-26099076.08929954, -26086855.14842607], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2033999.4997831369, -2158447.1657741875], "type": "scatter3d", "scene": "scene", "x": [-26086855.14842607, -26073183.186493576], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2158447.1657741875, -2282774.722768189], "type": "scatter3d", "scene": "scene", "x": [-26073183.186493576, -26058060.355653066], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2282774.722768189, -2406975.1866485165], "type": "scatter3d", "scene": "scene", "x": [-26058060.355653066, -26041486.74651461], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2406975.1866485165, -2531041.5599782746], "type": "scatter3d", "scene": "scene", "x": [-26041486.74651461, -26023462.388189018], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2531041.5599782746, -2654966.830316848], "type": "scatter3d", "scene": "scene", "x": [-26023462.388189018, -26003987.248318776], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2654966.830316848, -2778743.9685288705], "type": "scatter3d", "scene": "scene", "x": [-26003987.248318776, -25983061.23309826], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2778743.9685288705, -2902365.927084565], "type": "scatter3d", "scene": "scene", "x": [-25983061.23309826, -25960684.18728329], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-2902365.927084565, -3025825.638350405], "type": "scatter3d", "scene": "scene", "x": [-25960684.18728329, -25936855.89419007], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3025825.638350405, -3149116.0128690284], "type": "scatter3d", "scene": "scene", "x": [-25936855.89419007, -25911576.075683597], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": -6371000, "yaxis": "y", "zaxis": "z", "legendgroup": "v0 = 9660 м/с", "z": [0, 0], "zmax": 6371000, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 5}, "y": [-3149116.0128690284, -3272229.9376273346], "type": "scatter3d", "scene": "scene", "x": [-25911576.075683597, -25884844.39215554], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 2, "currentCount": 2}}}, {"xaxis": "x", "colorbar": {"title": {"text": ""}}, "yaxis": "y", "zaxis": "z", "x": [6779000], "showlegend": false, "mode": "markers", "name": "v0 = 9660 м/с", "zmin": -6371000, "z": [0], "marker": {"color": [0.5], "cmin": -6371000, "opacity": 1e-10, "size": 1e-10, "colorscale": [[0, "rgba(0, 0, 4, 1.000)"], [0.00392156862745098, "rgba(1, 0, 5, 1.000)"], [0.00784313725490196, "rgba(1, 1, 6, 1.000)"], [0.011764705882352941, "rgba(1, 1, 8, 1.000)"], [0.01568627450980392, "rgba(2, 1, 10, 1.000)"], [0.0196078431372549, "rgba(2, 2, 12, 1.000)"], [0.023529411764705882, "rgba(2, 2, 14, 1.000)"], [0.027450980392156862, "rgba(3, 2, 16, 1.000)"], [0.03137254901960784, "rgba(4, 3, 18, 1.000)"], [0.03529411764705882, "rgba(4, 3, 20, 1.000)"], [0.0392156862745098, "rgba(5, 4, 23, 1.000)"], [0.043137254901960784, "rgba(6, 4, 25, 1.000)"], [0.047058823529411764, "rgba(7, 5, 27, 1.000)"], [0.050980392156862744, "rgba(8, 5, 29, 1.000)"], [0.054901960784313725, "rgba(9, 6, 31, 1.000)"], [0.058823529411764705, "rgba(10, 7, 34, 1.000)"], [0.06274509803921569, "rgba(11, 7, 36, 1.000)"], [0.06666666666666667, "rgba(12, 8, 38, 1.000)"], [0.07058823529411765, "rgba(13, 8, 41, 1.000)"], [0.07450980392156863, "rgba(14, 9, 43, 1.000)"], [0.0784313725490196, "rgba(16, 9, 45, 1.000)"], [0.08235294117647059, "rgba(17, 10, 48, 1.000)"], [0.08627450980392157, "rgba(18, 10, 50, 1.000)"], [0.09019607843137255, "rgba(20, 11, 52, 1.000)"], [0.09411764705882353, "rgba(21, 11, 55, 1.000)"], [0.09803921568627451, "rgba(22, 11, 57, 1.000)"], [0.10196078431372549, "rgba(24, 12, 60, 1.000)"], [0.10588235294117647, "rgba(25, 12, 62, 1.000)"], [0.10980392156862745, "rgba(27, 12, 65, 1.000)"], [0.11372549019607843, "rgba(28, 12, 67, 1.000)"], [0.11764705882352941, "rgba(30, 12, 69, 1.000)"], [0.12156862745098039, "rgba(31, 12, 72, 1.000)"], [0.12549019607843137, "rgba(33, 12, 74, 1.000)"], [0.12941176470588237, "rgba(35, 12, 76, 1.000)"], [0.13333333333333333, "rgba(36, 12, 79, 1.000)"], [0.13725490196078433, "rgba(38, 12, 81, 1.000)"], [0.1411764705882353, "rgba(40, 11, 83, 1.000)"], [0.1450980392156863, "rgba(41, 11, 85, 1.000)"], [0.14901960784313725, "rgba(43, 11, 87, 1.000)"], [0.15294117647058825, "rgba(45, 11, 89, 1.000)"], [0.1568627450980392, "rgba(47, 10, 91, 1.000)"], [0.1607843137254902, "rgba(49, 10, 92, 1.000)"], [0.16470588235294117, "rgba(50, 10, 94, 1.000)"], [0.16862745098039217, "rgba(52, 10, 95, 1.000)"], [0.17254901960784313, "rgba(54, 9, 97, 1.000)"], [0.17647058823529413, "rgba(56, 9, 98, 1.000)"], [0.1803921568627451, "rgba(57, 9, 99, 1.000)"], [0.1843137254901961, "rgba(59, 9, 100, 1.000)"], [0.18823529411764706, "rgba(61, 9, 101, 1.000)"], [0.19215686274509805, "rgba(62, 9, 102, 1.000)"], [0.19607843137254902, "rgba(64, 10, 103, 1.000)"], [0.2, "rgba(66, 10, 104, 1.000)"], [0.20392156862745098, "rgba(68, 10, 104, 1.000)"], [0.20784313725490197, "rgba(69, 10, 105, 1.000)"], [0.21176470588235294, "rgba(71, 11, 106, 1.000)"], [0.21568627450980393, "rgba(73, 11, 106, 1.000)"], [0.2196078431372549, "rgba(74, 12, 107, 1.000)"], [0.2235294117647059, "rgba(76, 12, 107, 1.000)"], [0.22745098039215686, "rgba(77, 13, 108, 1.000)"], [0.23137254901960785, "rgba(79, 13, 108, 1.000)"], [0.23529411764705882, "rgba(81, 14, 108, 1.000)"], [0.23921568627450981, "rgba(82, 14, 109, 1.000)"], [0.24313725490196078, "rgba(84, 15, 109, 1.000)"], [0.24705882352941178, "rgba(85, 15, 109, 1.000)"], [0.25098039215686274, "rgba(87, 16, 110, 1.000)"], [0.2549019607843137, "rgba(89, 16, 110, 1.000)"], [0.25882352941176473, "rgba(90, 17, 110, 1.000)"], [0.2627450980392157, "rgba(92, 18, 110, 1.000)"], [0.26666666666666666, "rgba(93, 18, 110, 1.000)"], [0.27058823529411763, "rgba(95, 19, 110, 1.000)"], [0.27450980392156865, "rgba(97, 19, 110, 1.000)"], [0.2784313725490196, "rgba(98, 20, 110, 1.000)"], [0.2823529411764706, "rgba(100, 21, 110, 1.000)"], [0.28627450980392155, "rgba(101, 21, 110, 1.000)"], [0.2901960784313726, "rgba(103, 22, 110, 1.000)"], [0.29411764705882354, "rgba(105, 22, 110, 1.000)"], [0.2980392156862745, "rgba(106, 23, 110, 1.000)"], [0.30196078431372547, "rgba(108, 24, 110, 1.000)"], [0.3058823529411765, "rgba(109, 24, 110, 1.000)"], [0.30980392156862746, "rgba(111, 25, 110, 1.000)"], [0.3137254901960784, "rgba(113, 25, 110, 1.000)"], [0.3176470588235294, "rgba(114, 26, 110, 1.000)"], [0.3215686274509804, "rgba(116, 26, 110, 1.000)"], [0.3254901960784314, "rgba(117, 27, 110, 1.000)"], [0.32941176470588235, "rgba(119, 28, 109, 1.000)"], [0.3333333333333333, "rgba(120, 28, 109, 1.000)"], [0.33725490196078434, "rgba(122, 29, 109, 1.000)"], [0.3411764705882353, "rgba(124, 29, 109, 1.000)"], [0.34509803921568627, "rgba(125, 30, 109, 1.000)"], [0.34901960784313724, "rgba(127, 30, 108, 1.000)"], [0.35294117647058826, "rgba(128, 31, 108, 1.000)"], [0.3568627450980392, "rgba(130, 32, 108, 1.000)"], [0.3607843137254902, "rgba(132, 32, 107, 1.000)"], [0.36470588235294116, "rgba(133, 33, 107, 1.000)"], [0.3686274509803922, "rgba(135, 33, 107, 1.000)"], [0.37254901960784315, "rgba(136, 34, 106, 1.000)"], [0.3764705882352941, "rgba(138, 34, 106, 1.000)"], [0.3803921568627451, "rgba(140, 35, 105, 1.000)"], [0.3843137254901961, "rgba(141, 35, 105, 1.000)"], [0.38823529411764707, "rgba(143, 36, 105, 1.000)"], [0.39215686274509803, "rgba(144, 37, 104, 1.000)"], [0.396078431372549, "rgba(146, 37, 104, 1.000)"], [0.4, "rgba(147, 38, 103, 1.000)"], [0.403921568627451, "rgba(149, 38, 103, 1.000)"], [0.40784313725490196, "rgba(151, 39, 102, 1.000)"], [0.4117647058823529, "rgba(152, 39, 102, 1.000)"], [0.41568627450980394, "rgba(154, 40, 101, 1.000)"], [0.4196078431372549, "rgba(155, 41, 100, 1.000)"], [0.4235294117647059, "rgba(157, 41, 100, 1.000)"], [0.42745098039215684, "rgba(159, 42, 99, 1.000)"], [0.43137254901960786, "rgba(160, 42, 99, 1.000)"], [0.43529411764705883, "rgba(162, 43, 98, 1.000)"], [0.4392156862745098, "rgba(163, 44, 97, 1.000)"], [0.44313725490196076, "rgba(165, 44, 96, 1.000)"], [0.4470588235294118, "rgba(166, 45, 96, 1.000)"], [0.45098039215686275, "rgba(168, 46, 95, 1.000)"], [0.4549019607843137, "rgba(169, 46, 94, 1.000)"], [0.4588235294117647, "rgba(171, 47, 94, 1.000)"], [0.4627450980392157, "rgba(173, 48, 93, 1.000)"], [0.4666666666666667, "rgba(174, 48, 92, 1.000)"], [0.47058823529411764, "rgba(176, 49, 91, 1.000)"], [0.4745098039215686, "rgba(177, 50, 90, 1.000)"], [0.47843137254901963, "rgba(179, 50, 90, 1.000)"], [0.4823529411764706, "rgba(180, 51, 89, 1.000)"], [0.48627450980392156, "rgba(182, 52, 88, 1.000)"], [0.49019607843137253, "rgba(183, 53, 87, 1.000)"], [0.49411764705882355, "rgba(185, 53, 86, 1.000)"], [0.4980392156862745, "rgba(186, 54, 85, 1.000)"], [0.5019607843137255, "rgba(188, 55, 84, 1.000)"], [0.5058823529411764, "rgba(189, 56, 83, 1.000)"], [0.5098039215686274, "rgba(191, 57, 82, 1.000)"], [0.5137254901960784, "rgba(192, 58, 81, 1.000)"], [0.5176470588235295, "rgba(193, 58, 80, 1.000)"], [0.5215686274509804, "rgba(195, 59, 79, 1.000)"], [0.5254901960784314, "rgba(196, 60, 78, 1.000)"], [0.5294117647058824, "rgba(198, 61, 77, 1.000)"], [0.5333333333333333, "rgba(199, 62, 76, 1.000)"], [0.5372549019607843, "rgba(200, 63, 75, 1.000)"], [0.5411764705882353, "rgba(202, 64, 74, 1.000)"], [0.5450980392156862, "rgba(203, 65, 73, 1.000)"], [0.5490196078431373, "rgba(204, 66, 72, 1.000)"], [0.5529411764705883, "rgba(206, 67, 71, 1.000)"], [0.5568627450980392, "rgba(207, 68, 70, 1.000)"], [0.5607843137254902, "rgba(208, 69, 69, 1.000)"], [0.5647058823529412, "rgba(210, 70, 68, 1.000)"], [0.5686274509803921, "rgba(211, 71, 67, 1.000)"], [0.5725490196078431, "rgba(212, 72, 66, 1.000)"], [0.5764705882352941, "rgba(213, 74, 65, 1.000)"], [0.5803921568627451, "rgba(215, 75, 63, 1.000)"], [0.5843137254901961, "rgba(216, 76, 62, 1.000)"], [0.5882352941176471, "rgba(217, 77, 61, 1.000)"], [0.592156862745098, "rgba(218, 78, 60, 1.000)"], [0.596078431372549, "rgba(219, 80, 59, 1.000)"], [0.6, "rgba(221, 81, 58, 1.000)"], [0.6039215686274509, "rgba(222, 82, 56, 1.000)"], [0.6078431372549019, "rgba(223, 83, 55, 1.000)"], [0.611764705882353, "rgba(224, 85, 54, 1.000)"], [0.615686274509804, "rgba(225, 86, 53, 1.000)"], [0.6196078431372549, "rgba(226, 87, 52, 1.000)"], [0.6235294117647059, "rgba(227, 89, 51, 1.000)"], [0.6274509803921569, "rgba(228, 90, 49, 1.000)"], [0.6313725490196078, "rgba(229, 92, 48, 1.000)"], [0.6352941176470588, "rgba(230, 93, 47, 1.000)"], [0.6392156862745098, "rgba(231, 94, 46, 1.000)"], [0.6431372549019608, "rgba(232, 96, 45, 1.000)"], [0.6470588235294118, "rgba(233, 97, 43, 1.000)"], [0.6509803921568628, "rgba(234, 99, 42, 1.000)"], [0.6549019607843137, "rgba(235, 100, 41, 1.000)"], [0.6588235294117647, "rgba(235, 102, 40, 1.000)"], [0.6627450980392157, "rgba(236, 103, 38, 1.000)"], [0.6666666666666666, "rgba(237, 105, 37, 1.000)"], [0.6705882352941176, "rgba(238, 106, 36, 1.000)"], [0.6745098039215687, "rgba(239, 108, 35, 1.000)"], [0.6784313725490196, "rgba(239, 110, 33, 1.000)"], [0.6823529411764706, "rgba(240, 111, 32, 1.000)"], [0.6862745098039216, "rgba(241, 113, 31, 1.000)"], [0.6901960784313725, "rgba(241, 115, 29, 1.000)"], [0.6941176470588235, "rgba(242, 116, 28, 1.000)"], [0.6980392156862745, "rgba(243, 118, 27, 1.000)"], [0.7019607843137254, "rgba(243, 120, 25, 1.000)"], [0.7058823529411765, "rgba(244, 121, 24, 1.000)"], [0.7098039215686275, "rgba(245, 123, 23, 1.000)"], [0.7137254901960784, "rgba(245, 125, 21, 1.000)"], [0.7176470588235294, "rgba(246, 126, 20, 1.000)"], [0.7215686274509804, "rgba(246, 128, 19, 1.000)"], [0.7254901960784313, "rgba(247, 130, 18, 1.000)"], [0.7294117647058823, "rgba(247, 132, 16, 1.000)"], [0.7333333333333333, "rgba(248, 133, 15, 1.000)"], [0.7372549019607844, "rgba(248, 135, 14, 1.000)"], [0.7411764705882353, "rgba(248, 137, 12, 1.000)"], [0.7450980392156863, "rgba(249, 139, 11, 1.000)"], [0.7490196078431373, "rgba(249, 140, 10, 1.000)"], [0.7529411764705882, "rgba(249, 142, 9, 1.000)"], [0.7568627450980392, "rgba(250, 144, 8, 1.000)"], [0.7607843137254902, "rgba(250, 146, 7, 1.000)"], [0.7647058823529411, "rgba(250, 148, 7, 1.000)"], [0.7686274509803922, "rgba(251, 150, 6, 1.000)"], [0.7725490196078432, "rgba(251, 151, 6, 1.000)"], [0.7764705882352941, "rgba(251, 153, 6, 1.000)"], [0.7803921568627451, "rgba(251, 155, 6, 1.000)"], [0.7843137254901961, "rgba(251, 157, 7, 1.000)"], [0.788235294117647, "rgba(252, 159, 7, 1.000)"], [0.792156862745098, "rgba(252, 161, 8, 1.000)"], [0.796078431372549, "rgba(252, 163, 9, 1.000)"], [0.8, "rgba(252, 165, 10, 1.000)"], [0.803921568627451, "rgba(252, 166, 12, 1.000)"], [0.807843137254902, "rgba(252, 168, 13, 1.000)"], [0.8117647058823529, "rgba(252, 170, 15, 1.000)"], [0.8156862745098039, "rgba(252, 172, 17, 1.000)"], [0.8196078431372549, "rgba(252, 174, 18, 1.000)"], [0.8235294117647058, "rgba(252, 176, 20, 1.000)"], [0.8274509803921568, "rgba(252, 178, 22, 1.000)"], [0.8313725490196079, "rgba(252, 180, 24, 1.000)"], [0.8352941176470589, "rgba(251, 182, 26, 1.000)"], [0.8392156862745098, "rgba(251, 184, 29, 1.000)"], [0.8431372549019608, "rgba(251, 186, 31, 1.000)"], [0.8470588235294118, "rgba(251, 188, 33, 1.000)"], [0.8509803921568627, "rgba(251, 190, 35, 1.000)"], [0.8549019607843137, "rgba(250, 192, 38, 1.000)"], [0.8588235294117647, "rgba(250, 194, 40, 1.000)"], [0.8627450980392157, "rgba(250, 196, 42, 1.000)"], [0.8666666666666667, "rgba(250, 198, 45, 1.000)"], [0.8705882352941177, "rgba(249, 199, 47, 1.000)"], [0.8745098039215686, "rgba(249, 201, 50, 1.000)"], [0.8784313725490196, "rgba(249, 203, 53, 1.000)"], [0.8823529411764706, "rgba(248, 205, 55, 1.000)"], [0.8862745098039215, "rgba(248, 207, 58, 1.000)"], [0.8901960784313725, "rgba(247, 209, 61, 1.000)"], [0.8941176470588236, "rgba(247, 211, 64, 1.000)"], [0.8980392156862745, "rgba(246, 213, 67, 1.000)"], [0.9019607843137255, "rgba(246, 215, 70, 1.000)"], [0.9058823529411765, "rgba(245, 217, 73, 1.000)"], [0.9098039215686274, "rgba(245, 219, 76, 1.000)"], [0.9137254901960784, "rgba(244, 221, 79, 1.000)"], [0.9176470588235294, "rgba(244, 223, 83, 1.000)"], [0.9215686274509803, "rgba(244, 225, 86, 1.000)"], [0.9254901960784314, "rgba(243, 227, 90, 1.000)"], [0.9294117647058824, "rgba(243, 229, 93, 1.000)"], [0.9333333333333333, "rgba(242, 230, 97, 1.000)"], [0.9372549019607843, "rgba(242, 232, 101, 1.000)"], [0.9411764705882353, "rgba(242, 234, 105, 1.000)"], [0.9450980392156862, "rgba(241, 236, 109, 1.000)"], [0.9490196078431372, "rgba(241, 237, 113, 1.000)"], [0.9529411764705882, "rgba(241, 239, 117, 1.000)"], [0.9568627450980393, "rgba(241, 241, 121, 1.000)"], [0.9607843137254902, "rgba(242, 242, 125, 1.000)"], [0.9647058823529412, "rgba(242, 244, 130, 1.000)"], [0.9686274509803922, "rgba(243, 245, 134, 1.000)"], [0.9725490196078431, "rgba(243, 246, 138, 1.000)"], [0.9764705882352941, "rgba(244, 248, 142, 1.000)"], [0.9803921568627451, "rgba(245, 249, 146, 1.000)"], [0.984313725490196, "rgba(246, 250, 150, 1.000)"], [0.9882352941176471, "rgba(248, 251, 154, 1.000)"], [0.9921568627450981, "rgba(249, 252, 157, 1.000)"], [0.996078431372549, "rgba(250, 253, 161, 1.000)"], [1, "rgba(252, 255, 164, 1.000)"]], "cmax": 6371000, "showscale": false}, "zmax": 6371000, "y": [0], "type": "scatter3d", "scene": "scene", "hoverinfo": "none", "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 1, "currentCount": 1}}}, {"showlegend": false, "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "Земля", "opacity": 0.9, "colorscale": [[0, "rgba(0, 0, 255, 0.900)"], [1, "rgba(0, 0, 255, 0.900)"]], "yaxis": "y", "zaxis": "z", "zmin": -6371000, "z": [[6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000], [6371000, 6357910.097212393, 6318694.178067901, 6253513.389190077, 6162635.572421657, 6046434.16420497, 5905386.661051504, 5740072.657406312, 5551171.463970114, 5339459.316265916, 5105806.1849207515, 4851172.200769755, 4576603.709472623, 4283228.971854849, 3972253.5276419916, 3644955.241638343, 3302679.0527063557, 2946831.4471243625, 2578874.679032771, 2200320.7617181507, 1812725.2544263077, 1417680.8702356794, 1016810.9312576597, 611762.6980578413, 204200.60070901611, -204200.60070901533, -611762.6980578405, -1016810.9312576588, -1417680.8702356787, -1812725.254426307, -2200320.76171815, -2578874.67903277, -2946831.4471243606, -3302679.052706355, -3644955.2416383415, -3972253.527641991, -4283228.97185485, -4576603.709472622, -4851172.200769755, -5105806.184920751, -5339459.316265916, -5551171.463970113, -5740072.6574063115, -5905386.661051504, -6046434.16420497, -6162635.572421657, -6253513.389190077, -6318694.1780679, -6357910.097212393, -6371000]], "zmax": 6371000, "y": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 25889.096750336335, 51671.80964893171, 77242.19199811122, 102495.16961197223, 127326.97258875276, 151635.56172361612, 175321.04780963116, 198286.10210394958, 220436.35627248738, 241680.7901696514, 261932.1058596414, 281107.0863423936, 299126.93751008395, 315917.6119290186, 331410.11311642156, 345540.7790617828, 358251.5438277146, 369490.17615534307, 379210.4940937551, 387372.55477153993, 393942.8185306161, 398894.28674788034, 402206.6127783415, 403866.1855638484, 403866.1855638484, 402206.6127783415, 398894.2867478804, 393942.8185306161, 387372.55477153993, 379210.4940937551, 369490.17615534307, 358251.5438277146, 345540.7790617829, 331410.1131164216, 315917.61192901863, 299126.93751008395, 281107.0863423936, 261932.1058596414, 241680.79016965142, 220436.35627248738, 198286.1021039497, 175321.0478096312, 151635.5617236161, 127326.97258875285, 102495.16961197223, 77242.1919981113, 51671.80964893173, 25889.096750336466, 4.94847676153753e-11], [0, 51673.947245454445, 103135.55515765041, 154173.3569511964, 204577.62735094852, 254141.2443981522, 302660.54055899783, 349936.1396382043, 395773.7760585707, 439985.0931399038, 482388.4170970185, 522809.5035762906, 561082.2536630809, 597049.3964178035, 630563.1351359516, 661485.7546764576, 689690.1873627487, 715060.5351310851, 737492.545780564, 756894.0413677756, 773185.2969857443, 786299.3683706725, 796182.3669902799, 802793.6814833423, 806106.1445404849, 806106.1445404849, 802793.6814833423, 796182.3669902801, 786299.3683706725, 773185.2969857443, 756894.0413677756, 737492.545780564, 715060.5351310851, 689690.1873627488, 661485.7546764577, 630563.1351359517, 597049.3964178035, 561082.2536630809, 522809.5035762906, 482388.41709701857, 439985.0931399038, 395773.77605857095, 349936.1396382044, 302660.5405589978, 254141.24439815237, 204577.62735094852, 154173.3569511966, 103135.55515765045, 51673.94724545471, 9.877027753690388e-11], [0, 77250.7249930128, 154184.01018680076, 230483.72021036476, 305836.32318898133, 379932.1791139288, 452466.81221970037, 523142.1621402343, 591667.808702892, 657762.1653272428, 721153.6361247218, 781581.7319443946, 838798.140778752, 892567.7481310125, 942669.6031510214, 988897.8265696868, 1031062.4567010587, 1068990.2300356426, 1102525.293217325, 1131529.8434782436, 1155884.6948999197, 1175489.7681737626, 1190264.5018484148, 1200148.1833740373, 1205100.1985831973, 1205100.1985831973, 1200148.1833740373, 1190264.501848415, 1175489.7681737626, 1155884.6948999197, 1131529.8434782436, 1102525.293217325, 1068990.2300356426, 1031062.4567010589, 988897.826569687, 942669.6031510215, 892567.7481310125, 838798.140778752, 781581.7319443946, 721153.636124722, 657762.1653272428, 591667.8087028924, 523142.1621402345, 452466.81221970025, 379932.1791139291, 305836.32318898133, 230483.72021036502, 154184.01018680085, 77250.72499301318, 1.476580744111453e-10], [0, 102516.44133618633, 204611.62062521456, 305866.00687603885, 405863.5240965567, 504193.26103910897, 600451.1597229362, 694241.675795092, 785179.4039070334, 872890.6614278668, 957015.0239864334, 1037206.8065323608, 1113136.4838300846, 1184492.0445487231, 1250980.2733835648, 1312327.955940646, 1368283.001433303, 1418615.4785772879, 1463118.5604277323, 1501609.3742754324, 1533929.753110034, 1559946.8855622062, 1579553.8616540455, 1592670.1121151082, 1599241.7394588217, 1599241.7394588217, 1592670.1121151082, 1579553.8616540458, 1559946.8855622062, 1533929.753110034, 1501609.3742754324, 1463118.5604277323, 1418615.4785772879, 1368283.0014333033, 1312327.9559406461, 1250980.273383565, 1184492.0445487231, 1113136.4838300846, 1037206.8065323608, 957015.0239864335, 872890.6614278668, 785179.4039070338, 694241.6757950922, 600451.1597229361, 504193.2610391093, 405863.5240965567, 305866.00687603926, 204611.62062521465, 102516.44133618684, 1.959513043347304e-10], [0, 127369.36015263815, 254215.3322837671, 380016.6790855243, 504256.45583959686, 626424.1346539542, 746017.7023314628, 862545.7232497962, 975529.3587758186, 1084504.33491624, 1189022.8501190406, 1288655.4153861, 1382992.6191356184, 1471646.809562122, 1554253.6875808844, 1630473.8038110062, 1699993.9534457345, 1762528.463278195, 1817820.3655938753, 1865642.4541060852, 1905798.2175953216, 1938122.647416023, 1962482.9155524878, 1978778.9204376827, 1986943.6982920512, 1986943.6982920512, 1978778.9204376827, 1962482.915552488, 1938122.647416023, 1905798.2175953216, 1865642.4541060852, 1817820.3655938753, 1762528.463278195, 1699993.9534457347, 1630473.8038110065, 1554253.6875808847, 1471646.809562122, 1382992.6191356184, 1288655.4153861, 1189022.8501190406, 1084504.33491624, 975529.3587758192, 862545.7232497964, 746017.7023314626, 626424.1346539547, 504256.45583959686, 380016.6790855247, 254215.33228376717, 127369.3601526388, 2.434555075155513e-10], [0, 151709.40750997735, 302795.4085229304, 452637.15825285134, 600618.9248091452, 746132.619371043, 888580.2949550003, 1027376.603507112, 1161951.2012238225, 1291751.0922169534, 1416242.9008924244, 1534915.063704979, 1647279.931282521, 1752875.772281986, 1851268.6707424703, 1942054.3091389893, 2024859.6298099132, 2099344.36793092, 2165202.4497361435, 2222163.2502409327, 2269992.705297959, 2308494.2734170076, 2337509.7433961174, 2356919.884445345, 2366644.9361316566, 2366644.9361316566, 2356919.884445345, 2337509.7433961174, 2308494.2734170076, 2269992.705297959, 2222163.2502409327, 2165202.4497361435, 2099344.36793092, 2024859.6298099135, 1942054.3091389898, 1851268.6707424708, 1752875.772281986, 1647279.931282521, 1534915.063704979, 1416242.9008924246, 1291751.0922169534, 1161951.2012238232, 1027376.6035071124, 888580.294955, 746132.6193710435, 600618.9248091452, 452637.15825285186, 302795.4085229305, 151709.4075099781, 2.899794012937115e-10], [0, 175438.57462816391, 350156.23452172446, 523435.0273393586, 694562.9133531938, 862836.6913727833, 1027564.888349632, 1188070.6007882748, 1343694.2762879338, 1493796.4237848076, 1637760.2413580215, 1774994.150801025, 1904934.2285433358, 2027046.5229334512, 2140829.2483607177, 2245814.8472000365, 2341571.911106436, 2427706.9537644996, 2503866.027808036, 2569736.1792657315, 2625046.7335561416, 2669570.407747611, 2703124.2445125887, 2725570.3639385323, 2736816.5301060425, 2736816.5301060425, 2725570.3639385323, 2703124.2445125887, 2669570.407747611, 2625046.7335561416, 2569736.1792657315, 2503866.027808036, 2427706.9537644996, 2341571.9111064365, 2245814.847200037, 2140829.248360718, 2027046.5229334512, 1904934.2285433358, 1774994.150801025, 1637760.2413580217, 1493796.4237848076, 1343694.2762879347, 1188070.6007882752, 1027564.8883496318, 862836.6913727839, 694562.9133531938, 523435.02733935916, 350156.23452172463, 175438.5746281648, 3.353356503692846e-10], [0, 198461.3125262746, 396107.1049495607, 592125.2083139016, 785710.1421868216, 976066.4245511992, 1162411.8406115044, 1343980.657082179, 1520026.768749956, 1689826.76438022, 1852682.8993689418, 2007925.9629249207, 2154918.0280004726, 2293055.072670503, 2421769.4621881605, 2540532.2815177655, 2648855.5087601487, 2746294.020539312, 2832447.4211098594, 2906961.6876689997, 2969530.6251121815, 3019897.124254456, 3057854.2183472663, 3083245.933549216, 3095967.9298560326, 3095967.9298560326, 3083245.933549216, 3057854.218347267, 3019897.124254456, 2969530.6251121815, 2906961.6876689997, 2832447.4211098594, 2746294.020539312, 2648855.508760149, 2540532.281517766, 2421769.462188161, 2293055.072670503, 2154918.0280004726, 2007925.9629249207, 1852682.899368942, 1689826.76438022, 1520026.7687499567, 1343980.6570821793, 1162411.8406115042, 976066.4245511999, 785710.1421868216, 592125.2083139023, 396107.10494956083, 198461.31252627558, 3.7934162113544894e-10], [0, 220684.9167645255, 440462.99186929944, 658431.110061467, 873693.5935893616, 1085365.8827345097, 1292578.1706572496, 1494478.9776196112, 1690238.649898198, 1879052.7690093, 2060145.457236988, 2232772.5658810744, 2396224.7331237416, 2549830.2989494097, 2692958.065139812, 2825019.8890028605, 2945473.10017713, 3053822.730580774, 3149623.5483415397, 3232481.887350038, 3302057.264918224, 3358063.7808957994, 3400271.292495251, 3428506.359997936, 3442652.959455081, 3442652.959455081, 3428506.359997936, 3400271.2924952516, 3358063.7808957994, 3302057.264918224, 3232481.887350038, 3149623.5483415397, 3053822.730580774, 2945473.1001771307, 2825019.889002861, 2692958.0651398124, 2549830.2989494097, 2396224.7331237416, 2232772.5658810744, 2060145.4572369882, 1879052.7690093, 1690238.6498981991, 1494478.9776196117, 1292578.1706572494, 1085365.8827345103, 873693.5935893616, 658431.1100614677, 440462.9918692996, 220684.9167645266, 4.218201170795622e-10], [0, 242019.90073233194, 483045.2897794489, 722085.7421179725, 958158.989255227, 1190294.9555811735, 1417539.7446171695, 1638959.558781212, 1853644.5365624994, 2060712.4913375457, 2259312.5364642427, 2448628.581757589, 2627882.6869793097, 2796338.258561163, 2953303.0764259137, 3098132.138468107, 3230230.3110060752, 3349054.774313891, 3454117.2531840545, 3544986.023355058, 3621287.685558977, 3682708.6998991626, 3728996.674252923, 3759961.401404901, 3775475.6406493136, 3775475.6406493136, 3759961.401404901, 3728996.6742529236, 3682708.6998991626, 3621287.685558977, 3544986.023355058, 3454117.2531840545, 3349054.774313891, 3230230.3110060757, 3098132.1384681077, 2953303.0764259147, 2796338.258561163, 2627882.6869793097, 2448628.581757589, 2259312.536464243, 2060712.4913375457, 1853644.5365625005, 1638959.5587812127, 1417539.7446171693, 1190294.9555811742, 958158.989255227, 722085.7421179733, 483045.28977944906, 242019.90073233313, 4.626000922909779e-10], [0, 262380.35597930517, 523682.53479548154, 782832.789746632, 1038766.2168476064, 1290431.1307488994, 1536793.3863373357, 1776840.6282601645, 2009586.4509103524, 2234074.451778808, 2449382.1615174375, 2654624.834563566, 2848959.084749231, 3031586.350955854, 3201756.178573167, 3358769.303278176, 3501980.524462259, 3630801.35649886, 3744702.4469571584, 3843215.7518247543, 3925936.458800908, 3992524.65075712, 4042706.7025295184, 4076276.405303356, 4093095.8139692536, 4093095.8139692536, 4076276.405303356, 4042706.702529519, 3992524.65075712, 3925936.458800908, 3843215.7518247543, 3744702.4469571584, 3630801.35649886, 3501980.5244622594, 3358769.303278177, 3201756.178573168, 3031586.350955854, 2848959.084749231, 2654624.834563566, 2449382.161517438, 2234074.451778808, 2009586.4509103536, 1776840.628260165, 1536793.3863373355, 1290431.1307489004, 1038766.2168476064, 782832.7897466329, 523682.53479548177, 262380.35597930645, 5.015173402025579e-10], [0, 281684.2981382614, 562211.0950743803, 840427.6460269369, 1115190.699510804, 1385371.1952027264, 1649858.9034923713, 1907566.9876539411, 2157436.469891405, 2398440.582905414, 2629588.9891003734, 2849931.8500940492, 3058563.729807224, 3254627.3150947583, 3437316.938629199, 3605881.8895606403, 3759629.4983486375, 3897927.9830899225, 4020209.0456457604, 4125970.206900904, 4214776.871558057, 4286264.113983176, 4340138.177763167, 4376177.682814011, 4394234.535079002, 4394234.535079002, 4376177.682814011, 4340138.177763168, 4286264.113983176, 4214776.871558057, 4125970.206900904, 4020209.0456457604, 3897927.9830899225, 3759629.4983486384, 3605881.8895606413, 3437316.9386291993, 3254627.3150947583, 3058563.729807224, 2849931.8500940492, 2629588.9891003734, 2398440.582905414, 2157436.4698914066, 1907566.9876539418, 1649858.903492371, 1385371.1952027273, 1115190.699510804, 840427.646026938, 562211.0950743805, 281684.2981382628, 5.384151547925623e-10], [0, 299853.9970473327, 598475.8297023172, 894638.3968003923, 1187124.70282668, 1474732.8588116027, 1756281.0211504623, 2030612.2480523174, 2296599.253661964, 2553149.040319319, 2799207.38992125, 3033763.195929892, 3255852.6182262935, 3464563.0437362064, 3659036.8365529655, 3838474.862147388, 4002139.771182971, 4149359.0294424747, 4279527.681415278, 4392110.836189339, 4486645.865432676, 4562744.304432431, 4620093.448379689, 4658457.637340618, 4677679.224633685, 4677679.224633685, 4658457.637340618, 4620093.44837969, 4562744.304432431, 4486645.865432676, 4392110.836189339, 4279527.681415278, 4149359.0294424747, 4002139.7711829715, 3838474.8621473885, 3659036.836552966, 3464563.0437362064, 3255852.6182262935, 3033763.195929892, 2799207.38992125, 2553149.040319319, 2296599.253661965, 2030612.248052318, 1756281.021150462, 1474732.8588116039, 1187124.70282668, 894638.3968003934, 598475.8297023176, 299853.9970473342, 5.731449615844911e-10], [0, 316816.2897418942, 632330.7133923579, 945246.7545069801, 1254278.5739525396, 1558156.293695818, 1855631.2150048234, 2145480.9496197267, 2426514.442808422, 2697576.867665902, 2957554.3705457193, 3205378.648123541, 3440031.3372846595, 3660548.1997964666, 3866023.084570185, 4055611.6512300526, 4228534.839689044, 4384082.071473877, 4521614.169644367, 4640565.98530859, 4740448.719940899, 4820851.933959909, 4881445.23331278, 4921979.627135251, 4942288.550908503, 4942288.550908503, 4921979.627135251, 4881445.233312781, 4820851.933959909, 4740448.719940899, 4640565.98530859, 4521614.169644367, 4384082.071473877, 4228534.839689045, 4055611.651230053, 3866023.0845701853, 3660548.1997964666, 3440031.3372846595, 3205378.648123541, 2957554.3705457198, 2697576.867665902, 2426514.442808423, 2145480.9496197277, 1855631.215004823, 1558156.293695819, 1254278.5739525396, 945246.7545069811, 632330.7133923583, 316816.28974189574, 6.055669159040619e-10], [0, 332502.87505600037, 663639.4244767526, 992048.93715212, 1316381.907950899, 1635305.5831268749, 1947509.4368898345, 2251710.55663715, 2546658.9147168426, 2831142.505059341, 3103992.323570387, 3364087.171819617, 3610358.2642854047, 3841793.620223824, 4057442.2221145974, 4256417.923596074, 4437903.0908307135, 4601151.962337902, 4745493.713487842, 4870335.213063853, 4975163.460565756, 5059547.69423898, 5123141.161166998, 5165682.542153449, 5186997.02553876, 5186997.02553876, 5165682.542153449, 5123141.161166999, 5059547.69423898, 4975163.460565756, 4870335.213063853, 4745493.713487842, 4601151.962337902, 4437903.0908307135, 4256417.923596075, 4057442.2221145984, 3841793.620223824, 3610358.2642854047, 3364087.171819617, 3103992.3235703874, 2831142.505059341, 2546658.9147168444, 2251710.5566371502, 1947509.436889834, 1635305.583126876, 1316381.907950899, 992048.9371521211, 663639.424476753, 332502.87505600206, 6.355504659843566e-10], [0, 346850.5886470739, 692275.8938261791, 1034856.4888648391, 1373184.6366147324, 1705870.0741455953, 2031545.7256338103, 2348873.3199702045, 2656548.890003094, 2953308.1308190115, 3237931.5950427856, 3509249.7038083803, 3766147.552809325, 4007569.4936796594, 4232523.471879504, 4440085.103259958, 4629401.472555849, 4799694.638197506, 4950264.829039538, 5080493.319870573, 5189844.973887857, 5277870.441689182, 5344208.007745946, 5388585.0767698595, 5410819.293865451, 5410819.293865451, 5388585.0767698595, 5344208.007745947, 5277870.441689182, 5189844.973887857, 5080493.319870573, 4950264.829039538, 4799694.638197506, 4629401.47255585, 4440085.103259958, 4232523.471879505, 4007569.4936796594, 3766147.552809325, 3509249.7038083803, 3237931.595042786, 2953308.1308190115, 2656548.890003096, 2348873.3199702054, 2031545.7256338098, 1705870.0741455965, 1373184.6366147324, 1034856.4888648402, 692275.8938261793, 346850.58864707564, 6.629748786517089e-10], [0, 359801.6573364196, 718124.8124856305, 1073497.038743049, 1424458.035403879, 1769565.6284519443, 2107401.696762064, 2436577.999463942, 2755741.88052168, 3063581.827087576, 3358832.8587897276, 3640281.725807723, 3906771.8943763934, 4157208.2992311274, 4390561.843465937, 4605873.627313384, 4802258.888469405, 4978910.637771404, 5135102.975289818, 5270194.073206632, 5383628.813223557, 5474941.067662187, 5543755.614882616, 5589789.681149644, 5612854.1026107, 5612854.1026107, 5589789.681149644, 5543755.614882617, 5474941.067662187, 5383628.813223557, 5270194.073206632, 5135102.975289818, 4978910.637771404, 4802258.8884694055, 4605873.627313385, 4390561.843465938, 4157208.2992311274, 3906771.8943763934, 3640281.725807723, 3358832.858789728, 3063581.827087576, 2755741.8805216816, 2436577.9994639424, 2107401.6967620635, 1769565.6284519457, 1424458.035403879, 1073497.03874305, 718124.8124856307, 359801.6573364214, 6.877297254755831e-10], [0, 371303.9317414245, 741082.09598288, 1107814.994930331, 1469995.6444380414, 1826135.7665296795, 2174771.9050517534, 2514471.439328859, 2843838.47110933, 3161519.560610574, 3466209.2880934505, 3756655.61811199, 4031665.0443956037, 4290107.494222356, 4530920.972130178, 4753115.9238840155, 4955779.302766445, 5138078.321482481, 5299263.874261201, 5438673.6150920475, 5555734.679446647, 5649966.03830205, 5720980.474792154, 5768486.175364874, 5792287.928906616, 5792287.928906616, 5768486.175364874, 5720980.4747921545, 5649966.03830205, 5555734.679446647, 5438673.6150920475, 5299263.874261201, 5138078.321482481, 4955779.302766446, 4753115.923884016, 4530920.9721301785, 4290107.494222356, 4031665.0443956037, 3756655.61811199, 3466209.288093451, 3161519.560610574, 2843838.471109332, 2514471.43932886, 2174771.905051753, 1826135.7665296807, 1469995.6444380414, 1107814.994930332, 741082.0959828802, 371303.93174142635, 7.097153274248883e-10], [0, 381311.0962627157, 761055.3034399144, 1137672.1711294279, 1509614.0998378547, 1875352.7003988393, 2233385.0744519923, 2582239.990174626, 2920483.927888891, 3246726.9707016232, 3559628.515970991, 3857902.7841303116, 4140324.102232089, 4405731.9405010585, 4653035.681199973, 4881219.100211813, 5089344.542922669, 5276556.777245675, 5442086.5079531, 5585253.53787545, 5705469.562977542, 5802240.589825978, 5875168.965514113, 5923955.011703162, 5948398.256064756, 5948398.256064756, 5923955.011703162, 5875168.965514114, 5802240.589825978, 5705469.562977542, 5585253.53787545, 5442086.5079531, 5276556.777245675, 5089344.54292267, 4881219.100211814, 4653035.681199974, 4405731.9405010585, 4140324.102232089, 3857902.7841303116, 3559628.5159709915, 3246726.9707016232, 2920483.9278888926, 2582239.990174627, 2233385.074451992, 1875352.7003988407, 1509614.0998378547, 1137672.1711294292, 761055.3034399146, 381311.0962627176, 7.288431562402559e-10], [0, 389782.8555807324, 777964.0097997233, 1162948.3430296904, 1543153.872066511, 1917018.250837543, 2283005.1904167584, 2639610.771965474, 2985369.626657448, 3318860.95719371, 3638714.3761634203, 3943615.537259689, 4232311.536210478, 4503616.059231, 4756414.257841527, 4989667.330018925, 5202416.788856988, 5393788.401194737, 5562995.780027993, 5709343.615942262, 5832230.534288258, 5931151.566359337, 6005700.224416225, 6055570.172032329, 6080556.482895823, 6080556.482895823, 6055570.172032329, 6005700.224416226, 5931151.566359337, 5832230.534288258, 5709343.615942262, 5562995.780027993, 5393788.401194737, 5202416.788856989, 4989667.3300189255, 4756414.257841527, 4503616.059231, 4232311.536210478, 3943615.537259689, 3638714.3761634207, 3318860.95719371, 2985369.6266574496, 2639610.771965475, 2283005.190416758, 1917018.2508375444, 1543153.872066511, 1162948.3430296918, 777964.0097997236, 389782.8555807343, 7.450361909060946e-10], [0, 396685.0969107555, 791740.1296696183, 1183541.7324079436, 1570479.9082988987, 1950964.6453797703, 2323432.450252172, 2686352.7728117905, 3038234.2956070616, 3377631.061982472, 3703148.417824605, 4013448.742495052, 4307256.945400531, 4583365.705613642, 4840640.433013527, 5078023.930560041, 5294540.738543168, 5489301.142956194, 5661504.83152141, 5810444.1823449265, 5935507.17168682, 6036179.888897955, 6112048.648189084, 6162801.688554481, 6188230.45486479, 6188230.45486479, 6162801.688554481, 6112048.648189085, 6036179.888897955, 5935507.17168682, 5810444.1823449265, 5661504.83152141, 5489301.142956194, 5294540.738543169, 5078023.930560042, 4840640.433013528, 4583365.705613642, 4307256.945400531, 4013448.742495052, 3703148.4178246055, 3377631.061982472, 3038234.2956070635, 2686352.7728117914, 2323432.4502521716, 1950964.6453797717, 1570479.9082988987, 1183541.732407945, 791740.1296696187, 396685.0969107575, 7.582292277870354e-10], [0, 401990.0273630521, 802328.1914770791, 1199369.4169534694, 1591482.1762316646, 1977055.1938758679, 2354504.067651426, 2722277.779173466, 3078865.0673741293, 3422800.6385984668, 3752671.187810369, 4067121.2061661123, 4364858.551090957, 4644659.755970145, 4905375.057635658, 5145933.120989697, 5365345.441350396, 5562710.406429599, 5737217.001251142, 5888148.140785357, 6014883.616605269, 6116902.645456061, 6193786.00926517, 6245217.777799278, 6270986.606889394, 6270986.606889394, 6245217.777799278, 6193786.009265171, 6116902.645456061, 6014883.616605269, 5888148.140785357, 5737217.001251142, 5562710.406429599, 5365345.441350397, 5145933.120989698, 4905375.057635659, 4644659.755970145, 4364858.551090957, 4067121.2061661123, 3752671.1878103693, 3422800.6385984668, 3078865.0673741307, 2722277.779173467, 2354504.0676514255, 1977055.1938758693, 1591482.1762316646, 1199369.4169534708, 802328.1914770794, 401990.0273630541, 7.683691431799591e-10], [0, 405676.28585503297, 809685.5608341973, 1210367.664166886, 1606076.1071444626, 1995184.8388955386, 2376094.9281777865, 2747241.133729389, 3107098.3361811214, 3454187.805098983, 3787083.275404732, 4104416.8082050285, 4404884.411945766, 4687251.400793074, 4950357.468222252, 5193121.454966157, 5414545.791730547, 5613720.5984202875, 5789827.4230318265, 5942142.60484804, 6070040.248115342, 6172994.793983587, 6250583.180140123, 6302486.579263576, 6328491.7091537025, 6328491.7091537025, 6302486.579263576, 6250583.180140124, 6172994.793983587, 6070040.248115342, 5942142.60484804, 5789827.4230318265, 5613720.5984202875, 5414545.791730548, 5193121.454966158, 4950357.468222253, 4687251.400793074, 4404884.411945766, 4104416.8082050285, 3787083.2754047327, 3454187.805098983, 3107098.3361811233, 2747241.13372939, 2376094.928177786, 1995184.83889554, 1606076.1071444626, 1210367.6641668873, 809685.5608341977, 405676.285855035, 7.754151072243983e-10], [0, 407729.0291247929, 813782.6122113096, 1216492.1879884275, 1614202.936428344, 2005280.5787570335, 2388118.0930562746, 2761142.317861423, 3122820.4166193088, 3471666.1764424276, 3806246.115276485, 4125185.3723856397, 4427173.357950174, 4710969.1385611845, 4975406.536482136, 5219398.921723327, 5441943.677237598, 5642126.318888843, 5819124.2532634735, 5972210.157883206, 6100754.969929135, 6204230.471195789, 6282211.458653036, 6334377.491696547, 6360514.2089069635, 6360514.2089069635, 6334377.491696547, 6282211.4586530365, 6204230.471195789, 6100754.969929135, 5972210.157883206, 5819124.2532634735, 5642126.318888843, 5441943.677237599, 5219398.921723328, 4975406.536482137, 4710969.1385611845, 4427173.357950174, 4125185.3723856397, 3806246.1152764857, 3471666.1764424276, 3122820.4166193106, 2761142.317861424, 2388118.093056274, 2005280.5787570348, 1614202.936428344, 1216492.1879884289, 813782.61221131, 407729.02912479494, 7.793387483099752e-10], [0, 408139.9914996875, 814602.8482285491, 1217718.3271222769, 1615829.9402100968, 2007301.7614791587, 2390525.1492454247, 2763925.3564074053, 3125968.0014197775, 3475165.373396283, 3810082.5454328684, 4129343.2710301266, 4431635.639385369, 4715717.466315512, 4980421.398658341, 5224659.711177043, 5447428.776256524, 5647813.18802456, 5824989.523950873, 5978229.728466938, 6106904.104702476, 6210483.902044971, 6288543.488889341, 6340762.10164952, 6366925.162844813, 6366925.162844813, 6340762.10164952, 6288543.488889342, 6210483.902044971, 6106904.104702476, 5978229.728466938, 5824989.523950873, 5647813.18802456, 5447428.776256525, 5224659.711177044, 4980421.398658342, 4715717.466315512, 4431635.639385369, 4129343.2710301266, 3810082.545432869, 3475165.373396283, 3125968.0014197794, 2763925.3564074063, 2390525.149245424, 2007301.76147916, 1615829.9402100968, 1217718.3271222783, 814602.8482285495, 408139.9914996895, 7.801242673188628e-10], [0, 406907.5181792796, 812142.9660849716, 1214041.1443389007, 1610950.567119732, 2001240.248472456, 2383306.404379519, 2755579.0430533667, 3116528.4163694563, 3464671.305929436, 3798577.1179236863, 4116873.761748152, 4418253.288218942, 4701477.26421608, 4965381.861670846, 5208882.639984937, 5430979.002229507, 5630758.306812574, 5807399.617719078, 5960177.0779130645, 6088462.892039931, 6191729.906172211, 6269553.773998129, 6321614.7005516235, 6347698.756318448, 6347698.756318448, 6321614.7005516235, 6269553.77399813, 6191729.906172211, 6088462.892039931, 5960177.0779130645, 5807399.617719078, 5630758.306812574, 5430979.002229508, 5208882.639984938, 4965381.861670847, 4701477.26421608, 4418253.288218942, 4116873.761748152, 3798577.1179236867, 3464671.305929436, 3116528.416369458, 2755579.0430533676, 2383306.4043795187, 2001240.2484724573, 1610950.567119732, 1214041.144338902, 812142.9660849719, 406907.5181792816, 7.777685012432564e-10], [0, 404036.5718986367, 806412.8708577692, 1205475.446355529, 1599584.4646705408, 1987120.4473104305, 2366490.925796322, 2736136.985457405, 3094539.6713457, 3440226.229947759, 3771776.16104475, 4087827.0548525583, 4387080.190455824, 4668305.8725307565, 4930348.484426992, 5172131.236844283, 5392660.592590709, 5591030.349240112, 5766425.362912238, 5918124.897873796, 6045505.58819618, 6148043.999299785, 6225318.778858964, 6277012.388229122, 6302912.407281112, 6302912.407281112, 6277012.388229122, 6225318.778858965, 6148043.999299785, 6045505.58819618, 5918124.897873796, 5766425.362912238, 5591030.349240112, 5392660.59259071, 5172131.2368442835, 4930348.484426993, 4668305.8725307565, 4387080.190455824, 4087827.0548525583, 3771776.1610447504, 3440226.229947759, 3094539.671345702, 2736136.985457406, 2366490.9257963216, 1987120.4473104319, 1599584.4646705408, 1205475.4463555303, 806412.8708577695, 404036.57189863874, 7.722809359216895e-10], [0, 399538.71294514847, 797435.6356180202, 1192055.7242147303, 1581777.4001454907, 1964999.213448865, 2340146.423493169, 2705677.4699235056, 3060090.307263929, 3401928.577144493, 3729787.592790179, 4042320.11118016, 4338241.869158357, 4616336.86074622, 4875462.333972125, 5114553.4866843475, 5332627.842051501, 5528789.285770582, 5702231.748392848, 5852242.517636094, 5978205.167072289, 6079602.089155998, 6156016.622184805, 6207134.762451632, 6232746.454553313, 6232746.454553313, 6207134.762451632, 6156016.622184806, 6079602.089155998, 5978205.167072289, 5852242.517636094, 5702231.748392848, 5528789.285770582, 5332627.842051502, 5114553.486684348, 4875462.333972126, 4616336.86074622, 4338241.869158357, 4042320.11118016, 3729787.5927901794, 3401928.577144493, 3060090.307263931, 2705677.4699235065, 2340146.4234931683, 1964999.2134488665, 1581777.4001454907, 1192055.7242147317, 797435.6356180205, 399538.71294515044, 7.636836678429099e-10], [0, 393432.0526093292, 785247.4085235762, 1173836.014401159, 1557601.0763085317, 1934965.6212889699, 2304378.9774827072, 2664323.146170228, 3013319.0395546122, 3349932.5586505597, 3672780.486304732, 3980536.1711317343, 4271934.979009225, 4545779.489730787, 4800944.417462404, 5036381.234783319, 5251122.481310122, 5444285.739198983, 5615077.259189845, 5762795.222292403, 5886832.6237108605, 5986679.767156854, 6061926.3593008155, 6112263.195755286, 6137483.431662052, 6137483.431662052, 6112263.195755286, 6061926.359300816, 5986679.767156854, 5886832.6237108605, 5762795.222292403, 5615077.259189845, 5444285.739198983, 5251122.481310123, 5036381.23478332, 4800944.417462405, 4545779.489730787, 4271934.979009225, 3980536.1711317343, 3672780.4863047325, 3349932.5586505597, 3013319.039554614, 2664323.1461702287, 2304378.977482707, 1934965.621288971, 1557601.0763085317, 1173836.0144011604, 785247.4085235766, 393432.0526093312, 7.520113151711189e-10], [0, 385741.1802570436, 769897.2672631874, 1150889.681255701, 1527152.842682872, 1897140.6055062022, 2259332.6106461235, 2612240.5334635745, 2954414.1996051865, 3284447.5440807627, 3600984.3890859224, 3902724.0168275987, 4188426.5144524537, 4456917.869114754, 4707094.792246977, 4937929.25320919, 5148472.703687463, 5337859.975482354, 5505312.835670614, 5650143.184531203, 5771755.88309464, 5869651.198696688, 5943426.858487057, 5992779.70245484, 6017506.929178021, 6017506.929178021, 5992779.70245484, 5943426.8584870575, 5869651.198696688, 5771755.88309464, 5650143.184531203, 5505312.835670614, 5337859.975482354, 5148472.703687464, 4937929.253209191, 4707094.792246978, 4456917.869114754, 4188426.5144524537, 3902724.0168275987, 3600984.389085923, 3284447.5440807627, 2954414.1996051883, 2612240.5334635754, 2259332.610646123, 1897140.6055062034, 1527152.842682872, 1150889.6812557024, 769897.2672631878, 385741.18025704555, 7.373108783508414e-10], [0, 376497.0643168088, 751447.0214379729, 1123309.121563168, 1490555.3035588085, 1851676.4740890164, 2205188.7088038344, 2549639.3501026826, 2883612.9764160337, 3205737.2184762475, 3514688.3986772657, 3809196.9703498217, 4088052.734601022, 4350109.813281185, 4594291.357642948, 4819593.9733437495, 5025091.843608416, 5209940.533608876, 5373380.460427998, 5514740.014348727, 5633438.318642472, 5728987.616516187, 5800995.275409645, 5849165.400406864, 5873300.050131764, 5873300.050131764, 5849165.400406864, 5800995.275409646, 5728987.616516187, 5633438.318642472, 5514740.014348727, 5373380.460427998, 5209940.533608876, 5025091.843608417, 4819593.97334375, 4594291.357642949, 4350109.813281185, 4088052.734601022, 3809196.9703498217, 3514688.398677266, 3205737.2184762475, 2883612.976416035, 2549639.3501026835, 2205188.708803834, 1851676.4740890178, 1490555.3035588085, 1123309.1215631692, 751447.0214379732, 376497.0643168107, 7.196415508527254e-10], [0, 365736.9275808631, 729970.9636759715, 1091205.392503055, 1447955.8243095202, 1798756.2950483477, 2142165.2903388063, 2476771.668958249, 2801200.4615240847, 3114118.520537904, 3414239.998574505, 3700331.6321047805, 3971217.8092400916, 4225785.400573686, 4462988.333268197, 4681851.889593314, 4881476.712250011, 5061042.500022603, 5219811.378572389, 5357130.932521593, 5472436.886368083, 5565255.423214456, 5635205.131783295, 5681998.5737179285, 5705443.464728282, 5705443.464728282, 5681998.5737179285, 5635205.131783296, 5565255.423214456, 5472436.886368083, 5357130.932521593, 5219811.378572389, 5061042.500022603, 4881476.712250012, 4681851.889593315, 4462988.333268198, 4225785.400573686, 3971217.8092400916, 3700331.6321047805, 3414239.9985745056, 3114118.520537904, 2801200.4615240865, 2476771.6689582495, 2142165.290338806, 1798756.295048349, 1447955.8243095202, 1091205.3925030562, 729970.9636759718, 365736.9275808649, 6.990744808223267e-10], [0, 353504.0973221188, 705555.5704819501, 1054707.764461476, 1399525.938002723, 1738593.1592673452, 2070516.1283134746, 2393930.9024640475, 2707508.501039827, 3009960.366426082, 3300043.659032218, 3576566.364386246, 3838392.1913779313, 4084445.2415227015, 4313714.430059299, 4525257.6407139385, 4718205.597058164, 4891765.434552153, 5045223.95859517, 5177950.575195176, 5289399.882214788, 5379113.910545664, 5446724.006001791, 5491952.344198623, 5514613.072193058, 5514613.072193058, 5491952.344198623, 5446724.006001792, 5379113.910545664, 5289399.882214788, 5177950.575195176, 5045223.95859517, 4891765.434552153, 4718205.597058165, 4525257.640713939, 4313714.4300593, 4084445.2415227015, 3838392.1913779313, 3576566.364386246, 3300043.6590322186, 3009960.366426082, 2707508.501039828, 2393930.902464048, 2070516.1283134741, 1738593.1592673464, 1399525.938002723, 1054707.764461477, 705555.5704819504, 353504.0973221206, 6.756924845916383e-10], [0, 339847.8308305268, 678299.1540270399, 1013963.2005049437, 1345460.654697548, 1671429.322459595, 1990529.7286151901, 2301450.621148618, 2602914.359420135, 2893682.164265417, 3172559.208404854, 3438399.5262451395, 3690110.722897698, 3926658.463063602, 4147070.7213391787, 4350441.776476893, 4535935.933188229, 4702790.956194889, 4850321.202417046, 4977920.438427838, 5085064.331596543, 5171312.60468384, 5236310.845035415, 5279791.960939587, 5301577.2791644335, 5301577.2791644335, 5279791.960939587, 5236310.845035416, 5171312.60468384, 5085064.331596543, 4977920.438427838, 4850321.202417046, 4702790.956194889, 4535935.93318823, 4350441.776476894, 4147070.7213391797, 3926658.463063602, 3690110.722897698, 3438399.5262451395, 3172559.2084048544, 2893682.164265417, 2602914.359420137, 2301450.6211486184, 1990529.7286151897, 1671429.3224595962, 1345460.654697548, 1013963.2005049449, 678299.1540270401, 339847.83083052846, 6.495897132069513e-10], [0, 324823.11707135447, 648311.4662803228, 969135.7646119718, 1285977.6762078605, 1597535.2296908647, 1902528.168244837, 2199703.210464479, 2487839.2003574637, 2765752.1253363444, 3032299.981580248, 3286387.466773532, 3526970.4809379424, 3753060.4168633823, 3963728.222506997, 4158108.218667293, 4335401.656245668, 4494879.998477792, 4635887.914647435, 4757845.972980952, 4860253.021656729, 4942688.248145516, 5004812.908419367, 5046371.718923522, 5067193.90559128, 5067193.90559128, 5046371.718923522, 5004812.908419368, 4942688.248145516, 4860253.021656729, 4757845.972980952, 4635887.914647435, 4494879.998477792, 4335401.656245669, 4158108.2186672934, 3963728.222506998, 3753060.4168633823, 3526970.4809379424, 3286387.466773532, 3032299.9815802486, 2765752.1253363444, 2487839.200357465, 2199703.21046448, 1902528.1682448366, 1597535.2296908658, 1285977.6762078605, 969135.764611973, 648311.466280323, 324823.1170713561, 6.208712733158217e-10], [0, 308490.4552640308, 615713.2570763866, 920405.9610453362, 1221316.5194938907, 1517208.4263922733, 1806865.798426423, 2089098.3713233403, 2362746.3909022943, 2626685.37875352, 2879830.7529612007, 3121142.284883204, 3349628.3736737017, 3564350.120983741, 3764425.1890959553, 3949031.4266395033, 4117410.2469864045, 4268869.745446712, 4402787.542453288, 4518613.341052959, 4615871.188194721, 4694161.430522925, 4753162.356638642, 4792631.519080803, 4812406.730594823, 4812406.730594823, 4792631.519080803, 4753162.356638643, 4694161.430522925, 4615871.188194721, 4518613.341052959, 4402787.542453288, 4268869.745446712, 4117410.2469864055, 3949031.426639504, 3764425.189095956, 3564350.120983741, 3349628.3736737017, 3121142.284883204, 2879830.7529612007, 2626685.37875352, 2362746.3909022957, 2089098.371323341, 1806865.7984264228, 1517208.4263922744, 1221316.5194938907, 920405.9610453374, 615713.257076387, 308490.45526403235, 5.896528039396961e-10], [0, 290915.611273143, 580635.7878983617, 867970.0075251203, 1151737.5522119752, 1430772.360249861, 1703927.8177597714, 1970081.4703751362, 2228139.635647579, 2477041.8972226935, 2715765.4623182993, 2943329.364599374, 3158798.495179141, 3361287.4451820645, 3549964.1440788396, 3724053.278842673, 3882839.479876819, 4025670.2606216953, 4151958.698762113, 4261185.848016971, 4352902.870600828, 4426732.881594649, 4482372.497646771, 4519593.083640179, 4538241.692203231, 4538241.692203231, 4519593.083640179, 4482372.497646771, 4426732.881594649, 4352902.870600828, 4261185.848016971, 4151958.698762113, 4025670.2606216953, 3882839.4798768195, 3724053.2788426736, 3549964.14407884, 3361287.4451820645, 3158798.495179141, 2943329.364599374, 2715765.4623182993, 2477041.8972226935, 2228139.6356475805, 1970081.4703751367, 1703927.817759771, 1430772.360249862, 1151737.5522119752, 867970.0075251213, 580635.7878983619, 290915.61127314443, 5.560600108363886e-10], [0, 272169.3527925103, 543220.3033342531, 812039.0451292059, 1077520.9443058935, 1338575.078794911, 1594128.721161706, 1843131.7466737092, 2084560.9484881102, 2317424.242228253, 2540764.742671138, 2753664.6957940594, 2955249.2500227382, 3144690.051184097, 3321208.6463912404, 3484079.6828733413, 3632633.888605767, 3766260.8224923867, 3884411.382798972, 3986600.0635300083, 4072406.949476967, 4141479.441739974, 4193533.706632317, 4228355.8420139495, 4245802.756261261, 4245802.756261261, 4228355.8420139495, 4193533.7066323175, 4141479.441739974, 4072406.949476967, 3986600.0635300083, 3884411.382798972, 3766260.8224923867, 3632633.888605768, 3484079.6828733417, 3321208.646391241, 3144690.051184097, 2955249.2500227382, 2753664.6957940594, 2540764.7426711386, 2317424.242228253, 2084560.9484881114, 1843131.74667371, 1594128.7211617057, 1338575.078794912, 1077520.9443058935, 812039.0451292068, 543220.3033342534, 272169.35279251164, 5.202281603273585e-10], [0, 252327.16438865947, 503617.4623348389, 752838.2881026778, 998965.5398613961, 1240987.8279393879, 1477910.6308413222, 1708760.3819502937, 1932588.4701218784, 2148475.137730806, 2355533.260152326, 2552911.99114758, 2739800.259173304, 2915430.1002487717, 3079079.8136845226, 3230076.927705295, 3367800.9627807974, 3491685.981309193, 3601222.913176095, 3695961.6476328643, 3775512.8828982227, 3839549.7258827784, 3887809.0354628484, 3920092.503783779, 3936267.4711494567, 3936267.4711494567, 3920092.503783779, 3887809.035462849, 3839549.7258827784, 3775512.8828982227, 3695961.6476328643, 3601222.913176095, 3491685.981309193, 3367800.962780798, 3230076.9277052954, 3079079.813684523, 2915430.1002487717, 2739800.259173304, 2552911.99114758, 2355533.2601523264, 2148475.137730806, 1932588.4701218796, 1708760.3819502941, 1477910.630841322, 1240987.8279393886, 998965.5398613961, 752838.2881026786, 503617.46233483916, 252327.16438866072, 4.823015346279781e-10], [0, 231468.9435511157, 461986.7315632472, 690606.1169995422, 916387.6537665384, 1138403.5570996727, 1355741.5160298874, 1567508.442265092, 1772834.1400815228, 1970874.8821446283, 2160816.876565665, 2341879.610947127, 2513319.059675606, 2674430.74128263, 2824552.613310129, 2963067.792784901, 3089407.0911230715, 3203051.3530480745, 3303533.5899110427, 3390440.8986473335, 3463416.1584837902, 3522159.498424601, 3566429.529485541, 3596044.336613091, 3610882.2262124065, 3610882.2262124065, 3596044.336613091, 3566429.529485542, 3522159.498424601, 3463416.1584837902, 3390440.8986473335, 3303533.5899110427, 3203051.3530480745, 3089407.091123072, 2963067.7927849013, 2824552.6133101294, 2674430.74128263, 2513319.059675606, 2341879.610947127, 2160816.8765656655, 1970874.8821446283, 1772834.140081524, 1567508.4422650926, 1355741.5160298871, 1138403.5570996737, 916387.6537665384, 690606.116999543, 461986.7315632474, 231468.94355111683, 4.424328508739718e-10], [0, 209678.67897341287, 418495.7432789884, 625593.1188083753, 830119.7980232751, 1031235.3369279593, 1228113.3086339203, 1419944.6993252262, 1605941.2326698215, 1785338.6090160627, 1957399.6460639264, 2121417.3081052057, 2276717.611384895, 2422662.3936450076, 2558651.93647018, 2684127.4296592763, 2798573.267496375, 2901519.167485248, 2992542.1028410136, 3071268.0407979386, 3137373.4795902953, 3190586.7777905148, 3230689.270542075, 3257516.1681003035, 3270957.2329887804, 3270957.2329887804, 3257516.1681003035, 3230689.2705420754, 3190586.7777905148, 3137373.4795902953, 3071268.0407979386, 2992542.1028410136, 2901519.167485248, 2798573.2674963754, 2684127.4296592767, 2558651.9364701803, 2422662.3936450076, 2276717.611384895, 2121417.3081052057, 1957399.6460639266, 1785338.6090160627, 1605941.2326698224, 1419944.6993252267, 1228113.30863392, 1031235.33692796, 830119.7980232751, 625593.118808376, 418495.7432789886, 209678.67897341392, 4.007826461834138e-10], [0, 187044.11236026743, 373319.6203420103, 558061.0779269604, 740509.3428389827, 919914.6960225239, 1095539.922399025, 1266663.3402418122, 1432581.766721111, 1592613.407433128, 1746100.6580394974, 1892412.8065045662, 2030948.6248264334, 2161138.839611775, 2282448.4713423243, 2394379.0327204666, 2496470.5770604685, 2588303.58830807, 2669500.7049219343, 2739728.270533169, 2798697.7050109124, 2846166.6902999906, 2881940.166157785, 2905871.131698611, 2917861.2494518836, 2917861.2494518836, 2905871.131698611, 2881940.1661577853, 2846166.6902999906, 2798697.7050109124, 2739728.270533169, 2669500.7049219343, 2588303.58830807, 2496470.577060469, 2394379.032720467, 2282448.4713423247, 2161138.839611775, 2030948.6248264334, 1892412.8065045662, 1746100.6580394977, 1592613.407433128, 1432581.766721112, 1266663.3402418126, 1095539.9223990247, 919914.6960225246, 740509.3428389827, 558061.0779269611, 373319.62034201046, 187044.11236026837, 3.575186312304131e-10], [0, 163656.385122701, 326640.27105474833, 488281.9220489134, 647917.1178892355, 804889.8833143648, 958555.1835606169, 1108281.5749481765, 1253453.7996186214, 1393475.3137614368, 1527770.7389404892, 1655788.226447439, 1777001.7249664557, 1890913.1422319103, 1997054.3917963372, 2094989.3164980493, 2184315.4807244716, 2264665.824106396, 2335710.1698477715, 2397156.5814929823, 2448752.5625563636, 2490286.094084424, 2521586.5058871987, 2542525.177858675, 2553016.0685043884, 2553016.0685043884, 2542525.177858675, 2521586.505887199, 2490286.094084424, 2448752.5625563636, 2397156.5814929823, 2335710.1698477715, 2264665.824106396, 2184315.480724472, 2094989.3164980498, 1997054.3917963377, 1890913.1422319103, 1777001.7249664557, 1655788.226447439, 1527770.7389404895, 1393475.3137614368, 1253453.7996186223, 1108281.5749481767, 958555.1835606168, 804889.8833143654, 647917.1178892355, 488281.92204891396, 326640.2710547485, 163656.38512270182, 3.128150149334203e-10], [0, 139609.671383747, 278645.6566815976, 416536.62720683764, 552715.9593840584, 686624.0631269686, 817710.6813140904, 945437.1509133016, 1069278.616463777, 1188726.186819659, 1303289.0262929315, 1412496.371602547, 1515899.4663417258, 1613073.4050142907, 1703618.8790624917, 1787163.8177115214, 1863364.9168881376, 1931909.0499307394, 1992514.554293984, 2044932.3889606034, 2088947.1578043615, 2124377.9946989417, 2151079.3067356525, 2168941.3724959227, 2177890.7929201415, 2177890.7929201415, 2168941.3724959227, 2151079.306735653, 2124377.9946989417, 2088947.1578043615, 2044932.3889606034, 1992514.554293984, 1931909.0499307394, 1863364.9168881378, 1787163.8177115219, 1703618.8790624922, 1613073.4050142907, 1515899.4663417258, 1412496.371602547, 1303289.0262929318, 1188726.186819659, 1069278.6164637776, 945437.1509133019, 817710.6813140903, 686624.063126969, 552715.9593840584, 416536.62720683817, 278645.6566815977, 139609.6713837477, 2.6685180297740127e-10], [0, 115000.79877249405, 229529.03459523796, 343114.0863810066, 455289.20878809475, 565593.4501770438, 673573.5467598006, 778785.785157849, 880797.8257156564, 979190.4790770573, 1073559.4287242314, 1163516.8924010026, 1248693.215593307, 1328738.3905188837, 1403323.4943843274, 1472142.0409994004, 1534911.2401945293, 1591373.1598662706, 1641295.785875649, 1684473.9754440223, 1720730.3001287617, 1749915.77491478, 1771910.4704259166, 1786624.0057404696, 1793995.9197857871, 1793995.9197857871, 1786624.0057404696, 1771910.4704259168, 1749915.77491478, 1720730.3001287617, 1684473.9754440223, 1641295.785875649, 1591373.1598662706, 1534911.2401945295, 1472142.0409994007, 1403323.4943843277, 1328738.3905188837, 1248693.215593307, 1163516.8924010026, 1073559.4287242317, 979190.4790770573, 880797.825715657, 778785.7851578492, 673573.5467598005, 565593.4501770441, 455289.20878809475, 343114.0863810069, 229529.03459523804, 115000.79877249461, 2.19814072994473e-10], [0, 89928.85853339975, 179488.1800974061, 268309.94622929837, 356029.16923983133, 442285.39202594064, 526724.1692662963, 608998.5239131567, 688770.3729954843, 765711.9168743917, 839506.9862421713, 909852.3413297978, 976458.917984185, 1039053.015494794, 1097377.4212885622, 1151192.4678715372, 1200277.0176740177, 1244429.371752263, 1283468.098612715, 1317232.7797529239, 1345584.6688555826, 1368407.2619269073, 1385606.7760365373, 1397112.534691712, 1402877.258262139, 1402877.258262139, 1397112.534691712, 1385606.7760365375, 1368407.2619269073, 1345584.6688555826, 1317232.7797529239, 1283468.098612715, 1244429.371752263, 1200277.017674018, 1151192.4678715372, 1097377.4212885625, 1039053.015494794, 976458.917984185, 909852.3413297978, 839506.9862421714, 765711.9168743917, 688770.3729954846, 608998.5239131569, 526724.1692662962, 442285.392025941, 356029.16923983133, 268309.94622929866, 179488.18009740618, 89928.85853340018, 1.7189122932160363e-10], [0, 64494.80652082153, 128724.5900475564, 192425.41662244793, 255335.5258853153, 317196.40670302144, 377753.859447169, 436759.0405548994, 493969.4850804693, 549150.1030357213, 602074.1454252718, 652524.1360067708, 700292.7649474295, 745183.7407045923, 787012.596629789, 825607.4489817611, 860809.7032336248, 892474.7057717993, 920472.3383087334, 944687.5525668596, 965020.8430366439, 981388.655866069, 993723.7322013339, 1001975.3845679115, 1006109.7051562534, 1006109.7051562534, 1001975.3845679115, 993723.732201334, 981388.655866069, 965020.8430366439, 944687.5525668596, 920472.3383087334, 892474.7057717993, 860809.7032336249, 825607.4489817612, 787012.5966297891, 745183.7407045923, 700292.7649474295, 652524.1360067708, 602074.1454252719, 549150.1030357213, 493969.4850804696, 436759.04055489955, 377753.8594471689, 317196.40670302167, 255335.5258853153, 192425.41662244813, 128724.59004755646, 64494.806520821854, 1.2327624033619416e-10], [0, 38801.05668542422, 77442.67150612749, 115766.05777821115, 153613.73648714257, 190830.18340280524, 227262.46816191977, 262760.8826917105, 297179.5563924883, 330377.0555512345, 362216.9645230645, 392568.446292374, 421306.78011020046, 448313.87399853306, 473478.7500155815, 496698.0002879424, 517876.2119357332, 536926.3591445811, 553770.160773361, 568338.4020281961, 580571.2188808925, 590418.3440630714, 597839.3136251575, 602803.6332114273, 605290.9033678573, 605290.9033678573, 602803.6332114273, 597839.3136251576, 590418.3440630714, 580571.2188808925, 568338.4020281961, 553770.160773361, 536926.3591445811, 517876.21193573327, 496698.0002879425, 473478.75001558155, 448313.87399853306, 421306.78011020046, 392568.446292374, 362216.96452306455, 330377.0555512345, 297179.5563924885, 262760.88269171055, 227262.46816191974, 190830.18340280536, 153613.73648714257, 115766.05777821128, 77442.67150612752, 38801.05668542442, 7.416486144053202e-11], [0, 12951.068689345713, 25848.91865945139, 38640.54987820971, 51273.39878914651, 63695.554306349164, 75855.97112825347, 87704.67949373701, 99192.99051858603, 110273.69626856445, 120901.26374694167, 131032.02199934293, 140624.34156706833, 149638.80555146796, 158038.37158643352, 165788.524053426, 172857.41591355603, 179215.9995738979, 184838.1462502792, 189700.75333606015, 193783.8393356992, 197070.62597300467, 199547.60713667035, 201204.604379784, 202034.80874524877, 202034.80874524877, 201204.604379784, 199547.60713667038, 197070.62597300467, 193783.8393356992, 189700.75333606015, 184838.1462502792, 179215.9995738979, 172857.41591355606, 165788.52405342602, 158038.37158643355, 149638.80555146796, 140624.34156706833, 131032.02199934293, 120901.26374694168, 110273.69626856445, 99192.99051858608, 87704.67949373704, 75855.97112825346, 63695.55430634921, 51273.39878914651, 38640.549878209764, 25848.9186594514, 12951.068689345779, 2.475484682387422e-11], [0, -12951.068689345615, -25848.91865945119, -38640.54987820942, -51273.398789146115, -63695.55430634868, -75855.97112825289, -87704.67949373634, -99192.99051858527, -110273.69626856361, -120901.26374694073, -131032.02199934193, -140624.34156706725, -149638.80555146682, -158038.3715864323, -165788.5240534247, -172857.41591355472, -179215.99957389652, -184838.14625027782, -189700.7533360587, -193783.8393356977, -197070.62597300316, -199547.6071366688, -201204.60437978245, -202034.80874524722, -202034.80874524722, -201204.60437978245, -199547.60713666884, -197070.62597300316, -193783.8393356977, -189700.7533360587, -184838.14625027782, -179215.99957389652, -172857.41591355475, -165788.52405342474, -158038.37158643233, -149638.80555146682, -140624.34156706725, -131032.02199934193, -120901.26374694075, -110273.69626856361, -99192.99051858533, -87704.67949373637, -75855.97112825287, -63695.55430634872, -51273.398789146115, -38640.549878209466, -25848.9186594512, -12951.06868934568, -2.4754846823874033e-11], [0, -38801.05668542412, -77442.67150612728, -115766.05777821084, -153613.73648714216, -190830.18340280472, -227262.46816191918, -262760.8826917098, -297179.5563924875, -330377.05555123364, -362216.96452306357, -392568.44629237294, -421306.7801101993, -448313.8739985319, -473478.7500155802, -496698.0002879411, -517876.2119357318, -536926.3591445796, -553770.1607733595, -568338.4020281946, -580571.218880891, -590418.3440630699, -597839.313625156, -602803.6332114257, -605290.9033678557, -605290.9033678557, -602803.6332114257, -597839.313625156, -590418.3440630699, -580571.218880891, -568338.4020281946, -553770.1607733595, -536926.3591445796, -517876.21193573193, -496698.0002879412, -473478.7500155803, -448313.8739985319, -421306.7801101993, -392568.44629237294, -362216.96452306357, -330377.05555123364, -297179.55639248766, -262760.88269170985, -227262.46816191913, -190830.18340280486, -153613.73648714216, -115766.05777821098, -77442.67150612731, -38801.056685424315, -7.416486144053182e-11], [0, -64494.806520821425, -128724.5900475562, -192425.4166224476, -255335.52588531488, -317196.40670302097, -377753.85944716836, -436759.04055489873, -493969.48508046847, -549150.1030357204, -602074.1454252709, -652524.1360067697, -700292.7649474285, -745183.7407045912, -787012.5966297877, -825607.4489817598, -860809.7032336234, -892474.7057717979, -920472.3383087319, -944687.5525668581, -965020.8430366424, -981388.6558660675, -993723.7322013322, -1001975.3845679099, -1006109.7051562518, -1006109.7051562518, -1001975.3845679099, -993723.7322013325, -981388.6558660675, -965020.8430366424, -944687.5525668581, -920472.3383087319, -892474.7057717979, -860809.7032336235, -825607.44898176, -787012.5966297878, -745183.7407045912, -700292.7649474285, -652524.1360067697, -602074.145425271, -549150.1030357204, -493969.48508046876, -436759.04055489885, -377753.8594471683, -317196.40670302114, -255335.52588531488, -192425.41662244784, -128724.59004755625, -64494.80652082175, -1.2327624033619395e-10], [0, -89928.85853339965, -179488.1800974059, -268309.9462292981, -356029.1692398309, -442285.3920259402, -526724.1692662957, -608998.523913156, -688770.3729954835, -765711.9168743909, -839506.9862421703, -909852.3413297968, -976458.9179841839, -1039053.0154947928, -1097377.421288561, -1151192.4678715358, -1200277.0176740163, -1244429.3717522616, -1283468.0986127136, -1317232.7797529225, -1345584.668855581, -1368407.261926906, -1385606.7760365356, -1397112.5346917103, -1402877.2582621374, -1402877.2582621374, -1397112.5346917103, -1385606.7760365359, -1368407.261926906, -1345584.668855581, -1317232.7797529225, -1283468.0986127136, -1244429.3717522616, -1200277.0176740165, -1151192.467871536, -1097377.4212885613, -1039053.0154947928, -976458.9179841839, -909852.3413297968, -839506.9862421704, -765711.9168743909, -688770.3729954839, -608998.5239131562, -526724.1692662956, -442285.39202594047, -356029.1692398309, -268309.94622929837, -179488.18009740597, -89928.85853340008, -1.7189122932160345e-10], [0, -115000.79877249393, -229529.03459523772, -343114.08638100623, -455289.2087880943, -565593.4501770432, -673573.5467597999, -778785.7851578481, -880797.8257156556, -979190.4790770564, -1073559.4287242305, -1163516.8924010014, -1248693.2155933056, -1328738.3905188823, -1403323.494384326, -1472142.040999399, -1534911.240194528, -1591373.1598662692, -1641295.7858756473, -1684473.9754440207, -1720730.3001287598, -1749915.774914778, -1771910.4704259147, -1786624.005740468, -1793995.9197857855, -1793995.9197857855, -1786624.005740468, -1771910.470425915, -1749915.774914778, -1720730.3001287598, -1684473.9754440207, -1641295.7858756473, -1591373.1598662692, -1534911.2401945281, -1472142.0409993993, -1403323.4943843263, -1328738.3905188823, -1248693.2155933056, -1163516.8924010014, -1073559.4287242305, -979190.4790770564, -880797.825715656, -778785.7851578484, -673573.5467597998, -565593.4501770436, -455289.2087880943, -343114.0863810066, -229529.0345952378, -115000.7987724945, -2.1981407299447279e-10], [0, -139609.6713837469, -278645.6566815974, -416536.6272068374, -552715.959384058, -686624.0631269681, -817710.6813140898, -945437.1509133009, -1069278.6164637762, -1188726.1868196581, -1303289.0262929306, -1412496.371602546, -1515899.4663417249, -1613073.4050142895, -1703618.8790624908, -1787163.8177115202, -1863364.9168881364, -1931909.0499307383, -1992514.554293983, -2044932.3889606022, -2088947.1578043601, -2124377.9946989403, -2151079.306735651, -2168941.3724959213, -2177890.79292014, -2177890.79292014, -2168941.3724959213, -2151079.3067356516, -2124377.9946989403, -2088947.1578043601, -2044932.3889606022, -1992514.554293983, -1931909.0499307383, -1863364.9168881366, -1787163.8177115207, -1703618.879062491, -1613073.4050142895, -1515899.4663417249, -1412496.371602546, -1303289.0262929308, -1188726.1868196581, -1069278.616463777, -945437.1509133013, -817710.6813140897, -686624.0631269686, -552715.959384058, -416536.6272068379, -278645.6566815975, -139609.6713837476, -2.668518029774011e-10], [0, -163656.3851227009, -326640.27105474815, -488281.92204891314, -647917.117889235, -804889.8833143644, -958555.1835606165, -1108281.5749481758, -1253453.799618621, -1393475.3137614361, -1527770.7389404883, -1655788.2264474381, -1777001.7249664548, -1890913.142231909, -1997054.391796336, -2094989.3164980481, -2184315.48072447, -2264665.824106395, -2335710.16984777, -2397156.581492981, -2448752.5625563622, -2490286.0940844226, -2521586.5058871973, -2542525.1778586735, -2553016.068504387, -2553016.068504387, -2542525.1778586735, -2521586.505887198, -2490286.0940844226, -2448752.5625563622, -2397156.581492981, -2335710.16984777, -2264665.824106395, -2184315.4807244707, -2094989.3164980486, -1997054.3917963365, -1890913.142231909, -1777001.7249664548, -1655788.2264474381, -1527770.7389404885, -1393475.3137614361, -1253453.7996186216, -1108281.5749481763, -958555.1835606162, -804889.8833143649, -647917.117889235, -488281.92204891366, -326640.27105474833, -163656.38512270173, -3.128150149334201e-10], [0, -187044.11236026735, -373319.6203420101, -558061.0779269602, -740509.3428389824, -919914.6960225235, -1095539.9223990245, -1266663.3402418115, -1432581.7667211103, -1592613.4074331273, -1746100.6580394967, -1892412.8065045653, -2030948.6248264324, -2161138.839611774, -2282448.4713423233, -2394379.0327204657, -2496470.577060467, -2588303.5883080685, -2669500.704921933, -2739728.2705331678, -2798697.705010911, -2846166.690299989, -2881940.1661577835, -2905871.13169861, -2917861.249451882, -2917861.249451882, -2905871.13169861, -2881940.166157784, -2846166.690299989, -2798697.705010911, -2739728.2705331678, -2669500.704921933, -2588303.5883080685, -2496470.5770604676, -2394379.032720466, -2282448.471342324, -2161138.839611774, -2030948.6248264324, -1892412.8065045653, -1746100.658039497, -1592613.4074331273, -1432581.7667211113, -1266663.340241812, -1095539.9223990242, -919914.6960225241, -740509.3428389824, -558061.0779269609, -373319.6203420103, -187044.11236026828, -3.575186312304129e-10], [0, -209678.67897341278, -418495.74327898823, -625593.118808375, -830119.7980232748, -1031235.3369279589, -1228113.3086339198, -1419944.6993252255, -1605941.2326698208, -1785338.609016062, -1957399.6460639255, -2121417.3081052047, -2276717.6113848942, -2422662.3936450067, -2558651.936470179, -2684127.4296592753, -2798573.2674963735, -2901519.1674852464, -2992542.102841012, -3071268.040797937, -3137373.479590294, -3190586.7777905134, -3230689.2705420735, -3257516.168100302, -3270957.232988779, -3270957.232988779, -3257516.168100302, -3230689.270542074, -3190586.7777905134, -3137373.479590294, -3071268.040797937, -2992542.102841012, -2901519.1674852464, -2798573.267496374, -2684127.429659276, -2558651.9364701794, -2422662.3936450067, -2276717.6113848942, -2121417.3081052047, -1957399.6460639257, -1785338.609016062, -1605941.2326698217, -1419944.699325226, -1228113.3086339196, -1031235.3369279596, -830119.7980232748, -625593.1188083758, -418495.7432789884, -209678.67897341383, -4.0078264618341363e-10], [0, -231468.9435511156, -461986.731563247, -690606.116999542, -916387.653766538, -1138403.5570996723, -1355741.516029887, -1567508.4422650915, -1772834.140081522, -1970874.8821446276, -2160816.876565664, -2341879.610947126, -2513319.059675605, -2674430.741282629, -2824552.613310128, -2963067.7927849, -3089407.09112307, -3203051.3530480736, -3303533.5899110413, -3390440.898647332, -3463416.158483789, -3522159.4984245994, -3566429.5294855395, -3596044.33661309, -3610882.2262124047, -3610882.2262124047, -3596044.33661309, -3566429.5294855405, -3522159.4984245994, -3463416.158483789, -3390440.898647332, -3303533.5899110413, -3203051.3530480736, -3089407.0911230706, -2963067.7927849004, -2824552.6133101285, -2674430.741282629, -2513319.059675605, -2341879.610947126, -2160816.8765656645, -1970874.8821446276, -1772834.1400815232, -1567508.442265092, -1355741.5160298867, -1138403.5570996732, -916387.653766538, -690606.1169995428, -461986.7315632472, -231468.94355111674, -4.424328508739716e-10], [0, -252327.16438865935, -503617.46233483875, -752838.2881026776, -998965.5398613957, -1240987.8279393874, -1477910.6308413218, -1708760.381950293, -1932588.4701218777, -2148475.137730805, -2355533.260152325, -2552911.991147579, -2739800.259173303, -2915430.100248771, -3079079.8136845217, -3230076.9277052935, -3367800.962780796, -3491685.9813091923, -3601222.9131760937, -3695961.647632863, -3775512.8828982213, -3839549.725882777, -3887809.035462847, -3920092.503783778, -3936267.4711494553, -3936267.4711494553, -3920092.503783778, -3887809.0354628474, -3839549.725882777, -3775512.8828982213, -3695961.647632863, -3601222.9131760937, -3491685.9813091923, -3367800.962780797, -3230076.927705294, -3079079.813684522, -2915430.100248771, -2739800.259173303, -2552911.991147579, -2355533.2601523255, -2148475.137730805, -1932588.470121879, -1708760.3819502937, -1477910.6308413213, -1240987.827939388, -998965.5398613957, -752838.2881026784, -503617.462334839, -252327.16438866063, -4.82301534627978e-10], [0, -272169.35279251024, -543220.303334253, -812039.0451292058, -1077520.9443058935, -1338575.0787949108, -1594128.7211617057, -1843131.746673709, -2084560.9484881097, -2317424.2422282523, -2540764.7426711377, -2753664.695794059, -2955249.250022738, -3144690.0511840964, -3321208.64639124, -3484079.682873341, -3632633.8886057665, -3766260.822492386, -3884411.3827989716, -3986600.063530008, -4072406.9494769666, -4141479.4417399736, -4193533.706632316, -4228355.842013949, -4245802.756261261, -4245802.756261261, -4228355.842013949, -4193533.706632317, -4141479.4417399736, -4072406.9494769666, -3986600.063530008, -3884411.3827989716, -3766260.822492386, -3632633.888605767, -3484079.6828733413, -3321208.6463912404, -3144690.0511840964, -2955249.250022738, -2753664.695794059, -2540764.742671138, -2317424.2422282523, -2084560.9484881111, -1843131.7466737095, -1594128.7211617054, -1338575.0787949117, -1077520.9443058935, -812039.0451292067, -543220.3033342533, -272169.3527925116, -5.202281603273584e-10], [0, -290915.6112731429, -580635.7878983617, -867970.0075251202, -1151737.552211975, -1430772.3602498607, -1703927.8177597711, -1970081.4703751358, -2228139.6356475786, -2477041.897222693, -2715765.462318299, -2943329.3645993737, -3158798.4951791405, -3361287.445182064, -3549964.1440788386, -3724053.2788426727, -3882839.479876818, -4025670.2606216944, -4151958.6987621128, -4261185.84801697, -4352902.870600827, -4426732.881594648, -4482372.49764677, -4519593.083640178, -4538241.69220323, -4538241.69220323, -4519593.083640178, -4482372.497646771, -4426732.881594648, -4352902.870600827, -4261185.84801697, -4151958.6987621128, -4025670.2606216944, -3882839.479876819, -3724053.278842673, -3549964.1440788396, -3361287.445182064, -3158798.4951791405, -2943329.3645993737, -2715765.462318299, -2477041.897222693, -2228139.63564758, -1970081.4703751365, -1703927.8177597707, -1430772.3602498618, -1151737.552211975, -867970.0075251212, -580635.7878983619, -290915.6112731444, -5.560600108363886e-10], [0, -308490.4552640308, -615713.2570763866, -920405.9610453361, -1221316.5194938905, -1517208.426392273, -1806865.7984264228, -2089098.37132334, -2362746.3909022943, -2626685.3787535196, -2879830.7529612, -3121142.2848832035, -3349628.373673701, -3564350.1209837403, -3764425.189095955, -3949031.426639503, -4117410.246986404, -4268869.745446711, -4402787.542453288, -4518613.341052959, -4615871.18819472, -4694161.430522925, -4753162.356638641, -4792631.519080802, -4812406.730594822, -4812406.730594822, -4792631.519080802, -4753162.356638642, -4694161.430522925, -4615871.18819472, -4518613.341052959, -4402787.542453288, -4268869.745446711, -4117410.246986405, -3949031.4266395033, -3764425.1890959553, -3564350.1209837403, -3349628.373673701, -3121142.2848832035, -2879830.7529612, -2626685.3787535196, -2362746.3909022957, -2089098.3713233408, -1806865.7984264223, -1517208.4263922742, -1221316.5194938905, -920405.9610453371, -615713.2570763868, -308490.4552640323, -5.89652803939696e-10], [0, -324823.1170713544, -648311.4662803225, -969135.7646119716, -1285977.67620786, -1597535.2296908642, -1902528.1682448364, -2199703.2104644785, -2487839.2003574627, -2765752.125336344, -3032299.981580247, -3286387.466773531, -3526970.480937941, -3753060.4168633814, -3963728.2225069962, -4158108.2186672916, -4335401.6562456675, -4494879.998477791, -4635887.914647434, -4757845.972980951, -4860253.021656728, -4942688.248145514, -5004812.908419366, -5046371.718923521, -5067193.905591279, -5067193.905591279, -5046371.718923521, -5004812.908419366, -4942688.248145514, -4860253.021656728, -4757845.972980951, -4635887.914647434, -4494879.998477791, -4335401.656245668, -4158108.2186672925, -3963728.2225069967, -3753060.4168633814, -3526970.480937941, -3286387.466773531, -3032299.9815802476, -2765752.125336344, -2487839.200357464, -2199703.2104644794, -1902528.1682448362, -1597535.2296908654, -1285977.67620786, -969135.7646119727, -648311.4662803228, -324823.117071356, -6.208712733158215e-10], [0, -339847.8308305267, -678299.1540270398, -1013963.2005049436, -1345460.654697548, -1671429.3224595948, -1990529.72861519, -2301450.6211486175, -2602914.359420135, -2893682.1642654166, -3172559.2084048535, -3438399.526245139, -3690110.7228976977, -3926658.463063601, -4147070.7213391783, -4350441.776476893, -4535935.933188228, -4702790.956194888, -4850321.202417046, -4977920.438427837, -5085064.331596542, -5171312.604683839, -5236310.845035414, -5279791.960939587, -5301577.279164433, -5301577.279164433, -5279791.960939587, -5236310.845035415, -5171312.604683839, -5085064.331596542, -4977920.438427837, -4850321.202417046, -4702790.956194888, -4535935.933188229, -4350441.776476894, -4147070.721339179, -3926658.463063601, -3690110.7228976977, -3438399.526245139, -3172559.208404854, -2893682.1642654166, -2602914.3594201365, -2301450.6211486184, -1990529.7286151894, -1671429.322459596, -1345460.654697548, -1013963.2005049448, -678299.1540270401, -339847.8308305284, -6.495897132069513e-10], [0, -353504.09732211876, -705555.57048195, -1054707.7644614757, -1399525.9380027228, -1738593.1592673447, -2070516.1283134741, -2393930.9024640466, -2707508.501039826, -3009960.366426081, -3300043.659032217, -3576566.364386245, -3838392.1913779303, -4084445.2415227, -4313714.430059297, -4525257.640713938, -4718205.597058163, -4891765.434552151, -5045223.958595169, -5177950.575195174, -5289399.8822147865, -5379113.910545662, -5446724.00600179, -5491952.344198622, -5514613.072193056, -5514613.072193056, -5491952.344198622, -5446724.00600179, -5379113.910545662, -5289399.8822147865, -5177950.575195174, -5045223.958595169, -4891765.434552151, -4718205.597058164, -4525257.640713938, -4313714.430059298, -4084445.2415227, -3838392.1913779303, -3576566.364386245, -3300043.6590322177, -3009960.366426081, -2707508.5010398277, -2393930.9024640475, -2070516.1283134737, -1738593.159267346, -1399525.9380027228, -1054707.7644614768, -705555.5704819502, -353504.0973221205, -6.756924845916381e-10], [0, -365736.9275808631, -729970.9636759716, -1091205.392503055, -1447955.8243095204, -1798756.295048348, -2142165.2903388063, -2476771.668958249, -2801200.461524085, -3114118.5205379045, -3414239.9985745056, -3700331.632104781, -3971217.809240092, -4225785.400573686, -4462988.333268198, -4681851.889593315, -4881476.712250012, -5061042.500022603, -5219811.3785723895, -5357130.932521593, -5472436.886368083, -5565255.423214456, -5635205.131783296, -5681998.573717929, -5705443.464728283, -5705443.464728283, -5681998.573717929, -5635205.131783297, -5565255.423214456, -5472436.886368083, -5357130.932521593, -5219811.3785723895, -5061042.500022603, -4881476.712250013, -4681851.889593316, -4462988.333268199, -4225785.400573686, -3971217.809240092, -3700331.632104781, -3414239.998574506, -3114118.5205379045, -2801200.461524087, -2476771.66895825, -2142165.290338806, -1798756.2950483493, -1447955.8243095204, -1091205.3925030562, -729970.963675972, -365736.927580865, -6.990744808223267e-10], [0, -376497.0643168088, -751447.0214379729, -1123309.121563168, -1490555.3035588085, -1851676.4740890164, -2205188.7088038344, -2549639.3501026826, -2883612.9764160337, -3205737.2184762475, -3514688.3986772657, -3809196.9703498217, -4088052.734601022, -4350109.813281185, -4594291.357642948, -4819593.9733437495, -5025091.843608416, -5209940.533608876, -5373380.460427998, -5514740.014348727, -5633438.318642472, -5728987.616516187, -5800995.275409645, -5849165.400406864, -5873300.050131764, -5873300.050131764, -5849165.400406864, -5800995.275409646, -5728987.616516187, -5633438.318642472, -5514740.014348727, -5373380.460427998, -5209940.533608876, -5025091.843608417, -4819593.97334375, -4594291.357642949, -4350109.813281185, -4088052.734601022, -3809196.9703498217, -3514688.398677266, -3205737.2184762475, -2883612.976416035, -2549639.3501026835, -2205188.708803834, -1851676.4740890178, -1490555.3035588085, -1123309.1215631692, -751447.0214379732, -376497.0643168107, -7.196415508527254e-10], [0, -385741.18025704357, -769897.2672631873, -1150889.681255701, -1527152.842682872, -1897140.605506202, -2259332.610646123, -2612240.5334635745, -2954414.1996051865, -3284447.5440807627, -3600984.389085922, -3902724.016827598, -4188426.5144524532, -4456917.869114753, -4707094.792246976, -4937929.2532091895, -5148472.703687463, -5337859.975482354, -5505312.835670613, -5650143.184531203, -5771755.8830946395, -5869651.198696688, -5943426.858487056, -5992779.70245484, -6017506.92917802, -6017506.92917802, -5992779.70245484, -5943426.858487057, -5869651.198696688, -5771755.8830946395, -5650143.184531203, -5505312.835670613, -5337859.975482354, -5148472.703687464, -4937929.25320919, -4707094.792246977, -4456917.869114753, -4188426.5144524532, -3902724.016827598, -3600984.3890859224, -3284447.5440807627, -2954414.199605188, -2612240.5334635754, -2259332.6106461226, -1897140.6055062031, -1527152.842682872, -1150889.6812557022, -769897.2672631877, -385741.1802570455, -7.373108783508413e-10], [0, -393432.05260932917, -785247.408523576, -1173836.0144011588, -1557601.0763085312, -1934965.6212889694, -2304378.977482707, -2664323.1461702273, -3013319.0395546113, -3349932.5586505593, -3672780.486304731, -3980536.1711317333, -4271934.979009224, -4545779.4897307865, -4800944.417462402, -5036381.234783317, -5251122.48131012, -5444285.739198981, -5615077.259189843, -5762795.222292401, -5886832.62371086, -5986679.767156852, -6061926.359300815, -6112263.195755284, -6137483.431662051, -6137483.431662051, -6112263.195755284, -6061926.3593008155, -5986679.767156852, -5886832.62371086, -5762795.222292401, -5615077.259189843, -5444285.739198981, -5251122.481310121, -5036381.234783318, -4800944.417462403, -4545779.4897307865, -4271934.979009224, -3980536.1711317333, -3672780.4863047316, -3349932.5586505593, -3013319.039554613, -2664323.1461702283, -2304378.9774827063, -1934965.6212889706, -1557601.0763085312, -1173836.0144011602, -785247.4085235763, -393432.05260933115, -7.520113151711188e-10], [0, -399538.71294514847, -797435.6356180202, -1192055.7242147303, -1581777.4001454907, -1964999.213448865, -2340146.423493169, -2705677.4699235056, -3060090.307263929, -3401928.577144493, -3729787.592790179, -4042320.11118016, -4338241.869158357, -4616336.86074622, -4875462.333972125, -5114553.4866843475, -5332627.842051501, -5528789.285770582, -5702231.748392848, -5852242.517636094, -5978205.167072289, -6079602.089155998, -6156016.622184805, -6207134.762451632, -6232746.454553313, -6232746.454553313, -6207134.762451632, -6156016.622184806, -6079602.089155998, -5978205.167072289, -5852242.517636094, -5702231.748392848, -5528789.285770582, -5332627.842051502, -5114553.486684348, -4875462.333972126, -4616336.86074622, -4338241.869158357, -4042320.11118016, -3729787.5927901794, -3401928.577144493, -3060090.307263931, -2705677.4699235065, -2340146.4234931683, -1964999.2134488665, -1581777.4001454907, -1192055.7242147317, -797435.6356180205, -399538.71294515044, -7.636836678429099e-10], [0, -404036.5718986367, -806412.870857769, -1205475.4463555287, -1599584.4646705405, -1987120.4473104302, -2366490.9257963216, -2736136.9854574045, -3094539.6713457, -3440226.2299477584, -3771776.1610447494, -4087827.054852558, -4387080.190455823, -4668305.8725307565, -4930348.484426991, -5172131.236844283, -5392660.592590708, -5591030.349240111, -5766425.362912237, -5918124.897873795, -6045505.58819618, -6148043.999299784, -6225318.778858963, -6277012.388229122, -6302912.407281111, -6302912.407281111, -6277012.388229122, -6225318.778858964, -6148043.999299784, -6045505.58819618, -5918124.897873795, -5766425.362912237, -5591030.349240111, -5392660.592590709, -5172131.2368442835, -4930348.484426992, -4668305.8725307565, -4387080.190455823, -4087827.054852558, -3771776.16104475, -3440226.2299477584, -3094539.671345702, -2736136.9854574054, -2366490.925796321, -1987120.4473104316, -1599584.4646705405, -1205475.44635553, -806412.8708577694, -404036.5718986387, -7.722809359216894e-10], [0, -406907.5181792795, -812142.9660849716, -1214041.1443389007, -1610950.567119732, -2001240.2484724557, -2383306.404379519, -2755579.0430533662, -3116528.416369456, -3464671.3059294354, -3798577.117923686, -4116873.7617481514, -4418253.288218941, -4701477.26421608, -4965381.861670846, -5208882.639984936, -5430979.002229506, -5630758.306812573, -5807399.6177190775, -5960177.077913064, -6088462.89203993, -6191729.90617221, -6269553.773998128, -6321614.700551623, -6347698.756318448, -6347698.756318448, -6321614.700551623, -6269553.773998129, -6191729.90617221, -6088462.89203993, -5960177.077913064, -5807399.6177190775, -5630758.306812573, -5430979.002229507, -5208882.639984937, -4965381.861670847, -4701477.26421608, -4418253.288218941, -4116873.7617481514, -3798577.1179236863, -3464671.3059294354, -3116528.4163694577, -2755579.043053367, -2383306.4043795187, -2001240.248472457, -1610950.567119732, -1214041.144338902, -812142.9660849719, -406907.51817928156, -7.777685012432563e-10], [0, -408139.9914996875, -814602.8482285491, -1217718.3271222769, -1615829.9402100968, -2007301.7614791587, -2390525.1492454247, -2763925.3564074053, -3125968.0014197775, -3475165.373396283, -3810082.5454328684, -4129343.2710301266, -4431635.639385369, -4715717.466315512, -4980421.398658341, -5224659.711177043, -5447428.776256524, -5647813.18802456, -5824989.523950873, -5978229.728466938, -6106904.104702476, -6210483.902044971, -6288543.488889341, -6340762.10164952, -6366925.162844813, -6366925.162844813, -6340762.10164952, -6288543.488889342, -6210483.902044971, -6106904.104702476, -5978229.728466938, -5824989.523950873, -5647813.18802456, -5447428.776256525, -5224659.711177044, -4980421.398658342, -4715717.466315512, -4431635.639385369, -4129343.2710301266, -3810082.545432869, -3475165.373396283, -3125968.0014197794, -2763925.3564074063, -2390525.149245424, -2007301.76147916, -1615829.9402100968, -1217718.3271222783, -814602.8482285495, -408139.9914996895, -7.801242673188628e-10], [0, -407729.0291247929, -813782.6122113096, -1216492.1879884275, -1614202.936428344, -2005280.5787570335, -2388118.0930562746, -2761142.317861423, -3122820.4166193088, -3471666.1764424276, -3806246.115276485, -4125185.3723856397, -4427173.357950174, -4710969.1385611845, -4975406.536482136, -5219398.921723327, -5441943.677237598, -5642126.318888843, -5819124.2532634735, -5972210.157883206, -6100754.969929135, -6204230.471195789, -6282211.458653036, -6334377.491696547, -6360514.2089069635, -6360514.2089069635, -6334377.491696547, -6282211.4586530365, -6204230.471195789, -6100754.969929135, -5972210.157883206, -5819124.2532634735, -5642126.318888843, -5441943.677237599, -5219398.921723328, -4975406.536482137, -4710969.1385611845, -4427173.357950174, -4125185.3723856397, -3806246.1152764857, -3471666.1764424276, -3122820.4166193106, -2761142.317861424, -2388118.093056274, -2005280.5787570348, -1614202.936428344, -1216492.1879884289, -813782.61221131, -407729.02912479494, -7.793387483099752e-10], [0, -405676.28585503297, -809685.5608341973, -1210367.664166886, -1606076.1071444626, -1995184.8388955386, -2376094.9281777865, -2747241.133729389, -3107098.3361811214, -3454187.805098983, -3787083.275404732, -4104416.8082050285, -4404884.411945766, -4687251.400793074, -4950357.468222252, -5193121.454966157, -5414545.791730547, -5613720.5984202875, -5789827.4230318265, -5942142.60484804, -6070040.248115342, -6172994.793983587, -6250583.180140123, -6302486.579263576, -6328491.7091537025, -6328491.7091537025, -6302486.579263576, -6250583.180140124, -6172994.793983587, -6070040.248115342, -5942142.60484804, -5789827.4230318265, -5613720.5984202875, -5414545.791730548, -5193121.454966158, -4950357.468222253, -4687251.400793074, -4404884.411945766, -4104416.8082050285, -3787083.2754047327, -3454187.805098983, -3107098.3361811233, -2747241.13372939, -2376094.928177786, -1995184.83889554, -1606076.1071444626, -1210367.6641668873, -809685.5608341977, -405676.285855035, -7.754151072243983e-10], [0, -401990.0273630521, -802328.1914770792, -1199369.4169534696, -1591482.1762316646, -1977055.193875868, -2354504.067651426, -2722277.779173466, -3078865.0673741293, -3422800.638598467, -3752671.1878103693, -4067121.206166113, -4364858.551090957, -4644659.755970145, -4905375.057635659, -5145933.120989698, -5365345.441350397, -5562710.4064296, -5737217.0012511425, -5888148.140785358, -6014883.61660527, -6116902.645456062, -6193786.00926517, -6245217.7777992785, -6270986.606889395, -6270986.606889395, -6245217.7777992785, -6193786.009265171, -6116902.645456062, -6014883.61660527, -5888148.140785358, -5737217.0012511425, -5562710.4064296, -5365345.441350398, -5145933.120989699, -4905375.05763566, -4644659.755970145, -4364858.551090957, -4067121.206166113, -3752671.18781037, -3422800.638598467, -3078865.067374131, -2722277.779173467, -2354504.0676514255, -1977055.1938758695, -1591482.1762316646, -1199369.416953471, -802328.1914770795, -401990.02736305416, -7.683691431799592e-10], [0, -396685.09691075556, -791740.1296696184, -1183541.7324079438, -1570479.9082988992, -1950964.6453797708, -2323432.4502521725, -2686352.772811791, -3038234.2956070625, -3377631.0619824724, -3703148.417824606, -4013448.742495053, -4307256.945400532, -4583365.705613643, -4840640.433013528, -5078023.930560042, -5294540.738543169, -5489301.1429561945, -5661504.8315214105, -5810444.182344928, -5935507.171686821, -6036179.888897957, -6112048.648189086, -6162801.688554483, -6188230.454864791, -6188230.454864791, -6162801.688554483, -6112048.6481890865, -6036179.888897957, -5935507.171686821, -5810444.182344928, -5661504.8315214105, -5489301.1429561945, -5294540.73854317, -5078023.930560043, -4840640.433013529, -4583365.705613643, -4307256.945400532, -4013448.742495053, -3703148.4178246064, -3377631.0619824724, -3038234.2956070644, -2686352.772811792, -2323432.450252172, -1950964.6453797722, -1570479.9082988992, -1183541.7324079452, -791740.1296696188, -396685.09691075754, -7.582292277870356e-10], [0, -389782.8555807324, -777964.0097997233, -1162948.3430296904, -1543153.872066511, -1917018.250837543, -2283005.1904167584, -2639610.771965474, -2985369.626657448, -3318860.95719371, -3638714.3761634203, -3943615.537259689, -4232311.536210478, -4503616.059231, -4756414.257841527, -4989667.330018925, -5202416.788856988, -5393788.401194737, -5562995.780027993, -5709343.615942262, -5832230.534288258, -5931151.566359337, -6005700.224416225, -6055570.172032329, -6080556.482895823, -6080556.482895823, -6055570.172032329, -6005700.224416226, -5931151.566359337, -5832230.534288258, -5709343.615942262, -5562995.780027993, -5393788.401194737, -5202416.788856989, -4989667.3300189255, -4756414.257841527, -4503616.059231, -4232311.536210478, -3943615.537259689, -3638714.3761634207, -3318860.95719371, -2985369.6266574496, -2639610.771965475, -2283005.190416758, -1917018.2508375444, -1543153.872066511, -1162948.3430296918, -777964.0097997236, -389782.8555807343, -7.450361909060946e-10], [0, -381311.09626271576, -761055.3034399144, -1137672.171129428, -1509614.099837855, -1875352.7003988395, -2233385.0744519928, -2582239.9901746265, -2920483.927888891, -3246726.9707016237, -3559628.5159709915, -3857902.784130312, -4140324.1022320893, -4405731.940501059, -4653035.681199974, -4881219.100211814, -5089344.54292267, -5276556.777245676, -5442086.5079531, -5585253.53787545, -5705469.562977543, -5802240.5898259785, -5875168.965514114, -5923955.011703162, -5948398.256064757, -5948398.256064757, -5923955.011703162, -5875168.965514115, -5802240.5898259785, -5705469.562977543, -5585253.53787545, -5442086.5079531, -5276556.777245676, -5089344.542922671, -4881219.100211815, -4653035.681199974, -4405731.940501059, -4140324.1022320893, -3857902.784130312, -3559628.515970992, -3246726.9707016237, -2920483.927888893, -2582239.9901746274, -2233385.0744519923, -1875352.700398841, -1509614.099837855, -1137672.1711294292, -761055.3034399147, -381311.0962627176, -7.28843156240256e-10], [0, -371303.93174142455, -741082.0959828801, -1107814.9949303311, -1469995.6444380416, -1826135.76652968, -2174771.905051754, -2514471.43932886, -2843838.471109331, -3161519.560610575, -3466209.2880934514, -3756655.618111991, -4031665.0443956046, -4290107.494222357, -4530920.9721301785, -4753115.923884016, -4955779.302766446, -5138078.321482482, -5299263.874261203, -5438673.615092048, -5555734.679446649, -5649966.038302051, -5720980.4747921545, -5768486.175364876, -5792287.928906617, -5792287.928906617, -5768486.175364876, -5720980.474792155, -5649966.038302051, -5555734.679446649, -5438673.615092048, -5299263.874261203, -5138078.321482482, -4955779.302766447, -4753115.923884017, -4530920.972130179, -4290107.494222357, -4031665.0443956046, -3756655.618111991, -3466209.288093452, -3161519.560610575, -2843838.4711093325, -2514471.439328861, -2174771.9050517534, -1826135.7665296812, -1469995.6444380416, -1107814.9949303323, -741082.0959828804, -371303.9317414264, -7.097153274248885e-10], [0, -359801.65733641956, -718124.8124856304, -1073497.0387430487, -1424458.0354038787, -1769565.6284519443, -2107401.6967620635, -2436577.9994639414, -2755741.8805216798, -3063581.8270875756, -3358832.858789727, -3640281.7258077227, -3906771.894376393, -4157208.299231127, -4390561.843465937, -4605873.627313384, -4802258.888469405, -4978910.637771403, -5135102.975289817, -5270194.0732066315, -5383628.813223556, -5474941.067662186, -5543755.614882615, -5589789.681149643, -5612854.1026107, -5612854.1026107, -5589789.681149643, -5543755.614882616, -5474941.067662186, -5383628.813223556, -5270194.0732066315, -5135102.975289817, -4978910.637771403, -4802258.888469405, -4605873.627313385, -4390561.843465938, -4157208.299231127, -3906771.894376393, -3640281.7258077227, -3358832.8587897276, -3063581.8270875756, -2755741.8805216816, -2436577.9994639424, -2107401.696762063, -1769565.6284519455, -1424458.0354038787, -1073497.0387430498, -718124.8124856307, -359801.65733642137, -6.87729725475583e-10], [0, -346850.5886470739, -692275.8938261791, -1034856.4888648391, -1373184.6366147324, -1705870.0741455953, -2031545.7256338103, -2348873.3199702045, -2656548.890003094, -2953308.1308190115, -3237931.5950427856, -3509249.7038083803, -3766147.552809325, -4007569.4936796594, -4232523.471879504, -4440085.103259958, -4629401.472555849, -4799694.638197506, -4950264.829039538, -5080493.319870573, -5189844.973887857, -5277870.441689182, -5344208.007745946, -5388585.0767698595, -5410819.293865451, -5410819.293865451, -5388585.0767698595, -5344208.007745947, -5277870.441689182, -5189844.973887857, -5080493.319870573, -4950264.829039538, -4799694.638197506, -4629401.47255585, -4440085.103259958, -4232523.471879505, -4007569.4936796594, -3766147.552809325, -3509249.7038083803, -3237931.595042786, -2953308.1308190115, -2656548.890003096, -2348873.3199702054, -2031545.7256338098, -1705870.0741455965, -1373184.6366147324, -1034856.4888648402, -692275.8938261793, -346850.58864707564, -6.629748786517089e-10], [0, -332502.8750560004, -663639.4244767528, -992048.9371521202, -1316381.9079508993, -1635305.583126875, -1947509.4368898347, -2251710.55663715, -2546658.914716843, -2831142.505059341, -3103992.3235703874, -3364087.1718196175, -3610358.264285405, -3841793.6202238244, -4057442.222114598, -4256417.923596075, -4437903.0908307135, -4601151.962337903, -4745493.713487843, -4870335.213063854, -4975163.460565757, -5059547.69423898, -5123141.161166999, -5165682.54215345, -5186997.025538761, -5186997.025538761, -5165682.54215345, -5123141.1611669995, -5059547.69423898, -4975163.460565757, -4870335.213063854, -4745493.713487843, -4601151.962337903, -4437903.090830714, -4256417.923596076, -4057442.222114599, -3841793.6202238244, -3610358.264285405, -3364087.1718196175, -3103992.323570388, -2831142.505059341, -2546658.9147168444, -2251710.5566371507, -1947509.4368898342, -1635305.583126876, -1316381.9079508993, -992048.9371521213, -663639.424476753, -332502.87505600206, -6.355504659843566e-10], [0, -316816.28974189435, -632330.7133923583, -945246.7545069804, -1254278.57395254, -1558156.2936958186, -1855631.215004824, -2145480.9496197277, -2426514.442808423, -2697576.867665903, -2957554.3705457207, -3205378.6481235423, -3440031.337284661, -3660548.1997964685, -3866023.084570186, -4055611.6512300544, -4228534.839689046, -4384082.071473879, -4521614.169644369, -4640565.985308593, -4740448.719940901, -4820851.933959911, -4881445.233312782, -4921979.6271352535, -4942288.550908505, -4942288.550908505, -4921979.6271352535, -4881445.233312783, -4820851.933959911, -4740448.719940901, -4640565.985308593, -4521614.169644369, -4384082.071473879, -4228534.839689047, -4055611.651230055, -3866023.084570187, -3660548.1997964685, -3440031.337284661, -3205378.6481235423, -2957554.3705457207, -2697576.867665903, -2426514.4428084246, -2145480.9496197286, -1855631.2150048239, -1558156.2936958198, -1254278.57395254, -945246.7545069815, -632330.7133923585, -316816.2897418959, -6.055669159040621e-10], [0, -299853.99704733264, -598475.8297023172, -894638.3968003922, -1187124.7028266797, -1474732.8588116025, -1756281.021150462, -2030612.2480523172, -2296599.2536619636, -2553149.0403193184, -2799207.3899212494, -3033763.1959298914, -3255852.618226293, -3464563.043736206, -3659036.836552965, -3838474.8621473876, -4002139.77118297, -4149359.0294424742, -4279527.681415278, -4392110.836189338, -4486645.865432676, -4562744.30443243, -4620093.448379688, -4658457.637340617, -4677679.224633684, -4677679.224633684, -4658457.637340617, -4620093.448379689, -4562744.30443243, -4486645.865432676, -4392110.836189338, -4279527.681415278, -4149359.0294424742, -4002139.771182971, -3838474.862147388, -3659036.8365529655, -3464563.043736206, -3255852.618226293, -3033763.1959298914, -2799207.3899212494, -2553149.0403193184, -2296599.253661965, -2030612.2480523179, -1756281.0211504619, -1474732.8588116036, -1187124.7028266797, -894638.3968003932, -598475.8297023175, -299853.99704733415, -5.73144961584491e-10], [0, -281684.2981382615, -562211.0950743804, -840427.6460269372, -1115190.6995108041, -1385371.1952027266, -1649858.9034923716, -1907566.9876539416, -2157436.4698914057, -2398440.5829054145, -2629588.989100374, -2849931.8500940497, -3058563.7298072246, -3254627.3150947588, -3437316.9386291993, -3605881.8895606413, -3759629.4983486384, -3897927.9830899234, -4020209.045645761, -4125970.206900905, -4214776.871558058, -4286264.113983177, -4340138.177763168, -4376177.682814011, -4394234.535079002, -4394234.535079002, -4376177.682814011, -4340138.177763168, -4286264.113983177, -4214776.871558058, -4125970.206900905, -4020209.045645761, -3897927.9830899234, -3759629.498348639, -3605881.8895606417, -3437316.9386291998, -3254627.3150947588, -3058563.7298072246, -2849931.8500940497, -2629588.989100374, -2398440.5829054145, -2157436.469891407, -1907566.9876539423, -1649858.9034923713, -1385371.1952027276, -1115190.6995108041, -840427.6460269381, -562211.0950743806, -281684.2981382629, -5.384151547925625e-10], [0, -262380.3559793053, -523682.5347954818, -782832.7897466323, -1038766.2168476069, -1290431.1307489001, -1536793.3863373366, -1776840.6282601655, -2009586.4509103536, -2234074.4517788095, -2449382.161517439, -2654624.8345635673, -2848959.0847492325, -3031586.3509558556, -3201756.178573169, -3358769.303278178, -3501980.524462261, -3630801.3564988617, -3744702.4469571603, -3843215.751824756, -3925936.45880091, -3992524.650757122, -4042706.7025295203, -4076276.4053033576, -4093095.813969256, -4093095.813969256, -4076276.4053033576, -4042706.7025295207, -3992524.650757122, -3925936.45880091, -3843215.751824756, -3744702.4469571603, -3630801.3564988617, -3501980.5244622612, -3358769.3032781784, -3201756.1785731693, -3031586.3509558556, -2848959.0847492325, -2654624.8345635673, -2449382.1615174394, -2234074.4517788095, -2009586.4509103547, -1776840.628260166, -1536793.3863373364, -1290431.130748901, -1038766.2168476069, -782832.7897466333, -523682.534795482, -262380.3559793066, -5.015173402025581e-10], [0, -242019.9007323321, -483045.28977944923, -722085.7421179729, -958158.9892552277, -1190294.9555811742, -1417539.7446171704, -1638959.5587812134, -1853644.5365625008, -2060712.4913375473, -2259312.5364642446, -2448628.5817575906, -2627882.6869793115, -2796338.258561165, -2953303.076425916, -3098132.1384681095, -3230230.3110060776, -3349054.7743138936, -3454117.253184057, -3544986.0233550603, -3621287.68555898, -3682708.6998991654, -3728996.674252926, -3759961.4014049037, -3775475.6406493164, -3775475.6406493164, -3759961.4014049037, -3728996.6742529264, -3682708.6998991654, -3621287.68555898, -3544986.0233550603, -3454117.253184057, -3349054.7743138936, -3230230.311006078, -3098132.13846811, -2953303.0764259165, -2796338.258561165, -2627882.6869793115, -2448628.5817575906, -2259312.5364642446, -2060712.4913375473, -1853644.536562502, -1638959.5587812138, -1417539.7446171702, -1190294.9555811752, -958158.9892552277, -722085.7421179737, -483045.2897794494, -242019.90073233334, -4.6260009229097827e-10], [0, -220684.91676452546, -440462.9918692993, -658431.1100614669, -873693.5935893614, -1085365.8827345094, -1292578.1706572494, -1494478.977619611, -1690238.6498981977, -1879052.7690092998, -2060145.4572369875, -2232772.565881074, -2396224.733123741, -2549830.2989494093, -2692958.065139811, -2825019.8890028596, -2945473.1001771297, -3053822.7305807737, -3149623.548341539, -3232481.887350037, -3302057.2649182235, -3358063.780895799, -3400271.2924952507, -3428506.3599979356, -3442652.95945508, -3442652.95945508, -3428506.3599979356, -3400271.292495251, -3358063.780895799, -3302057.2649182235, -3232481.887350037, -3149623.548341539, -3053822.7305807737, -2945473.10017713, -2825019.8890028605, -2692958.0651398115, -2549830.2989494093, -2396224.733123741, -2232772.565881074, -2060145.4572369878, -1879052.7690092998, -1690238.6498981987, -1494478.9776196114, -1292578.1706572492, -1085365.88273451, -873693.5935893614, -658431.1100614676, -440462.9918692995, -220684.91676452657, -4.218201170795621e-10], [0, -198461.31252627462, -396107.1049495608, -592125.2083139017, -785710.1421868218, -976066.4245511994, -1162411.8406115046, -1343980.6570821793, -1520026.7687499563, -1689826.7643802206, -1852682.8993689422, -2007925.9629249212, -2154918.0280004735, -2293055.0726705035, -2421769.462188161, -2540532.2815177664, -2648855.5087601496, -2746294.0205393126, -2832447.42110986, -2906961.6876690006, -2969530.625112182, -3019897.1242544563, -3057854.2183472672, -3083245.9335492165, -3095967.929856033, -3095967.929856033, -3083245.9335492165, -3057854.2183472677, -3019897.1242544563, -2969530.625112182, -2906961.6876690006, -2832447.42110986, -2746294.0205393126, -2648855.50876015, -2540532.281517767, -2421769.4621881614, -2293055.0726705035, -2154918.0280004735, -2007925.9629249212, -1852682.8993689425, -1689826.7643802206, -1520026.7687499572, -1343980.6570821798, -1162411.8406115044, -976066.4245512, -785710.1421868218, -592125.2083139024, -396107.10494956095, -198461.3125262756, -3.7934162113544905e-10], [0, -175438.57462816403, -350156.23452172475, -523435.027339359, -694562.9133531944, -862836.691372784, -1027564.8883496328, -1188070.6007882757, -1343694.276287935, -1493796.4237848087, -1637760.2413580227, -1774994.1508010265, -1904934.2285433374, -2027046.5229334529, -2140829.2483607195, -2245814.8472000384, -2341571.911106438, -2427706.9537645015, -2503866.0278080385, -2569736.1792657333, -2625046.7335561435, -2669570.4077476133, -2703124.2445125906, -2725570.3639385346, -2736816.530106045, -2736816.530106045, -2725570.3639385346, -2703124.244512591, -2669570.4077476133, -2625046.7335561435, -2569736.1792657333, -2503866.0278080385, -2427706.9537645015, -2341571.9111064384, -2245814.847200039, -2140829.24836072, -2027046.5229334529, -1904934.2285433374, -1774994.1508010265, -1637760.241358023, -1493796.4237848087, -1343694.2762879357, -1188070.6007882762, -1027564.8883496326, -862836.6913727846, -694562.9133531944, -523435.02733935957, -350156.23452172487, -175438.5746281649, -3.3533565036928487e-10], [0, -151709.40750997758, -302795.4085229308, -452637.158252852, -600618.9248091461, -746132.6193710441, -888580.2949550016, -1027376.6035071135, -1161951.2012238242, -1291751.0922169553, -1416242.9008924267, -1534915.0637049812, -1647279.9312825236, -1752875.7722819885, -1851268.670742473, -1942054.3091389923, -2024859.6298099163, -2099344.367930923, -2165202.4497361467, -2222163.250240936, -2269992.7052979623, -2308494.2734170114, -2337509.7433961206, -2356919.8844453488, -2366644.93613166, -2366644.93613166, -2356919.8844453488, -2337509.743396121, -2308494.2734170114, -2269992.7052979623, -2222163.250240936, -2165202.4497361467, -2099344.367930923, -2024859.6298099165, -1942054.3091389926, -1851268.6707424736, -1752875.7722819885, -1647279.9312825236, -1534915.0637049812, -1416242.9008924267, -1291751.0922169553, -1161951.2012238249, -1027376.6035071139, -888580.2949550014, -746132.6193710447, -600618.9248091461, -452637.1582528525, -302795.408522931, -151709.40750997834, -2.899794012937119e-10], [0, -127369.36015263815, -254215.3322837671, -380016.6790855243, -504256.45583959686, -626424.1346539542, -746017.7023314628, -862545.7232497962, -975529.3587758186, -1084504.33491624, -1189022.8501190406, -1288655.4153861, -1382992.6191356184, -1471646.809562122, -1554253.6875808844, -1630473.8038110062, -1699993.9534457345, -1762528.463278195, -1817820.3655938753, -1865642.4541060852, -1905798.2175953216, -1938122.647416023, -1962482.9155524878, -1978778.9204376827, -1986943.6982920512, -1986943.6982920512, -1978778.9204376827, -1962482.915552488, -1938122.647416023, -1905798.2175953216, -1865642.4541060852, -1817820.3655938753, -1762528.463278195, -1699993.9534457347, -1630473.8038110065, -1554253.6875808847, -1471646.809562122, -1382992.6191356184, -1288655.4153861, -1189022.8501190406, -1084504.33491624, -975529.3587758192, -862545.7232497964, -746017.7023314626, -626424.1346539547, -504256.45583959686, -380016.6790855247, -254215.33228376717, -127369.3601526388, -2.434555075155513e-10], [0, -102516.4413361864, -204611.6206252147, -305866.0068760391, -405863.52409655694, -504193.2610391093, -600451.1597229366, -694241.6757950925, -785179.4039070338, -872890.6614278674, -957015.023986434, -1037206.8065323615, -1113136.4838300853, -1184492.044548724, -1250980.2733835655, -1312327.9559406468, -1368283.001433304, -1418615.4785772888, -1463118.5604277332, -1501609.3742754334, -1533929.7531100349, -1559946.8855622073, -1579553.8616540467, -1592670.112115109, -1599241.7394588226, -1599241.7394588226, -1592670.112115109, -1579553.861654047, -1559946.8855622073, -1533929.7531100349, -1501609.3742754334, -1463118.5604277332, -1418615.4785772888, -1368283.0014333043, -1312327.955940647, -1250980.2733835657, -1184492.044548724, -1113136.4838300853, -1037206.8065323615, -957015.0239864341, -872890.6614278674, -785179.4039070343, -694241.6757950927, -600451.1597229365, -504193.26103910967, -405863.52409655694, -305866.00687603944, -204611.6206252148, -102516.44133618691, -1.9595130433473053e-10], [0, -77250.72499301298, -154184.01018680114, -230483.72021036528, -305836.32318898203, -379932.17911392974, -452466.8122197014, -523142.16214023554, -591667.8087028934, -657762.1653272443, -721153.6361247236, -781581.7319443965, -838798.140778754, -892567.7481310146, -942669.6031510236, -988897.8265696891, -1031062.4567010611, -1068990.2300356452, -1102525.2932173274, -1131529.8434782461, -1155884.6948999225, -1175489.7681737654, -1190264.5018484176, -1200148.18337404, -1205100.1985832003, -1205100.1985832003, -1200148.18337404, -1190264.5018484178, -1175489.7681737654, -1155884.6948999225, -1131529.8434782461, -1102525.2932173274, -1068990.2300356452, -1031062.4567010612, -988897.8265696892, -942669.6031510237, -892567.7481310146, -838798.140778754, -781581.7319443965, -721153.6361247237, -657762.1653272443, -591667.8087028938, -523142.1621402357, -452466.8122197013, -379932.17911393, -305836.32318898203, -230483.72021036554, -154184.0101868012, -77250.72499301337, -1.4765807441114567e-10], [0, -51673.94724545472, -103135.55515765095, -154173.3569511972, -204577.6273509496, -254141.24439815353, -302660.54055899946, -349936.1396382061, -395773.7760585728, -439985.0931399061, -482388.41709702107, -522809.50357629335, -561082.2536630838, -597049.3964178066, -630563.1351359548, -661485.7546764611, -689690.1873627523, -715060.5351310888, -737492.5457805678, -756894.0413677796, -773185.2969857483, -786299.3683706766, -796182.3669902841, -802793.6814833466, -806106.1445404891, -806106.1445404891, -802793.6814833466, -796182.3669902842, -786299.3683706766, -773185.2969857483, -756894.0413677796, -737492.5457805678, -715060.5351310888, -689690.1873627524, -661485.7546764612, -630563.135135955, -597049.3964178066, -561082.2536630838, -522809.50357629335, -482388.4170970211, -439985.0931399061, -395773.77605857304, -349936.1396382062, -302660.5405589994, -254141.2443981537, -204577.6273509496, -154173.35695119738, -103135.55515765099, -51673.947245454976, -9.87702775369044e-11], [0, -25889.096750336343, -51671.80964893172, -77242.19199811123, -102495.16961197226, -127326.97258875279, -151635.56172361615, -175321.04780963119, -198286.1021039496, -220436.35627248744, -241680.79016965145, -261932.10585964145, -281107.08634239365, -299126.937510084, -315917.61192901863, -331410.1131164216, -345540.7790617829, -358251.5438277147, -369490.1761553432, -379210.4940937552, -387372.55477154005, -393942.8185306162, -398894.28674788045, -402206.6127783416, -403866.1855638485, -403866.1855638485, -402206.6127783416, -398894.2867478805, -393942.8185306162, -387372.55477154005, -379210.4940937552, -369490.1761553432, -358251.5438277147, -345540.77906178293, -331410.1131164217, -315917.6119290187, -299126.937510084, -281107.08634239365, -261932.10585964145, -241680.79016965147, -220436.35627248744, -198286.10210394973, -175321.04780963124, -151635.56172361612, -127326.97258875288, -102495.16961197226, -77242.19199811133, -51671.80964893174, -25889.09675033647, -4.9484767615375316e-11], [0, -9.997805130870371e-11, -1.9954527135935522e-10, -2.982925170876647e-10, -3.9581401487971656e-10, -4.917090279827879e-10, -5.855835032186222e-10, -6.770516902324636e-10, -7.657377266240077e-10, -8.512771824466266e-10, -9.333185577281892e-10, -1.011524726859844e-09, -1.0855743239174581e-09, -1.155163063223133e-09, -1.2200049897203243e-09, -1.279833654024505e-09, -1.334403207320841e-09, -1.3834894116097057e-09, -1.4268905611487177e-09, -1.4644283113049045e-09, -1.4959484114110514e-09, -1.5213213386147825e-09, -1.5404428301157415e-09, -1.5532343116038043e-09, -1.559643220137772e-09, -1.559643220137772e-09, -1.5532343116038043e-09, -1.5404428301157417e-09, -1.5213213386147825e-09, -1.4959484114110514e-09, -1.4644283113049045e-09, -1.4268905611487177e-09, -1.3834894116097057e-09, -1.3344032073208413e-09, -1.2798336540245052e-09, -1.2200049897203245e-09, -1.155163063223133e-09, -1.0855743239174581e-09, -1.011524726859844e-09, -9.333185577281894e-10, -8.512771824466266e-10, -7.657377266240081e-10, -6.770516902324638e-10, -5.85583503218622e-10, -4.917090279827882e-10, -3.9581401487971656e-10, -2.9829251708766505e-10, -1.995452713593553e-10, -9.99780513087042e-11, -1.910993915067739e-25]], "type": "surface", "scene": "scene", "showscale": false, "x": [[0, 408191.37149712193, 814705.3970919877, 1217871.623456443, 1616033.3540874713, 2007554.4570284872, 2390826.0880864924, 2764273.3019179627, 3126361.523817088, 3475602.8556124056, 3810562.189759537, 4129863.10650592, 4432193.529894812, 4716311.119366835, 4981048.374803818, 5225317.434037206, 5448114.54310706, 5648524.180902383, 5825722.821233741, 5978982.316879024, 6107672.891696565, 6211265.728510398, 6289335.142133461, 6341560.328599342, 6367726.683414582, 6367726.683414582, 6341560.328599342, 6289335.142133462, 6211265.728510398, 6107672.891696565, 5978982.316879024, 5825722.821233741, 5648524.180902383, 5448114.543107061, 5225317.434037207, 4981048.374803819, 4716311.119366835, 4432193.529894812, 4129863.10650592, 3810562.1897595376, 3475602.8556124056, 3126361.52381709, 2764273.3019179637, 2390826.088086492, 2007554.4570284886, 1616033.3540874713, 1217871.6234564444, 814705.397091988, 408191.37149712397, 7.802224757367787e-10], [0, 407369.550204913, 813065.1315475396, 1215419.6538627138, 1612779.7561134675, 2003512.6004061785, 2386012.5816717152, 2758707.9254410695, 3120067.146603792, 3468605.3426088155, 3802890.295247547, 4121548.355945695, 4423270.090379913, 4706815.659224301, 4971019.912916143, 5214797.179505386, 5437145.7259135535, 5637151.874269843, 5813993.756409471, 5966944.6911062645, 6095376.170161678, 6198760.44107981, 6276672.6757156, 6328792.715984809, 6354906.389462254, 6354906.389462254, 6328792.715984809, 6276672.675715601, 6198760.44107981, 6095376.170161678, 5966944.6911062645, 5813993.756409471, 5637151.874269843, 5437145.725913554, 5214797.179505387, 4971019.912916144, 4706815.659224301, 4423270.090379913, 4121548.355945695, 3802890.2952475473, 3468605.3426088155, 3120067.146603794, 2758707.9254410705, 2386012.581671715, 2003512.60040618, 1612779.7561134675, 1215419.6538627152, 813065.13154754, 407369.55020491505, 7.786516354692133e-10], [0, 404907.39551257325, 808150.9396846214, 1208073.6182976728, 1603032.0632821599, 1991403.305669322, 2371591.444718819, 2742034.2058171974, 3101209.3601993797, 3447640.9801131818, 3779905.503723027, 4096637.584830887, 4396535.70337667, 4678367.513663327, 4940974.908329658, 5183278.777261868, 5404283.441888497, 5603080.746637246, 5778853.790741009, 5930880.285058367, 6058535.520114589, 6161294.933166866, 6238736.263745141, 6290541.288810957, 6316497.130404173, 6316497.130404173, 6290541.288810957, 6238736.263745142, 6161294.933166866, 6058535.520114589, 5930880.285058367, 5778853.790741009, 5603080.746637246, 5404283.441888498, 5183278.777261869, 4940974.908329659, 4678367.513663327, 4396535.70337667, 4096637.584830887, 3779905.5037230277, 3447640.9801131818, 3101209.3601993816, 2742034.2058171984, 2371591.4447188186, 1991403.3056693233, 1603032.0632821599, 1208073.6182976742, 808150.9396846218, 404907.3955125752, 7.739454398858562e-10], [0, 400814.8216480465, 799982.6092194316, 1195863.0966538028, 1586829.526112193, 1971275.3326739229, 2347620.7460564626, 2714319.282230386, 3069864.098253964, 3412794.1842140327, 3741700.3668291094, 4055231.1000446733, 4352098.01882581, 4631081.233325494, 4891034.341673635, 5130889.140788263, 5349660.015851121, 5546447.9904103745, 5720444.420467667, 5870934.31736978, 5997299.285850356, 6099020.065148712, 6175678.66276367, 6226960.072074414, 6252653.5667702565, 6252653.5667702565, 6226960.072074414, 6175678.662763671, 6099020.065148712, 5997299.285850356, 5870934.31736978, 5720444.420467667, 5546447.9904103745, 5349660.015851122, 5130889.140788264, 4891034.341673636, 4631081.233325494, 4352098.01882581, 4055231.1000446733, 3741700.36682911, 3412794.1842140327, 3069864.098253966, 2714319.282230387, 2347620.746056462, 1971275.3326739243, 1586829.526112193, 1195863.0966538042, 799982.609219432, 400814.82164804847, 7.661228391752989e-10], [0, 395108.3079618368, 788593.0311357923, 1178837.2563921362, 1564237.3865021658, 1943209.7296631914, 2314197.0072278506, 2675674.7528961096, 3026157.5770742837, 3364205.2706594956, 3688428.7231677994, 3997495.630887127, 4290135.971599015, 4565147.223372323, 4821399.3059837865, 5057839.224660054, 5273495.397059081, 5467481.645710379, 5639000.8395083165, 5787348.169294829, 5911914.044071418, 6012186.595939333, 6087753.7834745515, 6138305.084894383, 6163632.774058071, 6163632.774058071, 6138305.084894383, 6087753.783474552, 6012186.595939333, 5911914.044071418, 5787348.169294829, 5639000.8395083165, 5467481.645710379, 5273495.397059082, 5057839.224660055, 4821399.305983787, 4565147.223372323, 4290135.971599015, 3997495.630887127, 3688428.7231678, 3364205.2706594956, 3026157.5770742856, 2675674.7528961105, 2314197.00722785, 1943209.7296631925, 1564237.3865021658, 1178837.2563921374, 788593.0311357925, 395108.3079618388, 7.55215332189665e-10], [0, 387810.8325704801, 774028.0672447655, 1157064.6545622426, 1535346.615024533, 1907319.5069148717, 2271454.813832546, 2626256.2256946526, 2970265.7873951863, 3302069.8898553, 3620305.078846228, 3923663.657715173, 4210899.060991351, 4480830.9767908985, 4732350.196971583, 4964423.175106977, 5176096.273550425, 5366499.682136686, 5534850.9924184745, 5680458.412750602, 5802723.611010227, 5901144.173271902, 5975315.668334145, 6024933.309614014, 6049793.207580536, 6049793.207580536, 6024933.309614014, 5975315.668334146, 5901144.173271902, 5802723.611010227, 5680458.412750602, 5534850.9924184745, 5366499.682136686, 5176096.273550426, 4964423.175106978, 4732350.196971584, 4480830.9767908985, 4210899.060991351, 3923663.657715173, 3620305.0788462283, 3302069.8898553, 2970265.787395188, 2626256.2256946536, 2271454.8138325457, 1907319.506914873, 1535346.615024533, 1157064.654562244, 774028.0672447658, 387810.83257048205, 7.41266839609849e-10], [0, 378951.7798317789, 756346.3655153272, 1130632.9617471865, 1500273.5446192166, 1863749.1816887406, 2219566.2735977597, 2566262.691593093, 2902413.7857270488, 3226638.2390496484, 3537603.7437362606, 3834032.4758262374, 4114706.3460756573, 4378472.005347308, 4624245.583969688, 4851017.145589969, 5057854.837219106, 5243908.71841565, 5408414.253873331, 5550695.455060628, 5670167.658002639, 5766339.925790769, 5838817.065947789, 5887301.254358497, 5911593.259092887, 5911593.259092887, 5887301.254358497, 5838817.06594779, 5766339.925790769, 5670167.658002639, 5550695.455060628, 5408414.253873331, 5243908.71841565, 5057854.837219107, 4851017.14558997, 4624245.583969689, 4378472.005347308, 4114706.3460756573, 3834032.4758262374, 3537603.743736261, 3226638.2390496484, 2902413.7857270506, 2566262.691593094, 2219566.273597759, 1863749.1816887418, 1500273.5446192166, 1130632.961747188, 756346.3655153275, 378951.77983178076, 7.243335270924361e-10], [0, 368566.8220243645, 735619.1239196956, 1099648.6090450336, 1459159.402161918, 1812674.1963066095, 2158740.3233612813, 2495935.7233789144, 2822874.7881326494, 3138214.054877205, 3440657.726925466, 3728962.9983550226, 4001945.160964283, 4258482.472492596, 4497520.766099812, 4718077.782163945, 4919247.2045966545, 5100202.385090462, 5260199.73999395, 5398581.8058565, 5514779.941086617, 5608316.662622223, 5678807.608010962, 5725963.114837972, 5749589.411010876, 5749589.411010876, 5725963.114837972, 5678807.608010963, 5608316.662622223, 5514779.941086617, 5398581.8058565, 5260199.73999395, 5100202.385090462, 4919247.204596655, 4718077.782163946, 4497520.766099813, 4258482.472492596, 4001945.160964283, 3728962.9983550226, 3440657.7269254667, 3138214.054877205, 2822874.7881326512, 2495935.7233789153, 2158740.323361281, 1812674.196306611, 1459159.402161918, 1099648.6090450347, 735619.1239196958, 368566.82202436635, 7.04483579110427e-10], [0, 356697.7757080212, 711929.8037442252, 1064236.3595083803, 1412169.739793332, 1754300.211708014, 2089221.887756572, 2415558.5029316493, 2731969.070082506, 3037153.3903188664, 3329857.395807047, 3608878.303003685, 3873069.5551513126, 4121345.5337260086, 4352686.019476781, 4566140.3847253, 4760831.49969894, 4935959.336845165, 5090804.258316334, 5224729.973115995, 5337186.151755055, 5427710.687673716, 5495931.596136432, 5541568.5427969955, 5564433.99565248, 5564433.99565248, 5541568.5427969955, 5495931.596136433, 5427710.687673716, 5337186.151755055, 5224729.973115995, 5090804.258316334, 4935959.336845165, 4760831.499698941, 4566140.3847253, 4352686.019476782, 4121345.5337260086, 3873069.5551513126, 3608878.303003685, 3329857.3958070474, 3037153.3903188664, 2731969.0700825076, 2415558.5029316503, 2089221.8877565716, 1754300.211708015, 1412169.739793332, 1064236.3595083817, 711929.8037442255, 356697.77570802293, 6.817969243984295e-10], [0, 343392.433343159, 685373.7935202649, 1024538.8057675787, 1359493.7682991084, 1688862.2793261986, 2011290.8929877146, 2325454.6809494006, 2630062.6768186004, 2923863.181002078, 3205648.9042081325, 3474261.928457262, 3728598.465215514, 3967613.3910983326, 4190324.5425067255, 4395816.751548162, 4583245.606657751, 4751840.922466484, 4900909.90465812, 5029839.99680964, 5138101.397516971, 5225249.237462613, 5290925.407479074, 5334860.030096263, 5356872.568525898, 5356872.568525898, 5334860.030096263, 5290925.407479074, 5225249.237462613, 5138101.397516971, 5029839.99680964, 4900909.90465812, 4751840.922466484, 4583245.606657752, 4395816.751548163, 4190324.542506726, 3967613.3910983326, 3728598.465215514, 3474261.928457262, 3205648.904208133, 2923863.181002078, 2630062.676818602, 2325454.680949401, 2011290.8929877141, 1688862.2793261998, 1359493.7682991084, 1024538.8057675798, 685373.7935202653, 343392.43334316066, 6.563649141078557e-10], [0, 328704.3708474434, 656058.0249282083, 980715.7958605383, 1301343.5952247984, 1616623.8946189545, 1925261.1396653831, 2225987.073721708, 2517565.9494193792, 2798799.6066146847, 3068532.395885777, 3325655.92734404, 3569113.6252458873, 3797905.0696891267, 4011090.1075529316, 4207792.715788671, 4387204.601186528, 4548588.521825674, 4691281.31655946, 4814696.630086817, 4918327.322411958, 5001747.552791407, 5064614.52960495, 5106669.918959937, 5127740.906240654, 5127740.906240654, 5106669.918959937, 5064614.52960495, 5001747.552791407, 4918327.322411958, 4814696.630086817, 4691281.31655946, 4548588.521825674, 4387204.601186529, 4207792.715788672, 4011090.107552932, 3797905.0696891267, 3569113.6252458873, 3325655.92734404, 3068532.3958857777, 2798799.6066146847, 2517565.9494193806, 2225987.0737217083, 1925261.139665383, 1616623.8946189557, 1301343.5952247984, 980715.7958605394, 656058.0249282086, 328704.37084744504, 6.28289953968076e-10], [0, 312692.73186448467, 624100.5422213576, 932943.7895810965, 1237953.370793631, 1537875.9360654098, 1831479.0392425417, 2117556.2021964043, 2394931.872501061, 2662466.2540303348, 2919059.990624578, 3163658.68358094, 3395257.224403809, 3612903.925011211, 3815704.4284252813, 4002825.3838769183, 4173497.8712228527, 4327020.560603447, 4462762.594357522, 4580166.1793518085, 4678748.879072573, 4758105.596060742, 4817910.236544246, 4857917.050427286, 4877961.64113018, 4877961.64113018, 4857917.050427286, 4817910.236544247, 4758105.596060742, 4678748.879072573, 4580166.1793518085, 4462762.594357522, 4327020.560603447, 4173497.8712228537, 4002825.3838769193, 3815704.428425282, 3612903.925011211, 3395257.224403809, 3163658.68358094, 2919059.990624578, 2662466.2540303348, 2394931.872501062, 2117556.2021964053, 1831479.0392425414, 1537875.936065411, 1237953.370793631, 932943.7895810975, 624100.5422213578, 312692.7318644862, 5.976850919346911e-10], [0, 295421.9896132589, 589630.0269033789, 881415.147937709, 1169578.3450662063, 1452935.4939010588, 1730322.2191377855, 2000598.679223123, 2262654.2502084617, 2515412.0895418795, 2757833.5610451684, 2988922.502892679, 3207729.3210539375, 3413354.891379203, 3604954.254293464, 3781740.0869165706, 3942985.938341832, 4088029.214778616, 4216273.902292358, 4327193.015953665, 4420330.765332426, 4495304.427438461, 4551805.919412375, 4589603.064504118, 4608540.546137041, 4608540.546137041, 4589603.064504118, 4551805.919412376, 4495304.427438461, 4420330.765332426, 4327193.015953665, 4216273.902292358, 4088029.214778616, 3942985.9383418327, 3781740.0869165715, 3604954.254293465, 3413354.891379203, 3207729.3210539375, 2988922.502892679, 2757833.561045169, 2515412.0895418795, 2262654.250208463, 2000598.6792231237, 1730322.219137785, 1452935.4939010597, 1169578.3450662063, 881415.14793771, 589630.0269033792, 295421.9896132604, 5.646735629853141e-10], [0, 276961.68727721093, 552785.2795733042, 826337.3585835603, 1096493.8401385888, 1362144.593307297, 1622198.0021630062, 1875585.4514674477, 2121265.7178399917, 2358229.2483678614, 2585502.3090756005, 2802150.9862068417, 3007285.0238762572, 3200061.4823219506, 3379688.201725748, 3545427.057367808, 3696596.992739425, 3832576.818150308, 3952807.7633302617, 4056795.773536085, 4144113.539728484, 4214402.254476572, 4267373.086374567, 4302808.366911993, 4320562.484920277, 4320562.484920277, 4302808.366911993, 4267373.086374568, 4214402.254476572, 4144113.539728484, 4056795.773536085, 3952807.7633302617, 3832576.818150308, 3696596.992739426, 3545427.057367809, 3379688.201725749, 3200061.4823219506, 3007285.0238762572, 2802150.9862068417, 2585502.309075601, 2358229.2483678614, 2121265.7178399926, 1875585.4514674484, 1622198.002163006, 1362144.593307298, 1096493.8401385888, 826337.3585835613, 552785.2795733045, 276961.68727721233, 5.293882928958106e-10], [0, 257386.15797839937, 513714.66102450783, 767932.2003370174, 1018994.1415174016, 1265868.817196733, 1507541.7663781934, 1743019.9030749109, 1971335.5971132969, 2191550.650332985, 2402760.1518443143, 2604096.1965012792, 2794731.451309938, 2973882.5551171475, 3140813.3376095737, 3294837.8443954135, 3435323.155738131, 3561691.9873594157, 3673425.0626241043, 3770063.2463592663, 3851209.431539107, 3916530.1710829213, 3965757.0480606686, 3998687.7786757164, 4015187.0434923456, 4015187.0434923456, 3998687.7786757164, 3965757.048060669, 3916530.1710829213, 3851209.431539107, 3770063.2463592663, 3673425.0626241043, 3561691.9873594157, 3435323.155738132, 3294837.844395414, 3140813.337609574, 2973882.5551171475, 2794731.451309938, 2604096.1965012792, 2402760.1518443148, 2191550.650332985, 1971335.597113298, 1743019.9030749116, 1507541.766378193, 1265868.817196734, 1018994.1415174016, 767932.2003370184, 513714.661024508, 257386.15797840065, 4.91971362995115e-10], [0, 236774.2254642494, 472575.4948481542, 706434.8501566022, 937391.3131359564, 1164495.834139829, 1386815.1919776478, 1603435.8287207051, 1813467.6037076418, 2016047.4513233632, 2210342.927520775, 2395555.630511932, 2570924.4815722443, 2735728.8524762043, 2889291.5267133415, 3030981.4823161247, 3160216.4848645814, 3276465.4800124196, 3379250.7757032453, 3468150.0051096887, 3542797.8622292927, 3602887.6030052383, 3648172.305803468, 3678465.8860666463, 3693643.860975518, 3693643.860975518, 3678465.8860666463, 3648172.3058034685, 3602887.6030052383, 3542797.8622292927, 3468150.0051096887, 3379250.7757032453, 3276465.4800124196, 3160216.484864582, 3030981.482316125, 2889291.5267133424, 2735728.8524762043, 2570924.4815722443, 2395555.630511932, 2210342.927520775, 2016047.4513233632, 1813467.603707643, 1603435.8287207056, 1386815.1919776476, 1164495.8341398297, 937391.3131359564, 706434.850156603, 472575.49484815437, 236774.2254642506, 4.52573438053865e-10], [0, 215208.8867121424, 429533.43394662323, 642092.9361663848, 852013.9407829356, 1058433.8373603923, 1260504.402266789, 1457395.2842069254, 1648297.416313947, 1832426.340778648, 2009025.4323548719, 2177369.0074949455, 2336765.3063390353, 2486559.3353047916, 2626135.5585964755, 2754920.427573576, 2872384.737585198, 2978045.802585489, 3071469.438594134, 3152271.747851468, 3220120.696336711, 3274737.4781669825, 3315897.6612704797, 3343432.1096259994, 3357227.6782791265, 3357227.6782791265, 3343432.1096259994, 3315897.66127048, 3274737.4781669825, 3220120.696336711, 3152271.747851468, 3071469.438594134, 2978045.802585489, 2872384.7375851986, 2754920.4275735766, 2626135.5585964764, 2486559.3353047916, 2336765.3063390353, 2177369.0074949455, 2009025.432354872, 1832426.340778648, 1648297.4163139479, 1457395.284206926, 1260504.4022667888, 1058433.837360393, 852013.9407829356, 642092.9361663855, 429533.4339466234, 215208.8867121435, 4.1135315961054703e-10], [0, 192776.97772988118, 384761.7935077383, 575165.5405449263, 763205.8090033934, 948109.9010855331, 1129118.0062151763, 1305486.3232622286, 1476490.1169810581, 1641426.696103076, 1799618.300845884, 1950414.8879736012, 2093196.8019639533, 2227377.3213057294, 2352405.0694633233, 2467766.2806011876, 2572986.910757854, 2667634.5857942556, 2751320.3781118044, 2823700.404839321, 2884477.2409215155, 2933401.141302336, 2970271.067180973, 2994935.512123418, 3007293.124634895, 3007293.124634895, 2994935.512123418, 2970271.0671809735, 2933401.141302336, 2884477.2409215155, 2823700.404839321, 2751320.3781118044, 2667634.5857942556, 2572986.9107578546, 2467766.280601188, 2352405.069463324, 2227377.3213057294, 2093196.8019639533, 1950414.8879736012, 1799618.300845884, 1641426.696103076, 1476490.116981059, 1305486.323262229, 1129118.006215176, 948109.9010855338, 763205.8090033934, 575165.5405449269, 384761.79350773845, 192776.97772988214, 3.6847650717801184e-10], [0, 169568.82389773475, 338440.8531256751, 505922.1562927868, 671324.516799729, 833968.260868484, 993185.0504676995, 1148320.629657018, 1298737.5130650732, 1443817.6054536211, 1582964.741603455, 1715607.136085168, 1841199.7328481302, 1959226.4449727153, 2069202.2753821532, 2170675.3097995496, 2263228.573760586, 2346481.7460510335, 2420092.721528201, 2483759.016904349, 2537219.013715398, 2580253.0333673186, 2612684.239842593, 2634379.366357343, 2645249.262983128, 2645249.262983128, 2634379.366357343, 2612684.2398425937, 2580253.0333673186, 2537219.013715398, 2483759.016904349, 2420092.721528201, 2346481.7460510335, 2263228.5737605863, 2170675.30979955, 2069202.2753821537, 1959226.4449727153, 1841199.7328481302, 1715607.136085168, 1582964.741603455, 1443817.6054536211, 1298737.5130650739, 1148320.6296570185, 993185.0504676993, 833968.2608684846, 671324.516799729, 505922.15629278735, 338440.85312567523, 169568.82389773562, 3.2411612990255796e-10], [0, 145677.87626001195, 290757.1308786651, 434641.60207932885, 576740.0377067173, 716468.5248088187, 853252.8890604641, 986531.0541687894, 1115755.3515652874, 1240394.7708934317, 1359937.1420441307, 1473891.2397725682, 1581788.8022481008, 1683186.4552425616, 1777667.5340500686, 1864843.7956516736, 1944357.014089206, 2015880.4524925747, 2079120.20571165, 2133816.4080355708, 2179744.301036689, 2216715.1571511617, 2244577.0552009894, 2263215.504670729, 2272553.916173572, 2272553.916173572, 2263215.504670729, 2244577.05520099, 2216715.1571511617, 2179744.301036689, 2133816.4080355708, 2079120.20571165, 2015880.4524925747, 1944357.0140892062, 1864843.795651674, 1777667.534050069, 1683186.4552425616, 1581788.8022481008, 1473891.2397725682, 1359937.142044131, 1240394.7708934317, 1115755.3515652881, 986531.0541687898, 853252.889060464, 716468.5248088193, 576740.0377067173, 434641.6020793294, 290757.1308786652, 145677.87626001268, 2.7845065136675493e-10], [0, 121200.33523068874, 241902.63228652423, 361610.89953834255, 479833.23003866296, 596083.8228728496, 709884.9794192726, 820769.0663154114, 928280.4370636473, 1031977.3043804596, 1131433.5555951349, 1226240.5036381332, 1316008.5664239193, 1400368.8677273171, 1478974.7529750434, 1551503.2137237056, 1617656.2149707812, 1677161.9198443724, 1729775.806639219, 1775281.6736088386, 1813492.5273848742, 1844251.3513729584, 1867431.7509675766, 1882938.472934615, 1890707.796827329, 1890707.796827329, 1882938.472934615, 1867431.7509675769, 1844251.3513729584, 1813492.5273848742, 1775281.6736088386, 1729775.806639219, 1677161.9198443724, 1617656.2149707815, 1551503.2137237058, 1478974.7529750436, 1400368.8677273171, 1316008.5664239193, 1226240.5036381332, 1131433.555595135, 1031977.3043804596, 928280.4370636478, 820769.0663154116, 709884.9794192725, 596083.82287285, 479833.23003866296, 361610.89953834296, 241902.63228652434, 121200.33523068935, 2.3166395033532022e-10], [0, 96234.76322829464, 192074.07717219225, 287124.11753322906, 380994.3033073916, 473298.9017662424, 563658.6135154397, 651702.1311173086, 737067.6648727476, 819404.4294927064, 898374.0855501808, 973652.1297894922, 1044929.2285797718, 1111912.4890332003, 1174326.662564711, 1231915.2759474637, 1284441.6852163502, 1331690.0480888055, 1373466.2109070444, 1409598.5064570878, 1439938.4593861676, 1464361.396319799, 1482766.9581714175, 1495079.5125393947, 1501248.4644967976, 1501248.4644967976, 1495079.5125393947, 1482766.9581714175, 1464361.396319799, 1439938.4593861676, 1409598.5064570878, 1373466.2109070444, 1331690.0480888055, 1284441.6852163505, 1231915.275947464, 1174326.6625647112, 1111912.4890332003, 1044929.2285797718, 973652.1297894922, 898374.0855501809, 819404.4294927064, 737067.6648727481, 651702.1311173087, 563658.6135154396, 473298.90176624275, 380994.3033073916, 287124.11753322935, 192074.07717219234, 96234.76322829512, 1.839444203402329e-10], [0, 70881.68779984022, 141472.10754043655, 211481.18804547738, 280621.2469862667, 348608.1730301208, 415162.59331477544, 480011.02145140275, 542886.981338845, 603532.1021710737, 661697.1801382515, 717143.2024586411, 769642.3295333937, 818978.8311883316, 864949.9731555084, 907366.8501518016, 946055.1621312421, 980855.9305212897, 1011626.1514998877, 1038239.3836288439, 1060586.2674288198, 1078574.9747608895, 1092131.5861680603, 1101200.3946261762, 1105744.134456029, 1105744.134456029, 1101200.3946261762, 1092131.5861680605, 1078574.9747608895, 1060586.2674288198, 1038239.3836288439, 1011626.1514998877, 980855.9305212897, 946055.1621312423, 907366.8501518018, 864949.9731555085, 818978.8311883316, 769642.3295333937, 717143.2024586411, 661697.1801382516, 603532.1021710737, 542886.9813388453, 480011.0214514029, 415162.5933147754, 348608.173030121, 280621.2469862667, 211481.18804547764, 141472.1075404366, 70881.68779984058, 1.3548421108647247e-10], [0, 45243.196831865884, 90300.47966331436, 134986.69845443414, 179118.22794704858, 222513.72222028926, 264994.859879883, 306387.0768190112, 346520.2835396681, 385229.5640868928, 422355.85372380214, 457746.5925627139, 491256.3524664492, 522747.4346437426, 552090.435483112, 579164.7783000541, 603859.208812506, 626072.2523085533, 645712.6306277877, 662699.6372428477, 676963.4688998504, 688445.5124549349, 697098.5857282426, 702887.1313856156, 705787.3630513079, 705787.3630513079, 702887.1313856156, 697098.5857282428, 688445.5124549349, 676963.4688998504, 662699.6372428477, 645712.6306277877, 626072.2523085533, 603859.2088125062, 579164.7783000543, 552090.4354831121, 522747.4346437426, 491256.3524664492, 457746.5925627139, 422355.8537238022, 385229.5640868928, 346520.28353966825, 306387.07681901124, 264994.85987988295, 222513.7222202894, 179118.22794704858, 134986.69845443428, 90300.47966331439, 45243.19683186611, 8.647845473297487e-11], [0, 19422.52747855402, 38765.243625579584, 57948.66507142897, 76893.96302255016, 95523.28718590837, 113760.08567253881, 131529.41956567898, 148758.2708608517, 165375.8425125082, 181313.8493542738, 196506.798697344, 210892.25945399064, 224411.11868029303, 237007.82448390417, 248630.61429869197, 259231.72758822693, 268767.6021040707, 277199.05289239896, 284491.43331338203, 290614.7774116593, 295543.9230528778, 299258.61532029934, 301743.5897465981, 302988.63503883104, 302988.63503883104, 301743.5897465981, 299258.61532029934, 295543.9230528778, 290614.7774116593, 284491.43331338203, 277199.05289239896, 268767.6021040707, 259231.72758822696, 248630.614298692, 237007.8244839042, 224411.11868029303, 210892.25945399064, 196506.798697344, 181313.84935427384, 165375.8425125082, 148758.2708608518, 131529.419565679, 113760.0856725388, 95523.28718590843, 76893.96302255016, 57948.66507142904, 38765.243625579606, 19422.527478554115, 3.71244801642993e-11], [0, -6476.349537853935, -12926.08636628421, -19322.707133198594, -25639.926751794977, -31851.7864116212, -37932.76024889531, -43857.86023775516, -49602.73887141654, -55143.78921130116, -60458.24189301086, -65524.25869052995, -70321.02225418024, -74828.82165357613, -79029.13337406557, -82904.69743382503, -86439.58830882706, -89619.2803742346, -92430.70759330904, -94862.31720855799, -96904.11721449372, -98547.71741692715, -99786.3639100753, -100614.96682980907, -101030.12126899642, -101030.12126899642, -100614.96682980907, -99786.36391007532, -98547.71741692715, -96904.11721449372, -94862.31720855799, -92430.70759330904, -89619.2803742346, -86439.58830882708, -82904.69743382504, -79029.13337406558, -74828.82165357613, -70321.02225418024, -65524.25869052995, -60458.24189301087, -55143.78921130116, -49602.73887141657, -43857.86023775517, -37932.760248895305, -31851.786411621222, -25639.926751794977, -19322.707133198615, -12926.086366284215, -6476.349537853967, -1.2378981583143943e-11], [0, -32349.148580460165, -64565.36757053262, -96516.27361602985, -128070.57359056301, -159098.6041071607, -189472.8643329385, -219068.53991737033, -247764.0158812272, -275441.37635861343, -301986.8891385521, -327291.47301503597, -351251.1460251002, -373767.4527330127, -394747.86880477815, -414106.18121047236, -431762.84249207546, -447645.2976410394, -461688.2822423811, -473834.0906601629, -484032.8131623283, -492242.5410104969, -498429.5386719594, -502568.3824462182, -504642.0649364254, -504642.0649364254, -502568.3824462182, -498429.5386719595, -492242.5410104969, -484032.8131623283, -473834.0906601629, -461688.2822423811, -447645.2976410394, -431762.8424920756, -414106.1812104725, -394747.8688047782, -373767.4527330127, -351251.1460251002, -327291.47301503597, -301986.8891385522, -275441.37635861343, -247764.01588122736, -219068.53991737042, -189472.86433293848, -159098.60410716082, -128070.57359056301, -96516.27361602997, -64565.367570532646, -32349.148580460325, -6.183259754083629e-11], [0, -58091.68901916331, -115944.66682751867, -173321.20312982672, -229985.5254311928, -285704.78787682165, -340250.0280655798, -393397.1079056144, -444927.63464584976, -494629.85829864704, -542299.5417659233, -587740.8000931964, -630766.9054028804, -671201.0541991869, -708877.0938916145, -743640.2055515816, -775347.5400966132, -803868.8052878623, -829086.8011288655, -850897.9014654692, -869212.4798079235, -883955.2776253552, -895065.7135992115, -902498.1325648954, -906221.9931186278, -906221.9931186278, -902498.1325648954, -895065.7135992117, -883955.2776253552, -869212.4798079235, -850897.9014654692, -829086.8011288655, -803868.8052878623, -775347.5400966133, -743640.2055515817, -708877.0938916146, -671201.0541991869, -630766.9054028804, -587740.8000931964, -542299.5417659234, -494629.85829864704, -444927.63464585, -393397.10790561454, -340250.02806557977, -285704.7878768218, -229985.5254311928, -173321.20312982693, -115944.66682751871, -58091.6890191636, -1.110372354516617e-10], [0, -83600.31472928592, -166857.09783313796, -249428.2293312584, -330974.4067328692, -411160.53930342715, -489657.1250243282, -566141.6045873803, -640299.6868601895, -711826.6403758383, -780428.545539847, -845823.5024088345, -907742.7890778518, -965931.9659163305, -1020151.9211151022, -1070179.853248111, -1115810.1868112646, -1156855.4169762766, -1193146.880088224, -1224535.446740686, -1250892.1345804606, -1272108.6383237229, -1288097.7748056657, -1298793.841234826, -1304152.885179947, -1304152.885179947, -1298793.841234826, -1288097.7748056657, -1272108.6383237229, -1250892.1345804606, -1224535.446740686, -1193146.880088224, -1156855.4169762766, -1115810.1868112648, -1070179.8532481112, -1020151.9211151024, -965931.9659163305, -907742.7890778518, -845823.5024088345, -780428.5455398471, -711826.6403758383, -640299.6868601899, -566141.6045873805, -489657.12502432807, -411160.53930342745, -330974.4067328692, -249428.22933125868, -166857.09783313802, -83600.31472928634, -1.597947656052236e-10], [0, -108772.31147820386, -217097.65419695614, -324530.89608731243, -430630.5709139869, -534960.6923548081, -637092.5455620347, -736606.4488436246, -833093.478225328, -926157.1478070131, -1015415.039008274, -1100500.372008407, -1181063.5129233678, -1256773.4105263974, -1327318.9566085231, -1392410.2643889212, -1451779.8597218797, -1505183.7802054381, -1552402.5776752238, -1593242.2199640337, -1627534.8882216266, -1655139.6665183783, -1675943.1208990605, -1689859.7655072971, -1696832.4138652806, -1696832.4138652806, -1689859.7655072971, -1675943.1208990607, -1655139.6665183783, -1627534.8882216266, -1593242.2199640337, -1552402.5776752238, -1505183.7802054381, -1451779.85972188, -1392410.2643889214, -1327318.9566085234, -1256773.4105263974, -1181063.5129233678, -1100500.372008407, -1015415.0390082741, -926157.1478070131, -833093.4782253285, -736606.4488436248, -637092.5455620346, -534960.6923548084, -430630.5709139869, -324530.8960873128, -217097.65419695625, -108772.3114782044, -2.079088586362601e-10], [0, -133506.3205193087, -266464.0349305877, -398326.79146598064, -528552.737774411, -656606.7475091196, -781962.6192766076, -904105.2389110323, -1022532.6961888059, -1136758.3472853643, -1246312.8144990262, -1350745.9150246514, -1449628.51085135, -1542554.27218262, -1629141.3471326379, -1709033.9308375646, -1781903.7275340513, -1847451.29959695, -1905407.2979927436, -1955533.5690925014, -1997624.1332962227, -2031506.0314471973, -2057040.035558278, -2074121.220929546, -2082679.3973064076, -2082679.3973064076, -2074121.220929546, -2057040.0355582782, -2031506.0314471973, -1997624.1332962227, -1955533.5690925014, -1905407.2979927436, -1847451.29959695, -1781903.7275340515, -1709033.930837565, -1629141.347132638, -1542554.27218262, -1449628.51085135, -1350745.9150246514, -1246312.8144990264, -1136758.3472853643, -1022532.6961888064, -904105.2389110326, -781962.6192766075, -656606.74750912, -528552.737774411, -398326.7914659811, -266464.0349305878, -133506.32051930937, -2.5518577607370465e-10], [0, -157702.74672790617, -314757.4590423743, -470518.76544237416, -624346.6093092124, -775608.8790364716, -923684.005512187, -1067963.516279655, -1207854.5358812741, -1342782.2221109718, -1472192.1281641321, -1595552.4809784447, -1712356.3664034829, -1822123.8122196803, -1924403.7604471354, -2018775.920839601, -2104852.4979472593, -2182279.784651408, -2250739.615622878, -2309950.67473162, -2359669.651035024, -2399692.2385947723, -2429853.9760137633, -2450030.922243271, -2460140.165883296, -2460140.165883296, -2450030.922243271, -2429853.976013764, -2399692.2385947723, -2359669.651035024, -2309950.67473162, -2250739.615622878, -2182279.784651408, -2104852.49794726, -2018775.9208396012, -1924403.7604471357, -1822123.8122196803, -1712356.3664034829, -1595552.4809784447, -1472192.1281641321, -1342782.2221109718, -1207854.5358812748, -1067963.5162796555, -923684.0055121869, -775608.8790364722, -624346.6093092124, -470518.7654423747, -314757.4590423744, -157702.74672790695, -3.0143515045712984e-10], [0, -181264.15963563207, -361783.4659582811, -540816.1264169975, -717626.4574075709, -891487.9073542644, -1061686.0422660827, -1227521.481499288, -1388312.7716624804, -1543399.1868547564, -1692143.4437301587, -1833934.3202316433, -1968189.167233618, -2094356.3027721772, -2211917.279024628, -2320389.0127227977, -2419325.770245807, -2508320.999235126, -2587008.999205421, -2655066.4242862915, -2712213.611919807, -2758215.7320539486, -2792883.752109661, -2816075.21375627, -2827694.818303314, -2827694.818303314, -2816075.21375627, -2792883.7521096617, -2758215.7320539486, -2712213.611919807, -2655066.4242862915, -2587008.999205421, -2508320.999235126, -2419325.7702458072, -2320389.012722798, -2211917.279024628, -2094356.3027721772, -1968189.167233618, -1833934.3202316433, -1692143.443730159, -1543399.1868547564, -1388312.7716624814, -1227521.4814992885, -1061686.0422660827, -891487.9073542651, -717626.4574075709, -540816.1264169981, -361783.4659582812, -181264.15963563297, -3.464707518793221e-10], [0, -204095.68574856088, -407352.69854599365, -608935.8117282212, -808016.6770437353, -1003777.2285142432, -1195413.0440432457, -1382136.6509589807, -1563180.7619085433, -1737801.427806202, -1905281.0948797676, -2064931.5532529592, -2216096.764947405, -2358155.5596834165, -2490524.187401908, -2612658.717018602, -2724057.2715535285, -2824262.0904511902, -2912861.410616869, -2989491.1584395105, -3053836.445848281, -3105632.864255198, -3144667.5710667293, -3170780.1642996697, -3183863.3417072897, -3183863.3417072897, -3170780.1642996697, -3144667.5710667297, -3105632.864255198, -3053836.445848281, -2989491.1584395105, -2912861.410616869, -2824262.0904511902, -2724057.271553529, -2612658.7170186024, -2490524.1874019084, -2358155.5596834165, -2216096.764947405, -2064931.5532529592, -1905281.0948797679, -1737801.427806202, -1563180.7619085442, -1382136.6509589811, -1195413.0440432455, -1003777.2285142438, -808016.6770437353, -608935.811728222, -407352.69854599383, -204095.6857485619, -3.901112378683892e-10], [0, -226105.39056928092, -451281.66558925854, -674603.5274457163, -895153.2987058965, -1112024.693051914, -1324326.5394056323, -1531186.4439417813, -1731754.374941311, -1925206.1557540589, -2110746.8515173877, -2287614.0357140517, -2455080.923146295, -2612459.3564521233, -2759102.6338915154, -2894408.166782588, -3017819.9556677467, -3128830.8750347164, -3226984.7572040497, -3311878.2668199725, -3383162.5582418717, -3440544.7090258617, -3483788.9236059384, -3512717.502228539, -3527211.57115894, -3527211.57115894, -3512717.502228539, -3483788.923605939, -3440544.7090258617, -3383162.5582418717, -3311878.2668199725, -3226984.7572040497, -3128830.8750347164, -3017819.955667747, -2894408.1667825887, -2759102.633891516, -2612459.3564521233, -2455080.923146295, -2287614.0357140517, -2110746.851517388, -1925206.1557540589, -1731754.3749413122, -1531186.443941782, -1324326.539405632, -1112024.6930519147, -895153.2987058965, -674603.527445717, -451281.6655892587, -226105.39056928206, -4.3218088358989116e-10], [0, -247204.64878466702, -493393.480642247, -737554.8528552984, -978685.4539729473, -1215794.4266328502, -1447907.4392066316, -1674070.6895375417, -1893354.824318105, -2104858.758002209, -2307713.3755588946, -2501085.103852442, -2684179.3369731866, -2856243.7014436466, -3016571.147882522, -3164502.8564222665, -3299430.9439412374, -3420800.9619858363, -3528114.1751181297, -3620929.610326746, -3698865.8690795633, -3761602.6945720925, -3808882.287731377, -3840510.3665676853, -3856356.964520876, -3856356.964520876, -3840510.3665676853, -3808882.2877313774, -3761602.6945720925, -3698865.8690795633, -3620929.610326746, -3528114.1751181297, -3420800.9619858363, -3299430.943941238, -3164502.856422267, -3016571.147882523, -2856243.7014436466, -2684179.3369731866, -2501085.103852442, -2307713.375558895, -2104858.758002209, -1893354.824318106, -1674070.6895375424, -1447907.4392066314, -1215794.426632851, -978685.4539729473, -737554.8528552993, -493393.4806422472, -247204.64878466824, -4.725102894287261e-10], [0, -267308.50112873776, -533518.5742888439, -797536.305187822, -1058276.788337782, -1314668.5851648033, -1565658.126779855, -1810214.0433193534, -2047331.402065158, -2276035.8369286684, -2495387.5523300827, -2704485.1850200216, -2902469.5079744603, -3088526.961142874, -3261892.9945409973, -3421855.209950698, -3567756.2883170703, -3698996.6908134245, -3815037.1224749237, -3915400.748277278, -3999675.1525541334, -4067514.033701515, -4118638.627205392, -4152838.851144868, -4169974.1694638487, -4169974.1694638487, -4152838.851144868, -4118638.6272053923, -4067514.033701515, -3999675.1525541334, -3915400.748277278, -3815037.1224749237, -3698996.6908134245, -3567756.288317071, -3421855.2099506985, -3261892.994540998, -3088526.961142874, -2902469.5079744603, -2704485.1850200216, -2495387.552330083, -2276035.8369286684, -2047331.402065159, -1810214.043319354, -1565658.1267798548, -1314668.5851648042, -1058276.788337782, -797536.3051878229, -533518.5742888441, -267308.5011287391, -5.109370631015943e-10], [0, -286335.99648363277, -571495.3769388357, -854306.3603048233, -1133606.8155881783, -1408249.0373083823, -1677104.461665815, -1939068.3040524842, -2193064.098848955, -2438048.122852481, -2673013.6841595243, -2896995.2588787186, -3109072.4586756458, -3308373.812845924, -3494080.349375261, -3665428.960271131, -3821715.5373371993, -3962297.865504938, -4086598.2618330903, -4194105.9493307923, -4284379.155849789, -4357046.929420952, -4411810.662575489, -4448445.319387084, -4466800.360192788, -4466800.360192788, -4448445.319387084, -4411810.662575489, -4357046.929420952, -4284379.155849789, -4194105.9493307923, -4086598.2618330903, -3962297.865504938, -3821715.5373372003, -3665428.9602711312, -3494080.349375262, -3308373.812845924, -3109072.4586756458, -2896995.2588787186, -2673013.6841595243, -2438048.122852481, -2193064.0988489557, -1939068.304052485, -1677104.4616658147, -1408249.0373083835, -1133606.8155881783, -854306.3603048242, -571495.376938836, -286335.9964836342, -5.473064735534047e-10], [0, -304210.5178411941, -607170.9694116274, -907636.4252309839, -1204372.2082916633, -1496158.967611444, -1781797.6888082172, -2060114.6211072716, -2329966.100534996, -2590243.249479461, -2839876.5333063803, -3077840.1553063374, -3303156.2719134977, -3514899.0108745666, -3712198.2758564795, -3894243.3218588647, -4060286.0867391587, -4209644.265160408, -4341704.112330249, -4455922.966009914, -4551831.476429765, -4629035.534948178, -4687217.893528478, -4726139.4683791865, -4745640.322400587, -4745640.322400587, -4726139.4683791865, -4687217.893528479, -4629035.534948178, -4551831.476429765, -4455922.966009914, -4341704.112330249, -4209644.265160408, -4060286.086739159, -3894243.321858865, -3712198.27585648, -3514899.0108745666, -3303156.2719134977, -3077840.1553063374, -2839876.5333063803, -2590243.249479461, -2329966.1005349974, -2060114.6211072723, -1781797.6888082167, -1496158.967611445, -1204372.2082916633, -907636.4252309849, -607170.9694116276, -304210.51784119563, -5.814720740046252e-10], [0, -320860.09081261547, -640401.6986878084, -957311.7586173596, -1270288.0191880234, -1578044.3938119183, -1879316.245532179, -2172865.5836874777, -2457486.1510811984, -2732008.3807510003, -2995304.2019703365, -3246291.67573304, -3483939.4406727753, -3707270.9511481198, -3915368.490078072, -4107376.940038386, -4282507.297122491, -4440039.9131277865, -4579327.452744463, -4699797.553595157, -4800955.178194714, -4882384.648165412, -4943751.352348575, -4984803.1217936, -5005371.265974257, -5005371.265974257, -4984803.1217936, -4943751.352348576, -4882384.648165412, -4800955.178194714, -4699797.553595157, -4579327.452744463, -4440039.9131277865, -4282507.2971224915, -4107376.9400383867, -3915368.490078073, -3707270.9511481198, -3483939.4406727753, -3246291.67573304, -2995304.201970337, -2732008.3807510003, -2457486.1510811998, -2172865.5836874787, -1879316.2455321788, -1578044.3938119195, -1270288.0191880234, -957311.7586173606, -640401.6986878086, -320860.09081261704, -6.132962916407742e-10], [0, -336217.67344390426, -671053.7563491628, -1003132.3354290033, -1331088.8285713547, -1653575.5921994483, -1969267.459028342, -2276867.183461543, -2575110.7722514216, -2862772.6785185905, -3138670.837786913, -3401671.5253399853, -3650694.0149391815, -3884715.019759582, -4102772.8972950326, -4303971.600953471, -4487484.362104578, -4652557.087449421, -4798511.457751568, -4924747.715196335, -5030747.127924288, -5116074.121611725, -5180378.069339001, -5223394.732391752, -5244947.34607445, -5244947.34607445, -5223394.732391752, -5180378.069339001, -5116074.121611725, -5030747.127924288, -4924747.715196335, -4798511.457751568, -4652557.087449421, -4487484.362104579, -4303971.600953472, -4102772.8972950336, -3884715.019759582, -3650694.0149391815, -3401671.5253399853, -3138670.8377869134, -2862772.6785185905, -2575110.772251423, -2276867.183461544, -1969267.4590283418, -1653575.5921994494, -1331088.8285713547, -1003132.3354290045, -671053.756349163, -336217.6734439059, -6.426509815695905e-10], [0, -350221.4261701672, -699003.7173779409, -1044913.6523751817, -1386529.8130415368, -1722448.4252963925, -2051289.1275076766, -2371700.642693894, -2682366.331211089, -2982009.6011075648, -3269399.153914036, -3543354.044313155, -3802748.532897132, -4046516.7120724325, -4273656.886102715, -4483235.687291474, -4674391.911390113, -4846340.05647093, -4998373.550723026, -5129867.655907436, -5240282.034540561, -5329162.970256788, -5396145.232226357, -5440953.575967186, -5463403.874383483, -5463403.874383483, -5440953.575967186, -5396145.232226358, -5329162.970256788, -5240282.034540561, -5129867.655907436, -4998373.550723026, -4846340.05647093, -4674391.911390114, -4483235.687291475, -4273656.8861027155, -4046516.7120724325, -3802748.532897132, -3543354.044313155, -3269399.153914036, -2982009.6011075648, -2682366.331211091, -2371700.642693895, -2051289.1275076764, -1722448.4252963937, -1386529.8130415368, -1044913.6523751828, -699003.7173779412, -350221.42617016897, -6.694179428152855e-10], [0, -362814.96082171286, -724139.0371458443, -1082487.4708390073, -1436387.7313216582, -1784385.5665121065, -2125050.978660253, -2456984.1005150788, -2778820.947679451, -3089239.0235145856, -3386962.7535624052, -3670768.727154605, -3939490.724669504, -4192024.5097786244, -4427332.366990629, -4644447.365846853, -4842477.334245976, -5020608.524570554, -5178108.957550518, -5314331.43012302, -5428716.17492863, -5520793.160515489, -5590184.022799372, -5636603.61984286, -5659861.203564728, -5659861.203564728, -5636603.61984286, -5590184.022799372, -5520793.160515489, -5428716.17492863, -5314331.43012302, -5178108.957550518, -5020608.524570554, -4842477.334245977, -4644447.365846854, -4427332.36699063, -4192024.5097786244, -3939490.724669504, -3670768.727154605, -3386962.7535624057, -3089239.0235145856, -2778820.947679453, -2456984.1005150797, -2125050.9786602524, -1784385.5665121078, -1436387.7313216582, -1082487.4708390087, -724139.0371458447, -362814.96082171466, -6.934893942721548e-10], [0, -373947.5676793092, -746358.5045915225, -1115702.4943149723, -1480461.8231718468, -1839137.6168392436, -2190255.999545266, -2532374.1505407183, -2864086.232959047, -3184029.170701577, -3490888.249609579, -3783402.5199067537, -4060369.9777123355, -4320652.504332868, -4563180.543036043, -4786957.494088724, -4991063.809999033, -5174660.774134227, -5336993.947187247, -5477396.267329664, -5595290.791311808, -5690193.065246341, -5761713.115333191, -5809557.050345551, -5833528.269291962, -5833528.269291962, -5809557.050345551, -5761713.115333192, -5690193.065246341, -5595290.791311808, -5477396.267329664, -5336993.947187247, -5174660.774134227, -4991063.809999034, -4786957.494088725, -4563180.543036044, -4320652.504332868, -4060369.9777123355, -3783402.5199067537, -3490888.2496095793, -3184029.170701577, -2864086.232959049, -2532374.1505407193, -2190255.9995452655, -1839137.6168392447, -1480461.8231718468, -1115702.4943149735, -746358.5045915229, -373947.5676793111, -7.147684087010507e-10], [0, -383574.41966432484, -765572.649761794, -1144424.9776265738, -1518574.6177798975, -1886484.1090955304, -2246641.632557317, -2597567.223647807, -2937818.8538399055, -3265998.3562014084, -3580757.170762829, -3880801.886039581, -4164899.553937202, -4431882.7561995415, -4680654.401580789, -4910192.234028719, -5119553.033354094, -5307876.491124737, -5474388.74585741, -5618405.562980652, -5739335.146501392, -5836680.570821631, -5910041.822712305, -5959117.445053462, -5983705.775586208, -5983705.775586208, -5959117.445053462, -5910041.822712306, -5836680.570821631, -5739335.146501392, -5618405.562980652, -5474388.74585741, -5307876.491124737, -5119553.033354095, -4910192.23402872, -4680654.40158079, -4431882.7561995415, -4164899.553937202, -3880801.886039581, -3580757.1707628295, -3265998.3562014084, -2937818.853839907, -2597567.2236478077, -2246641.6325573167, -1886484.1090955317, -1518574.6177798975, -1144424.9776265752, -765572.6497617944, -383574.41966432676, -7.331693030211634e-10], [0, -391656.75284155353, -781704.1040755712, -1168539.2654709378, -1550572.6483735978, -1926234.3956673008, -2293980.832653225, -2652300.8103404315, -2999721.915081209, -3334816.5190345854, -3656207.646595349, -3962574.632682171, -4252658.549633709, -4525267.3804124035, -4779280.916858175, -5013655.362864033, -5227427.623558181, -5419719.262867421, -5589740.113199401, -5736791.522410751, -5860269.224718593, -5959665.823758259, -6034572.877583792, -6084682.577043512, -6109789.010633838, -6109789.010633838, -6084682.577043512, -6034572.877583793, -5959665.823758259, -5860269.224718593, -5736791.522410751, -5589740.113199401, -5419719.262867421, -5227427.623558182, -5013655.362864034, -4779280.916858176, -4525267.3804124035, -4252658.549633709, -3962574.632682171, -3656207.6465953495, -3334816.5190345854, -2999721.915081211, -2652300.8103404325, -2293980.8326532245, -1926234.3956673022, -1550572.6483735978, -1168539.2654709392, -781704.1040755714, -391656.75284155546, -7.486179833255468e-10], [0, -398162.0225078997, -794687.9118598284, -1187948.2581219028, -1576327.0701772517, -1958228.4161801464, -2332082.981582279, -2696354.517782859, -3049546.1549036386, -3390206.552748321, -3716935.8646707353, -4028391.4898449746, -4323293.590300176, -4600430.3500492675, -4858662.954700791, -5096930.271091513, -5314253.2077102065, -5509738.73799468, -5682583.56996948, -5832077.447144924, -5957606.067113358, -6058653.605849531, -6134804.837342143, -6185746.839846608, -6211270.281747606, -6211270.281747606, -6185746.839846608, -6134804.837342144, -6058653.605849531, -5957606.067113358, -5832077.447144924, -5682583.56996948, -5509738.73799468, -5314253.207710207, -5096930.271091514, -4858662.954700792, -4600430.3500492675, -4323293.590300176, -4028391.4898449746, -3716935.864670736, -3390206.552748321, -3049546.1549036405, -2696354.51778286, -2332082.9815822784, -1958228.4161801478, -1576327.0701772517, -1187948.2581219042, -794687.9118598287, -398162.02250790165, -7.610522432311308e-10], [0, -403064.0342384113, -804471.7919031729, -1202573.8024163463, -1595734.1792241186, -1982337.3420055516, -2360794.6554386574, -2729550.9572437, -3087090.948678584, -3431945.4212264162, -3762697.293888445, -4077987.4362738472, -4376520.253558039, -4657069.010359708, -4918480.871659642, -5159681.640047086, -5379680.169827336, -5577572.43985199, -5752545.268335754, -5903879.654394836, -6030953.732575796, -6133245.328234082, -6210334.103261657, -6261903.283346444, -6287740.959665917, -6287740.959665917, -6261903.283346444, -6210334.103261658, -6133245.328234082, -6030953.732575796, -5903879.654394836, -5752545.268335754, -5577572.43985199, -5379680.169827337, -5159681.640047087, -4918480.871659643, -4657069.010359708, -4376520.253558039, -4077987.4362738472, -3762697.2938884455, -3431945.4212264162, -3087090.9486785857, -2729550.957243701, -2360794.655438657, -1982337.342005553, -1595734.1792241186, -1202573.8024163474, -804471.7919031732, -403064.0342384133, -7.704220143618699e-10], [0, -406343.0493619842, -811016.3479738293, -1212357.006449389, -1608715.8299356855, -1998464.0950083132, -2380000.2424453474, -2751756.458377723, -3112205.116772715, -3459865.056776984, -3793307.66912423, -4111162.7665971, -4412124.2144203745, -4694955.29744892, -4958493.802095495, -5201656.792115674, -5423445.058625167, -5622947.226063454, -5799343.497231446, -5951909.022014038, -6080016.875944691, -6183140.636372557, -6260856.545646061, -6312845.25242399, -6338893.123958645, -6338893.123958645, -6312845.25242399, -6260856.545646062, -6183140.636372557, -6080016.875944691, -5951909.022014038, -5799343.497231446, -5622947.226063454, -5423445.058625168, -5201656.792115675, -4958493.802095496, -4694955.29744892, -4412124.2144203745, -4111162.7665971, -3793307.6691242303, -3459865.056776984, -3112205.116772717, -2751756.458377724, -2380000.242445347, -1998464.0950083146, -1608715.8299356855, -1212357.0064493904, -811016.3479738296, -406343.0493619862, -7.76689567956423e-10], [0, -407985.86444202357, -814295.2274543615, -1217258.4767113111, -1615219.749786329, -2006543.7384459255, -2389622.4084819653, -2762881.607469154, -3124787.533295005, -3473853.036881724, -3808643.733200756, -4127783.895468547, -4429962.108302989, -4713936.656610521, -4978540.628059799, -5222686.708174764, -5445371.648343053, -5645680.388379745, -5822789.816705938, -5975972.15269079, -6104597.937258226, -6208138.619469319, -6286168.728451452, -6338367.621749418, -6364520.802914022, -6364520.802914022, -6338367.621749418, -6286168.728451453, -6208138.619469319, -6104597.937258226, -5975972.15269079, -5822789.816705938, -5645680.388379745, -5445371.648343054, -5222686.708174765, -4978540.6280598, -4713936.656610521, -4429962.108302989, -4127783.895468547, -3808643.7332007564, -3473853.036881724, -3124787.533295007, -2762881.607469155, -2389622.408481965, -2006543.738445927, -1615219.749786329, -1217258.4767113125, -814295.2274543619, -407985.8644420256, -7.798296667885589e-10], [0, -407985.8644420236, -814295.2274543616, -1217258.4767113111, -1615219.7497863292, -2006543.7384459258, -2389622.408481966, -2762881.6074691545, -3124787.5332950056, -3473853.0368817244, -3808643.7332007564, -4127783.8954685475, -4429962.108302989, -4713936.6566105215, -4978540.6280598, -5222686.708174764, -5445371.648343053, -5645680.388379745, -5822789.816705939, -5975972.15269079, -6104597.937258227, -6208138.6194693195, -6286168.728451453, -6338367.621749418, -6364520.8029140225, -6364520.8029140225, -6338367.621749418, -6286168.728451454, -6208138.6194693195, -6104597.937258227, -5975972.15269079, -5822789.816705939, -5645680.388379745, -5445371.648343054, -5222686.708174765, -4978540.628059801, -4713936.6566105215, -4429962.108302989, -4127783.8954685475, -3808643.733200757, -3473853.0368817244, -3124787.5332950074, -2762881.6074691555, -2389622.4084819653, -2006543.7384459272, -1615219.7497863292, -1217258.4767113125, -814295.227454362, -407985.86444202566, -7.798296667885589e-10], [0, -406343.0493619842, -811016.3479738293, -1212357.006449389, -1608715.8299356855, -1998464.0950083132, -2380000.2424453474, -2751756.458377723, -3112205.116772715, -3459865.056776984, -3793307.66912423, -4111162.7665971, -4412124.2144203745, -4694955.29744892, -4958493.802095495, -5201656.792115674, -5423445.058625167, -5622947.226063454, -5799343.497231446, -5951909.022014038, -6080016.875944691, -6183140.636372557, -6260856.545646061, -6312845.25242399, -6338893.123958645, -6338893.123958645, -6312845.25242399, -6260856.545646062, -6183140.636372557, -6080016.875944691, -5951909.022014038, -5799343.497231446, -5622947.226063454, -5423445.058625168, -5201656.792115675, -4958493.802095496, -4694955.29744892, -4412124.2144203745, -4111162.7665971, -3793307.6691242303, -3459865.056776984, -3112205.116772717, -2751756.458377724, -2380000.242445347, -1998464.0950083146, -1608715.8299356855, -1212357.0064493904, -811016.3479738296, -406343.0493619862, -7.76689567956423e-10], [0, -403064.03423841135, -804471.7919031729, -1202573.8024163463, -1595734.1792241188, -1982337.3420055518, -2360794.6554386574, -2729550.9572437005, -3087090.9486785843, -3431945.4212264167, -3762697.293888445, -4077987.4362738477, -4376520.253558039, -4657069.010359709, -4918480.871659642, -5159681.640047087, -5379680.169827337, -5577572.43985199, -5752545.268335754, -5903879.654394837, -6030953.732575797, -6133245.328234083, -6210334.103261658, -6261903.283346445, -6287740.959665918, -6287740.959665918, -6261903.283346445, -6210334.103261659, -6133245.328234083, -6030953.732575797, -5903879.654394837, -5752545.268335754, -5577572.43985199, -5379680.169827338, -5159681.640047088, -4918480.871659643, -4657069.010359709, -4376520.253558039, -4077987.4362738477, -3762697.2938884455, -3431945.4212264167, -3087090.948678586, -2729550.9572437014, -2360794.655438657, -1982337.3420055532, -1595734.1792241188, -1202573.8024163477, -804471.7919031732, -403064.0342384133, -7.704220143618699e-10], [0, -398162.0225078997, -794687.9118598284, -1187948.2581219028, -1576327.0701772517, -1958228.4161801464, -2332082.981582279, -2696354.517782859, -3049546.1549036386, -3390206.552748321, -3716935.8646707353, -4028391.4898449746, -4323293.590300176, -4600430.3500492675, -4858662.954700791, -5096930.271091513, -5314253.2077102065, -5509738.73799468, -5682583.56996948, -5832077.447144924, -5957606.067113358, -6058653.605849531, -6134804.837342143, -6185746.839846608, -6211270.281747606, -6211270.281747606, -6185746.839846608, -6134804.837342144, -6058653.605849531, -5957606.067113358, -5832077.447144924, -5682583.56996948, -5509738.73799468, -5314253.207710207, -5096930.271091514, -4858662.954700792, -4600430.3500492675, -4323293.590300176, -4028391.4898449746, -3716935.864670736, -3390206.552748321, -3049546.1549036405, -2696354.51778286, -2332082.9815822784, -1958228.4161801478, -1576327.0701772517, -1187948.2581219042, -794687.9118598287, -398162.02250790165, -7.610522432311308e-10], [0, -391656.75284155353, -781704.1040755712, -1168539.265470938, -1550572.648373598, -1926234.395667301, -2293980.832653225, -2652300.8103404315, -2999721.9150812095, -3334816.519034586, -3656207.646595349, -3962574.6326821717, -4252658.54963371, -4525267.3804124035, -4779280.916858175, -5013655.362864034, -5227427.623558182, -5419719.262867422, -5589740.113199402, -5736791.522410752, -5860269.224718594, -5959665.82375826, -6034572.877583793, -6084682.577043513, -6109789.010633839, -6109789.010633839, -6084682.577043513, -6034572.877583794, -5959665.82375826, -5860269.224718594, -5736791.522410752, -5589740.113199402, -5419719.262867422, -5227427.623558183, -5013655.362864035, -4779280.916858176, -4525267.3804124035, -4252658.54963371, -3962574.6326821717, -3656207.6465953495, -3334816.519034586, -2999721.915081211, -2652300.8103404325, -2293980.8326532245, -1926234.3956673024, -1550572.648373598, -1168539.2654709395, -781704.1040755715, -391656.7528415555, -7.486179833255469e-10], [0, -383574.41966432484, -765572.6497617941, -1144424.977626574, -1518574.6177798978, -1886484.1090955306, -2246641.632557317, -2597567.2236478073, -2937818.8538399055, -3265998.356201409, -3580757.1707628295, -3880801.8860395816, -4164899.5539372023, -4431882.756199542, -4680654.401580789, -4910192.23402872, -5119553.033354095, -5307876.491124737, -5474388.74585741, -5618405.562980653, -5739335.146501393, -5836680.570821631, -5910041.822712306, -5959117.445053463, -5983705.775586209, -5983705.775586209, -5959117.445053463, -5910041.822712307, -5836680.570821631, -5739335.146501393, -5618405.562980653, -5474388.74585741, -5307876.491124737, -5119553.033354096, -4910192.234028721, -4680654.40158079, -4431882.756199542, -4164899.5539372023, -3880801.8860395816, -3580757.17076283, -3265998.356201409, -2937818.8538399073, -2597567.223647808, -2246641.6325573167, -1886484.1090955317, -1518574.6177798978, -1144424.9776265752, -765572.6497617945, -383574.41966432676, -7.331693030211635e-10], [0, -373947.5676793093, -746358.5045915226, -1115702.4943149723, -1480461.823171847, -1839137.6168392438, -2190255.999545266, -2532374.150540719, -2864086.2329590474, -3184029.1707015773, -3490888.2496095793, -3783402.519906754, -4060369.977712336, -4320652.504332869, -4563180.543036044, -4786957.494088725, -4991063.809999034, -5174660.774134227, -5336993.947187248, -5477396.267329665, -5595290.791311809, -5690193.065246342, -5761713.115333192, -5809557.050345552, -5833528.2692919625, -5833528.2692919625, -5809557.050345552, -5761713.115333193, -5690193.065246342, -5595290.791311809, -5477396.267329665, -5336993.947187248, -5174660.774134227, -4991063.809999035, -4786957.494088726, -4563180.543036045, -4320652.504332869, -4060369.977712336, -3783402.519906754, -3490888.24960958, -3184029.1707015773, -2864086.232959049, -2532374.1505407197, -2190255.999545266, -1839137.616839245, -1480461.823171847, -1115702.4943149737, -746358.504591523, -373947.56767931115, -7.147684087010508e-10], [0, -362814.9608217129, -724139.0371458444, -1082487.4708390075, -1436387.7313216582, -1784385.5665121067, -2125050.978660253, -2456984.100515079, -2778820.9476794517, -3089239.0235145856, -3386962.7535624057, -3670768.7271546056, -3939490.7246695044, -4192024.509778625, -4427332.366990629, -4644447.365846854, -4842477.334245977, -5020608.524570554, -5178108.957550519, -5314331.430123021, -5428716.17492863, -5520793.16051549, -5590184.022799372, -5636603.61984286, -5659861.203564728, -5659861.203564728, -5636603.61984286, -5590184.022799373, -5520793.16051549, -5428716.17492863, -5314331.430123021, -5178108.957550519, -5020608.524570554, -4842477.334245978, -4644447.365846854, -4427332.36699063, -4192024.509778625, -3939490.7246695044, -3670768.7271546056, -3386962.753562406, -3089239.0235145856, -2778820.947679453, -2456984.10051508, -2125050.9786602524, -1784385.566512108, -1436387.7313216582, -1082487.4708390087, -724139.0371458448, -362814.9608217147, -6.934893942721549e-10], [0, -350221.4261701672, -699003.717377941, -1044913.6523751818, -1386529.813041537, -1722448.4252963928, -2051289.1275076768, -2371700.6426938944, -2682366.3312110896, -2982009.601107565, -3269399.153914036, -3543354.0443131556, -3802748.532897133, -4046516.712072433, -4273656.8861027155, -4483235.687291474, -4674391.911390114, -4846340.056470931, -4998373.550723026, -5129867.655907436, -5240282.034540562, -5329162.970256789, -5396145.232226358, -5440953.575967187, -5463403.874383484, -5463403.874383484, -5440953.575967187, -5396145.232226358, -5329162.970256789, -5240282.034540562, -5129867.655907436, -4998373.550723026, -4846340.056470931, -4674391.911390115, -4483235.687291475, -4273656.886102716, -4046516.712072433, -3802748.532897133, -3543354.0443131556, -3269399.1539140367, -2982009.601107565, -2682366.331211091, -2371700.642693895, -2051289.1275076766, -1722448.425296394, -1386529.813041537, -1044913.6523751831, -699003.7173779414, -350221.426170169, -6.694179428152856e-10], [0, -336217.67344390426, -671053.7563491629, -1003132.3354290035, -1331088.8285713547, -1653575.5921994485, -1969267.4590283423, -2276867.1834615436, -2575110.772251422, -2862772.678518591, -3138670.8377869134, -3401671.5253399857, -3650694.0149391824, -3884715.019759583, -4102772.897295033, -4303971.600953472, -4487484.362104579, -4652557.087449421, -4798511.457751568, -4924747.715196336, -5030747.127924288, -5116074.121611725, -5180378.069339001, -5223394.732391753, -5244947.34607445, -5244947.34607445, -5223394.732391753, -5180378.069339002, -5116074.121611725, -5030747.127924288, -4924747.715196336, -4798511.457751568, -4652557.087449421, -4487484.362104579, -4303971.600953472, -4102772.897295034, -3884715.019759583, -3650694.0149391824, -3401671.5253399857, -3138670.837786914, -2862772.678518591, -2575110.7722514234, -2276867.1834615446, -1969267.459028342, -1653575.5921994497, -1331088.8285713547, -1003132.3354290046, -671053.7563491631, -336217.67344390595, -6.426509815695906e-10], [0, -320860.0908126155, -640401.6986878084, -957311.7586173597, -1270288.0191880236, -1578044.3938119186, -1879316.2455321793, -2172865.583687478, -2457486.151081199, -2732008.3807510007, -2995304.201970337, -3246291.6757330406, -3483939.440672776, -3707270.95114812, -3915368.4900780725, -4107376.9400383863, -4282507.2971224915, -4440039.9131277865, -4579327.452744464, -4699797.553595157, -4800955.178194714, -4882384.648165412, -4943751.352348576, -4984803.121793601, -5005371.265974258, -5005371.265974258, -4984803.121793601, -4943751.352348576, -4882384.648165412, -4800955.178194714, -4699797.553595157, -4579327.452744464, -4440039.9131277865, -4282507.297122492, -4107376.940038387, -3915368.4900780735, -3707270.95114812, -3483939.440672776, -3246291.6757330406, -2995304.201970337, -2732008.3807510007, -2457486.1510812, -2172865.5836874787, -1879316.245532179, -1578044.3938119197, -1270288.0191880236, -957311.7586173607, -640401.6986878087, -320860.0908126171, -6.132962916407743e-10], [0, -304210.5178411942, -607170.9694116275, -907636.425230984, -1204372.2082916633, -1496158.9676114442, -1781797.6888082174, -2060114.621107272, -2329966.100534996, -2590243.2494794615, -2839876.5333063803, -3077840.155306338, -3303156.271913498, -3514899.010874567, -3712198.27585648, -3894243.321858865, -4060286.086739159, -4209644.265160408, -4341704.1123302495, -4455922.966009915, -4551831.476429766, -4629035.534948179, -4687217.893528479, -4726139.468379187, -4745640.322400588, -4745640.322400588, -4726139.468379187, -4687217.89352848, -4629035.534948179, -4551831.476429766, -4455922.966009915, -4341704.1123302495, -4209644.265160408, -4060286.0867391597, -3894243.321858866, -3712198.275856481, -3514899.010874567, -3303156.271913498, -3077840.155306338, -2839876.5333063807, -2590243.2494794615, -2329966.1005349974, -2060114.6211072728, -1781797.688808217, -1496158.9676114453, -1204372.2082916633, -907636.425230985, -607170.9694116277, -304210.5178411957, -5.814720740046253e-10], [0, -286335.9964836329, -571495.376938836, -854306.3603048235, -1133606.8155881786, -1408249.0373083828, -1677104.4616658157, -1939068.304052485, -2193064.0988489552, -2438048.122852482, -2673013.684159525, -2896995.2588787195, -3109072.458675647, -3308373.812845925, -3494080.3493752624, -3665428.9602711317, -3821715.5373372007, -3962297.8655049396, -4086598.2618330917, -4194105.9493307937, -4284379.15584979, -4357046.929420954, -4411810.66257549, -4448445.319387086, -4466800.36019279, -4466800.36019279, -4448445.319387086, -4411810.662575491, -4357046.929420954, -4284379.15584979, -4194105.9493307937, -4086598.2618330917, -3962297.8655049396, -3821715.537337201, -3665428.960271132, -3494080.349375263, -3308373.812845925, -3109072.458675647, -2896995.2588787195, -2673013.684159525, -2438048.122852482, -2193064.0988489566, -1939068.3040524854, -1677104.4616658152, -1408249.0373083837, -1133606.8155881786, -854306.3603048245, -571495.3769388362, -286335.9964836343, -5.473064735534049e-10], [0, -267308.5011287378, -533518.574288844, -797536.3051878223, -1058276.7883377825, -1314668.5851648038, -1565658.1267798555, -1810214.043319354, -2047331.4020651586, -2276035.836928669, -2495387.5523300837, -2704485.1850200226, -2902469.507974461, -3088526.9611428753, -3261892.9945409982, -3421855.209950699, -3567756.2883170713, -3698996.690813426, -3815037.122474925, -3915400.7482772795, -3999675.152554135, -4067514.033701516, -4118638.6272053933, -4152838.8511448693, -4169974.16946385, -4169974.16946385, -4152838.8511448693, -4118638.6272053937, -4067514.033701516, -3999675.152554135, -3915400.7482772795, -3815037.122474925, -3698996.690813426, -3567756.288317072, -3421855.2099506995, -3261892.9945409987, -3088526.9611428753, -2902469.507974461, -2704485.1850200226, -2495387.552330084, -2276035.836928669, -2047331.4020651598, -1810214.0433193548, -1565658.1267798552, -1314668.5851648047, -1058276.7883377825, -797536.3051878231, -533518.5742888442, -267308.50112873915, -5.109370631015944e-10], [0, -247204.64878466705, -493393.4806422471, -737554.8528552986, -978685.4539729474, -1215794.4266328504, -1447907.439206632, -1674070.689537542, -1893354.8243181054, -2104858.7580022095, -2307713.375558895, -2501085.103852442, -2684179.3369731875, -2856243.701443647, -3016571.147882523, -3164502.856422267, -3299430.943941238, -3420800.9619858367, -3528114.17511813, -3620929.6103267465, -3698865.869079564, -3761602.6945720934, -3808882.2877313774, -3840510.3665676857, -3856356.9645208763, -3856356.9645208763, -3840510.3665676857, -3808882.287731378, -3761602.6945720934, -3698865.869079564, -3620929.6103267465, -3528114.17511813, -3420800.9619858367, -3299430.9439412383, -3164502.8564222674, -3016571.1478825235, -2856243.701443647, -2684179.3369731875, -2501085.103852442, -2307713.3755588955, -2104858.7580022095, -1893354.8243181065, -1674070.6895375426, -1447907.4392066316, -1215794.4266328511, -978685.4539729474, -737554.8528552994, -493393.4806422473, -247204.6487846683, -4.725102894287262e-10], [0, -226105.390569281, -451281.6655892587, -674603.5274457166, -895153.2987058968, -1112024.6930519145, -1324326.539405633, -1531186.443941782, -1731754.3749413118, -1925206.1557540596, -2110746.8515173886, -2287614.0357140526, -2455080.923146296, -2612459.356452124, -2759102.6338915164, -2894408.1667825896, -3017819.9556677477, -3128830.8750347174, -3226984.757204051, -3311878.266819974, -3383162.558241873, -3440544.709025863, -3483788.92360594, -3512717.5022285404, -3527211.5711589414, -3527211.5711589414, -3512717.5022285404, -3483788.9236059403, -3440544.709025863, -3383162.558241873, -3311878.266819974, -3226984.757204051, -3128830.8750347174, -3017819.9556677486, -2894408.16678259, -2759102.6338915173, -2612459.356452124, -2455080.923146296, -2287614.0357140526, -2110746.851517389, -1925206.1557540596, -1731754.374941313, -1531186.4439417825, -1324326.5394056328, -1112024.6930519152, -895153.2987058968, -674603.5274457174, -451281.6655892589, -226105.39056928214, -4.321808835898913e-10], [0, -204095.68574856114, -407352.6985459942, -608935.8117282221, -808016.6770437363, -1003777.2285142445, -1195413.0440432474, -1382136.6509589825, -1563180.7619085454, -1737801.4278062044, -1905281.0948797702, -2064931.553252962, -2216096.764947408, -2358155.5596834193, -2490524.1874019112, -2612658.717018605, -2724057.271553532, -2824262.090451194, -2912861.4106168733, -2989491.1584395147, -3053836.445848285, -3105632.864255202, -3144667.5710667334, -3170780.164299674, -3183863.341707294, -3183863.341707294, -3170780.164299674, -3144667.571066734, -3105632.864255202, -3053836.445848285, -2989491.1584395147, -2912861.4106168733, -2824262.090451194, -2724057.2715535327, -2612658.7170186057, -2490524.1874019117, -2358155.5596834193, -2216096.764947408, -2064931.553252962, -1905281.0948797704, -1737801.4278062044, -1563180.7619085463, -1382136.650958983, -1195413.0440432471, -1003777.2285142452, -808016.6770437363, -608935.8117282228, -407352.69854599435, -204095.68574856216, -3.9011123786838974e-10], [0, -181264.159635632, -361783.4659582809, -540816.1264169973, -717626.4574075707, -891487.9073542642, -1061686.0422660825, -1227521.4814992875, -1388312.77166248, -1543399.1868547557, -1692143.443730158, -1833934.3202316426, -1968189.1672336173, -2094356.3027721765, -2211917.279024627, -2320389.0127227968, -2419325.770245806, -2508320.9992351253, -2587008.9992054203, -2655066.42428629, -2712213.611919806, -2758215.7320539476, -2792883.75210966, -2816075.213756269, -2827694.818303313, -2827694.818303313, -2816075.213756269, -2792883.7521096603, -2758215.7320539476, -2712213.611919806, -2655066.42428629, -2587008.9992054203, -2508320.9992351253, -2419325.7702458063, -2320389.012722797, -2211917.2790246275, -2094356.3027721765, -1968189.1672336173, -1833934.3202316426, -1692143.4437301583, -1543399.1868547557, -1388312.771662481, -1227521.481499288, -1061686.0422660823, -891487.9073542648, -717626.4574075707, -540816.1264169979, -361783.4659582811, -181264.1596356329, -3.46470751879322e-10], [0, -157702.74672790617, -314757.4590423743, -470518.76544237416, -624346.6093092124, -775608.8790364716, -923684.005512187, -1067963.516279655, -1207854.5358812741, -1342782.2221109718, -1472192.1281641321, -1595552.4809784447, -1712356.3664034829, -1822123.8122196803, -1924403.7604471354, -2018775.920839601, -2104852.4979472593, -2182279.784651408, -2250739.615622878, -2309950.67473162, -2359669.651035024, -2399692.2385947723, -2429853.9760137633, -2450030.922243271, -2460140.165883296, -2460140.165883296, -2450030.922243271, -2429853.976013764, -2399692.2385947723, -2359669.651035024, -2309950.67473162, -2250739.615622878, -2182279.784651408, -2104852.49794726, -2018775.9208396012, -1924403.7604471357, -1822123.8122196803, -1712356.3664034829, -1595552.4809784447, -1472192.1281641321, -1342782.2221109718, -1207854.5358812748, -1067963.5162796555, -923684.0055121869, -775608.8790364722, -624346.6093092124, -470518.7654423747, -314757.4590423744, -157702.74672790695, -3.0143515045712984e-10], [0, -133506.3205193088, -266464.03493058786, -398326.79146598093, -528552.7377744113, -656606.74750912, -781962.6192766081, -904105.2389110329, -1022532.6961888066, -1136758.347285365, -1246312.814499027, -1350745.9150246524, -1449628.510851351, -1542554.2721826208, -1629141.347132639, -1709033.9308375658, -1781903.7275340525, -1847451.299596951, -1905407.2979927447, -1955533.5690925026, -1997624.133296224, -2031506.0314471987, -2057040.0355582794, -2074121.2209295474, -2082679.397306409, -2082679.397306409, -2074121.2209295474, -2057040.0355582796, -2031506.0314471987, -1997624.133296224, -1955533.5690925026, -1905407.2979927447, -1847451.299596951, -1781903.727534053, -1709033.9308375663, -1629141.3471326393, -1542554.2721826208, -1449628.510851351, -1350745.9150246524, -1246312.8144990273, -1136758.347285365, -1022532.6961888071, -904105.2389110333, -781962.619276608, -656606.7475091205, -528552.7377744113, -398326.7914659814, -266464.034930588, -133506.32051930946, -2.5518577607370486e-10], [0, -108772.31147820412, -217097.6541969567, -324530.89608731325, -430630.57091398793, -534960.6923548095, -637092.5455620363, -736606.4488436264, -833093.4782253301, -926157.1478070155, -1015415.0390082765, -1100500.3720084098, -1181063.5129233708, -1256773.4105264007, -1327318.9566085266, -1392410.2643889247, -1451779.8597218834, -1505183.7802054419, -1552402.5776752278, -1593242.2199640376, -1627534.8882216306, -1655139.6665183825, -1675943.1208990647, -1689859.7655073013, -1696832.413865285, -1696832.413865285, -1689859.7655073013, -1675943.120899065, -1655139.6665183825, -1627534.8882216306, -1593242.2199640376, -1552402.5776752278, -1505183.7802054419, -1451779.8597218837, -1392410.264388925, -1327318.9566085269, -1256773.4105264007, -1181063.5129233708, -1100500.3720084098, -1015415.0390082767, -926157.1478070155, -833093.4782253306, -736606.4488436267, -637092.5455620362, -534960.6923548098, -430630.57091398793, -324530.8960873136, -217097.65419695678, -108772.31147820468, -2.0790885863626062e-10], [0, -83600.31472928594, -166857.09783313796, -249428.22933125845, -330974.4067328693, -411160.5393034272, -489657.12502432824, -566141.6045873804, -640299.6868601897, -711826.6403758384, -780428.5455398471, -845823.5024088346, -907742.7890778519, -965931.9659163306, -1020151.9211151024, -1070179.8532481112, -1115810.1868112648, -1156855.4169762768, -1193146.880088224, -1224535.4467406862, -1250892.1345804608, -1272108.638323723, -1288097.7748056657, -1298793.8412348263, -1304152.885179947, -1304152.885179947, -1298793.8412348263, -1288097.774805666, -1272108.638323723, -1250892.1345804608, -1224535.4467406862, -1193146.880088224, -1156855.4169762768, -1115810.186811265, -1070179.8532481114, -1020151.9211151025, -965931.9659163306, -907742.7890778519, -845823.5024088346, -780428.5455398472, -711826.6403758384, -640299.68686019, -566141.6045873807, -489657.1250243282, -411160.5393034275, -330974.4067328693, -249428.2293312587, -166857.09783313805, -83600.31472928634, -1.5979476560522363e-10], [0, -58091.689019163394, -115944.66682751884, -173321.20312982702, -229985.52543119315, -285704.7878768221, -340250.02806558035, -393397.107905615, -444927.63464585046, -494629.8582986478, -542299.5417659241, -587740.8000931974, -630766.9054028813, -671201.0541991879, -708877.0938916155, -743640.2055515827, -775347.5400966144, -803868.8052878636, -829086.8011288668, -850897.9014654704, -869212.479807925, -883955.2776253565, -895065.7135992129, -902498.132564897, -906221.9931186292, -906221.9931186292, -902498.132564897, -895065.713599213, -883955.2776253565, -869212.479807925, -850897.9014654704, -829086.8011288668, -803868.8052878636, -775347.5400966146, -743640.2055515829, -708877.0938916156, -671201.0541991879, -630766.9054028813, -587740.8000931974, -542299.5417659242, -494629.8582986478, -444927.6346458507, -393397.1079056151, -340250.0280655803, -285704.7878768223, -229985.52543119315, -173321.2031298272, -115944.6668275189, -58091.689019163685, -1.1103723545166187e-10], [0, -32349.148580460358, -64565.367570533, -96516.27361603042, -128070.57359056378, -159098.60410716166, -189472.86433293964, -219068.53991737164, -247764.01588122867, -275441.37635861506, -301986.88913855393, -327291.4730150379, -351251.1460251023, -373767.4527330149, -394747.8688047805, -414106.18121047487, -431762.8424920781, -447645.2976410421, -461688.28224238387, -473834.0906601657, -484032.8131623312, -492242.5410104999, -498429.5386719624, -502568.3824462212, -504642.0649364284, -504642.0649364284, -502568.3824462212, -498429.53867196245, -492242.5410104999, -484032.8131623312, -473834.0906601657, -461688.28224238387, -447645.2976410421, -431762.84249207814, -414106.1812104749, -394747.86880478053, -373767.4527330149, -351251.1460251023, -327291.4730150379, -301986.889138554, -275441.37635861506, -247764.0158812288, -219068.5399173717, -189472.86433293959, -159098.60410716178, -128070.57359056378, -96516.27361603054, -64565.36757053303, -32349.148580460518, -6.183259754083665e-11], [0, -6476.349537854217, -12926.086366284771, -19322.707133199434, -25639.926751796094, -31851.786411622586, -37932.760248896964, -43857.860237757064, -49602.738871418704, -55143.78921130356, -60458.24189301349, -65524.2586905328, -70321.0222541833, -74828.82165357938, -79029.13337406902, -82904.69743382864, -86439.58830883083, -89619.2803742385, -92430.70759331305, -94862.3172085621, -96904.11721449794, -98547.71741693144, -99786.36391007966, -100614.96682981345, -101030.12126900081, -101030.12126900081, -100614.96682981345, -99786.36391007967, -98547.71741693144, -96904.11721449794, -94862.3172085621, -92430.70759331305, -89619.2803742385, -86439.58830883085, -82904.69743382865, -79029.13337406903, -74828.82165357938, -70321.0222541833, -65524.2586905328, -60458.241893013495, -55143.78921130356, -49602.73887141873, -43857.86023775708, -37932.76024889696, -31851.78641162261, -25639.926751796094, -19322.70713319946, -12926.086366284777, -6476.349537854248, -1.2378981583144481e-11], [0, 19422.52747855401, 38765.24362557957, 57948.66507142895, 76893.96302255013, 95523.28718590832, 113760.08567253877, 131529.41956567892, 148758.27086085166, 165375.84251250813, 181313.84935427373, 196506.7986973439, 210892.25945399055, 224411.11868029294, 237007.82448390406, 248630.61429869186, 259231.72758822681, 268767.6021040706, 277199.05289239885, 284491.4333133819, 290614.7774116592, 295543.92305287765, 299258.61532029917, 301743.589746598, 302988.6350388309, 302988.6350388309, 301743.589746598, 299258.6153202992, 295543.92305287765, 290614.7774116592, 284491.4333133819, 277199.05289239885, 268767.6021040706, 259231.72758822684, 248630.61429869191, 237007.8244839041, 224411.11868029294, 210892.25945399055, 196506.7986973439, 181313.84935427376, 165375.84251250813, 148758.27086085174, 131529.41956567895, 113760.08567253874, 95523.28718590838, 76893.96302255013, 57948.665071429015, 38765.243625579584, 19422.527478554108, 3.712448016429929e-11], [0, 45243.19683186579, 90300.47966331417, 134986.69845443385, 179118.2279470482, 222513.7222202888, 264994.8598798824, 306387.0768190105, 346520.2835396673, 385229.564086892, 422355.85372380127, 457746.5925627129, 491256.35246644815, 522747.4346437415, 552090.4354831108, 579164.778300053, 603859.2088125048, 626072.252308552, 645712.6306277864, 662699.6372428463, 676963.4688998489, 688445.5124549334, 697098.5857282411, 702887.131385614, 705787.3630513063, 705787.3630513063, 702887.131385614, 697098.5857282412, 688445.5124549334, 676963.4688998489, 662699.6372428463, 645712.6306277864, 626072.252308552, 603859.2088125049, 579164.7783000531, 552090.435483111, 522747.4346437415, 491256.35246644815, 457746.5925627129, 422355.8537238013, 385229.564086892, 346520.28353966755, 306387.0768190106, 264994.85987988237, 222513.72222028894, 179118.2279470482, 134986.698454434, 90300.4796633142, 45243.196831866015, 8.647845473297467e-11], [0, 70881.68779984005, 141472.1075404362, 211481.18804547685, 280621.24698626593, 348608.17303011985, 415162.5933147744, 480011.0214514015, 542886.9813388436, 603532.1021710722, 661697.1801382498, 717143.2024586394, 769642.3295333919, 818978.8311883295, 864949.9731555062, 907366.8501517994, 946055.1621312397, 980855.9305212871, 1011626.1514998851, 1038239.3836288413, 1060586.267428817, 1078574.974760887, 1092131.5861680575, 1101200.3946261734, 1105744.1344560261, 1105744.1344560261, 1101200.3946261734, 1092131.5861680578, 1078574.974760887, 1060586.267428817, 1038239.3836288413, 1011626.1514998851, 980855.9305212871, 946055.1621312399, 907366.8501517995, 864949.9731555063, 818978.8311883295, 769642.3295333919, 717143.2024586394, 661697.1801382499, 603532.1021710722, 542886.9813388439, 480011.0214514017, 415162.59331477433, 348608.17303012015, 280621.24698626593, 211481.1880454771, 141472.10754043626, 70881.6877998404, 1.354842110864721e-10], [0, 96234.76322829437, 192074.07717219173, 287124.11753322824, 380994.30330739054, 473298.90176624106, 563658.613515438, 651702.1311173068, 737067.6648727455, 819404.4294927041, 898374.0855501782, 973652.1297894894, 1044929.2285797689, 1111912.4890331973, 1174326.6625647075, 1231915.2759474602, 1284441.6852163465, 1331690.0480888018, 1373466.2109070404, 1409598.5064570839, 1439938.4593861636, 1464361.3963197947, 1482766.9581714133, 1495079.5125393905, 1501248.4644967935, 1501248.4644967935, 1495079.5125393905, 1482766.9581714135, 1464361.3963197947, 1439938.4593861636, 1409598.5064570839, 1373466.2109070404, 1331690.0480888018, 1284441.6852163468, 1231915.2759474604, 1174326.6625647077, 1111912.4890331973, 1044929.2285797689, 973652.1297894894, 898374.0855501783, 819404.4294927041, 737067.664872746, 651702.131117307, 563658.6135154379, 473298.9017662414, 380994.30330739054, 287124.11753322853, 192074.0771721918, 96234.76322829485, 1.839444203402324e-10], [0, 121200.33523068874, 241902.63228652423, 361610.89953834255, 479833.23003866296, 596083.8228728496, 709884.9794192726, 820769.0663154114, 928280.4370636473, 1031977.3043804596, 1131433.5555951349, 1226240.5036381332, 1316008.5664239193, 1400368.8677273171, 1478974.7529750434, 1551503.2137237056, 1617656.2149707812, 1677161.9198443724, 1729775.806639219, 1775281.6736088386, 1813492.5273848742, 1844251.3513729584, 1867431.7509675766, 1882938.472934615, 1890707.796827329, 1890707.796827329, 1882938.472934615, 1867431.7509675769, 1844251.3513729584, 1813492.5273848742, 1775281.6736088386, 1729775.806639219, 1677161.9198443724, 1617656.2149707815, 1551503.2137237058, 1478974.7529750436, 1400368.8677273171, 1316008.5664239193, 1226240.5036381332, 1131433.555595135, 1031977.3043804596, 928280.4370636478, 820769.0663154116, 709884.9794192725, 596083.82287285, 479833.23003866296, 361610.89953834296, 241902.63228652434, 121200.33523068935, 2.3166395033532022e-10], [0, 145677.87626001186, 290757.1308786649, 434641.6020793286, 576740.0377067169, 716468.5248088182, 853252.8890604636, 986531.0541687888, 1115755.3515652867, 1240394.770893431, 1359937.1420441298, 1473891.2397725673, 1581788.8022480998, 1683186.4552425605, 1777667.5340500677, 1864843.7956516724, 1944357.0140892048, 2015880.4524925733, 2079120.2057116486, 2133816.4080355694, 2179744.301036688, 2216715.1571511603, 2244577.055200988, 2263215.5046707275, 2272553.916173571, 2272553.916173571, 2263215.5046707275, 2244577.0552009884, 2216715.1571511603, 2179744.301036688, 2133816.4080355694, 2079120.2057116486, 2015880.4524925733, 1944357.014089205, 1864843.7956516729, 1777667.534050068, 1683186.4552425605, 1581788.8022480998, 1473891.2397725673, 1359937.14204413, 1240394.770893431, 1115755.3515652874, 986531.0541687892, 853252.8890604634, 716468.5248088188, 576740.0377067169, 434641.6020793291, 290757.130878665, 145677.8762600126, 2.784506513667547e-10], [0, 169568.8238977346, 338440.85312567477, 505922.1562927863, 671324.5167997284, 833968.2608684833, 993185.0504676986, 1148320.629657017, 1298737.5130650718, 1443817.6054536197, 1582964.7416034534, 1715607.1360851664, 1841199.7328481285, 1959226.4449727135, 2069202.2753821514, 2170675.309799548, 2263228.5737605835, 2346481.746051031, 2420092.7215281986, 2483759.0169043466, 2537219.0137153952, 2580253.0333673162, 2612684.239842591, 2634379.3663573405, 2645249.262983125, 2645249.262983125, 2634379.3663573405, 2612684.239842591, 2580253.0333673162, 2537219.0137153952, 2483759.0169043466, 2420092.7215281986, 2346481.746051031, 2263228.573760584, 2170675.3097995482, 2069202.2753821518, 1959226.4449727135, 1841199.7328481285, 1715607.1360851664, 1582964.7416034536, 1443817.6054536197, 1298737.5130650727, 1148320.6296570173, 993185.0504676984, 833968.2608684839, 671324.5167997284, 505922.1562927869, 338440.85312567494, 169568.82389773545, 3.2411612990255765e-10], [0, 192776.97772988124, 384761.7935077384, 575165.5405449264, 763205.8090033936, 948109.9010855334, 1129118.0062151768, 1305486.323262229, 1476490.1169810588, 1641426.6961030765, 1799618.3008458845, 1950414.8879736017, 2093196.801963954, 2227377.32130573, 2352405.0694633243, 2467766.2806011885, 2572986.910757855, 2667634.5857942565, 2751320.3781118053, 2823700.404839322, 2884477.2409215164, 2933401.141302337, 2970271.067180974, 2994935.5121234194, 3007293.124634896, 3007293.124634896, 2994935.5121234194, 2970271.0671809744, 2933401.141302337, 2884477.2409215164, 2823700.404839322, 2751320.3781118053, 2667634.5857942565, 2572986.9107578555, 2467766.280601189, 2352405.0694633247, 2227377.32130573, 2093196.801963954, 1950414.8879736017, 1799618.3008458847, 1641426.6961030765, 1476490.1169810595, 1305486.3232622296, 1129118.0062151765, 948109.9010855341, 763205.8090033936, 575165.5405449271, 384761.79350773856, 192776.9777298822, 3.68476507178012e-10], [0, 215208.8867121424, 429533.43394662323, 642092.9361663848, 852013.9407829356, 1058433.8373603923, 1260504.402266789, 1457395.2842069254, 1648297.416313947, 1832426.340778648, 2009025.4323548719, 2177369.0074949455, 2336765.3063390353, 2486559.3353047916, 2626135.5585964755, 2754920.427573576, 2872384.737585198, 2978045.802585489, 3071469.438594134, 3152271.747851468, 3220120.696336711, 3274737.4781669825, 3315897.6612704797, 3343432.1096259994, 3357227.6782791265, 3357227.6782791265, 3343432.1096259994, 3315897.66127048, 3274737.4781669825, 3220120.696336711, 3152271.747851468, 3071469.438594134, 2978045.802585489, 2872384.7375851986, 2754920.4275735766, 2626135.5585964764, 2486559.3353047916, 2336765.3063390353, 2177369.0074949455, 2009025.432354872, 1832426.340778648, 1648297.4163139479, 1457395.284206926, 1260504.4022667888, 1058433.837360393, 852013.9407829356, 642092.9361663855, 429533.4339466234, 215208.8867121435, 4.1135315961054703e-10], [0, 236774.22546424932, 472575.49484815396, 706434.850156602, 937391.313135956, 1164495.8341398286, 1386815.1919776474, 1603435.8287207044, 1813467.6037076411, 2016047.4513233625, 2210342.927520774, 2395555.630511931, 2570924.4815722434, 2735728.8524762033, 2889291.5267133405, 3030981.4823161233, 3160216.48486458, 3276465.4800124187, 3379250.7757032444, 3468150.0051096873, 3542797.8622292913, 3602887.603005237, 3648172.3058034666, 3678465.886066645, 3693643.8609755165, 3693643.8609755165, 3678465.886066645, 3648172.305803467, 3602887.603005237, 3542797.8622292913, 3468150.0051096873, 3379250.7757032444, 3276465.4800124187, 3160216.4848645804, 3030981.482316124, 2889291.526713341, 2735728.8524762033, 2570924.4815722434, 2395555.630511931, 2210342.927520774, 2016047.4513233625, 1813467.6037076423, 1603435.828720705, 1386815.1919776471, 1164495.8341398295, 937391.313135956, 706434.8501566028, 472575.4948481542, 236774.22546425048, 4.5257343805386487e-10], [0, 257386.1579783992, 513714.6610245074, 767932.2003370168, 1018994.1415174009, 1265868.8171967322, 1507541.7663781922, 1743019.9030749097, 1971335.5971132955, 2191550.6503329836, 2402760.151844313, 2604096.1965012774, 2794731.451309936, 2973882.5551171456, 3140813.3376095714, 3294837.844395411, 3435323.155738129, 3561691.9873594134, 3673425.0626241015, 3770063.2463592635, 3851209.4315391043, 3916530.1710829185, 3965757.048060666, 3998687.7786757136, 4015187.043492343, 4015187.043492343, 3998687.7786757136, 3965757.0480606663, 3916530.1710829185, 3851209.4315391043, 3770063.2463592635, 3673425.0626241015, 3561691.9873594134, 3435323.1557381293, 3294837.8443954117, 3140813.337609572, 2973882.5551171456, 2794731.451309936, 2604096.1965012774, 2402760.151844313, 2191550.6503329836, 1971335.5971132966, 1743019.9030749104, 1507541.766378192, 1265868.817196733, 1018994.1415174009, 767932.2003370178, 513714.66102450766, 257386.15797840047, 4.919713629951147e-10], [0, 276961.687277211, 552785.2795733043, 826337.3585835606, 1096493.840138589, 1362144.5933072972, 1622198.0021630065, 1875585.451467448, 2121265.7178399917, 2358229.248367862, 2585502.309075601, 2802150.986206842, 3007285.023876258, 3200061.482321951, 3379688.2017257484, 3545427.057367809, 3696596.992739426, 3832576.818150309, 3952807.763330262, 4056795.773536086, 4144113.5397284846, 4214402.254476573, 4267373.086374568, 4302808.366911994, 4320562.484920278, 4320562.484920278, 4302808.366911994, 4267373.086374569, 4214402.254476573, 4144113.5397284846, 4056795.773536086, 3952807.763330262, 3832576.818150309, 3696596.9927394264, 3545427.0573678096, 3379688.2017257493, 3200061.482321951, 3007285.023876258, 2802150.986206842, 2585502.3090756014, 2358229.248367862, 2121265.717839993, 1875585.4514674486, 1622198.0021630062, 1362144.5933072981, 1096493.840138589, 826337.3585835615, 552785.2795733046, 276961.6872772124, 5.293882928958106e-10], [0, 295421.98961325886, 589630.0269033789, 881415.1479377089, 1169578.345066206, 1452935.4939010586, 1730322.219137785, 2000598.6792231228, 2262654.250208461, 2515412.089541879, 2757833.561045168, 2988922.5028926786, 3207729.321053937, 3413354.8913792027, 3604954.2542934637, 3781740.08691657, 3942985.9383418313, 4088029.214778615, 4216273.902292357, 4327193.015953664, 4420330.765332425, 4495304.42743846, 4551805.9194123745, 4589603.064504117, 4608540.5461370405, 4608540.5461370405, 4589603.064504117, 4551805.919412375, 4495304.42743846, 4420330.765332425, 4327193.015953664, 4216273.902292357, 4088029.214778615, 3942985.938341832, 3781740.086916571, 3604954.2542934646, 3413354.8913792027, 3207729.321053937, 2988922.5028926786, 2757833.5610451684, 2515412.089541879, 2262654.2502084626, 2000598.6792231235, 1730322.2191377848, 1452935.4939010595, 1169578.345066206, 881415.1479377098, 589630.0269033791, 295421.9896132603, 5.64673562985314e-10], [0, 312692.73186448455, 624100.5422213573, 932943.7895810963, 1237953.3707936308, 1537875.9360654093, 1831479.0392425412, 2117556.202196404, 2394931.87250106, 2662466.2540303343, 2919059.9906245773, 3163658.683580939, 3395257.224403808, 3612903.9250112097, 3815704.42842528, 4002825.3838769174, 4173497.871222852, 4327020.560603446, 4462762.594357521, 4580166.179351808, 4678748.879072572, 4758105.59606074, 4817910.236544244, 4857917.050427285, 4877961.641130179, 4877961.641130179, 4857917.050427285, 4817910.236544245, 4758105.59606074, 4678748.879072572, 4580166.179351808, 4462762.594357521, 4327020.560603446, 4173497.8712228523, 4002825.383876918, 3815704.428425281, 3612903.9250112097, 3395257.224403808, 3163658.683580939, 2919059.9906245777, 2662466.2540303343, 2394931.8725010613, 2117556.2021964043, 1831479.039242541, 1537875.9360654105, 1237953.3707936308, 932943.7895810973, 624100.5422213576, 312692.7318644861, 5.976850919346908e-10], [0, 328704.3708474433, 656058.024928208, 980715.7958605379, 1301343.595224798, 1616623.8946189538, 1925261.1396653824, 2225987.073721707, 2517565.9494193783, 2798799.6066146833, 3068532.395885776, 3325655.9273440386, 3569113.6252458855, 3797905.069689125, 4011090.10755293, 4207792.715788669, 4387204.601186526, 4548588.521825672, 4691281.316559458, 4814696.630086815, 4918327.322411956, 5001747.552791405, 5064614.529604947, 5106669.918959935, 5127740.906240652, 5127740.906240652, 5106669.918959935, 5064614.529604948, 5001747.552791405, 4918327.322411956, 4814696.630086815, 4691281.316559458, 4548588.521825672, 4387204.601186527, 4207792.71578867, 4011090.1075529307, 3797905.069689125, 3569113.6252458855, 3325655.9273440386, 3068532.3958857763, 2798799.6066146833, 2517565.9494193797, 2225987.0737217073, 1925261.139665382, 1616623.894618955, 1301343.595224798, 980715.795860539, 656058.0249282083, 328704.3708474449, 6.282899539680757e-10], [0, 343392.433343159, 685373.7935202649, 1024538.8057675787, 1359493.7682991084, 1688862.2793261986, 2011290.8929877146, 2325454.6809494006, 2630062.6768186004, 2923863.181002078, 3205648.9042081325, 3474261.928457262, 3728598.465215514, 3967613.3910983326, 4190324.5425067255, 4395816.751548162, 4583245.606657751, 4751840.922466484, 4900909.90465812, 5029839.99680964, 5138101.397516971, 5225249.237462613, 5290925.407479074, 5334860.030096263, 5356872.568525898, 5356872.568525898, 5334860.030096263, 5290925.407479074, 5225249.237462613, 5138101.397516971, 5029839.99680964, 4900909.90465812, 4751840.922466484, 4583245.606657752, 4395816.751548163, 4190324.542506726, 3967613.3910983326, 3728598.465215514, 3474261.928457262, 3205648.904208133, 2923863.181002078, 2630062.676818602, 2325454.680949401, 2011290.8929877141, 1688862.2793261998, 1359493.7682991084, 1024538.8057675798, 685373.7935202653, 343392.43334316066, 6.563649141078557e-10], [0, 356697.77570802113, 711929.8037442251, 1064236.3595083803, 1412169.7397933318, 1754300.2117080137, 2089221.8877565719, 2415558.502931649, 2731969.0700825057, 3037153.390318866, 3329857.395807047, 3608878.3030036846, 3873069.555151312, 4121345.533726008, 4352686.019476781, 4566140.384725299, 4760831.49969894, 4935959.336845164, 5090804.258316334, 5224729.973115994, 5337186.1517550545, 5427710.687673715, 5495931.596136432, 5541568.5427969955, 5564433.995652479, 5564433.995652479, 5541568.5427969955, 5495931.596136432, 5427710.687673715, 5337186.1517550545, 5224729.973115994, 5090804.258316334, 4935959.336845164, 4760831.499698941, 4566140.3847253, 4352686.019476781, 4121345.533726008, 3873069.555151312, 3608878.3030036846, 3329857.395807047, 3037153.390318866, 2731969.070082507, 2415558.50293165, 2089221.8877565714, 1754300.2117080148, 1412169.7397933318, 1064236.3595083815, 711929.8037442254, 356697.7757080229, 6.817969243984294e-10], [0, 368566.82202436443, 735619.1239196954, 1099648.6090450333, 1459159.4021619179, 1812674.196306609, 2158740.323361281, 2495935.723378914, 2822874.788132649, 3138214.0548772044, 3440657.7269254653, 3728962.9983550217, 4001945.160964282, 4258482.472492595, 4497520.766099811, 4718077.782163943, 4919247.204596654, 5100202.385090461, 5260199.739993949, 5398581.805856498, 5514779.941086616, 5608316.662622222, 5678807.60801096, 5725963.1148379715, 5749589.411010875, 5749589.411010875, 5725963.1148379715, 5678807.608010961, 5608316.662622222, 5514779.941086616, 5398581.805856498, 5260199.739993949, 5100202.385090461, 4919247.2045966545, 4718077.782163944, 4497520.7660998115, 4258482.472492595, 4001945.160964282, 3728962.9983550217, 3440657.7269254657, 3138214.0548772044, 2822874.7881326503, 2495935.7233789144, 2158740.3233612804, 1812674.1963066105, 1459159.4021619179, 1099648.6090450345, 735619.1239196957, 368566.82202436624, 7.044835791104269e-10], [0, 378951.7798317788, 756346.365515327, 1130632.9617471863, 1500273.5446192164, 1863749.1816887402, 2219566.273597759, 2566262.6915930924, 2902413.7857270483, 3226638.2390496475, 3537603.74373626, 3834032.4758262364, 4114706.346075656, 4378472.005347307, 4624245.583969687, 4851017.145589967, 5057854.837219104, 5243908.718415649, 5408414.25387333, 5550695.455060626, 5670167.658002637, 5766339.925790767, 5838817.065947787, 5887301.254358496, 5911593.259092885, 5911593.259092885, 5887301.254358496, 5838817.065947788, 5766339.925790767, 5670167.658002637, 5550695.455060626, 5408414.25387333, 5243908.718415649, 5057854.837219105, 4851017.145589968, 4624245.583969688, 4378472.005347307, 4114706.346075656, 3834032.4758262364, 3537603.74373626, 3226638.2390496475, 2902413.78572705, 2566262.6915930933, 2219566.2735977587, 1863749.1816887413, 1500273.5446192164, 1130632.9617471877, 756346.3655153273, 378951.7798317807, 7.24333527092436e-10], [0, 387810.8325704801, 774028.0672447655, 1157064.6545622426, 1535346.615024533, 1907319.5069148717, 2271454.813832546, 2626256.2256946526, 2970265.7873951863, 3302069.8898553, 3620305.078846228, 3923663.657715173, 4210899.060991351, 4480830.9767908985, 4732350.196971583, 4964423.175106977, 5176096.273550425, 5366499.682136686, 5534850.9924184745, 5680458.412750602, 5802723.611010227, 5901144.173271902, 5975315.668334145, 6024933.309614014, 6049793.207580536, 6049793.207580536, 6024933.309614014, 5975315.668334146, 5901144.173271902, 5802723.611010227, 5680458.412750602, 5534850.9924184745, 5366499.682136686, 5176096.273550426, 4964423.175106978, 4732350.196971584, 4480830.9767908985, 4210899.060991351, 3923663.657715173, 3620305.0788462283, 3302069.8898553, 2970265.787395188, 2626256.2256946536, 2271454.8138325457, 1907319.506914873, 1535346.615024533, 1157064.654562244, 774028.0672447658, 387810.83257048205, 7.41266839609849e-10], [0, 395108.3079618368, 788593.0311357923, 1178837.2563921362, 1564237.3865021658, 1943209.7296631914, 2314197.0072278506, 2675674.7528961096, 3026157.5770742837, 3364205.2706594956, 3688428.7231677994, 3997495.630887127, 4290135.971599015, 4565147.223372323, 4821399.3059837865, 5057839.224660054, 5273495.397059081, 5467481.645710379, 5639000.8395083165, 5787348.169294829, 5911914.044071418, 6012186.595939333, 6087753.7834745515, 6138305.084894383, 6163632.774058071, 6163632.774058071, 6138305.084894383, 6087753.783474552, 6012186.595939333, 5911914.044071418, 5787348.169294829, 5639000.8395083165, 5467481.645710379, 5273495.397059082, 5057839.224660055, 4821399.305983787, 4565147.223372323, 4290135.971599015, 3997495.630887127, 3688428.7231678, 3364205.2706594956, 3026157.5770742856, 2675674.7528961105, 2314197.00722785, 1943209.7296631925, 1564237.3865021658, 1178837.2563921374, 788593.0311357925, 395108.3079618388, 7.55215332189665e-10], [0, 400814.82164804643, 799982.6092194315, 1195863.0966538026, 1586829.526112193, 1971275.3326739226, 2347620.7460564626, 2714319.2822303856, 3069864.0982539635, 3412794.1842140323, 3741700.366829109, 4055231.100044673, 4352098.0188258095, 4631081.2333254935, 4891034.341673635, 5130889.140788263, 5349660.015851121, 5546447.9904103745, 5720444.420467667, 5870934.317369779, 5997299.285850356, 6099020.065148712, 6175678.662763669, 6226960.072074413, 6252653.566770256, 6252653.566770256, 6226960.072074413, 6175678.66276367, 6099020.065148712, 5997299.285850356, 5870934.317369779, 5720444.420467667, 5546447.9904103745, 5349660.015851122, 5130889.140788263, 4891034.341673636, 4631081.2333254935, 4352098.0188258095, 4055231.100044673, 3741700.3668291094, 3412794.1842140323, 3069864.0982539654, 2714319.2822303865, 2347620.746056462, 1971275.332673924, 1586829.526112193, 1195863.096653804, 799982.6092194319, 400814.82164804847, 7.661228391752988e-10], [0, 404907.3955125732, 808150.9396846213, 1208073.6182976726, 1603032.0632821599, 1991403.305669322, 2371591.444718819, 2742034.205817197, 3101209.3601993793, 3447640.9801131813, 3779905.5037230267, 4096637.5848308867, 4396535.703376669, 4678367.513663327, 4940974.908329658, 5183278.777261867, 5404283.441888497, 5603080.746637245, 5778853.790741008, 5930880.285058366, 6058535.520114588, 6161294.933166865, 6238736.26374514, 6290541.288810956, 6316497.130404172, 6316497.130404172, 6290541.288810956, 6238736.263745141, 6161294.933166865, 6058535.520114588, 5930880.285058366, 5778853.790741008, 5603080.746637245, 5404283.441888498, 5183278.777261868, 4940974.908329659, 4678367.513663327, 4396535.703376669, 4096637.5848308867, 3779905.503723027, 3447640.9801131813, 3101209.360199381, 2742034.205817198, 2371591.4447188186, 1991403.305669323, 1603032.0632821599, 1208073.618297674, 808150.9396846216, 404907.3955125752, 7.739454398858561e-10], [0, 407369.550204913, 813065.1315475396, 1215419.6538627138, 1612779.7561134675, 2003512.6004061785, 2386012.5816717152, 2758707.9254410695, 3120067.146603792, 3468605.3426088155, 3802890.295247547, 4121548.355945695, 4423270.090379913, 4706815.659224301, 4971019.912916143, 5214797.179505386, 5437145.7259135535, 5637151.874269843, 5813993.756409471, 5966944.6911062645, 6095376.170161678, 6198760.44107981, 6276672.6757156, 6328792.715984809, 6354906.389462254, 6354906.389462254, 6328792.715984809, 6276672.675715601, 6198760.44107981, 6095376.170161678, 5966944.6911062645, 5813993.756409471, 5637151.874269843, 5437145.725913554, 5214797.179505387, 4971019.912916144, 4706815.659224301, 4423270.090379913, 4121548.355945695, 3802890.2952475473, 3468605.3426088155, 3120067.146603794, 2758707.9254410705, 2386012.581671715, 2003512.60040618, 1612779.7561134675, 1215419.6538627152, 813065.13154754, 407369.55020491505, 7.786516354692133e-10], [0, 408191.37149712193, 814705.3970919877, 1217871.623456443, 1616033.3540874713, 2007554.4570284872, 2390826.0880864924, 2764273.3019179627, 3126361.523817088, 3475602.8556124056, 3810562.189759537, 4129863.10650592, 4432193.529894812, 4716311.119366835, 4981048.374803818, 5225317.434037206, 5448114.54310706, 5648524.180902383, 5825722.821233741, 5978982.316879024, 6107672.891696565, 6211265.728510398, 6289335.142133461, 6341560.328599342, 6367726.683414582, 6367726.683414582, 6341560.328599342, 6289335.142133462, 6211265.728510398, 6107672.891696565, 5978982.316879024, 5825722.821233741, 5648524.180902383, 5448114.543107061, 5225317.434037207, 4981048.374803819, 4716311.119366835, 4432193.529894812, 4129863.10650592, 3810562.1897595376, 3475602.8556124056, 3126361.52381709, 2764273.3019179637, 2390826.088086492, 2007554.4570284886, 1616033.3540874713, 1217871.6234564444, 814705.397091988, 408191.37149712397, 7.802224757367787e-10]], "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 100, "currentCount": 100}}, "cmin": -6371000, "cmax": 6371000}], "config": {"showlegend": false, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "yref": "paper", "showarrow": false, "text": "Траектории движения спутника<br>при разной начальной скорости", "xref": "paper", "x": 0.5592592592592592}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "scene": {"camera": {"up": {"x": 0, "y": 0, "z": 1}, "center": {"x": 0, "y": 0, "z": 0}, "eye": {"x": 0.7758755377506787, "y": -1.3438558517340007, "z": 0.8959039011560006}, "projection": {"type": "perspective"}}, "xaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-27132334.335433602, 7768734.37543395], "tickmode": "array", "tickvals": [-25000000, -20000000, -15000000, -10000000, -5000000, 0, 5000000], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-2.50×10⁷", "-2.00×10⁷", "-1.50×10⁷", "-1.00×10⁷", "-5.00×10⁶", "0", "5.00×10⁶"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "domain": {"y": [0.03762029746281716, 0.9519630358705161], "x": [0.12508019830854475, 0.9934383202099737]}, "yaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-9965587.461652644, 13406798.951123036], "tickmode": "array", "tickvals": [-5000000, 0, 5000000, 10000000], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-5.0×10⁶", "0", "5.0×10⁶", "1.0×10⁷"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "zaxis": {"tickangle": 0, "showline": true, "gridcolor": "rgba(0, 0, 0, 0.1)", "showticklabels": true, "gridwidth": 0.5, "visible": true, "ticks": "inside", "range": [-6753260, 6753260], "tickmode": "array", "tickvals": [-5000000, -2500000, 0, 2500000, 5000000], "tickcolor": "rgb(0, 0, 0)", "ticktext": ["-5.00×10⁶", "-2.50×10⁶", "0", "2.50×10⁶", "5.00×10⁶"], "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "zeroline": false, "type": "linear", "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "zerolinecolor": "rgba(0, 0, 0, 1)", "mirror": false}, "aspectratio": {"x": 1.5684727429408463, "y": 1.050367578414718, "z": 0.6069902514300056}, "aspectmode": "auto"}, "width": 1043.3125}}
{"id": "75ca82f3-f45d-4e50-883f-58b48b5f9e29", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": null, "yaxis": "y", "legendgroup": "v0 = 7660 м/с", "zmax": null, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [7.672266542216981, 7.68456445836768, 7.696854175511332, 7.709095572957791, 7.721248110804178, 7.733270967518745, 7.745123186302429, 7.756763829819777, 7.768152142743965, 7.779247721407824, 7.790010689696665, 7.800401880162126, 7.810383019182655, 7.819916914849193, 7.828967646117878, 7.8375007516492685, 7.8454834166493574, 7.8528846559456404, 7.859675491474934, 7.865829122331779, 7.871321085529595, 7.876129405663053, 7.880234731730489, 7.883620459479571, 7.886272837777159, 7.8881810576733, 7.889337323026972, 7.88973690178359, 7.889378157237029, 7.888262558866661, 7.886394672606997, 7.883782130677809, 7.880435581370031, 7.876368619441148, 7.87159769801743, 7.866142023124032, 7.8600234321630715, 7.853266257830404, 7.84589717910131, 7.83794506102151, 7.829440785112123, 7.820417072235299, 7.810908299772331, 7.800950314939796, 7.7905802460142075, 7.779836313154896, 7.768757640411757, 7.757384070383023, 7.745755982852154, 7.733914118586384, 7.721899409326024, 7.709752814837257, 7.697515167744791, 7.685227026707778, 7.672928538355078, 7.660659308256566, 7.648458281077512, 7.636363629944271, 7.624412654942604, 7.612641690575411, 7.601086021924735, 7.589779809193339, 7.578756020243936, 7.568046370708381, 7.557681271204407, 7.547689781172819, 7.538099568832723, 7.528936876745295, 7.520226492476973, 7.5119917238598335, 7.504254378359373, 7.497034746077172, 7.490351585937184, 7.4842221146288965, 7.478661997907895, 7.473685343883599, 7.469304697954952, 7.465531039086992, 7.4623737771542675, 7.459840751110768, 7.457938227780088, 7.45667090109387, 7.456041891641018, 7.456052746424701, 7.456703438758664, 7.457992368268922, 7.45991636100142, 7.462470669670767, 7.465648974119676, 7.469443382093277, 7.473844430466976, 7.4788410871009905, 7.484420753528973, 7.490569268722251, 7.497270914204815, 7.504508420827226, 7.512262977539786, 7.520514242536153, 7.529240357167913, 7.538417963057642, 7.5480222228626, 7.558026845162153, 7.5684041139592395, 7.579124923298462, 7.590158817510026, 7.601474037588902, 7.613037574211284, 7.62481522787472, 7.636771676623356, 7.648870551784568, 7.6610745220972225, 7.673345386554042, 7.685644176210683, 7.697931265131726, 7.710166490548851, 7.722309282199091, 7.734318800691943, 7.746154084624049, 7.757774206020457, 7.769138433534025, 7.780206402681237, 7.7909382922364765, 7.801295005750293, 7.8112383570040915, 7.820731258067304, 7.829737908487509, 7.83822398402305, 7.846156823225305, 7.85350561009783, 7.8602415510054096, 7.866338043980915, 7.871770838583924, 7.876518184504432, 7.880560967178214, 7.883882828787907, 7.886470273164292, 7.888312753274027, 7.889402740180008, 7.889735772584948, 7.889310486313019, 7.888128623343249, 7.886195020275897, 7.883517576383413, 7.880107201664376, 7.875977745576196, 7.871145907364438, 7.865631129128322, 7.859455472958637, 7.85264348365237, 7.845222038644897, 7.837220186903867, 7.828668978598116, 7.819601287390063, 7.810051627202339, 7.800055965280431, 7.789651533315782, 7.778876638310799, 7.767770474762448, 7.756372939618161, 7.744724451320691, 7.732865774111125, 7.720837848605585, 7.708681629504514, 7.696437931137338, 7.684147281392738, 7.671849784437956, 7.659584992492152, 7.647391786789861, 7.635308267752965, 7.623371654283702, 7.6116181919977945, 7.600083070135919, 7.58880034682338, 7.5778028822915395, 7.567122279629863, 7.556788832603586, 7.546831480048248, 7.537277766337682, 7.528153807415741, 7.519484261883011, 7.511292306637125, 7.503599616578265, 7.496426347909013, 7.48979112457935, 7.483711027452343, 7.478201585793523, 7.473276770716404, 7.468948990247704, 7.465229085708043, 7.462126329137045, 7.459648421525478, 7.457801491651146, 7.456590095349632, 7.456017215085354, 7.456084259723057, 7.456791064434213, 7.45813589070751, 7.460115426466976, 7.462724786335926, 7.46595751211937, 7.4698055736120805, 7.474259369874041, 7.479307731149387, 7.484937921639296, 7.491135643373294, 7.49788504145705, 7.505168711007703, 7.512967706119814, 7.521261551235774, 7.530028255323645, 7.539244329292257, 7.54888480709766, 7.558923271015732, 7.569331881572533, 7.580081412635799, 7.591141292177099, 7.602479649213695, 7.61406336743115, 7.625858145971256, 7.637828567844046, 7.649938176386593, 7.6621495601442255, 7.6744244464910025, 7.686723804235312, 7.699007955372992], "type": "scatter", "x": [0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666667, 5, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333334, 9.166666666666666, 10, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15, 15.833333333333334, 16.666666666666668, 17.5, 18.333333333333332, 19.166666666666668, 20, 20.833333333333332, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25, 25.833333333333332, 26.666666666666668, 27.5, 28.333333333333332, 29.166666666666668, 30, 30.833333333333332, 31.666666666666668, 32.5, 33.333333333333336, 34.166666666666664, 35, 35.833333333333336, 36.666666666666664, 37.5, 38.333333333333336, 39.166666666666664, 40, 40.833333333333336, 41.666666666666664, 42.5, 43.333333333333336, 44.166666666666664, 45, 45.833333333333336, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50, 50.833333333333336, 51.666666666666664, 52.5, 53.333333333333336, 54.166666666666664, 55, 55.833333333333336, 56.666666666666664, 57.5, 58.333333333333336, 59.166666666666664, 60, 60.833333333333336, 61.666666666666664, 62.5, 63.333333333333336, 64.16666666666667, 65, 65.83333333333333, 66.66666666666667, 67.5, 68.33333333333333, 69.16666666666667, 70, 70.83333333333333, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75, 75.83333333333333, 76.66666666666667, 77.5, 78.33333333333333, 79.16666666666667, 80, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333333, 84.16666666666667, 85, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666667, 90, 90.83333333333333, 91.66666666666667, 92.5, 93.33333333333333, 94.16666666666667, 95, 95.83333333333333, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100, 100.83333333333333, 101.66666666666667, 102.5, 103.33333333333333, 104.16666666666667, 105, 105.83333333333333, 106.66666666666667, 107.5, 108.33333333333333, 109.16666666666667, 110, 110.83333333333333, 111.66666666666667, 112.5, 113.33333333333333, 114.16666666666667, 115, 115.83333333333333, 116.66666666666667, 117.5, 118.33333333333333, 119.16666666666667, 120, 120.83333333333333, 121.66666666666667, 122.5, 123.33333333333333, 124.16666666666667, 125, 125.83333333333333, 126.66666666666667, 127.5, 128.33333333333334, 129.16666666666666, 130, 130.83333333333334, 131.66666666666666, 132.5, 133.33333333333334, 134.16666666666666, 135, 135.83333333333334, 136.66666666666666, 137.5, 138.33333333333334, 139.16666666666666, 140, 140.83333333333334, 141.66666666666666, 142.5, 143.33333333333334, 144.16666666666666, 145, 145.83333333333334, 146.66666666666666, 147.5, 148.33333333333334, 149.16666666666666, 150, 150.83333333333334, 151.66666666666666, 152.5, 153.33333333333334, 154.16666666666666, 155, 155.83333333333334, 156.66666666666666, 157.5, 158.33333333333334, 159.16666666666666, 160, 160.83333333333334, 161.66666666666666, 162.5, 163.33333333333334, 164.16666666666666, 165, 165.83333333333334, 166.66666666666666, 167.5, 168.33333333333334, 169.16666666666666, 170, 170.83333333333334, 171.66666666666666, 172.5, 173.33333333333334, 174.16666666666666, 175, 175.83333333333334, 176.66666666666666, 177.5, 178.33333333333334, 179.16666666666666, 180, 180.83333333333334, 181.66666666666666, 182.5, 183.33333333333334, 184.16666666666666, 185, 185.83333333333334, 186.66666666666666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 225, "currentCount": 225}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": null, "yaxis": "y", "legendgroup": "v0 = 8660 м/с", "zmax": null, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [8.670851970528737, 8.675680260700679, 8.67444077892222, 8.667144864148563, 8.653858979354869, 8.634702926623964, 8.609846680765955, 8.57950600974275, 8.543937106711375, 8.503430496109594, 8.458304493108209, 8.408898492518523, 8.35556634244942, 8.298670023652116, 8.238573812287678, 8.175639056562229, 8.11021965055613, 8.042658245018428, 7.973283197265318, 7.902406231936033, 7.83032076163706, 7.75730080114857, 7.683600400084575, 7.609453515616494, 7.53507424790613, 7.460657365089515, 7.386379050961405, 7.3123978160444345, 7.23885552077977, 7.165878467614526, 7.093578526410341, 7.022054264615175, 6.951392059891647, 6.881667178325268, 6.8129448059488915, 6.745281025158098, 6.678723730723071, 6.6133134826048545, 6.549084294741234, 6.486064360461488, 6.424276716296803, 6.363739846743321, 6.304468233069113, 6.246472849587373, 6.189761610990646, 6.134339774392361, 6.08021029968262, 6.027374171700479, 5.975830687574081, 5.9255777123991615, 5.876611906227414, 5.8289289251285625, 5.782523598880437, 5.73739008763525, 5.6935220197111045, 5.6509126124679945, 5.609554778048843, 5.569441215599281, 5.53056449142523, 5.492917108405068, 5.456491565842684, 5.421280410828868, 5.387276282070411, 5.3544719470484425, 5.322860333279204, 5.292434554370816, 5.263187931498041, 5.23511401085277, 5.208206577570395, 5.182459666580636, 5.157867570785268, 5.13442484692393, 5.112126319452337, 5.0909670827242115, 5.070942501738791, 5.052048211689331, 5.034280116524416, 5.017634386712557, 5.002107456381555, 4.987696019986772, 4.974397028646886, 4.962207686271573, 4.951125445592525, 4.9411480041974745, 4.932273300655888, 4.924499510814877, 4.917825044334444, 4.912248541522277, 4.907768870519899, 4.904385124884029, 4.902096621599279, 4.9009028995509505, 4.9008037184794695, 4.901799058430959, 4.903889119711462, 4.907074323345443, 4.911355312032315, 4.91673295158774, 4.923208332849458, 4.930782774020224, 4.939457823413051, 4.949235262556343, 4.960117109608582, 4.972105623023896, 4.985203305401059, 4.999412907439135, 5.014737431912962, 5.031180137570909, 5.048744542845674, 5.067434429256108, 5.087253844364216, 5.108207104136046, 5.130298794538336, 5.153533772183987, 5.177917163818593, 5.203454364417104, 5.230151033633753, 5.258013090319515, 5.287046704789052, 5.317258288482943, 5.34865448063058, 5.381242131473893, 5.415028281561566, 5.450020136566854, 5.486225037019251, 5.523650422269914, 5.562303787932782, 5.602192635956498, 5.643324416386252, 5.685706459768478, 5.729345899034453, 5.774249579570564, 5.820423956042879, 5.867874974391203, 5.916607937243286, 5.966627350823101, 6.0179367512393425, 6.0705385078426435, 6.124433601134925, 6.179621372505068, 6.236099242856607, 6.29386239699202, 6.352903430433113, 6.413211955199766, 6.474774160954834, 6.5375723278701035, 6.60158428760118, 6.66678282890717, 6.7331350447502, 6.800601618203614, 6.869136045237237, 6.93868379349316, 7.009181397583982, 7.080555493312897, 7.152721795612337, 7.225584028008704, 7.299032815125523, 7.372944554205754, 7.447180286914406, 7.521584598787036, 7.595984580575788, 7.670188893293878, 7.74398698675082, 7.817148529455562, 7.889423115440205, 7.960540320148041, 8.030210182181538, 8.098124189398359, 8.163956845432752, 8.22736788501926, 8.288005192399678, 8.34550845574609, 8.399513561529112, 8.449657696371768, 8.495585081304029, 8.536953216637386, 8.573439468125693, 8.60474778078972, 8.630615270463775, 8.650818419543619, 8.665178596755283, 8.673566633908383, 8.675906226515107, 8.672175978505948, 8.662409980346213, 8.646696888907181, 8.625177559387833, 8.598041356936928, 8.565521341535842, 8.527888568841826, 8.485445778877136, 8.438520752889604, 8.387459607858775, 8.332620271219511, 8.274366339799805, 8.21306148153071, 8.149064490794597, 8.082725062268686, 8.014380306772203, 7.944351997863153, 7.872944510686305, 7.800443394944116, 7.727114511320463, 7.653203654302453, 7.5789365829805355, 7.504519383875699, 7.430139095023632, 7.355964527454482, 7.282147228029407, 7.208822535696993, 7.136110691148489, 7.064117967263248, 6.9929377944501026, 6.922651860907283, 6.853331172915055, 6.7850370645634115, 6.717822149856076, 6.651731212994926, 6.586802034917453, 6.523066155917344, 6.460549575504768, 6.399273391632212, 6.339254382089987, 6.280505531320445, 6.223036506160902], "type": "scatter", "x": [0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666667, 5, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333334, 9.166666666666666, 10, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15, 15.833333333333334, 16.666666666666668, 17.5, 18.333333333333332, 19.166666666666668, 20, 20.833333333333332, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25, 25.833333333333332, 26.666666666666668, 27.5, 28.333333333333332, 29.166666666666668, 30, 30.833333333333332, 31.666666666666668, 32.5, 33.333333333333336, 34.166666666666664, 35, 35.833333333333336, 36.666666666666664, 37.5, 38.333333333333336, 39.166666666666664, 40, 40.833333333333336, 41.666666666666664, 42.5, 43.333333333333336, 44.166666666666664, 45, 45.833333333333336, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50, 50.833333333333336, 51.666666666666664, 52.5, 53.333333333333336, 54.166666666666664, 55, 55.833333333333336, 56.666666666666664, 57.5, 58.333333333333336, 59.166666666666664, 60, 60.833333333333336, 61.666666666666664, 62.5, 63.333333333333336, 64.16666666666667, 65, 65.83333333333333, 66.66666666666667, 67.5, 68.33333333333333, 69.16666666666667, 70, 70.83333333333333, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75, 75.83333333333333, 76.66666666666667, 77.5, 78.33333333333333, 79.16666666666667, 80, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333333, 84.16666666666667, 85, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666667, 90, 90.83333333333333, 91.66666666666667, 92.5, 93.33333333333333, 94.16666666666667, 95, 95.83333333333333, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100, 100.83333333333333, 101.66666666666667, 102.5, 103.33333333333333, 104.16666666666667, 105, 105.83333333333333, 106.66666666666667, 107.5, 108.33333333333333, 109.16666666666667, 110, 110.83333333333333, 111.66666666666667, 112.5, 113.33333333333333, 114.16666666666667, 115, 115.83333333333333, 116.66666666666667, 117.5, 118.33333333333333, 119.16666666666667, 120, 120.83333333333333, 121.66666666666667, 122.5, 123.33333333333333, 124.16666666666667, 125, 125.83333333333333, 126.66666666666667, 127.5, 128.33333333333334, 129.16666666666666, 130, 130.83333333333334, 131.66666666666666, 132.5, 133.33333333333334, 134.16666666666666, 135, 135.83333333333334, 136.66666666666666, 137.5, 138.33333333333334, 139.16666666666666, 140, 140.83333333333334, 141.66666666666666, 142.5, 143.33333333333334, 144.16666666666666, 145, 145.83333333333334, 146.66666666666666, 147.5, 148.33333333333334, 149.16666666666666, 150, 150.83333333333334, 151.66666666666666, 152.5, 153.33333333333334, 154.16666666666666, 155, 155.83333333333334, 156.66666666666666, 157.5, 158.33333333333334, 159.16666666666666, 160, 160.83333333333334, 161.66666666666666, 162.5, 163.33333333333334, 164.16666666666666, 165, 165.83333333333334, 166.66666666666666, 167.5, 168.33333333333334, 169.16666666666666, 170, 170.83333333333334, 171.66666666666666, 172.5, 173.33333333333334, 174.16666666666666, 175, 175.83333333333334, 176.66666666666666, 177.5, 178.33333333333334, 179.16666666666666, 180, 180.83333333333334, 181.66666666666666, 182.5, 183.33333333333334, 184.16666666666666, 185, 185.83333333333334, 186.66666666666666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 225, "currentCount": 225}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": null, "yaxis": "y", "legendgroup": "v0 = 9660 м/с", "zmax": null, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [9.669729773619432, 9.667976967917586, 9.654770648146435, 9.630328198171306, 9.595044554734523, 9.54947319541324, 9.494300688650137, 9.430317077933449, 9.358384511237732, 9.279406363483936, 9.19429870720934, 9.103965463691326, 9.009278012094187, 8.911059527061518, 8.810073906011695, 8.707018857536065, 8.602522549689443, 8.49714314444284, 8.391370547920413, 8.28562976019025, 8.180285291273437, 8.075646204471308, 7.971971442034461, 7.869475174132254, 7.768331986155656, 7.668681780294859, 7.570634315427938, 7.474273345929247, 7.379660346774923, 7.286837831098859, 7.195832278839651, 7.106656702813756, 7.019312882703702, 6.933793299070572, 6.850082799374765, 6.768160026716882, 6.687998640035011, 6.609568352136221, 6.532835809423451, 6.4577653346566946, 6.384319551658541, 6.312459908598622, 6.242147114402056, 6.173341500936949, 6.106003321946234, 6.0400929981921045, 5.975571316964823, 5.912399592956782, 5.85053979650136, 5.789954654308428, 5.730607727078888, 5.6724634677350725, 5.6154872634489585, 5.559645464174215, 5.504905399980471, 5.451235389139548, 5.3986047386154965, 5.346983738356125, 5.296343650566861, 5.246656694963116, 5.197896030840015, 5.150035736664523, 5.103050787781219, 5.0569170327262185, 5.011611168561654, 4.967110715573399, 4.9233939916156455, 4.8804400863358515, 4.838228835471242, 4.796740795372185, 4.755957217877524, 4.715860025641492, 4.676431787990316, 4.63765569736863, 4.599515546420725, 4.561995705739007, 4.525081102301582, 4.488757198612098, 4.4530099725478625, 4.417825897916238, 4.383191925714611, 4.3490954660852275, 4.315524370953131, 4.282466917332944, 4.249911791288341, 4.217848072526586, 4.186265219609474, 4.155153055761243, 4.124501755253598, 4.094301830347711, 4.064544118773002, 4.035219771722619, 4.006320242345708, 3.9778372747169115, 3.9497628932638924, 3.922089392634133, 3.8948093279827662, 3.86791550566371, 3.8414009743069304, 3.8152590162652276, 3.7894831394145276, 3.764067069292218, 3.7390047415586767, 3.7142902947676832, 3.689918063432, 3.6658825713709358, 3.6421785253272705, 3.618800808841427, 3.5957444763713067, 3.5730047476466815, 3.550577002247539, 3.5284567743962088, 3.5066397479535794, 3.485121751610103, 3.4638987542627406, 3.4429668605693533, 3.4223223066724526, 3.40196145608457, 3.3818807957278647, 3.362076932120898, 3.342546587705857, 3.323286597309769, 3.304293904733579, 3.285565559463205, 3.2670987134969818, 3.248890618284121, 3.2309386217690994, 3.213240165537073, 3.1957927820556673, 3.178594092008695, 3.161641801717532, 3.144933700646132, 3.128467658985757, 3.1122416253157645, 3.0962536243369043, 3.0805017546737563, 3.064984186743092, 3.0496991606851043, 3.0346449843545673, 3.019820031369142, 3.0052227392121726, 2.9908516073874365, 2.9767051956234396, 2.962782122124962, 2.9490810618696686, 2.935600744947717, 2.922339954942385, 2.909297527349858, 2.896472348036398, 2.8838633517312244, 2.871469520553522, 2.8592898825720723, 2.847323510396115, 2.8355695197961004, 2.8240270683530917, 2.8126953541356605, 2.8015736144031838, 2.7906611243345187, 2.7799571957811353, 2.769461176043826, 2.759172446672192, 2.749090422286183, 2.739214549419013, 2.7295443053808626, 2.7200791971428164, 2.710818760240565, 2.7017625576974433, 2.692910178966451, 2.6842612388909393, 2.6758153766837167, 2.6675722549243694, 2.6595315585746455, 2.6516929940118006, 2.644056288079852, 2.636621187158727, 2.629387456251342, 2.622354878088683, 2.6155232522529994, 2.608892394319271, 2.602462135015113, 2.596232319399364, 2.5902028060595774, 2.584373466328718, 2.578744183521346, 2.5733148521896307, 2.5680853773995302, 2.563055674027518, 2.5582256660782225, 2.553595286023391, 2.549164474162581, 2.544933178006002, 2.5409013516799206, 2.5370689553550734, 2.5334359546985086, 2.530002320349285, 2.526768027418457, 2.5237330550137673, 2.5208973857894574, 2.518261005521594, 2.515823902709308, 2.513586068202312, 2.511547494855062, 2.5097081772078944, 2.508068111195462, 2.5066272938827567, 2.5053857232290033, 2.50434339787966, 2.503500316986744, 2.502856480057685, 2.5024118868328573, 2.502166537191927, 2.5021204310891165, 2.502273568517465, 2.502625949502098, 2.503177574122554, 2.5039284425641006, 2.5048785551980206, 2.5060279126907523, 2.507376516141786, 2.5089243672501573, 2.5106714685093605, 2.5126178234304772, 2.514763436793287, 2.5171083149251006, 2.519652466007022], "type": "scatter", "x": [0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666667, 5, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333334, 9.166666666666666, 10, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15, 15.833333333333334, 16.666666666666668, 17.5, 18.333333333333332, 19.166666666666668, 20, 20.833333333333332, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25, 25.833333333333332, 26.666666666666668, 27.5, 28.333333333333332, 29.166666666666668, 30, 30.833333333333332, 31.666666666666668, 32.5, 33.333333333333336, 34.166666666666664, 35, 35.833333333333336, 36.666666666666664, 37.5, 38.333333333333336, 39.166666666666664, 40, 40.833333333333336, 41.666666666666664, 42.5, 43.333333333333336, 44.166666666666664, 45, 45.833333333333336, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50, 50.833333333333336, 51.666666666666664, 52.5, 53.333333333333336, 54.166666666666664, 55, 55.833333333333336, 56.666666666666664, 57.5, 58.333333333333336, 59.166666666666664, 60, 60.833333333333336, 61.666666666666664, 62.5, 63.333333333333336, 64.16666666666667, 65, 65.83333333333333, 66.66666666666667, 67.5, 68.33333333333333, 69.16666666666667, 70, 70.83333333333333, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75, 75.83333333333333, 76.66666666666667, 77.5, 78.33333333333333, 79.16666666666667, 80, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333333, 84.16666666666667, 85, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666667, 90, 90.83333333333333, 91.66666666666667, 92.5, 93.33333333333333, 94.16666666666667, 95, 95.83333333333333, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100, 100.83333333333333, 101.66666666666667, 102.5, 103.33333333333333, 104.16666666666667, 105, 105.83333333333333, 106.66666666666667, 107.5, 108.33333333333333, 109.16666666666667, 110, 110.83333333333333, 111.66666666666667, 112.5, 113.33333333333333, 114.16666666666667, 115, 115.83333333333333, 116.66666666666667, 117.5, 118.33333333333333, 119.16666666666667, 120, 120.83333333333333, 121.66666666666667, 122.5, 123.33333333333333, 124.16666666666667, 125, 125.83333333333333, 126.66666666666667, 127.5, 128.33333333333334, 129.16666666666666, 130, 130.83333333333334, 131.66666666666666, 132.5, 133.33333333333334, 134.16666666666666, 135, 135.83333333333334, 136.66666666666666, 137.5, 138.33333333333334, 139.16666666666666, 140, 140.83333333333334, 141.66666666666666, 142.5, 143.33333333333334, 144.16666666666666, 145, 145.83333333333334, 146.66666666666666, 147.5, 148.33333333333334, 149.16666666666666, 150, 150.83333333333334, 151.66666666666666, 152.5, 153.33333333333334, 154.16666666666666, 155, 155.83333333333334, 156.66666666666666, 157.5, 158.33333333333334, 159.16666666666666, 160, 160.83333333333334, 161.66666666666666, 162.5, 163.33333333333334, 164.16666666666666, 165, 165.83333333333334, 166.66666666666666, 167.5, 168.33333333333334, 169.16666666666666, 170, 170.83333333333334, 171.66666666666666, 172.5, 173.33333333333334, 174.16666666666666, 175, 175.83333333333334, 176.66666666666666, 177.5, 178.33333333333334, 179.16666666666666, 180, 180.83333333333334, 181.66666666666666, 182.5, 183.33333333333334, 184.16666666666666, 185, 185.83333333333334, 186.66666666666666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 225, "currentCount": 225}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-5.6000000000000085, 192.26666666666665], "domain": [0.04683945756780402, 0.9934383202099739], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Время, мин", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Изменение скорости спутника во времени", "xref": "paper", "x": 0.5201388888888888}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [2.2870921508132063, 9.884758053895341], "domain": [0.07581474190726165, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Скорость, км/с", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "bottom", "xanchor": "left", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 0.07, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 0.07}, "width": 1043.3125}}
{"id": "d7d75ae8-a7c6-45f4-9436-53454a3c45ae", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 7660 м/с", "zmin": null, "yaxis": "y", "legendgroup": "v0 = 7660 м/с", "zmax": null, "line": {"color": "rgba(255, 0, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [0.408, 0.397161640271157, 0.38633042766712605, 0.3755414326059949, 0.3648299248979017, 0.3542312560520349, 0.3437807368493713, 0.3335135105769644, 0.32346442239831014, 0.31366788541436474, 0.30415774404943735, 0.2949671354743391, 0.28612834985399804, 0.2776726902766768, 0.26963033328524044, 0.2620301909857737, 0.2548997757536825, 0.2482650685904175, 0.2421503922038786, 0.23657828989090585, 0.23156941129020414, 0.22714240604775865, 0.2233138263939442, 0.2200980395722082, 0.21750715098370332, 0.21555093882155324, 0.21423680086373165, 0.2135697139764158, 0.2135522067522779, 0.21418434557258803, 0.21546373424099385, 0.2173855271928329, 0.2199424561398737, 0.22312486986906083, 0.22692078677793592, 0.2313159596014833, 0.2362939516674187, 0.2418362239115676, 0.24792223179342132, 0.25452953117569255, 0.261633892171409, 0.26920941991840397, 0.27722868121382593, 0.28566283593043124, 0.29448177214090715, 0.3036542438956872, 0.313148010632013, 0.3229299772362765, 0.3329663338359939, 0.34322269446069376, 0.3536642337805787, 0.36425582120649425, 0.37496215171265695, 0.3857478728233259, 0.39657770728452413, 0.4074165710208807, 0.41822968605426697, 0.42898268813443274, 0.43964172890119346, 0.4501735724624293, 0.4605456863316484, 0.47072632672279235, 0.48068461824811437, 0.49039062810730655, 0.4998154348925557, 0.5089311921650023, 0.5177111869834085, 0.5261298935858151, 0.5341630224401382, 0.541787564890027, 0.5489818336285353, 0.5557254992343728, 0.5619996230042483, 0.567786686310282, 0.5730706167041362, 0.577836810979641, 0.5820721553936107, 0.585765043230527, 0.5889053898811275, 0.5914846455878354, 0.5934958059917539, 0.5949334205966611, 0.5957935992454542, 0.5960740166837759, 0.595773915264478, 0.5948941058250498, 0.5934369667485105, 0.5914064411965608, 0.5888080324820644, 0.5856487975265486, 0.5819373383272384, 0.577683791337504, 0.5728998146446151, 0.56759857280944, 0.5617947192145624, 0.5555043757502036, 0.5487451096517966, 0.5415359072890431, 0.533897144694332, 0.5258505546085667, 0.5174191898152083, 0.508627382528956, 0.49950069960427934, 0.4900658933314318, 0.48035084759385605, 0.4703845191715248, 0.46019687398997416, 0.4498188181350464, 0.43928212347877493, 0.4286193477929132, 0.4178637492632456, 0.40704919536040723, 0.39621006607124304, 0.3853811515489165, 0.3745975442995969, 0.3638945260884501, 0.35330744981716855, 0.3428716166989179, 0.3326221491332669, 0.32259385976270494, 0.3128211172722764, 0.30333770957355016, 0.2941767050920064, 0.2853703129514139, 0.27694974291818214, 0.2689450660313163, 0.2613850768976416, 0.25429715867580194, 0.24770715180450398, 0.2416392275490854, 0.23611576744460036, 0.23115724970210436, 0.22678214361708424, 0.22300681297472028, 0.21984542938582693, 0.21730989641052206, 0.2154097852346245, 0.21415228255797084, 0.21354215123569872, 0.21358170408534444, 0.21427079113645944, 0.21560680045800562, 0.21758467255474068, 0.22019692817992623, 0.2234337092707418, 0.22728283257751447, 0.23172985543070082, 0.23675815297291708, 0.24234900607901252, 0.24848169909697027, 0.25513362646750826, 0.26228040722143187, 0.26989600631152466, 0.27795286171002687, 0.28642201619322694, 0.295273252740562, 0.30447523249598035, 0.31399563427278865, 0.32380129462838175, 0.33385834759041855, 0.34413236317959617, 0.35458848394425957, 0.36519155879709964, 0.375906273522364, 0.386697277401763, 0.39752930548720433, 0.4083672961272169, 0.41917650343037116, 0.4299226044221306, 0.44057180072058366, 0.4510909146207459, 0.46144747953615617, 0.47160982479987107, 0.4815471548746843, 0.491229623064151, 0.5006283998520402, 0.5097157360281274, 0.5184650207830817, 0.52685083497479, 0.5348489997831043, 0.542436620980096, 0.5495921290486874, 0.5562953153844643, 0.5625273648139033, 0.5682708846574602, 0.5735099305583891, 0.5782300292881141, 0.5824181987266615, 0.5860629652025411, 0.5891543783606626, 0.5916840237096641, 0.5936450329817161, 0.5950320924185235, 0.5958414490771732, 0.5960709152287198, 0.5957198709012969, 0.5947892645979794, 0.5932816121980063, 0.591200994028219, 0.5885530500699375, 0.5853449732450554, 0.5815855007040519, 0.5772849030180257, 0.5724549711568924, 0.5671090011167778, 0.5612617760415105, 0.5549295456661787, 0.5481300028953002, 0.540882257314315, 0.533206805421302, 0.5251254973562378, 0.5166614998981077, 0.507839255496039, 0.4986844370997269, 0.48922389855720383, 0.4794856203545779, 0.46949865048345923, 0.4592930402373988, 0.4488997747593587, 0.438350698188168, 0.42767843328344357, 0.41691629544562475, 0.4060982010908341, 0.39525857038915435, 0.38443222442951985], "type": "scatter", "x": [0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666667, 5, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333334, 9.166666666666666, 10, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15, 15.833333333333334, 16.666666666666668, 17.5, 18.333333333333332, 19.166666666666668, 20, 20.833333333333332, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25, 25.833333333333332, 26.666666666666668, 27.5, 28.333333333333332, 29.166666666666668, 30, 30.833333333333332, 31.666666666666668, 32.5, 33.333333333333336, 34.166666666666664, 35, 35.833333333333336, 36.666666666666664, 37.5, 38.333333333333336, 39.166666666666664, 40, 40.833333333333336, 41.666666666666664, 42.5, 43.333333333333336, 44.166666666666664, 45, 45.833333333333336, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50, 50.833333333333336, 51.666666666666664, 52.5, 53.333333333333336, 54.166666666666664, 55, 55.833333333333336, 56.666666666666664, 57.5, 58.333333333333336, 59.166666666666664, 60, 60.833333333333336, 61.666666666666664, 62.5, 63.333333333333336, 64.16666666666667, 65, 65.83333333333333, 66.66666666666667, 67.5, 68.33333333333333, 69.16666666666667, 70, 70.83333333333333, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75, 75.83333333333333, 76.66666666666667, 77.5, 78.33333333333333, 79.16666666666667, 80, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333333, 84.16666666666667, 85, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666667, 90, 90.83333333333333, 91.66666666666667, 92.5, 93.33333333333333, 94.16666666666667, 95, 95.83333333333333, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100, 100.83333333333333, 101.66666666666667, 102.5, 103.33333333333333, 104.16666666666667, 105, 105.83333333333333, 106.66666666666667, 107.5, 108.33333333333333, 109.16666666666667, 110, 110.83333333333333, 111.66666666666667, 112.5, 113.33333333333333, 114.16666666666667, 115, 115.83333333333333, 116.66666666666667, 117.5, 118.33333333333333, 119.16666666666667, 120, 120.83333333333333, 121.66666666666667, 122.5, 123.33333333333333, 124.16666666666667, 125, 125.83333333333333, 126.66666666666667, 127.5, 128.33333333333334, 129.16666666666666, 130, 130.83333333333334, 131.66666666666666, 132.5, 133.33333333333334, 134.16666666666666, 135, 135.83333333333334, 136.66666666666666, 137.5, 138.33333333333334, 139.16666666666666, 140, 140.83333333333334, 141.66666666666666, 142.5, 143.33333333333334, 144.16666666666666, 145, 145.83333333333334, 146.66666666666666, 147.5, 148.33333333333334, 149.16666666666666, 150, 150.83333333333334, 151.66666666666666, 152.5, 153.33333333333334, 154.16666666666666, 155, 155.83333333333334, 156.66666666666666, 157.5, 158.33333333333334, 159.16666666666666, 160, 160.83333333333334, 161.66666666666666, 162.5, 163.33333333333334, 164.16666666666666, 165, 165.83333333333334, 166.66666666666666, 167.5, 168.33333333333334, 169.16666666666666, 170, 170.83333333333334, 171.66666666666666, 172.5, 173.33333333333334, 174.16666666666666, 175, 175.83333333333334, 176.66666666666666, 177.5, 178.33333333333334, 179.16666666666666, 180, 180.83333333333334, 181.66666666666666, 182.5, 183.33333333333334, 184.16666666666666, 185, 185.83333333333334, 186.66666666666666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 225, "currentCount": 225}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 8660 м/с", "zmin": null, "yaxis": "y", "legendgroup": "v0 = 8660 м/с", "zmax": null, "line": {"color": "rgba(0, 128, 0, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [0.408, 0.4001750818331353, 0.39838570309619326, 0.4026423914160412, 0.4129201261443775, 0.4291588231605692, 0.4512644877725914, 0.47911098638708516, 0.5125423630205747, 0.5513756074979883, 0.5954037694051126, 0.6443993059302112, 0.6981175523977755, 0.7563002107678456, 0.8186787624629438, 0.8849777262003944, 0.9549176976280548, 1.028218124176695, 1.1045997845567848, 1.1837869569141557, 1.265509272271486, 1.3495032602355732, 1.43551360197802, 1.5232941113019678, 1.6126084684078024, 1.7032307330518681, 1.794945664467169, 1.8875488749946803, 1.9808468431460586, 2.0746568100360503, 2.168806580997681, 2.2631342518955786, 2.3574878773139005, 2.4517250955114065, 2.5457127228742333, 2.6393263285994566, 2.732449798533501, 2.824974895478219, 2.9168008218632377, 3.007833789457718, 3.097986599745367, 3.187178237698037, 3.2753334809388184, 3.3623825256684907, 3.448260630223451, 3.5329077767232544, 3.616268350938089, 3.6982908402480708, 3.7789275493660623, 3.8581343333442097, 3.9358703472728522, 4.0120978120018, 4.086781795162003, 4.159890006734932, 4.231392608403523, 4.301262035918217, 4.3694728337218205, 4.436001501094794, 4.500826349106409, 4.56392736768502, 4.6252861021514775, 4.684885538592121, 4.742709997481117, 4.798745034995567, 4.85297735150006, 4.905394706710085, 4.95598584107542, 5.004740402955245, 5.051648881186087, 5.0967025426716095, 5.139893374649929, 5.181214031319205, 5.220657784526076, 5.258218478243828, 5.293890486588247, 5.327668675138872, 5.3595483653519045, 5.389525301868415, 5.417595622537835, 5.443755830991961, 5.46800277161913, 5.490333606801668, 5.5107457962924205, 5.529237078618086, 5.54580545440845, 5.560449171561148, 5.5731667121618615, 5.583956781089358, 5.5928182962441015, 5.5997503803479205, 5.604752354270763, 5.607823731848795, 5.608964216166127, 5.608173697280277, 5.605452251379263, 5.600800141365761, 5.594217818871502, 5.585705927712636, 5.575265308804553, 5.562897006562416, 5.548602276821719, 5.532382596321302, 5.514239673799768, 5.494175462764982, 5.472192176005488, 5.4482923019222245, 5.422478622768966, 5.394754234900486, 5.3651225711385555, 5.333587425377816, 5.300152979566023, 5.264823833206512, 5.227605035544997, 5.188502120617841, 5.147521145355142, 5.104668730949165, 5.059952107716875, 5.013379163705073, 4.9649584973071885, 4.914699474183139, 4.862612288796974, 4.808708030912095, 4.752998757409986, 4.695497569826249, 4.636218698026783, 4.57517759047731, 4.512391011591047, 4.447877146671836, 4.381655715003258, 4.313748091667877, 4.244177438714148, 4.172968846321238, 4.100149484643051, 4.025748767041307, 3.9497985254420693, 3.8723331985692995, 3.793390033820741, 3.7130093035532403, 3.6312345365337504, 3.548112765285045, 3.463694790007334, 3.378035459683666, 3.2911939708718565, 3.203234184542056, 3.114224961128343, 3.024240513715718, 2.9333607789694183, 2.8416718050194683, 2.749266155026039, 2.6562433245555033, 2.5627101701769885, 2.4687813458280323, 2.37457974247906, 2.2802369254338313, 2.1858935622238165, 2.0916998324792293, 1.9978158093858995, 1.9044118003725783, 1.811668632538542, 1.719777866065368, 1.6289419165215782, 1.5393740646550544, 1.4512983301001872, 1.3649491835676115, 1.2805710707384097, 1.1984177204975588, 1.118751210595157, 1.0418407656267714, 0.9679612656904822, 0.8973914495011214, 0.8304118033554293, 0.7673021372725647, 0.7083388618516558, 0.6537919936493403, 0.6039219326892058, 0.5589760722952383, 0.5191853177433442, 0.48476060497173573, 0.45588952237074915, 0.43273314607650226, 0.4154232009849558, 0.4040596550038038, 0.39870884251123573, 0.3994021948725991, 0.4061356321326252, 0.41886964222369527, 0.4375300442454722, 0.4620094028500486, 0.49216903375049026, 0.5278415178064099, 0.5688336244683619, 0.6149295353844147, 0.6658942558142673, 0.721477104668525, 0.7814151825162675, 0.8454367294912432, 0.913264300252012, 0.984617699622931, 1.0592166390294413, 1.1367830893535578, 1.217043319662189, 1.2997296229668736, 1.384581739569038, 1.4713479956400386, 1.5597861796360315, 1.649664182205391, 1.7407604267119068, 1.8328641176856515, 1.925775333728535, 2.0193049899177105, 2.1132746928035506, 2.2075165088846123, 2.301872665113574, 2.396195197661938, 2.490345562930932, 2.5841942226974552, 2.6776202133619673, 2.7705107075368667, 2.862760574684106, 2.9542719461753797, 3.044953788996801, 3.1347214913386496, 3.2234964624834506, 3.3112057487154827, 3.3977816664054634], "type": "scatter", "x": [0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666667, 5, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333334, 9.166666666666666, 10, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15, 15.833333333333334, 16.666666666666668, 17.5, 18.333333333333332, 19.166666666666668, 20, 20.833333333333332, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25, 25.833333333333332, 26.666666666666668, 27.5, 28.333333333333332, 29.166666666666668, 30, 30.833333333333332, 31.666666666666668, 32.5, 33.333333333333336, 34.166666666666664, 35, 35.833333333333336, 36.666666666666664, 37.5, 38.333333333333336, 39.166666666666664, 40, 40.833333333333336, 41.666666666666664, 42.5, 43.333333333333336, 44.166666666666664, 45, 45.833333333333336, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50, 50.833333333333336, 51.666666666666664, 52.5, 53.333333333333336, 54.166666666666664, 55, 55.833333333333336, 56.666666666666664, 57.5, 58.333333333333336, 59.166666666666664, 60, 60.833333333333336, 61.666666666666664, 62.5, 63.333333333333336, 64.16666666666667, 65, 65.83333333333333, 66.66666666666667, 67.5, 68.33333333333333, 69.16666666666667, 70, 70.83333333333333, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75, 75.83333333333333, 76.66666666666667, 77.5, 78.33333333333333, 79.16666666666667, 80, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333333, 84.16666666666667, 85, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666667, 90, 90.83333333333333, 91.66666666666667, 92.5, 93.33333333333333, 94.16666666666667, 95, 95.83333333333333, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100, 100.83333333333333, 101.66666666666667, 102.5, 103.33333333333333, 104.16666666666667, 105, 105.83333333333333, 106.66666666666667, 107.5, 108.33333333333333, 109.16666666666667, 110, 110.83333333333333, 111.66666666666667, 112.5, 113.33333333333333, 114.16666666666667, 115, 115.83333333333333, 116.66666666666667, 117.5, 118.33333333333333, 119.16666666666667, 120, 120.83333333333333, 121.66666666666667, 122.5, 123.33333333333333, 124.16666666666667, 125, 125.83333333333333, 126.66666666666667, 127.5, 128.33333333333334, 129.16666666666666, 130, 130.83333333333334, 131.66666666666666, 132.5, 133.33333333333334, 134.16666666666666, 135, 135.83333333333334, 136.66666666666666, 137.5, 138.33333333333334, 139.16666666666666, 140, 140.83333333333334, 141.66666666666666, 142.5, 143.33333333333334, 144.16666666666666, 145, 145.83333333333334, 146.66666666666666, 147.5, 148.33333333333334, 149.16666666666666, 150, 150.83333333333334, 151.66666666666666, 152.5, 153.33333333333334, 154.16666666666666, 155, 155.83333333333334, 156.66666666666666, 157.5, 158.33333333333334, 159.16666666666666, 160, 160.83333333333334, 161.66666666666666, 162.5, 163.33333333333334, 164.16666666666666, 165, 165.83333333333334, 166.66666666666666, 167.5, 168.33333333333334, 169.16666666666666, 170, 170.83333333333334, 171.66666666666666, 172.5, 173.33333333333334, 174.16666666666666, 175, 175.83333333333334, 176.66666666666666, 177.5, 178.33333333333334, 179.16666666666666, 180, 180.83333333333334, 181.66666666666666, 182.5, 183.33333333333334, 184.16666666666666, 185, 185.83333333333334, 186.66666666666666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 225, "currentCount": 225}}}, {"showlegend": true, "mode": "lines", "xaxis": "x", "colorbar": {"title": {"text": ""}}, "name": "v0 = 9660 м/с", "zmin": null, "yaxis": "y", "legendgroup": "v0 = 9660 м/с", "zmax": null, "line": {"color": "rgba(128, 0, 128, 1.000)", "shape": "linear", "dash": "solid", "width": 3}, "y": [0.408, 0.40355622080427966, 0.4118928615447571, 0.43293640635222846, 0.4665031616670955, 0.5123055891698962, 0.5699619079164742, 0.6390082616500976, 0.7189126175154923, 0.8090895283718202, 0.9089149437111625, 1.0177403732588244, 1.1349058663874865, 1.2597514433902615, 1.3916267797681754, 1.5298990870463047, 1.673959245315684, 1.8232263217728018, 1.9771506583597325, 2.1352157350742536, 2.2969390195042694, 2.4618720034524126, 2.629599609240543, 2.799739125491632, 2.9719388078918363, 3.145876256696731, 3.3212566608382037, 3.497810979091756, 3.6752941121341363, 3.853483105434986, 4.032175411590721, 4.211187231643226, 4.390351947814576, 4.569518654618256, 4.748550791184615, 4.927324874603696, 5.105729331917999, 5.283663426902969, 5.461036276798919, 5.637765953579085, 5.8137786640541425, 5.989008003044601, 6.163394273937342, 6.336883871133616, 6.509428719156861, 6.680985763492597, 6.851516508559261, 7.020986598543409, 7.18936543716499, 7.3566258427609394, 7.522743735383563, 7.687697852901004, 7.851469493358847, 8.014042281113976, 8.175401954484334, 8.335536172871283, 8.49443434150635, 8.652087452151484, 8.808487938243296, 8.963629543118035, 9.117507200086353, 9.270116923246519, 9.421455708032859, 9.57152144059354, 9.720312815179717, 9.867829258807236, 10.014070862523374, 10.159038318675334, 10.302732863635125, 10.44515622548743, 10.586310576234132, 10.72619848811138, 10.864822893653121, 11.002187049169489, 11.13829450133931, 11.273149056643895, 11.406754753394551, 11.53911583612901, 11.670236732172366, 11.800122030176919, 11.928776460471877, 12.05620487706918, 12.18241224118545, 12.307403606152437, 12.43118410359969, 12.553758930803307, 12.67513333910399, 12.795312623305984, 12.914302111976086, 13.032107158568923, 13.148733133310955, 13.264185415781416, 13.378469388133622, 13.491590428904836, 13.60355390736719, 13.714365178376168, 13.824029577676692, 13.93255241763016, 14.039938983328815, 14.146194529066577, 14.251324275137868, 14.3553334049384, 14.458227062343903, 14.560010349344727, 14.66068832391594, 14.760265998104316, 14.858748336314864, 14.95614025378114, 15.05244661520461, 15.147672233549628, 15.241821868981596, 15.334900227936785, 15.426911962313287, 15.51786166877326, 15.607753888147506, 15.696593104933985, 15.784383746882629, 15.871130184659288, 15.956836731582273, 16.04150764342541, 16.125147118281987, 16.207759296484397, 16.28934826057468, 16.36991803532154, 16.44947258777971, 16.52801582738783, 16.60555160610141, 16.682083718557585, 16.757615902268576, 16.832151837841206, 16.90569514921979, 16.97824940395011, 17.049818113462113, 17.120404733369504, 17.190012663784145, 17.258645249643667, 17.32630578105056, 17.39299749362133, 17.458723568844306, 17.523487134444828, 17.587291264756633, 17.650138981098344, 17.71203325215403, 17.77297699435701, 17.832973072275887, 17.89202429900215, 17.950133436538504, 18.007303196187376, 18.063536238938894, 18.11883517585771, 18.17320256846834, 18.226640929138274, 18.279152721458647, 18.330740360621917, 18.38140621379621, 18.431152600496024, 18.47998179294892, 18.527896016457944, 18.574897449759554, 18.62098822537669, 18.666170429966908, 18.71044610466533, 18.75381724542215, 18.79628580333466, 18.837853684973542, 18.878522752703386, 18.91829482499722, 18.957171676744988, 18.9951550395559, 19.032246602054546, 19.068448010170655, 19.103760867422537, 19.138186735194004, 19.171727133004886, 19.204383538774895, 19.23615738908104, 19.267050079408303, 19.297062964393763, 19.326197358064007, 19.354454534065884, 19.38183572589052, 19.40834212709066, 19.433974891491268, 19.45873513339341, 19.4826239277714, 19.50564231046321, 19.527791278354158, 19.54907178955387, 19.56948476356651, 19.589031081454294, 19.60771158599431, 19.62552708182859, 19.642478335607535, 19.65856607612665, 19.673790994456528, 19.688153744066305, 19.701654940940298, 19.714295163688128, 19.72607495364812, 19.736994814984122, 19.747055214775674, 19.756256583101603, 19.764599313116975, 19.77208376112349, 19.778710246633267, 19.784479052426082, 19.789390424600004, 19.79344457261549, 19.796641669332896, 19.79898185104347, 19.800465217493766, 19.801091831903513, 19.800861720976954, 19.799774874907612, 19.797831247376575, 19.795030755544136, 19.79137328003501, 19.786858664916885, 19.78148671767252, 19.77525720916525, 19.768169873597905, 19.760224408465238, 19.751420474499717, 19.741757695610794, 19.731235658817557], "type": "scatter", "x": [0, 0.8333333333333334, 1.6666666666666667, 2.5, 3.3333333333333335, 4.166666666666667, 5, 5.833333333333333, 6.666666666666667, 7.5, 8.333333333333334, 9.166666666666666, 10, 10.833333333333334, 11.666666666666666, 12.5, 13.333333333333334, 14.166666666666666, 15, 15.833333333333334, 16.666666666666668, 17.5, 18.333333333333332, 19.166666666666668, 20, 20.833333333333332, 21.666666666666668, 22.5, 23.333333333333332, 24.166666666666668, 25, 25.833333333333332, 26.666666666666668, 27.5, 28.333333333333332, 29.166666666666668, 30, 30.833333333333332, 31.666666666666668, 32.5, 33.333333333333336, 34.166666666666664, 35, 35.833333333333336, 36.666666666666664, 37.5, 38.333333333333336, 39.166666666666664, 40, 40.833333333333336, 41.666666666666664, 42.5, 43.333333333333336, 44.166666666666664, 45, 45.833333333333336, 46.666666666666664, 47.5, 48.333333333333336, 49.166666666666664, 50, 50.833333333333336, 51.666666666666664, 52.5, 53.333333333333336, 54.166666666666664, 55, 55.833333333333336, 56.666666666666664, 57.5, 58.333333333333336, 59.166666666666664, 60, 60.833333333333336, 61.666666666666664, 62.5, 63.333333333333336, 64.16666666666667, 65, 65.83333333333333, 66.66666666666667, 67.5, 68.33333333333333, 69.16666666666667, 70, 70.83333333333333, 71.66666666666667, 72.5, 73.33333333333333, 74.16666666666667, 75, 75.83333333333333, 76.66666666666667, 77.5, 78.33333333333333, 79.16666666666667, 80, 80.83333333333333, 81.66666666666667, 82.5, 83.33333333333333, 84.16666666666667, 85, 85.83333333333333, 86.66666666666667, 87.5, 88.33333333333333, 89.16666666666667, 90, 90.83333333333333, 91.66666666666667, 92.5, 93.33333333333333, 94.16666666666667, 95, 95.83333333333333, 96.66666666666667, 97.5, 98.33333333333333, 99.16666666666667, 100, 100.83333333333333, 101.66666666666667, 102.5, 103.33333333333333, 104.16666666666667, 105, 105.83333333333333, 106.66666666666667, 107.5, 108.33333333333333, 109.16666666666667, 110, 110.83333333333333, 111.66666666666667, 112.5, 113.33333333333333, 114.16666666666667, 115, 115.83333333333333, 116.66666666666667, 117.5, 118.33333333333333, 119.16666666666667, 120, 120.83333333333333, 121.66666666666667, 122.5, 123.33333333333333, 124.16666666666667, 125, 125.83333333333333, 126.66666666666667, 127.5, 128.33333333333334, 129.16666666666666, 130, 130.83333333333334, 131.66666666666666, 132.5, 133.33333333333334, 134.16666666666666, 135, 135.83333333333334, 136.66666666666666, 137.5, 138.33333333333334, 139.16666666666666, 140, 140.83333333333334, 141.66666666666666, 142.5, 143.33333333333334, 144.16666666666666, 145, 145.83333333333334, 146.66666666666666, 147.5, 148.33333333333334, 149.16666666666666, 150, 150.83333333333334, 151.66666666666666, 152.5, 153.33333333333334, 154.16666666666666, 155, 155.83333333333334, 156.66666666666666, 157.5, 158.33333333333334, 159.16666666666666, 160, 160.83333333333334, 161.66666666666666, 162.5, 163.33333333333334, 164.16666666666666, 165, 165.83333333333334, 166.66666666666666, 167.5, 168.33333333333334, 169.16666666666666, 170, 170.83333333333334, 171.66666666666666, 172.5, 173.33333333333334, 174.16666666666666, 175, 175.83333333333334, 176.66666666666666, 177.5, 178.33333333333334, 179.16666666666666, 180, 180.83333333333334, 181.66666666666666, 182.5, 183.33333333333334, 184.16666666666666, 185, 185.83333333333334, 186.66666666666666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 225, "currentCount": 225}}}], "config": {"showlegend": true, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-5.6000000000000085, 192.26666666666665], "domain": [0.061654272382618835, 0.9934383202099737], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Время, мин", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "paper_bgcolor": "rgba(255, 255, 255, 1.000)", "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Изменение высоты полёта во времени", "xref": "paper", "x": 0.5275462962962963}], "height": 400, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "yaxis": {"showticklabels": true, "gridwidth": 0.5, "range": [-0.3740843391843356, 20.388718322323548], "domain": [0.07581474190726165, 0.9415463692038496], "mirror": false, "tickangle": 0, "showline": true, "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "Высота, тыс. км", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "legend": {"yanchor": "middle", "xanchor": "left", "bordercolor": "rgba(0, 0, 0, 1)", "bgcolor": "rgba(255, 255, 255, 1.000)", "borderwidth": 1, "tracegroupgap": 0, "y": 0.52, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "title": {"font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}, "text": ""}, "traceorder": "normal", "x": 0.07}, "width": 1043.3125}}