diff --git a/circle.yml b/circle.yml index 9d0390a9546..ce861e55806 100644 --- a/circle.yml +++ b/circle.yml @@ -21,6 +21,7 @@ dependencies: test: override: - npm run test-image + - npm run test-image-gl2d - npm run test-export - npm run citest-jasmine - npm run test-bundle diff --git a/package.json b/package.json index 5010b112bd2..6d6f551ed88 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "test-jasmine": "karma start test/jasmine/karma.conf.js", "citest-jasmine": "karma start test/jasmine/karma.ciconf.js", "test-image": "node tasks/test_image.js", + "test-image-gl2d": "node tasks/test_image.js gl2d_* --queue", "test-export": "node tasks/test_export.js", "test-syntax": "node tasks/test_syntax.js", "test-bundle": "node tasks/test_bundle.js", @@ -68,7 +69,7 @@ "gl-plot2d": "^1.1.8", "gl-plot3d": "^1.5.1", "gl-pointcloud2d": "^1.0.0", - "gl-scatter2d": "^1.0.5", + "gl-scatter2d": "monfera/gl-scatter2d#with-gl-shader-4-2-1", "gl-scatter2d-fancy": "^1.1.1", "gl-scatter3d": "^1.0.4", "gl-select-box": "^1.0.1", diff --git a/test/image/baselines/gl2d_10.png b/test/image/baselines/gl2d_10.png index ae7e4a3542d..461069330e9 100644 Binary files a/test/image/baselines/gl2d_10.png and b/test/image/baselines/gl2d_10.png differ diff --git a/test/image/baselines/gl2d_12.png b/test/image/baselines/gl2d_12.png index 353c8471ff4..6c45e18c92c 100644 Binary files a/test/image/baselines/gl2d_12.png and b/test/image/baselines/gl2d_12.png differ diff --git a/test/image/baselines/gl2d_14.png b/test/image/baselines/gl2d_14.png index d9910467914..3455e5e752f 100644 Binary files a/test/image/baselines/gl2d_14.png and b/test/image/baselines/gl2d_14.png differ diff --git a/test/image/baselines/gl2d_17.png b/test/image/baselines/gl2d_17.png index 3e282cd2e0d..acc787c815b 100644 Binary files a/test/image/baselines/gl2d_17.png and b/test/image/baselines/gl2d_17.png differ diff --git a/test/image/baselines/gl2d_22.png b/test/image/baselines/gl2d_22.png deleted file mode 100644 index 613d7e9528a..00000000000 Binary files a/test/image/baselines/gl2d_22.png and /dev/null differ diff --git a/test/image/baselines/gl2d_24.png b/test/image/baselines/gl2d_24.png deleted file mode 100644 index 58d31864a24..00000000000 Binary files a/test/image/baselines/gl2d_24.png and /dev/null differ diff --git a/test/image/baselines/gl2d_28.png b/test/image/baselines/gl2d_28.png deleted file mode 100644 index bf2a468f429..00000000000 Binary files a/test/image/baselines/gl2d_28.png and /dev/null differ diff --git a/test/image/baselines/gl2d_30.png b/test/image/baselines/gl2d_30.png deleted file mode 100644 index 409b02d7406..00000000000 Binary files a/test/image/baselines/gl2d_30.png and /dev/null differ diff --git a/test/image/baselines/gl2d_32.png b/test/image/baselines/gl2d_32.png deleted file mode 100644 index f596e586914..00000000000 Binary files a/test/image/baselines/gl2d_32.png and /dev/null differ diff --git a/test/image/baselines/gl2d_axes_booleans.png b/test/image/baselines/gl2d_axes_booleans.png index 7664d3d8d66..d686acc7d11 100644 Binary files a/test/image/baselines/gl2d_axes_booleans.png and b/test/image/baselines/gl2d_axes_booleans.png differ diff --git a/test/image/baselines/gl2d_axes_labels.png b/test/image/baselines/gl2d_axes_labels.png index d062806a3e7..bd0e359dac5 100644 Binary files a/test/image/baselines/gl2d_axes_labels.png and b/test/image/baselines/gl2d_axes_labels.png differ diff --git a/test/image/baselines/gl2d_axes_lines.png b/test/image/baselines/gl2d_axes_lines.png index 75f02a0e010..92706f50a0d 100644 Binary files a/test/image/baselines/gl2d_axes_lines.png and b/test/image/baselines/gl2d_axes_lines.png differ diff --git a/test/image/baselines/gl2d_axes_range_manual.png b/test/image/baselines/gl2d_axes_range_manual.png index 3b298f02f87..96a2561a891 100644 Binary files a/test/image/baselines/gl2d_axes_range_manual.png and b/test/image/baselines/gl2d_axes_range_manual.png differ diff --git a/test/image/baselines/gl2d_axes_range_mode.png b/test/image/baselines/gl2d_axes_range_mode.png index 12bc34ccb98..280d298366e 100644 Binary files a/test/image/baselines/gl2d_axes_range_mode.png and b/test/image/baselines/gl2d_axes_range_mode.png differ diff --git a/test/image/baselines/gl2d_axes_range_type.png b/test/image/baselines/gl2d_axes_range_type.png index e5c002456f1..bb6aa9cc564 100644 Binary files a/test/image/baselines/gl2d_axes_range_type.png and b/test/image/baselines/gl2d_axes_range_type.png differ diff --git a/test/image/baselines/gl2d_basic_error_bar.png b/test/image/baselines/gl2d_basic_error_bar.png deleted file mode 100644 index 1e220ece3e2..00000000000 Binary files a/test/image/baselines/gl2d_basic_error_bar.png and /dev/null differ diff --git a/test/image/baselines/gl2d_bubble_markersize0.png b/test/image/baselines/gl2d_bubble_markersize0.png deleted file mode 100644 index 9314bb4c86f..00000000000 Binary files a/test/image/baselines/gl2d_bubble_markersize0.png and /dev/null differ diff --git a/test/image/baselines/gl2d_bubble_nonnumeric-sizes.png b/test/image/baselines/gl2d_bubble_nonnumeric-sizes.png deleted file mode 100644 index c0fb3c573bc..00000000000 Binary files a/test/image/baselines/gl2d_bubble_nonnumeric-sizes.png and /dev/null differ diff --git a/test/image/baselines/gl2d_connect_gaps.png b/test/image/baselines/gl2d_connect_gaps.png new file mode 100644 index 00000000000..fd0efd724e2 Binary files /dev/null and b/test/image/baselines/gl2d_connect_gaps.png differ diff --git a/test/image/baselines/gl2d_date_axes.png b/test/image/baselines/gl2d_date_axes.png index 6f7f8406979..49d27930719 100644 Binary files a/test/image/baselines/gl2d_date_axes.png and b/test/image/baselines/gl2d_date_axes.png differ diff --git a/test/image/baselines/gl2d_error_bar_asymmetric_array.png b/test/image/baselines/gl2d_error_bar_asymmetric_array.png deleted file mode 100644 index dab3799fa08..00000000000 Binary files a/test/image/baselines/gl2d_error_bar_asymmetric_array.png and /dev/null differ diff --git a/test/image/baselines/gl2d_error_bar_asymmetric_constant.png b/test/image/baselines/gl2d_error_bar_asymmetric_constant.png deleted file mode 100644 index c2945ebd687..00000000000 Binary files a/test/image/baselines/gl2d_error_bar_asymmetric_constant.png and /dev/null differ diff --git a/test/image/baselines/gl2d_error_bar_horizontal.png b/test/image/baselines/gl2d_error_bar_horizontal.png deleted file mode 100644 index 2b2e77027d3..00000000000 Binary files a/test/image/baselines/gl2d_error_bar_horizontal.png and /dev/null differ diff --git a/test/image/baselines/gl2d_error_bar_style.png b/test/image/baselines/gl2d_error_bar_style.png deleted file mode 100644 index b729e773fca..00000000000 Binary files a/test/image/baselines/gl2d_error_bar_style.png and /dev/null differ diff --git a/test/image/baselines/gl2d_error_bars.png b/test/image/baselines/gl2d_error_bars.png new file mode 100644 index 00000000000..d31e23705a7 Binary files /dev/null and b/test/image/baselines/gl2d_error_bars.png differ diff --git a/test/image/baselines/gl2d_fonts.png b/test/image/baselines/gl2d_fonts.png index 7d72a4be67e..2171e6a505e 100644 Binary files a/test/image/baselines/gl2d_fonts.png and b/test/image/baselines/gl2d_fonts.png differ diff --git a/test/image/baselines/gl2d_global_font.png b/test/image/baselines/gl2d_global_font.png deleted file mode 100644 index 6687b4752e8..00000000000 Binary files a/test/image/baselines/gl2d_global_font.png and /dev/null differ diff --git a/test/image/baselines/gl2d_legend_inside.png b/test/image/baselines/gl2d_legend_inside.png deleted file mode 100644 index 69a7fb2d2ce..00000000000 Binary files a/test/image/baselines/gl2d_legend_inside.png and /dev/null differ diff --git a/test/image/baselines/gl2d_legend_labels.png b/test/image/baselines/gl2d_legend_labels.png deleted file mode 100644 index 4664f8436a7..00000000000 Binary files a/test/image/baselines/gl2d_legend_labels.png and /dev/null differ diff --git a/test/image/baselines/gl2d_legend_outside.png b/test/image/baselines/gl2d_legend_outside.png deleted file mode 100644 index c91cd42824d..00000000000 Binary files a/test/image/baselines/gl2d_legend_outside.png and /dev/null differ diff --git a/test/image/baselines/gl2d_legend_style.png b/test/image/baselines/gl2d_legend_style.png deleted file mode 100644 index 290ba4b3042..00000000000 Binary files a/test/image/baselines/gl2d_legend_style.png and /dev/null differ diff --git a/test/image/baselines/gl2d_line_style.png b/test/image/baselines/gl2d_line_style.png deleted file mode 100644 index 6b4163c4180..00000000000 Binary files a/test/image/baselines/gl2d_line_style.png and /dev/null differ diff --git a/test/image/baselines/gl2d_multiple_subplots.png b/test/image/baselines/gl2d_multiple_subplots.png index bbd2016fe35..f45598b9497 100644 Binary files a/test/image/baselines/gl2d_multiple_subplots.png and b/test/image/baselines/gl2d_multiple_subplots.png differ diff --git a/test/image/baselines/gl2d_pointcloud-basic.png b/test/image/baselines/gl2d_pointcloud-basic.png new file mode 100644 index 00000000000..4d0ac1e7e0f Binary files /dev/null and b/test/image/baselines/gl2d_pointcloud-basic.png differ diff --git a/test/image/baselines/gl2d_scatter-colorscale-colorbar.png b/test/image/baselines/gl2d_scatter-colorscale-colorbar.png index f9f05711184..b16a9b65429 100644 Binary files a/test/image/baselines/gl2d_scatter-colorscale-colorbar.png and b/test/image/baselines/gl2d_scatter-colorscale-colorbar.png differ diff --git a/test/image/baselines/gl2d_scatter-marker-line-colorscales.png b/test/image/baselines/gl2d_scatter-marker-line-colorscales.png index 17cc8a8c82e..a6180350f90 100644 Binary files a/test/image/baselines/gl2d_scatter-marker-line-colorscales.png and b/test/image/baselines/gl2d_scatter-marker-line-colorscales.png differ diff --git a/test/image/baselines/gl2d_show_legend.png b/test/image/baselines/gl2d_show_legend.png deleted file mode 100644 index 4da4378c3ad..00000000000 Binary files a/test/image/baselines/gl2d_show_legend.png and /dev/null differ diff --git a/test/image/baselines/gl2d_simple_inset.png b/test/image/baselines/gl2d_simple_inset.png index 7028bfd10c6..1a1178f5c94 100644 Binary files a/test/image/baselines/gl2d_simple_inset.png and b/test/image/baselines/gl2d_simple_inset.png differ diff --git a/test/image/baselines/gl2d_size_margins.png b/test/image/baselines/gl2d_size_margins.png index eddced9b51b..394fb687ea7 100644 Binary files a/test/image/baselines/gl2d_size_margins.png and b/test/image/baselines/gl2d_size_margins.png differ diff --git a/test/image/baselines/gl2d_stacked_coupled_subplots.png b/test/image/baselines/gl2d_stacked_coupled_subplots.png index 9106b91883d..e7bbfa15ce7 100644 Binary files a/test/image/baselines/gl2d_stacked_coupled_subplots.png and b/test/image/baselines/gl2d_stacked_coupled_subplots.png differ diff --git a/test/image/baselines/gl2d_stacked_subplots.png b/test/image/baselines/gl2d_stacked_subplots.png index 7483a1b7aca..eef7920e9ba 100644 Binary files a/test/image/baselines/gl2d_stacked_subplots.png and b/test/image/baselines/gl2d_stacked_subplots.png differ diff --git a/test/image/compare_pixels_test.js b/test/image/compare_pixels_test.js index b247c407fdc..c4d20d37993 100644 --- a/test/image/compare_pixels_test.js +++ b/test/image/compare_pixels_test.js @@ -51,6 +51,7 @@ var QUEUE_WAIT = 10; var pattern = process.argv[2]; var mockList = getMockList(pattern); var isInQueue = (process.argv[3] === '--queue'); +var isCI = process.env.CIRCLECI; if(mockList.length === 0) { throw new Error('No mocks found with pattern ' + pattern); @@ -58,8 +59,23 @@ if(mockList.length === 0) { // filter out untestable mocks if no pattern is specified if(!pattern) { - console.log('Filtering out untestable mocks\n'); + console.log('Filtering out untestable mocks:'); mockList = mockList.filter(untestableFilter); + console.log('\n'); +} + +// gl2d have limited image-test support +if(pattern === 'gl2d_*') { + + if(!isInQueue) { + console.log('WARN: Running gl2d image tests in batch may lead to unwanted results\n'); + } + + if(isCI) { + console.log('Filtering out multiple-subplot gl2d mocks:'); + mockList = mockList.filter(untestableGL2DonCIfilter); + console.log('\n'); + } } // main @@ -81,18 +97,41 @@ else { * */ function untestableFilter(mockName) { - return !( + var cond = !( mockName === 'font-wishlist' || mockName.indexOf('gl2d_') !== -1 || mockName.indexOf('mapbox_') !== -1 ); + + if(!cond) console.log(' -', mockName); + + return cond; +} + +/* gl2d mocks that have multiple subplots + * can't be generated properly on CircleCI + * at the moment. + * + * For more info see: + * https://github.com/plotly/plotly.js/pull/980 + * + */ +function untestableGL2DonCIfilter(mockName) { + var cond = [ + 'gl2d_multiple_subplots', + 'gl2d_simple_inset', + 'gl2d_stacked_coupled_subplots', + 'gl2d_stacked_subplots' + ].indexOf(mockName) === -1; + + if(!cond) console.log(' -', mockName); + + return cond; } function runInBatch(mockList) { var running = 0; - // remove mapbox mocks if circle ci - test('testing mocks in batch', function(t) { t.plan(mockList.length); diff --git a/test/image/export_test.js b/test/image/export_test.js index a29106da5de..9846c79348f 100644 --- a/test/image/export_test.js +++ b/test/image/export_test.js @@ -18,7 +18,9 @@ var test = require('tape'); var FORMATS = ['svg', 'pdf', 'eps']; // non-exhaustive list of mocks to test -var DEFAULT_LIST = ['0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image']; +var DEFAULT_LIST = [ + '0', 'geo_first', 'gl3d_z-range', 'text_export', 'layout_image', 'gl2d_12' +]; // return dimensions [in px] var WIDTH = 700; diff --git a/test/image/mocks/gl2d_22.json b/test/image/mocks/gl2d_22.json deleted file mode 100644 index b6856ff7c4a..00000000000 --- a/test/image/mocks/gl2d_22.json +++ /dev/null @@ -1,536 +0,0 @@ -{ - "data": [ - { - "x": [ - 0.2745828, - 0.6084574, - 0.5096348, - 0.490573, - 0.672185, - 0.9162287, - 0.6925859, - 0.43304, - 0.5602263, - 0.688225, - 0.5140796, - 0.7946838, - 0.7472041, - 0.6198329, - 0.1887226, - 0.2607859, - 0.298212, - 0.7095244, - 0.4948149, - 0.8802233, - 0.4759243, - 0.4978922, - 0.4551817, - 0.7567841, - 0.7107642, - 0.5373174, - 0.3999479, - 0.4249229, - 0.427395, - 0.6362453, - 0.7027798, - 0.8290062, - 0.7076494, - 0.2844114, - 0.7012079, - 0.5252903, - 0.3581651, - 0.4598303, - 0.4711324, - 0.5003926, - 0.5283441, - 0.4728993, - 0.41107, - 0.7465006, - 0.789414, - 0.6090213, - 0.5139681, - 0.784434, - 0.4262406, - 0.4397267, - 0.5113551, - 0.699221, - 0.4796254, - 0.6098452, - 0.4799747, - 0.5446012, - 0.1043925, - 0.7793422, - 0.7013112, - 0.2879599, - 0.005029248, - 0.831367, - 0.5118151, - 0.6867737, - 0.6185848, - 0.58273, - 0.7347273, - 0.5951995, - 0.1590054, - 0.6359341, - 0.431932, - 0.5387853, - 0.5439176, - 0.5686434, - 0.3884589, - 0.3857122, - 0.2851632, - 0.7194068, - 0.5187861, - 0.5906434, - 0.7069666, - 0.2687934, - 0.2730462, - 0.4647461, - 0.6381235, - 0.326215, - 0.3496917, - 0.6068356, - 0.5628589, - 0.6114233, - 0.6385066, - 0.7089051, - 0.1526521, - 0.5289359, - 0.5736565, - 0.1597208, - 0.518642, - 0.7134883, - 0.1958373, - 0.5084522 - ], - "y": [ - 0.3847886, - 0.641391, - 0.2755387, - 0.2738926, - 0.7589399, - 0.5964455, - 0.7739985, - 0.6734166, - 0.6230824, - 0.5240229, - 0.2356472, - 0.4986382, - 0.5412443, - 0.6013276, - 0.3175206, - 0.518264, - 0.8436307, - 0.3897152, - 0.5212212, - 0.5355197, - 0.3164944, - 0.5724257, - 0.5423177, - 0.02458256, - 0.9431606, - 0.7750537, - 0.7421726, - 0.6715111, - 0.4315454, - 0.2601702, - 0.4060387, - 0.6005118, - 0.8821356, - 0.2995901, - 0.8735208, - 0.2895402, - 0.6607297, - 0.4854665, - 0.1095986, - 0.9999312, - 0.2586879, - 0.3585169, - 0.4098131, - 0.4249161, - 0.5425741, - 0.5658551, - 0.9184134, - 0.784355, - 0.6926447, - 0.3685198, - 0.7148519, - 0.4602255, - 0.4422565, - 0.6091762, - 0.2609293, - 0.01898207, - 0.4172908, - 0.3313285, - 0.6706704, - 0.4474902, - 0.7879197, - 0.3950439, - 0.6252603, - 0.5980748, - 0.5784267, - 0.306143, - 0.5120303, - 0.4746844, - 0.3845672, - 0.4389648, - 0.4033444, - 0.4379424, - 0.3276909, - 0.2559954, - 0.3709007, - 0.4421715, - 0.7000844, - 0.3823873, - 0.8114967, - 0.2277254, - 0.8800163, - 0.5355718, - 0.06667808, - 0.6413784, - 0.05493311, - 0.5682398, - 0.9502476, - 0.4667727, - 0.5974046, - 0.6345938, - 0.4250089, - 0.6640978, - 0.4250252, - 0.6756984, - 0.3003977, - 0.5140921, - 0.4418917, - 0.3443315, - 0.5177113, - 0.2052651 - ], - "mode": "markers", - "name": "trace 0", - "marker": { - "symbol": "circle" - }, - "type": "scattergl" - }, - { - "x": [ - -0.1342564, - -0.1076115, - -0.01476789, - 0.2203682, - 0.1071203, - 0.27828, - 0.2410137, - 0.03126907, - -0.09439932, - 0.1039596, - 0.05031307, - 0.274875, - -0.004807051, - 0.3256502, - 0.1363225, - 0.1663417, - -0.002147718, - -0.04512038, - 0.07485314, - 0.1030421, - -0.1087005, - 0.1157779, - -0.009807975, - 0.160193, - 0.239466, - -0.1701312, - -0.003660461, - 0.06127632, - -0.2216532, - -0.2705924, - -0.1419323, - 0.2279143, - 0.3312297, - 0.008872781, - 0.03549226, - 0.1253899, - 0.2163528, - 0.2256911, - 0.4579942, - 0.1675411, - -0.06685452, - 0.4312355, - -0.04255102, - -0.0007124913, - 0.2295949, - 0.1250768, - 0.1097492, - 0.1008452, - -0.09136819, - -0.08363584, - -0.1395033, - 0.2079811, - -0.02796698, - -0.1478058, - 0.1680786, - 0.06371863, - -0.08616526, - 0.1414658, - 0.1628091, - 0.1719133, - 0.01284859, - 0.04943766, - 0.03827147, - 0.123497, - 0.1729281, - 0.3346802, - 0.01212485, - 0.01018981, - 0.07477744, - 0.2658934, - 0.04307599, - 0.2326222, - -0.005089467, - -0.02228495, - 0.3590158, - 0.2229071, - 0.1811178, - 0.1009488, - 0.01431616, - 0.2678902 - ], - "y": [ - 1.241407, - 0.8797606, - 0.9560205, - 1.053963, - 1.285517, - 1.148887, - 1.263457, - 1.027853, - 1.159638, - 1.02231, - 0.865607, - 1.138473, - 1.104881, - 1.004787, - 1.031261, - 1.00257, - 1.165058, - 0.9698999, - 1.173983, - 1.063549, - 1.070477, - 0.9904026, - 0.995398, - 1.015882, - 0.9850381, - 1.011697, - 1.019743, - 0.9100328, - 0.8818258, - 0.7088867, - 1.168211, - 0.978159, - 1.127626, - 1.050722, - 1.20473, - 1.147426, - 1.28495, - 1.129772, - 1.167373, - 1.052659, - 0.9856654, - 0.8844718, - 0.9285932, - 1.320093, - 0.9377192, - 1.164003, - 1.108532, - 1.186178, - 1.072027, - 1.065784, - 1.178757, - 1.060408, - 1.130207, - 1.277109, - 1.177386, - 1.025656, - 1.065474, - 1.277075, - 0.8769456, - 1.139783, - 1.293347, - 1.101423, - 1.124847, - 1.220764, - 1.388462, - 1.219396, - 1.029278, - 1.100705, - 1.014257, - 1.101355, - 0.7951187, - 0.9742185, - 1.169975, - 1.159754, - 0.9336378, - 1.164015, - 1.125098, - 1.230621, - 1.124994, - 0.9821758 - ], - "mode": "markers", - "name": "trace 1", - "marker": { - "symbol": "cross" - }, - "type": "scattergl" - } - ], - "layout": { - "title": "Click to enter Plot title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "font": { - "family": "'Open sans', verdana, arial, sans-serif", - "size": 12, - "color": "#444" - }, - "showlegend": false, - "autosize": true, - "width": 1152, - "height": 481, - "xaxis": { - "title": "Click to enter X axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - -0.4, - 0.9999999999999998 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": true, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "outside", - "showticklabels": true, - "tick0": 0, - "dtick": 0.2, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "y", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "yaxis": { - "title": "Click to enter Y axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - -0.07433281386749718, - 1.4817768838674972 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": true, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "outside", - "showticklabels": true, - "tick0": 0, - "dtick": 0.2, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "x", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "legend": { - "x": 1.02, - "y": 1, - "traceorder": "normal", - "font": { - "family": "", - "size": 0, - "color": "" - }, - "bgcolor": "#fff", - "bordercolor": "#444", - "borderwidth": 0, - "xanchor": "left", - "yanchor": "top" - }, - "margin": { - "l": 80, - "r": 80, - "b": 80, - "t": 100, - "pad": 0, - "autoexpand": true - }, - "paper_bgcolor": "#fff", - "plot_bgcolor": "#fff", - "hovermode": "x", - "dragmode": "zoom", - "barmode": "group", - "bargap": 0.2, - "bargroupgap": 0, - "boxmode": "overlay", - "separators": ".,", - "hidesources": false - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_24.json b/test/image/mocks/gl2d_24.json deleted file mode 100644 index 08ad9fbca93..00000000000 --- a/test/image/mocks/gl2d_24.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "data": [ - { - "x": [ - 1, - 2, - 3 - ], - "y": [ - 4, - 5, - 6 - ], - "name": "Experiment", - "marker": { - "color": "rgb(54,144,192)", - "size": 12, - "symbol": "square", - "line": { - "color": "darkblue", - "width": 3 - }, - "opacity": 1 - }, - "line": { - "color": "rgb(3,78,123)", - "width": 6, - "dash": "dot" - }, - "type": "scattergl" - }, - { - "x": [ - 1, - 2, - 3 - ], - "y": [ - 2, - 10, - 12 - ], - "name": "Control", - "marker": { - "color": "fuchsia", - "size": 16, - "symbol": "cross", - "line": { - "color": "", - "width": 0 - }, - "opacity": 0.9 - }, - "line": { - "color": "purple", - "width": 4, - "dash": "dashdot" - }, - "type": "scattergl" - } - ], - "layout": { - "title": "Click to enter Plot title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "font": { - "family": "'Open sans', verdana, arial, sans-serif", - "size": 12, - "color": "#444" - }, - "showlegend": true, - "autosize": true, - "width": 1276, - "height": 506, - "xaxis": { - "title": "Click to enter X axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - 0.8886587260486795, - 3.1113412739513207 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": true, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 0, - "dtick": 0.5, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "y", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "yaxis": { - "title": "Click to enter Y axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - 1.4444444444444444, - 12.555555555555555 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": true, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 0, - "dtick": 2, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "x", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "legend": { - "x": 1.02, - "y": 1, - "traceorder": "normal", - "font": { - "family": "", - "size": 0, - "color": "" - }, - "bgcolor": "#fff", - "bordercolor": "#444", - "borderwidth": 0, - "xanchor": "left", - "yanchor": "top" - }, - "margin": { - "l": 80, - "r": 80, - "b": 80, - "t": 100, - "pad": 0, - "autoexpand": true - }, - "paper_bgcolor": "#fff", - "plot_bgcolor": "#fff", - "hovermode": "x", - "dragmode": "zoom", - "barmode": "group", - "bargap": 0.2, - "bargroupgap": 0, - "boxmode": "overlay", - "separators": ".,", - "hidesources": false - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_28.json b/test/image/mocks/gl2d_28.json deleted file mode 100644 index 7c560d7ace9..00000000000 --- a/test/image/mocks/gl2d_28.json +++ /dev/null @@ -1,1019 +0,0 @@ -{ - "data": [ - { - "x": [ - "1960.2469135802469", - "1962.0987654320988", - "1964.1152263374486", - "1966.0905349794239", - "1967.0781893004116", - "1968.1893004115227", - "1969.0946502057614", - "1970.0823045267489", - "1971.0699588477366", - "1972.0987654320988", - "1973.1275720164608", - "1974.0740740740741", - "1975.102880658436", - "1976.0905349794239", - "1977.119341563786", - "1978.1069958847736", - "1979.1358024691358", - "1980.0823045267489", - "1981.111111111111", - "1982.0576131687242", - "1983.0864197530864", - "1984.0329218106997", - "1986.0493827160494", - "1986.9958847736625", - "1987.9423868312758", - "1988.8477366255145", - "1990.0411522633744", - "1991.3168724279835", - "1992.2222222222222", - "1993.045267489712", - "1994.0329218106997", - "1995.0617283950617", - "1998.0658436213992", - "2000", - "2001.0288065843622", - "2002.633744855967", - "2003.2921810699588", - "2003.9094650205761" - ], - "y": [ - "14.069767441860467", - "15.34883720930232", - "14.069767441860463", - "16.046511627906977", - "15.232558139534873", - "15.232558139534865", - "16.395348837209298", - "15.232558139534868", - "15.116279069767444", - "14.302325581395326", - "15.58139534883719", - "15.232558139534856", - "14.069767441860442", - "15.348837209302305", - "14.65116279069765", - "14.883720930232531", - "14.651162790697636", - "13.604651162790699", - "13.953488372092993", - "13.023255813953481", - "14.186046511627906", - "14.30232558139532", - "14.18604651162791", - "16.046511627906945", - "16.62790697674418", - "16.62790697674415", - "16.279069767441847", - "15.232558139534843", - "14.767441860465059", - "14.767441860465055", - "13.60465116279067", - "13.255813953488389", - "12.906976744185997", - "13.023255813953442", - "10.813953488372055", - "10.116279069767359", - "9.883720930232519", - "9.651162790697626" - ], - "name": "0-20th", - "line": { - "color": "rgb(67, 67, 67)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2469135802469", - "1962.1399176954733", - "1963.4979423868313", - "1964.1152263374486", - "1966.008230452675", - "1967.037037037037", - "1969.0946502057614", - "1971.111111111111", - "1972.0987654320988", - "1973.0864197530864", - "1974.0740740740741", - "1975.102880658436", - "1976.0905349794239", - "1977.0781893004116", - "1978.0658436213992", - "1980.0823045267489", - "1981.0699588477366", - "1982.1399176954733", - "1983.1275720164608", - "1984.0329218106997", - "1984.9382716049383", - "1986.6666666666667", - "1988.0658436213992", - "1989.053497942387", - "1989.670781893004", - "1991.440329218107", - "1993.045267489712", - "1994.3621399176955", - "1995.0617283950617", - "1996.0493827160494", - "1997.037037037037", - "1998.0658436213992", - "2000", - "2001.0288065843622", - "2003.9094650205761" - ], - "y": [ - "14.302325581395351", - "16.97674418604651", - "16.395348837209294", - "16.27906976744186", - "17.44186046511627", - "17.325581395348824", - "19.53488372093023", - "17.09302325581396", - "16.744186046511633", - "18.139534883720927", - "18.488372093023266", - "15.69767441860465", - "17.093023255813936", - "15.930232558139537", - "17.093023255813947", - "16.395348837209312", - "17.093023255813947", - "16.046511627906973", - "15.81395348837207", - "16.97674418604651", - "16.74418604651159", - "16.279069767441822", - "16.16279069767438", - "15.697674418604665", - "15.813953488372093", - "15.813953488372036", - "16.162790697674424", - "14.30232558139528", - "13.255813953488389", - "13.953488372092991", - "12.79069767441857", - "12.790697674418567", - "13.13953488372093", - "11.511627906976756", - "10.697674418604622" - ], - "name": "20-40th", - "line": { - "color": "rgb(67, 67, 67)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2057613168724", - "1962.0987654320988", - "1964.1152263374486", - "1966.1316872427983", - "1967.119341563786", - "1969.1358024691358", - "1971.0699588477366", - "1972.1399176954733", - "1973.1687242798355", - "1974.1152263374486", - "1975.102880658436", - "1976.0905349794239", - "1977.0781893004116", - "1978.0658436213992", - "1980.1234567901236", - "1981.0699588477366", - "1982.1399176954733", - "1983.0864197530864", - "1984.0329218106997", - "1987.119341563786", - "1988.0658436213992", - "1989.670781893004", - "1992.0164609053497", - "1993.0041152263375", - "1993.9506172839506", - "1995.102880658436", - "1997.037037037037", - "1997.9835390946503", - "1999.2181069958847", - "2000.0823045267489", - "2001.111111111111", - "2003.9094650205761" - ], - "y": [ - "16.27906976744186", - "18.023255813953483", - "17.325581395348827", - "18.95348837209302", - "18.953488372093016", - "21.395348837209305", - "19.651162790697683", - "19.883720930232563", - "21.627906976744182", - "21.395348837209298", - "20.23255813953488", - "20.69767441860465", - "19.883720930232542", - "21.046511627906977", - "21.627906976744192", - "22.32558139534884", - "20.697674418604645", - "20.46511627906977", - "21.046511627906977", - "20.5813953488372", - "21.27906976744185", - "21.162790697674417", - "20.116279069767437", - "20.465116279069772", - "20.232558139534873", - "20.46511627906976", - "20.465116279069772", - "20", - "19.883720930232496", - "20.11627906976743", - "17.90697674418598", - "16.2790697674418" - ], - "name": "40-60th", - "line": { - "color": "rgb(67, 67, 67)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2057613168724", - "1962.0987654320988", - "1964.0740740740741", - "1966.0493827160494", - "1967.037037037037", - "1968.0246913580247", - "1969.0946502057614", - "1971.1522633744855", - "1972.0987654320988", - "1973.045267489712", - "1974.0740740740741", - "1975.1440329218108", - "1976.008230452675", - "1977.1604938271605", - "1978.0658436213992", - "1979.053497942387", - "1980.1234567901236", - "1981.0699588477366", - "1983.0864197530864", - "1984.0329218106997", - "1987.0781893004116", - "1988.0658436213992", - "1990.0823045267489", - "1991.111111111111", - "1992.9218106995884", - "1994.156378600823", - "1997.037037037037", - "1998.0658436213992", - "2000.0411522633744", - "2001.1934156378602", - "2003.9094650205761" - ], - "y": [ - "16.976744186046513", - "18.25581395348837", - "17.209302325581397", - "19.1860465116279", - "19.302325581395337", - "20.697674418604652", - "21.627906976744182", - "20.232558139534884", - "20.813953488372093", - "22.674418604651162", - "23.023255813953487", - "22.558139534883722", - "22.906976744186046", - "22.209302325581397", - "22.790697674418606", - "24.30232558139535", - "24.65116279069767", - "25.581395348837216", - "23.372093023255815", - "23.837209302325576", - "23.720930232558135", - "24.41860465116278", - "24.534883720930225", - "24.302325581395344", - "24.186046511627914", - "24.65116279069767", - "24.767441860465116", - "24.06976744186046", - "24.06976744186047", - "22.32558139534884", - "20.697674418604638" - ], - "name": "60-80th", - "line": { - "color": "rgb(67, 67, 67)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2469135802469", - "1962.0987654320988", - "1963.991769547325", - "1966.0493827160494", - "1966.9958847736625", - "1968.2304526748972", - "1969.053497942387", - "1971.111111111111", - "1972.1399176954733", - "1972.962962962963", - "1973.991769547325", - "1975.0617283950617", - "1976.008230452675", - "1977.037037037037", - "1978.1069958847736", - "1979.0946502057614", - "1980.946502057613", - "1983.0864197530864", - "1983.991769547325", - "1987.037037037037", - "1989.8765432098764", - "1991.6460905349795", - "1996.1316872427983", - "1998.0658436213992", - "1999.8765432098764", - "2001.5637860082304", - "2003.8271604938273" - ], - "y": [ - "17.67441860465116", - "18.720930232558132", - "17.906976744186043", - "19.534883720930218", - "19.651162790697658", - "21.3953488372093", - "22.093023255813954", - "20.348837209302328", - "20.697674418604656", - "22.790697674418606", - "23.255813953488374", - "23.25581395348837", - "23.48837209302326", - "23.023255813953483", - "23.372093023255818", - "25.93023255813953", - "27.67441860465116", - "25.34883720930233", - "25.930232558139526", - "25.697674418604656", - "26.395348837209294", - "25.813953488372093", - "27.093023255813943", - "26.279069767441868", - "26.744186046511633", - "24.767441860465127", - "23.023255813953476" - ], - "name": "80-90th", - "line": { - "color": "rgb(172, 217, 255)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2057613168724", - "1962.0987654320988", - "1964.0740740740741", - "1966.0493827160494", - "1967.0781893004116", - "1968.1069958847736", - "1969.0946502057614", - "1971.111111111111", - "1973.045267489712", - "1974.0329218106997", - "1976.0493827160494", - "1977.0781893004116", - "1977.9423868312758", - "1979.0946502057614", - "1981.0699588477366", - "1982.1399176954733", - "1983.1687242798355", - "1983.9094650205761", - "1986.4197530864199", - "1987.119341563786", - "1988.4362139917696", - "1989.9588477366256", - "1991.1522633744855", - "1992.798353909465", - "1994.0329218106997", - "1996.1316872427983", - "1998.1069958847736", - "1999.2181069958847", - "2000", - "2003.9094650205761" - ], - "y": [ - "18.953488372093023", - "20.116279069767444", - "19.186046511627907", - "20.465116279069765", - "20.232558139534884", - "22.209302325581397", - "22.790697674418606", - "20.46511627906977", - "23.48837209302326", - "23.95348837209302", - "23.953488372093027", - "23.372093023255815", - "23.48837209302325", - "27.093023255813957", - "29.418604651162795", - "26.976744186046506", - "26.62790697674419", - "27.093023255813954", - "27.093023255813947", - "27.55813953488373", - "27.55813953488372", - "28.139534883720938", - "27.67441860465117", - "28.023255813953497", - "28.837209302325572", - "29.069767441860463", - "28.604651162790695", - "28.953488372093023", - "28.837209302325576", - "25.116279069767444" - ], - "name": "90-95th", - "line": { - "color": "rgb(118, 173, 209)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2469135802469", - "1962.0576131687242", - "1964.156378600823", - "1966.008230452675", - "1967.119341563786", - "1968.1069958847736", - "1969.1358024691358", - "1971.0699588477366", - "1972.2633744855966", - "1973.0864197530864", - "1974.0740740740741", - "1975.1851851851852", - "1976.0493827160494", - "1978.0246913580247", - "1979.0946502057614", - "1981.0288065843622", - "1982.1810699588477", - "1983.045267489712", - "1984.0329218106997", - "1986.0493827160494", - "1987.0781893004116", - "1987.9423868312758", - "1989.053497942387", - "1990.164609053498", - "1991.440329218107", - "1992.716049382716", - "1994.1975308641975", - "1996.008230452675", - "1997.1604938271605", - "1998.7654320987654", - "2000.0411522633744", - "2001.2345679012346", - "2003.8683127572017" - ], - "y": [ - "23.72093023255814", - "25.697674418604652", - "24.651162790697676", - "25.58139534883721", - "24.651162790697672", - "27.093023255813954", - "27.093023255813954", - "24.53488372093023", - "25.930232558139533", - "27.674418604651162", - "27.20930232558139", - "27.674418604651166", - "27.90697674418605", - "27.209302325581394", - "30.697674418604652", - "31.744186046511633", - "28.720930232558146", - "27.67441860465116", - "28.13953488372093", - "27.790697674418603", - "29.302325581395355", - "28.720930232558132", - "28.837209302325583", - "28.720930232558135", - "28.720930232558132", - "29.41860465116279", - "30.93023255813953", - "31.627906976744182", - "31.046511627906966", - "31.27906976744186", - "31.279069767441854", - "29.7674418604651", - "27.441860465116278" - ], - "name": "95-99th", - "marker": { - "color": "rgb(65, 134, 174)" - }, - "line": { - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2057613168724", - "1962.1399176954733", - "1964.0329218106997", - "1966.0905349794239", - "1967.0781893004116", - "1968.0658436213992", - "1968.9300411522634", - "1969.8765432098764", - "1971.111111111111", - "1973.1275720164608", - "1974.0740740740741", - "1975.1440329218108", - "1977.037037037037", - "1978.0658436213992", - "1979.053497942387", - "1981.0699588477366", - "1982.0576131687242", - "1983.045267489712", - "1984.1152263374486", - "1985.0617283950617", - "1986.0493827160494", - "1987.0781893004116", - "1988.0658436213992", - "1989.1358024691358", - "1990.1234567901236", - "1991.1522633744855", - "1991.9753086419753", - "1995.102880658436", - "1996.0905349794239", - "1997.037037037037", - "1999.1769547325102", - "2000.5761316872429", - "2003.9506172839506" - ], - "y": [ - "34.30232558139535", - "36.04651162790698", - "35.348837209302324", - "36.27906976744186", - "34.53488372093023", - "37.67441860465116", - "37.44186046511627", - "36.51162790697674", - "34.651162790697676", - "36.74418604651163", - "35.69767441860465", - "36.74418604651163", - "37.2093023255814", - "35.465116279069775", - "38.255813953488364", - "37.55813953488372", - "33.25581395348838", - "31.395348837209298", - "31.860465116279066", - "31.04651162790698", - "31.04651162790698", - "33.13953488372094", - "31.976744186046517", - "32.09302325581395", - "31.744186046511622", - "31.74418604651163", - "32.674418604651166", - "37.55813953488372", - "37.674418604651166", - "36.511627906976756", - "36.51162790697674", - "35.34883720930233", - "31.511627906976738" - ], - "name": "99-99.5th", - "line": { - "color": "rgb(74, 140, 177)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2469135802469", - "1962.0987654320988", - "1966.0905349794239", - "1967.119341563786", - "1968.148148148148", - "1969.1358024691358", - "1970.1234567901236", - "1971.0699588477366", - "1972.2222222222222", - "1973.1275720164608", - "1974.0740740740741", - "1975.102880658436", - "1977.037037037037", - "1978.0658436213992", - "1979.0946502057614", - "1981.0699588477366", - "1982.0576131687242", - "1983.0864197530864", - "1985.102880658436", - "1986.0905349794239", - "1987.0781893004116", - "1988.1069958847736", - "1989.2181069958847", - "1990.0823045267489", - "1992.0164609053497", - "1994.0329218106997", - "1995.0205761316872", - "1996.008230452675", - "1997.201646090535", - "1999.4238683127571", - "2001.0699588477366", - "2003.9094650205761" - ], - "y": [ - "41.74418604651163", - "43.6046511627907", - "43.6046511627907", - "41.74418604651163", - "45.93023255813954", - "44.883720930232556", - "44.76744186046511", - "43.139534883720934", - "43.13953488372094", - "43.72093023255814", - "42.325581395348834", - "43.95348837209302", - "44.18604651162791", - "42.209302325581405", - "43.95348837209302", - "42.09302325581395", - "37.09302325581396", - "35.34883720930232", - "35", - "34.06976744186047", - "36.27906976744186", - "33.48837209302325", - "33.48837209302326", - "33.13953488372094", - "35", - "40.58139534883722", - "41.395348837209305", - "41.3953488372093", - "39.65116279069768", - "38.95348837209302", - "37.67441860465116", - "33.37209302325582" - ], - "name": "99.5-99.9th", - "line": { - "color": "rgb(40, 119, 157)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2469135802469", - "1963.991769547325", - "1966.1316872427983", - "1967.0781893004116", - "1968.1069958847736", - "1969.0946502057614", - "1970.0823045267489", - "1972.0987654320988", - "1973.045267489712", - "1974.1152263374486", - "1975.0617283950617", - "1977.0781893004116", - "1978.0658436213992", - "1979.1358024691358", - "1981.0699588477366", - "1982.0987654320988", - "1983.0041152263375", - "1985.0617283950617", - "1986.0905349794239", - "1987.037037037037", - "1988.1069958847736", - "1989.0123456790122", - "1990.0411522633744", - "1991.0699588477366", - "1992.0164609053497", - "1992.5925925925926", - "1993.5802469135801", - "1994.8148148148148", - "1996.008230452675", - "1997.0781893004116", - "1998.724279835391", - "2000", - "2000.946502057613", - "2003.9094650205761" - ], - "y": [ - "55.58139534883721", - "57.093023255813954", - "56.27906976744186", - "53.0232558139535", - "57.906976744186046", - "57.09302325581396", - "59.18604651162791", - "56.51162790697674", - "56.16279069767442", - "54.186046511627914", - "56.27906976744187", - "55.58139534883721", - "52.558139534883715", - "53.13953488372093", - "49.651162790697676", - "42.20930232558139", - "41.395348837209305", - "40.697674418604656", - "38.95348837209302", - "40.46511627906976", - "34.76744186046511", - "35.116279069767444", - "34.53488372093023", - "36.74418604651162", - "36.97674418604652", - "40.93023255813954", - "44.41860465116279", - "45.58139534883722", - "44.999999999999986", - "42.674418604651166", - "41.86046511627906", - "40.58139534883719", - "40.69767441860466", - "34.65116279069769" - ], - "name": "99.9-99-99th", - "line": { - "color": "rgb(8, 94, 137)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - }, - { - "x": [ - "1960.2469135802469", - "1962.0987654320988", - "1964.1152263374486", - "1966.008230452675", - "1967.119341563786", - "1968.1069958847736", - "1969.0946502057614", - "1970.164609053498", - "1971.0288065843622", - "1972.0987654320988", - "1973.045267489712", - "1974.0740740740741", - "1975.1440329218108", - "1976.0493827160494", - "1978.0658436213992", - "1981.111111111111", - "1982.0987654320988", - "1983.0864197530864", - "1984.1152263374486", - "1985.0205761316872", - "1986.0905349794239", - "1987.037037037037", - "1988.0658436213992", - "1989.0123456790122", - "1990", - "1991.0699588477366", - "1991.9753086419753", - "1992.798353909465", - "1993.6213991769548", - "1994.9382716049383", - "1995.9670781893003", - "1996.5432098765432", - "1997.1604938271605", - "2000.0823045267489", - "2001.0699588477366", - "2003.9506172839506" - ], - "y": [ - "71.62790697674419", - "70.93023255813955", - "71.97674418604652", - "69.88372093023256", - "65", - "69.18604651162791", - "68.02325581395348", - "74.76744186046513", - "74.06976744186046", - "70.5813953488372", - "70.58139534883722", - "67.44186046511628", - "70", - "70.93023255813955", - "64.18604651162791", - "56.04651162790698", - "45.116279069767444", - "45.11627906976744", - "44.65116279069767", - "43.48837209302325", - "40.116279069767444", - "43.48837209302326", - "35.46511627906977", - "36.74418604651163", - "35.69767441860465", - "38.13953488372094", - "38.139534883720934", - "44.30232558139534", - "46.74418604651164", - "47.674418604651166", - "46.744186046511636", - "45.46511627906976", - "43.83720930232559", - "41.046511627906995", - "41.395348837209305", - "35.23255813953489" - ], - "name": "99.99-100th", - "line": { - "color": "rgb(2, 63, 101)", - "width": 3 - }, - "opacity": 0.84, - "type": "scattergl" - } - ], - "layout": { - "title": "
Average effective tax rates, by income percentiles, 1960-2004", - "titlefont": { - "color": "", - "family": "Arial, sans-serif", - "size": 14 - }, - "font": { - "family": "Arial, sans-serif", - "size": 12, - "color": "#000" - }, - "showlegend": true, - "autosize": false, - "width": 606, - "height": 400, - "xaxis": { - "title": "Note: Data are for cash income. Source: Piketty and Saez (2007)", - "titlefont": { - "color": "rgb(102, 102, 102)", - "family": "", - "size": 11 - }, - "range": [ - 1960, - 2004 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": false, - "zeroline": true, - "showline": true, - "autotick": true, - "nticks": 0, - "ticks": "outside", - "showticklabels": true, - "tick0": 0, - "dtick": 10, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#000", - "tickangle": 0, - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "e", - "showexponent": "all", - "gridcolor": "#ddd", - "gridwidth": 1, - "zerolinecolor": "#000", - "zerolinewidth": 1, - "linecolor": "rgba(0, 0, 0, 0)", - "linewidth": 0.1, - "anchor": "y", - "position": 0, - "mirror": true, - "overlaying": false, - "autorange": false - }, - "yaxis": { - "title": "Tax Rate (%)", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - 0, - 80 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": false, - "showline": true, - "autotick": false, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 0, - "dtick": 20, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#000", - "tickangle": 0, - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "e", - "showexponent": "all", - "gridcolor": "rgb(204, 204, 204)", - "gridwidth": 1, - "zerolinecolor": "#000", - "zerolinewidth": 1, - "linecolor": "rgba(0, 0, 0, 0)", - "linewidth": 0.1, - "anchor": "x", - "position": 0, - "mirror": true, - "overlaying": false, - "autorange": false - }, - "legend": { - "x": 1.02, - "y": 0.9689655172413794, - "traceorder": "normal", - "font": { - "family": "", - "size": 0, - "color": "" - }, - "bgcolor": "rgba(255, 255, 255, 0)", - "bordercolor": "rgba(255, 255, 255, 0)", - "borderwidth": 0.1, - "xanchor": "left", - "yanchor": "auto" - }, - "margin": { - "l": 55, - "r": 0, - "b": 50, - "t": 60, - "pad": 2, - "autoexpand": true - }, - "paper_bgcolor": "rgb(245, 245, 247)", - "plot_bgcolor": "rgb(245, 245, 247)", - "hovermode": "x", - "dragmode": "zoom", - "barmode": "stack", - "bargap": 0.2, - "bargroupgap": 0, - "boxmode": "overlay", - "separators": ".", - "hidesources": false - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_30.json b/test/image/mocks/gl2d_30.json deleted file mode 100644 index 62d058c340c..00000000000 --- a/test/image/mocks/gl2d_30.json +++ /dev/null @@ -1,359 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 0.003960976008861991, - 0.03150059203293912, - 0.10526859511270904, - 0.24609022226350277, - 0.4721359549995793, - 0.7981864223520572, - 1.2350188542663474, - 1.7889371755074976, - 2.461462734490049, - 3.2491969623290635, - 4.14386115680882, - 5.132512300041106, - 6.1979275700621805, - 7.3191442169026075, - 8.472135954999576, - 9.630602171766963, - 10.766842238643621, - 11.852684178251655, - 12.860434996919306, - 13.763819204711734, - 14.538872443229218, - 15.164758710752322, - 15.624482359326736, - 15.905469744054013, - 16, - 15.905469744054013, - 15.624482359326741, - 15.164758710752327, - 14.538872443229218, - 13.763819204711739, - 12.86043499691931, - 11.852684178251652, - 10.766842238643612, - 9.63060217176696, - 8.47213595499958, - 7.31914421690261, - 6.1979275700621805, - 5.132512300041111, - 4.143861156808825, - 3.2491969623290653, - 2.4614627344900533, - 1.7889371755074963, - 1.2350188542663494, - 0.7981864223520586, - 0.4721359549995798, - 0.2460902222635041, - 0.10526859511270895, - 0.031500592032939326, - 0.00396097600886203, - 2.9386816277228384e-47, - -0.003960976008861982, - -0.03150059203293916, - -0.10526859511270932, - -0.24609022226350213, - -0.4721359549995788, - -0.7981864223520572, - -1.235018854266344, - -1.7889371755074983, - -2.4614627344900457, - -3.249196962329056, - -4.14386115680882, - -5.132512300041101, - -6.1979275700621805, - -7.319144216902614, - -8.472135954999576, - -9.630602171766972, - -10.766842238643616, - -11.852684178251664, - -12.86043499691931, - -13.763819204711734, - -14.538872443229222, - -15.164758710752327, - -15.624482359326736, - -15.905469744054013, - -16, - -15.905469744054013, - -15.624482359326741, - -15.164758710752327, - -14.538872443229218, - -13.763819204711739, - -12.860434996919315, - -11.852684178251668, - -10.766842238643608, - -9.630602171766963, - -8.472135954999583, - -7.31914421690262, - -6.197927570062197, - -5.132512300041113, - -4.14386115680882, - -3.2491969623290653, - -2.4614627344900546, - -1.7889371755075063, - -1.2350188542663503, - -0.7981864223520564, - -0.4721359549995803, - -0.24609022226350444, - -0.10526859511270918, - -0.03150059203293943, - -0.003960976008861969 - ], - "y": [ - 5, - 5.080616300409131, - 5.31871565962469, - 5.703227351606254, - 6.216283644631066, - 6.834062241002363, - 7.527902076780752, - 8.26563327357082, - 9.01305111818169, - 9.73545703057813, - 10.399186938124421, - 10.973049417248317, - 11.42960223964364, - 11.746206161585576, - 11.905808285637567, - 11.897423278642144, - 11.716298184929967, - 11.363764486638898, - 10.84679837593238, - 10.177325907410598, - 9.371322893124, - 8.44776935024081, - 7.427524481592261, - 6.332190267304607, - 5.183029728496285, - 4.000000000000001, - 2.800950962391234, - 1.6010279838939834, - 0.4123031224474323, - -0.7563561397601696, - -1.8991869381244164, - -3.013220672255105, - -4.097795849274035, - -5.153937953718788, - -6.183657289781863, - -7.189219346142772, - -8.172442168003817, - -9.134071563663488, - -10.073278032307813, - -10.98730959132906, - -11.871322893123999, - -12.718401966731474, - -13.51976048484151, - -14.265110541886262, - -14.943169390053491, - -15.542266173501735, - -16.05100403502769, - -16.458929465331593, - -16.75716063099873, - -16.93892963581117, - -17, - -16.938929635811174, - -16.75716063099873, - -16.458929465331586, - -16.0510040350277, - -15.542266173501735, - -14.943169390053496, - -14.265110541886274, - -13.519760484841509, - -12.718401966731482, - -11.87132289312401, - -10.987309591329064, - -10.073278032307826, - -9.134071563663484, - -8.172442168003817, - -7.1892193461427745, - -6.183657289781854, - -5.153937953718787, - -4.097795849274024, - -3.0132206722551045, - -1.8991869381244244, - -0.7563561397601599, - 0.41230312244743295, - 1.6010279838939754, - 2.800950962391238, - 3.9999999999999964, - 5.183029728496271, - 6.3321902673046, - 7.4275244815922505, - 8.447769350240813, - 9.371322893123997, - 10.17732590741059, - 10.846798375932371, - 11.363764486638901, - 11.716298184929965, - 11.897423278642144, - 11.905808285637569, - 11.746206161585583, - 11.429602239643645, - 10.973049417248319, - 10.399186938124426, - 9.735457030578136, - 9.0130511181817, - 8.265633273570824, - 7.5279020767807525, - 6.834062241002364, - 6.2162836446310745, - 5.703227351606257, - 5.318715659624693, - 5.080616300409131 - ], - "name": "trace 0", - "line": { - "color": "red", - "width": 6 - }, - "type": "scattergl" - } - ], - "layout": { - "title": "Click to enter Plot title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "font": { - "family": "'Open sans', verdana, arial, sans-serif", - "size": 12, - "color": "#444" - }, - "autosize": true, - "width": 1366, - "height": 713, - "xaxis": { - "title": "Click to enter X axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - -16, - 16 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": false, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 0, - "dtick": 5, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "y", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "yaxis": { - "title": "Click to enter Y axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - -18.605878238090977, - 13.511686523728546 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": false, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 0, - "dtick": 5, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "x", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "legend": { - "traceorder": "normal", - "font": { - "family": "", - "size": 0, - "color": "" - }, - "bgcolor": "#fff", - "bordercolor": "#444", - "borderwidth": 0 - }, - "margin": { - "l": 80, - "r": 80, - "b": 80, - "t": 100, - "pad": 0, - "autoexpand": true - }, - "paper_bgcolor": "#fff", - "plot_bgcolor": "#fff", - "hovermode": "x", - "dragmode": "zoom", - "barmode": "group", - "bargap": 0.2, - "bargroupgap": 0, - "boxmode": "overlay", - "separators": ".,", - "hidesources": false - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_32.json b/test/image/mocks/gl2d_32.json deleted file mode 100644 index acbbacd5817..00000000000 --- a/test/image/mocks/gl2d_32.json +++ /dev/null @@ -1,1186 +0,0 @@ -{ - "data": [ - { - "x": [ - "2014-04-07 00:23:00.361471", - "2014-04-07 01:23:00.361471", - "2014-04-07 02:23:00.361471", - "2014-04-07 03:23:00.361471", - "2014-04-07 04:23:00.361471", - "2014-04-07 05:23:00.361471", - "2014-04-07 06:23:00.361471", - "2014-04-07 07:23:00.361471", - "2014-04-07 08:23:00.361471", - "2014-04-07 09:23:00.361471", - "2014-04-07 10:23:00.361471", - "2014-04-07 11:23:00.361471", - "2014-04-07 12:23:00.361471", - "2014-04-07 13:23:00.361471", - "2014-04-07 14:23:00.361471", - "2014-04-07 15:23:00.361471", - "2014-04-07 16:23:00.361471", - "2014-04-07 17:23:00.361471", - "2014-04-07 18:23:00.361471", - "2014-04-07 19:23:00.361471", - "2014-04-07 20:23:00.361471", - "2014-04-07 21:23:00.361471", - "2014-04-07 22:23:00.361471", - "2014-04-07 23:23:00.361471", - "2014-04-08 00:23:00.361471", - "2014-04-08 01:23:00.361471", - "2014-04-08 02:23:00.361471", - "2014-04-08 03:23:00.361471", - "2014-04-08 04:23:00.361471", - "2014-04-08 05:23:00.361471", - "2014-04-08 06:23:00.361471", - "2014-04-08 07:23:00.361471", - "2014-04-08 08:23:00.361471", - "2014-04-08 09:23:00.361471", - "2014-04-08 10:23:00.361471", - "2014-04-08 11:23:00.361471", - "2014-04-08 12:23:00.361471", - "2014-04-08 13:23:00.361471", - "2014-04-08 14:23:00.361471", - "2014-04-08 15:23:00.361471", - "2014-04-08 16:23:00.361471", - "2014-04-08 17:23:00.361471", - "2014-04-08 18:23:00.361471", - "2014-04-08 19:23:00.361471", - "2014-04-08 20:23:00.361471", - "2014-04-08 21:23:00.361471", - "2014-04-08 22:23:00.361471", - "2014-04-08 23:23:00.361471", - "2014-04-09 00:23:00.361471", - "2014-04-09 01:23:00.361471", - "2014-04-09 02:23:00.361471", - "2014-04-09 03:23:00.361471", - "2014-04-09 04:23:00.361471", - "2014-04-09 05:23:00.361471", - "2014-04-09 06:23:00.361471", - "2014-04-09 07:23:00.361471", - "2014-04-09 08:23:00.361471", - "2014-04-09 09:23:00.361471", - "2014-04-09 10:23:00.361471", - "2014-04-09 11:23:00.361471", - "2014-04-09 12:23:00.361471", - "2014-04-09 13:23:00.361471", - "2014-04-09 14:23:00.361471", - "2014-04-09 15:23:00.361471", - "2014-04-09 16:23:00.361471", - "2014-04-09 17:23:00.361471", - "2014-04-09 18:23:00.361471", - "2014-04-09 19:23:00.361471", - "2014-04-09 20:23:00.361471", - "2014-04-09 21:23:00.361471", - "2014-04-09 22:23:00.361471", - "2014-04-09 23:23:00.361471", - "2014-04-10 00:23:00.361471", - "2014-04-10 01:23:00.361471", - "2014-04-10 02:23:00.361471", - "2014-04-10 03:23:00.361471", - "2014-04-10 04:23:00.361471", - "2014-04-10 05:23:00.361471", - "2014-04-10 06:23:00.361471", - "2014-04-10 07:23:00.361471", - "2014-04-10 08:23:00.361471", - "2014-04-10 09:23:00.361471", - "2014-04-10 10:23:00.361471", - "2014-04-10 11:23:00.361471", - "2014-04-10 12:23:00.361471", - "2014-04-10 13:23:00.361471", - "2014-04-10 14:23:00.361471", - "2014-04-10 15:23:00.361471", - "2014-04-10 16:23:00.361471", - "2014-04-10 17:23:00.361471", - "2014-04-10 18:23:00.361471", - "2014-04-10 19:23:00.361471", - "2014-04-10 20:23:00.361471", - "2014-04-10 21:23:00.361471", - "2014-04-10 22:23:00.361471", - "2014-04-10 23:23:00.361471", - "2014-04-11 00:23:00.361471", - "2014-04-11 01:23:00.361471", - "2014-04-11 02:23:00.361471", - "2014-04-11 03:23:00.361471", - "2014-04-11 04:23:00.361471", - "2014-04-11 05:23:00.361471", - "2014-04-11 06:23:00.361471", - "2014-04-11 07:23:00.361471", - "2014-04-11 08:23:00.361471", - "2014-04-11 09:23:00.361471", - "2014-04-11 10:23:00.361471", - "2014-04-11 11:23:00.361471", - "2014-04-11 12:23:00.361471", - "2014-04-11 13:23:00.361471", - "2014-04-11 14:23:00.361471", - "2014-04-11 15:23:00.361471", - "2014-04-11 16:23:00.361471", - "2014-04-11 17:23:00.361471", - "2014-04-11 18:23:00.361471", - "2014-04-11 19:23:00.361471", - "2014-04-11 20:23:00.361471", - "2014-04-11 21:23:00.361471", - "2014-04-11 22:23:00.361471", - "2014-04-11 23:23:00.361471", - "2014-04-12 00:23:00.361471", - "2014-04-12 01:23:00.361471", - "2014-04-12 02:23:00.361471", - "2014-04-12 03:23:00.361471", - "2014-04-12 04:23:00.361471", - "2014-04-12 05:23:00.361471", - "2014-04-12 06:23:00.361471", - "2014-04-12 07:23:00.361471", - "2014-04-12 08:23:00.361471", - "2014-04-12 09:23:00.361471", - "2014-04-12 10:23:00.361471", - "2014-04-12 11:23:00.361471", - "2014-04-12 12:23:00.361471", - "2014-04-12 13:23:00.361471", - "2014-04-12 14:23:00.361471", - "2014-04-12 15:23:00.361471", - "2014-04-12 16:23:00.361471", - "2014-04-12 17:23:00.361471", - "2014-04-12 18:23:00.361471", - "2014-04-12 19:23:00.361471", - "2014-04-12 20:23:00.361471", - "2014-04-12 21:23:00.361471", - "2014-04-12 22:23:00.361471", - "2014-04-12 23:23:00.361471", - "2014-04-13 00:23:00.361471", - "2014-04-13 01:23:00.361471", - "2014-04-13 02:23:00.361471", - "2014-04-13 03:23:00.361471", - "2014-04-13 04:23:00.361471", - "2014-04-13 05:23:00.361471", - "2014-04-13 06:23:00.361471", - "2014-04-13 07:23:00.361471", - "2014-04-13 08:23:00.361471", - "2014-04-13 09:23:00.361471", - "2014-04-13 10:23:00.361471", - "2014-04-13 11:23:00.361471", - "2014-04-13 12:23:00.361471", - "2014-04-13 13:23:00.361471", - "2014-04-13 14:23:00.361471", - "2014-04-13 15:23:00.361471", - "2014-04-13 16:23:00.361471", - "2014-04-13 17:23:00.361471", - "2014-04-13 18:23:00.361471", - "2014-04-13 19:23:00.361471", - "2014-04-13 20:23:00.361471", - "2014-04-13 21:23:00.361471", - "2014-04-13 22:23:00.361471", - "2014-04-13 23:23:00.361471", - "2014-04-14 00:23:00.361471", - "2014-04-14 01:23:00.361471", - "2014-04-14 02:23:00.361471", - "2014-04-14 03:23:00.361471", - "2014-04-14 04:23:00.361471", - "2014-04-14 05:23:00.361471", - "2014-04-14 06:23:00.361471", - "2014-04-14 07:23:00.361471", - "2014-04-14 08:23:00.361471", - "2014-04-14 09:23:00.361471", - "2014-04-14 10:23:00.361471", - "2014-04-14 11:23:00.361471", - "2014-04-14 12:23:00.361471", - "2014-04-14 13:23:00.361471", - "2014-04-14 14:23:00.361471", - "2014-04-14 15:23:00.361471", - "2014-04-14 16:23:00.361471", - "2014-04-14 17:23:00.361471", - "2014-04-14 18:23:00.361471", - "2014-04-14 19:23:00.361471", - "2014-04-14 20:23:00.361471", - "2014-04-14 21:23:00.361471", - "2014-04-14 22:23:00.361471", - "2014-04-14 23:23:00.361471", - "2014-04-15 00:23:00.361471", - "2014-04-15 01:23:00.361471", - "2014-04-15 02:23:00.361471", - "2014-04-15 03:23:00.361471", - "2014-04-15 04:23:00.361471", - "2014-04-15 05:23:00.361471", - "2014-04-15 06:23:00.361471", - "2014-04-15 07:23:00.361471", - "2014-04-15 08:23:00.361471", - "2014-04-15 09:23:00.361471", - "2014-04-15 10:23:00.361471", - "2014-04-15 11:23:00.361471", - "2014-04-15 12:23:00.361471", - "2014-04-15 13:23:00.361471", - "2014-04-15 14:23:00.361471", - "2014-04-15 15:23:00.361471", - "2014-04-15 16:23:00.361471", - "2014-04-15 17:23:00.361471", - "2014-04-15 18:23:00.361471", - "2014-04-15 19:23:00.361471", - "2014-04-15 20:23:00.361471", - "2014-04-15 21:23:00.361471", - "2014-04-15 22:23:00.361471", - "2014-04-15 23:23:00.361471", - "2014-04-16 00:23:00.361471", - "2014-04-16 01:23:00.361471", - "2014-04-16 02:23:00.361471", - "2014-04-16 03:23:00.361471", - "2014-04-16 04:23:00.361471", - "2014-04-16 05:23:00.361471", - "2014-04-16 06:23:00.361471", - "2014-04-16 07:23:00.361471", - "2014-04-16 08:23:00.361471", - "2014-04-16 09:23:00.361471", - "2014-04-16 10:23:00.361471", - "2014-04-16 11:23:00.361471", - "2014-04-16 12:23:00.361471", - "2014-04-16 13:23:00.361471", - "2014-04-16 14:23:00.361471", - "2014-04-16 15:23:00.361471", - "2014-04-16 16:23:00.361471", - "2014-04-16 17:23:00.361471", - "2014-04-16 18:23:00.361471", - "2014-04-16 19:23:00.361471", - "2014-04-16 20:23:00.361471", - "2014-04-16 21:23:00.361471", - "2014-04-16 22:23:00.361471", - "2014-04-16 23:23:00.361471", - "2014-04-17 00:23:00.361471", - "2014-04-17 01:23:00.361471", - "2014-04-17 02:23:00.361471", - "2014-04-17 03:23:00.361471", - "2014-04-17 04:23:00.361471", - "2014-04-17 05:23:00.361471", - "2014-04-17 06:23:00.361471", - "2014-04-17 07:23:00.361471", - "2014-04-17 08:23:00.361471", - "2014-04-17 09:23:00.361471", - "2014-04-17 10:23:00.361471", - "2014-04-17 11:23:00.361471", - "2014-04-17 12:23:00.361471", - "2014-04-17 13:23:00.361471", - "2014-04-17 14:23:00.361471", - "2014-04-17 15:23:00.361471", - "2014-04-17 16:23:00.361471", - "2014-04-17 17:23:00.361471", - "2014-04-17 18:23:00.361471", - "2014-04-17 19:23:00.361471", - "2014-04-17 20:23:00.361471", - "2014-04-17 21:23:00.361471", - "2014-04-17 22:23:00.361471", - "2014-04-17 23:23:00.361471", - "2014-04-18 00:23:00.361471", - "2014-04-18 01:23:00.361471", - "2014-04-18 02:23:00.361471", - "2014-04-18 03:23:00.361471", - "2014-04-18 04:23:00.361471", - "2014-04-18 05:23:00.361471", - "2014-04-18 06:23:00.361471", - "2014-04-18 07:23:00.361471", - "2014-04-18 08:23:00.361471", - "2014-04-18 09:23:00.361471", - "2014-04-18 10:23:00.361471", - "2014-04-18 11:23:00.361471", - "2014-04-18 12:23:00.361471", - "2014-04-18 13:23:00.361471", - "2014-04-18 14:23:00.361471", - "2014-04-18 15:23:00.361471", - "2014-04-18 16:23:00.361471", - "2014-04-18 17:23:00.361471", - "2014-04-18 18:23:00.361471", - "2014-04-18 19:23:00.361471", - "2014-04-18 20:23:00.361471", - "2014-04-18 21:23:00.361471", - "2014-04-18 22:23:00.361471", - "2014-04-18 23:23:00.361471", - "2014-04-19 00:23:00.361471", - "2014-04-19 01:23:00.361471", - "2014-04-19 02:23:00.361471", - "2014-04-19 03:23:00.361471", - "2014-04-19 04:23:00.361471", - "2014-04-19 05:23:00.361471", - "2014-04-19 06:23:00.361471", - "2014-04-19 07:23:00.361471", - "2014-04-19 08:23:00.361471", - "2014-04-19 09:23:00.361471", - "2014-04-19 10:23:00.361471", - "2014-04-19 11:23:00.361471", - "2014-04-19 12:23:00.361471", - "2014-04-19 13:23:00.361471", - "2014-04-19 14:23:00.361471", - "2014-04-19 15:23:00.361471", - "2014-04-19 16:23:00.361471", - "2014-04-19 17:23:00.361471", - "2014-04-19 18:23:00.361471", - "2014-04-19 19:23:00.361471", - "2014-04-19 20:23:00.361471", - "2014-04-19 21:23:00.361471", - "2014-04-19 22:23:00.361471", - "2014-04-19 23:23:00.361471", - "2014-04-20 00:23:00.361471", - "2014-04-20 01:23:00.361471", - "2014-04-20 02:23:00.361471", - "2014-04-20 03:23:00.361471", - "2014-04-20 04:23:00.361471", - "2014-04-20 05:23:00.361471", - "2014-04-20 06:23:00.361471", - "2014-04-20 07:23:00.361471", - "2014-04-20 08:23:00.361471", - "2014-04-20 09:23:00.361471", - "2014-04-20 10:23:00.361471", - "2014-04-20 11:23:00.361471", - "2014-04-20 12:23:00.361471", - "2014-04-20 13:23:00.361471", - "2014-04-20 14:23:00.361471", - "2014-04-20 15:23:00.361471", - "2014-04-20 16:23:00.361471", - "2014-04-20 17:23:00.361471", - "2014-04-20 18:23:00.361471", - "2014-04-20 19:23:00.361471", - "2014-04-20 20:23:00.361471", - "2014-04-20 21:23:00.361471", - "2014-04-20 22:23:00.361471", - "2014-04-20 23:23:00.361471", - "2014-04-21 00:23:00.361471", - "2014-04-21 01:23:00.361471", - "2014-04-21 02:23:00.361471", - "2014-04-21 03:23:00.361471", - "2014-04-21 04:23:00.361471", - "2014-04-21 05:23:00.361471", - "2014-04-21 06:23:00.361471", - "2014-04-21 07:23:00.361471", - "2014-04-21 08:23:00.361471", - "2014-04-21 09:23:00.361471", - "2014-04-21 10:23:00.361471", - "2014-04-21 11:23:00.361471", - "2014-04-21 12:23:00.361471", - "2014-04-21 13:23:00.361471", - "2014-04-21 14:23:00.361471", - "2014-04-21 15:23:00.361471", - "2014-04-21 16:23:00.361471", - "2014-04-21 17:23:00.361471", - "2014-04-21 18:23:00.361471", - "2014-04-21 19:23:00.361471", - "2014-04-21 20:23:00.361471", - "2014-04-21 21:23:00.361471", - "2014-04-21 22:23:00.361471", - "2014-04-21 23:23:00.361471", - "2014-04-22 00:23:00.361471", - "2014-04-22 01:23:00.361471", - "2014-04-22 02:23:00.361471", - "2014-04-22 03:23:00.361471", - "2014-04-22 04:23:00.361471", - "2014-04-22 05:23:00.361471", - "2014-04-22 06:23:00.361471", - "2014-04-22 07:23:00.361471", - "2014-04-22 08:23:00.361471", - "2014-04-22 09:23:00.361471", - "2014-04-22 10:23:00.361471", - "2014-04-22 11:23:00.361471", - "2014-04-22 12:23:00.361471", - "2014-04-22 13:23:00.361471", - "2014-04-22 14:23:00.361471", - "2014-04-22 15:23:00.361471", - "2014-04-22 16:23:00.361471", - "2014-04-22 17:23:00.361471", - "2014-04-22 18:23:00.361471", - "2014-04-22 19:23:00.361471", - "2014-04-22 20:23:00.361471", - "2014-04-22 21:23:00.361471", - "2014-04-22 22:23:00.361471", - "2014-04-22 23:23:00.361471", - "2014-04-23 00:23:00.361471", - "2014-04-23 01:23:00.361471", - "2014-04-23 02:23:00.361471", - "2014-04-23 03:23:00.361471", - "2014-04-23 04:23:00.361471", - "2014-04-23 05:23:00.361471", - "2014-04-23 06:23:00.361471", - "2014-04-23 07:23:00.361471", - "2014-04-23 08:23:00.361471", - "2014-04-23 09:23:00.361471", - "2014-04-23 10:23:00.361471", - "2014-04-23 11:23:00.361471", - "2014-04-23 12:23:00.361471", - "2014-04-23 13:23:00.361471", - "2014-04-23 14:23:00.361471", - "2014-04-23 15:23:00.361471", - "2014-04-23 16:23:00.361471", - "2014-04-23 17:23:00.361471", - "2014-04-23 18:23:00.361471", - "2014-04-23 19:23:00.361471", - "2014-04-23 20:23:00.361471", - "2014-04-23 21:23:00.361471", - "2014-04-23 22:23:00.361471", - "2014-04-23 23:23:00.361471", - "2014-04-24 00:23:00.361471", - "2014-04-24 01:23:00.361471", - "2014-04-24 02:23:00.361471", - "2014-04-24 03:23:00.361471", - "2014-04-24 04:23:00.361471", - "2014-04-24 05:23:00.361471", - "2014-04-24 06:23:00.361471", - "2014-04-24 07:23:00.361471", - "2014-04-24 08:23:00.361471", - "2014-04-24 09:23:00.361471", - "2014-04-24 10:23:00.361471", - "2014-04-24 11:23:00.361471", - "2014-04-24 12:23:00.361471", - "2014-04-24 13:23:00.361471", - "2014-04-24 14:23:00.361471", - "2014-04-24 15:23:00.361471", - "2014-04-24 16:23:00.361471", - "2014-04-24 17:23:00.361471", - "2014-04-24 18:23:00.361471", - "2014-04-24 19:23:00.361471", - "2014-04-24 20:23:00.361471", - "2014-04-24 21:23:00.361471", - "2014-04-24 22:23:00.361471", - "2014-04-24 23:23:00.361471", - "2014-04-25 00:23:00.361471", - "2014-04-25 01:23:00.361471", - "2014-04-25 02:23:00.361471", - "2014-04-25 03:23:00.361471", - "2014-04-25 04:23:00.361471", - "2014-04-25 05:23:00.361471", - "2014-04-25 06:23:00.361471", - "2014-04-25 07:23:00.361471", - "2014-04-25 08:23:00.361471", - "2014-04-25 09:23:00.361471", - "2014-04-25 10:23:00.361471", - "2014-04-25 11:23:00.361471", - "2014-04-25 12:23:00.361471", - "2014-04-25 13:23:00.361471", - "2014-04-25 14:23:00.361471", - "2014-04-25 15:23:00.361471", - "2014-04-25 16:23:00.361471", - "2014-04-25 17:23:00.361471", - "2014-04-25 18:23:00.361471", - "2014-04-25 19:23:00.361471", - "2014-04-25 20:23:00.361471", - "2014-04-25 21:23:00.361471", - "2014-04-25 22:23:00.361471", - "2014-04-25 23:23:00.361471", - "2014-04-26 00:23:00.361471", - "2014-04-26 01:23:00.361471", - "2014-04-26 02:23:00.361471", - "2014-04-26 03:23:00.361471", - "2014-04-26 04:23:00.361471", - "2014-04-26 05:23:00.361471", - "2014-04-26 06:23:00.361471", - "2014-04-26 07:23:00.361471", - "2014-04-26 08:23:00.361471", - "2014-04-26 09:23:00.361471", - "2014-04-26 10:23:00.361471", - "2014-04-26 11:23:00.361471", - "2014-04-26 12:23:00.361471", - "2014-04-26 13:23:00.361471", - "2014-04-26 14:23:00.361471", - "2014-04-26 15:23:00.361471", - "2014-04-26 16:23:00.361471", - "2014-04-26 17:23:00.361471", - "2014-04-26 18:23:00.361471", - "2014-04-26 19:23:00.361471", - "2014-04-26 20:23:00.361471", - "2014-04-26 21:23:00.361471", - "2014-04-26 22:23:00.361471", - "2014-04-26 23:23:00.361471", - "2014-04-27 00:23:00.361471", - "2014-04-27 01:23:00.361471", - "2014-04-27 02:23:00.361471", - "2014-04-27 03:23:00.361471", - "2014-04-27 04:23:00.361471", - "2014-04-27 05:23:00.361471", - "2014-04-27 06:23:00.361471", - "2014-04-27 07:23:00.361471", - "2014-04-27 08:23:00.361471", - "2014-04-27 09:23:00.361471", - "2014-04-27 10:23:00.361471", - "2014-04-27 11:23:00.361471", - "2014-04-27 12:23:00.361471", - "2014-04-27 13:23:00.361471", - "2014-04-27 14:23:00.361471", - "2014-04-27 15:23:00.361471", - "2014-04-27 16:23:00.361471", - "2014-04-27 17:23:00.361471", - "2014-04-27 18:23:00.361471", - "2014-04-27 19:23:00.361471" - ], - "y": [ - 0.19765470068858682, - 0.20521331647372043, - 0.16755063139716098, - 0.33922566654565267, - 0.34970148839371, - 0.1555145565054959, - 0.2194166034778496, - 0.4295653784060315, - 0.512247622146756, - 0.576227442344601, - 0.5054920497654491, - 0.33281985518095775, - 0.6303979986024282, - 0.6368371903293952, - 0.5769484338035371, - 0.49788894837604897, - 0.7715926214080304, - 0.7023686769747766, - 0.8126081484506353, - 0.5359334958577814, - 0.6448244343523106, - 0.823984256646129, - 0.845399779866264, - 0.6507313136649306, - 0.7319806470017823, - 0.6506855310644194, - 0.9021873628436208, - 0.8206558625545528, - 0.9287776975455394, - 0.8053876292512482, - 0.9453842621551022, - 0.8483226958573711, - 1.038823695751795, - 0.9676387446183442, - 0.7760322498021628, - 1.066958724864698, - 0.8243867840364228, - 1.05032769254689, - 1.0634505295237573, - 0.828391939467096, - 1.1317596589053647, - 1.142189632897578, - 1.1022055678206693, - 1.1193858599591051, - 0.9565247223287424, - 0.9730944748882759, - 0.8356953331015646, - 0.9794687556227845, - 1.0629887941343463, - 0.8240294645593155, - 1.0060815063648183, - 0.9675490639904663, - 1.0227939994186659, - 1.0367259025331732, - 0.8496536757357459, - 0.8678781503129664, - 0.8320612429766577, - 0.8515676180343128, - 0.9275678115524566, - 1.0629963728079137, - 1.0569480701572997, - 0.8400454629014165, - 0.7763029538513967, - 0.9417583356472458, - 0.7677036155468753, - 0.718700313231347, - 0.9116630425455607, - 0.7500037834872255, - 0.9000336075317015, - 0.853656627207099, - 0.7126052330370088, - 0.6593050682113163, - 0.8125284412622841, - 0.6590814542881617, - 0.82753347323429, - 0.7939919695085054, - 0.7353019640208421, - 0.6073827791924317, - 0.781061226207377, - 0.572404942694392, - 0.5492635953483325, - 0.6639758734583403, - 0.5389790711449571, - 0.4392927934885033, - 0.5552084533934009, - 0.49929653233177457, - 0.5492032306434419, - 0.44131060978537356, - 0.4177672327799625, - 0.33190713716842346, - 0.5394318784380159, - 0.24366562549865498, - 0.2971797499092804, - 0.2392005314953442, - 0.1422895535333546, - 0.15059515171776372, - 0.34239880549917373, - 0.1517789398514327, - 0.21695270409910472, - 0.12087676155073471, - 0.20809270471804636, - 0.2551923513588294, - 0.0847928672604771, - 0.08853920352565883, - -0.05163534435005168, - 0.08735749676665222, - -0.020157836605359275, - -0.10913404412308525, - -0.10696960424538784, - 0.08327048779860943, - -0.1313338123292334, - 0.04628350626071781, - -0.04879200274032788, - -0.0359898566865641, - -0.11884746881102526, - -0.04265794820805635, - -0.20471154232191519, - -0.2774293314863318, - -0.003187605265057847, - -0.12046528551137412, - -0.2678464999774644, - -0.15440011634128273, - -0.36099807167200504, - -0.294063824247998, - -0.16900794801643748, - -0.17384256111360458, - -0.3644288051650968, - -0.19271208620262809, - -0.18467570426048097, - -0.23927777888230603, - -0.17978386425930531, - -0.437253981926649, - -0.4260580431820467, - -0.40440261357756474, - -0.2514236431771909, - -0.397237100329037, - -0.19690379589251433, - -0.4344113294748106, - -0.4832709449975265, - -0.3120995170754286, - -0.287183737218622, - -0.40089405399288913, - -0.34038917864411344, - -0.26767076822674485, - -0.2881141227541607, - -0.43029697159856134, - -0.4555982011934097, - -0.383984683053189, - -0.3449243661460978, - -0.2655126950699553, - -0.26814640538112633, - -0.526235690698094, - -0.27292428585004985, - -0.5193282944406485, - -0.20462333965101093, - -0.4316405922421438, - -0.4767779226343584, - -0.37662653861699424, - -0.47739472276581285, - -0.48358499829966556, - -0.35555680488893615, - -0.3295654809376622, - -0.18014967413078187, - -0.20285683290846396, - -0.34729744678389507, - -0.18600845284066903, - -0.25678692057318064, - -0.1427339298733344, - -0.3849884465594967, - -0.3261150377012011, - -0.2747984390067606, - -0.2357199021702649, - -0.23904077232737508, - -0.20120728204943442, - -0.18444384342477557, - -0.21503086036604752, - -0.15143223441666062, - -0.32493839686298387, - -0.07313129523696832, - -0.0737864078289103, - -0.18946379504336963, - 0.011322367158938307, - -0.015662903941943918, - -0.04286642972628005, - 0.02607626918033268, - -0.16032555776099733, - -0.09706908117409947, - -0.10786409160109182, - 0.07118706739745206, - 0.041445986477439245, - -0.000896263092693611, - 0.02116290631426554, - 0.17901436786307373, - 0.007777736687825693, - 0.03644709450503528, - 0.2200652792156807, - 0.193055026838177, - 0.007538548846269109, - 0.20632331694298178, - 0.0655419694566952, - 0.13746970608233003, - 0.31691473739326714, - 0.05490557153641939, - 0.34070711036081747, - 0.2620053957099667, - 0.13253261205796218, - 0.29838948202982674, - 0.15858618367589056, - 0.38515362591681823, - 0.35453979097714083, - 0.24642269834301522, - 0.31555658600572695, - 0.28322334930037907, - 0.3458190600719905, - 0.24770231698136752, - 0.3509756732432827, - 0.22150332818718257, - 0.4012778220752289, - 0.5092730176702855, - 0.49633016616556547, - 0.4511412091440035, - 0.41734571109047425, - 0.5343016529876503, - 0.550586185400687, - 0.43045413308928027, - 0.47938953946111884, - 0.3179646553699141, - 0.6211272265408118, - 0.5909460260629996, - 0.4226448480286274, - 0.41633712928423927, - 0.5171527002602441, - 0.3463849595528193, - 0.6616831299919462, - 0.3545658588859932, - 0.6099866414080936, - 0.48010389414831867, - 0.5371097751220948, - 0.6326722480836873, - 0.6439164180970759, - 0.4427292197490715, - 0.673031296607135, - 0.45257901132526657, - 0.6405597113780699, - 0.3738617358258385, - 0.4284648668412742, - 0.6383507210388615, - 0.41716187834624885, - 0.6214251193993228, - 0.5870530350524654, - 0.5092746665841432, - 0.6209086791299265, - 0.5905862210069059, - 0.4952511422940002, - 0.591306490932872, - 0.6030702848056178, - 0.6410697966874396, - 0.6713800155156342, - 0.6218983573417067, - 0.5222547086641662, - 0.5042018017894997, - 0.6581126509470454, - 0.35816874389810105, - 0.6089696271534136, - 0.5786217473350402, - 0.3535218298639705, - 0.4112266911970268, - 0.32590674586129187, - 0.605260592021148, - 0.405506337580911, - 0.4080832951602644, - 0.37234909242250347, - 0.3165226765268205, - 0.510695682130649, - 0.3127691168756638, - 0.3764140876838836, - 0.2384047497631894, - 0.2988967065312465, - 0.45525748010948497, - 0.4066362024976332, - 0.2877248726924939, - 0.23297108951390105, - 0.24348542635897719, - 0.4647466091217012, - 0.3021008812341327, - 0.23286045418698775, - 0.4640209583932114, - 0.3699032461247783, - 0.41735952796126047, - 0.3662270452373184, - 0.2982190822262639, - 0.15854252859085233, - 0.3106730085098452, - 0.12674046346038434, - 0.10062754399505451, - 0.22807701918184908, - 0.08306877920060601, - 0.29340387606315654, - 0.18483193480559906, - 0.05354872211471626, - 0.20828239045527727, - 0.09444130711598137, - 0.18290648849679794, - 0.10758208973176134, - 0.009196063742631447, - -0.009638111055282603, - 0.23207298361863657, - 0.07758769455842694, - 0.0648296703334997, - 0.07437862701238934, - -0.019391892203131755, - 0.19707273950789939, - 0.14122239998679614, - 0.0782989629551765, - -0.0555202836042981, - 0.17716233864269343, - 0.01916049058428093, - 0.0796724120798728, - 0.18137858844494972, - 0.10718607468195154, - 0.15334874056795736, - -0.08714485490491271, - 0.13769713717777382, - 0.1259064713439013, - -0.07433265413797552, - -0.013320015498367532, - 0.039110789220852954, - -0.13501115398090163, - -0.04464549416372646, - 0.0369222010313047, - -0.11511819615725465, - 0.10147609183905715, - 0.003935080349546288, - -0.08379319690989509, - -0.1083603994214701, - 0.000785096540412783, - -0.20323650770046925, - -0.03308165114802181, - 0.06395874067990776, - -0.11918343089891902, - -0.12645241802859078, - -0.11164341538848649, - 0.07802135215564432, - -0.16220214916148618, - 0.04757766577556577, - -0.058286391861309655, - -0.1953809263028491, - -0.013084153947983457, - 0.07437483850028123, - -0.13112474677514618, - -0.17756320989827756, - 0.008314429564085846, - 0.03057255537527459, - 0.026507944768350777, - 0.06966156667868759, - -0.20784206829651677, - -0.05266103232887537, - -0.008270566229588522, - -0.16264950357368618, - -0.11845069592934603, - -0.2091433227223665, - -0.0864342238752138, - 0.08352498181450138, - -0.07369060896456503, - -0.20122752894130247, - -0.10697167700051395, - 0.05265202370684466, - -0.1552037433493705, - 0.01402328013079629, - -0.1165026728545674, - 0.029286197900231264, - -0.08845257804534576, - -0.1333332232260796, - 0.0334597508602979, - 0.054225225581673364, - -0.0747503507813561, - -0.12687089352790498, - 0.17247766225959985, - 0.012608133525602139, - 0.1052134986361245, - 0.18825013643687505, - -0.02039510928529903, - -0.011552996207187777, - -0.07487982718182137, - -0.05783621930692962, - 0.134135887545773, - 0.13171960697328983, - 0.10845388147158654, - 0.003782625057040051, - 0.10285792157456236, - 0.09533699562757493, - 0.05186689207100474, - 0.1524506869367554, - -0.005379639595492286, - 0.07781427604396238, - 0.2072227682910497, - 0.15671557485356455, - 0.10560860194405271, - 0.3062149467759454, - 0.1952944697058698, - 0.17692384492400862, - 0.26235756550654654, - 0.34271058401666893, - 0.25593350370071266, - 0.2734125293118493, - 0.2607405877660304, - 0.33980199976968734, - 0.11109766934343071, - 0.30343968736045457, - 0.16813653962021263, - 0.33531774627272015, - 0.10714195986278627, - 0.16694901730204412, - 0.3235810972648848, - 0.35812200131277894, - 0.4171618141467545, - 0.35968008124870054, - 0.1351249610993187, - 0.4179281118689222, - 0.3489195371232143, - 0.3121297199161446, - 0.15624687602029003, - 0.16154715368980077, - 0.15453573419287792, - 0.26141039428731994, - 0.19492564375641586, - 0.3679907819239834, - 0.35885552144894567, - 0.3399496733311481, - 0.15900881489424307, - 0.3429370040982559, - 0.1913195841637587, - 0.3809163398756114, - 0.16679935944478053, - 0.4599748357357145, - 0.4280672133730278, - 0.3781867616998943, - 0.2386637585984039, - 0.4722417239765633, - 0.16998559009598183, - 0.2635563945137509, - 0.3282036541980837, - 0.4937616842307869, - 0.23968030455692663, - 0.3468994230768282, - 0.26642102209090596, - 0.37736041225354977, - 0.4180250865683808, - 0.4639266437846405, - 0.35042429058701874, - 0.35290850689524284, - 0.3402966170920335, - 0.4688971885646238, - 0.402422919569149, - 0.3700317740420995, - 0.37358905797951514, - 0.2201850869328622, - 0.38162058388918796, - 0.2243764710930679, - 0.4605977556979652, - 0.2606809256993072, - 0.41106002712017065, - 0.2606347326589714, - 0.332715455010289, - 0.1933229152841127, - 0.2414038280378541, - 0.2178761925475518, - 0.27600270801249616, - 0.4163362319777352, - 0.17190211606407715, - 0.43504318432484246, - 0.43631904600218413, - 0.42010956944721956, - 0.23882665546227805, - 0.4026272858540526, - 0.2936755637150322, - 0.1808080365002213, - 0.14440074435722025, - 0.321250523954253, - 0.29036357894875464, - 0.23946521904420498, - 0.14378308284128677, - 0.40424498140520165, - 0.10911267736214142, - 0.362722811666903, - 0.16823253035744085, - 0.3421472925371005, - 0.3298755467893478, - 0.15483706651579818, - 0.11784399238621912, - 0.33441011724444947, - 0.0760723066536405, - 0.16422621706589172, - 0.3242143157940129, - 0.35129719978396173, - 0.19896764249912952, - 0.18335732436477, - 0.16480078902575024, - 0.17171558892195632, - 0.1503396897328274 - ], - "mode": "markers", - "name": "trace 0", - "type": "scattergl" - } - ], - "layout": { - "title": "Datetime Decay", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "font": { - "family": "'Open sans', verdana, arial, sans-serif", - "size": 12, - "color": "#444" - }, - "autosize": true, - "width": 1366, - "height": 713, - "xaxis": { - "title": "Click to enter X axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - 1396739232835.0674, - 1398746327887.8745 - ], - "domain": [ - 0, - 1 - ], - "type": "date", - "rangemode": "normal", - "showgrid": true, - "zeroline": true, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 946789200000, - "dtick": 259200000, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "y", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "yaxis": { - "title": "Click to enter Y axis title", - "titlefont": { - "color": "", - "family": "", - "size": 0 - }, - "range": [ - -0.6306663659031007, - 1.2466203081025848 - ], - "domain": [ - 0, - 1 - ], - "type": "linear", - "rangemode": "normal", - "showgrid": true, - "zeroline": true, - "showline": false, - "autotick": true, - "nticks": 0, - "ticks": "", - "showticklabels": true, - "tick0": 0, - "dtick": 0.2, - "ticklen": 5, - "tickwidth": 1, - "tickcolor": "#444", - "tickangle": "auto", - "tickfont": { - "family": "", - "size": 0, - "color": "" - }, - "exponentformat": "B", - "showexponent": "all", - "gridcolor": "#eee", - "gridwidth": 1, - "zerolinecolor": "#444", - "zerolinewidth": 1, - "linecolor": "#444", - "linewidth": 1, - "anchor": "x", - "position": 0, - "mirror": false, - "overlaying": false, - "autorange": true - }, - "legend": { - "traceorder": "normal", - "font": { - "family": "", - "size": 0, - "color": "" - }, - "bgcolor": "#fff", - "bordercolor": "#444", - "borderwidth": 0 - }, - "annotations": [ - { - "x": 0, - "y": 0, - "xref": "paper", - "yref": "paper", - "text": "The date-formatted x-axis will increase it's time-resolution when you zoom.
Click-and-drag your mouse on the plot to see how it responds!", - "font": { - "family": "", - "size": 0, - "color": "" - }, - "align": "center", - "showarrow": false, - "arrowhead": 1, - "arrowsize": 1, - "arrowwidth": 0, - "arrowcolor": "", - "ax": -10, - "ay": -35.9765625, - "bordercolor": "", - "borderwidth": 1, - "borderpad": 1, - "bgcolor": "rgba(0,0,0,0)", - "opacity": 1, - "xanchor": "auto", - "yanchor": "auto", - "tag": "" - } - ], - "margin": { - "l": 80, - "r": 80, - "b": 80, - "t": 100, - "pad": 0, - "autoexpand": true - }, - "paper_bgcolor": "#fff", - "plot_bgcolor": "#fff", - "hovermode": "x", - "dragmode": "zoom", - "barmode": "group", - "bargap": 0.2, - "bargroupgap": 0, - "boxmode": "overlay", - "separators": ".,", - "hidesources": false - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_basic_error_bar.json b/test/image/mocks/gl2d_basic_error_bar.json deleted file mode 100644 index 660e6ea3c9b..00000000000 --- a/test/image/mocks/gl2d_basic_error_bar.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2 - ], - "y": [ - 6, - 10, - 2 - ], - "error_y": { - "type": "data", - "array": [ - 1, - 2, - 3 - ], - "visible": true - }, - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_bubble_markersize0.json b/test/image/mocks/gl2d_bubble_markersize0.json deleted file mode 100644 index fe76576fc14..00000000000 --- a/test/image/mocks/gl2d_bubble_markersize0.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "data": [ - { - "type": "scattergl", - "mode": "markers", - "x": [ - 100.75, - 157.53, - 140.72, - 134.03 - ], - "y": [ - -102.63, - -110.53, - -96.97, - -163.59 - ], - "marker": { - "size": [ - 0, - 20, - 30, - 40 - ] - } - } - ], - "layout": { - "title": "Bubble with marker.size[0] === 0", - "showlegend": true, - "xaxis": { - "type": "linear", - "range": [ - 97.17617854849068, - 161.79670520231213 - ], - "autorange": true - }, - "yaxis": { - "type": "linear", - "range": [ - -172.7879485636938, - -89.02449541284403 - ], - "autorange": true - }, - "height": 598, - "width": 1080, - "autosize": true - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_bubble_nonnumeric-sizes.json b/test/image/mocks/gl2d_bubble_nonnumeric-sizes.json deleted file mode 100644 index f4e6268b952..00000000000 --- a/test/image/mocks/gl2d_bubble_nonnumeric-sizes.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "data": [ - { - "type": "scattergl", - "mode": "markers", - "x": [ - -180, - -171, - -162, - -153, - -144, - -135, - -126, - -117, - -108, - -99, - -90, - -81, - -72, - -63, - -54, - -45, - -36, - -27, - -18, - -9, - 0, - 9, - 18, - 27, - 36, - 45, - 54, - 63, - 72, - 81, - 90, - 99, - 108, - 117, - 126, - 135, - 144, - 153, - 162, - 171 - ], - "y": [ - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5 - ], - "marker": { - "size": [ - "sup", - 679522.6183513794, - "sup", - 783486.8911723467, - "sup", - -559652.2230095522, - "sup", - -869111.4676419107, - "sup", - 426681.6061477646, - "sup", - 934392.0656841636, - "sup", - -283723.3159966294, - "sup", - -977800.610791179, - "sup", - 134123.69014247367, - "sup", - 998321.0048695421, - "sup", - 18615.47483921243, - "sup", - -995472.9108508574, - "sup", - -170918.8927014062, - "sup", - 969322.9963208752, - "sup", - 319221.47707400384, - "sup", - -920483.3729785895, - "sup", - -460051.7922556981, - "sup", - 850097.2684543622, - "sup", - 590113.3118508832, - "sup", - -759812.2658780153 - ], - "sizeref": 10000, - "sizemin": 3 - }, - "text": [ - "sup", - 679522.6183513794, - "sup", - 783486.8911723467, - "sup", - -559652.2230095522, - "sup", - -869111.4676419107, - "sup", - 426681.6061477646, - "sup", - 934392.0656841636, - "sup", - -283723.3159966294, - "sup", - -977800.610791179, - "sup", - 134123.69014247367, - "sup", - 998321.0048695421, - "sup", - 18615.47483921243, - "sup", - -995472.9108508574, - "sup", - -170918.8927014062, - "sup", - 969322.9963208752, - "sup", - 319221.47707400384, - "sup", - -920483.3729785895, - "sup", - -460051.7922556981, - "sup", - 850097.2684543622, - "sup", - 590113.3118508832, - "sup", - -759812.2658780153 - ] - } - ], - "layout": { - "title": "scaled bubbles with non-numeric marker sizes", - "showlegend": true - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_connect_gaps.json b/test/image/mocks/gl2d_connect_gaps.json index 143f94f88b6..babd129918b 100644 --- a/test/image/mocks/gl2d_connect_gaps.json +++ b/test/image/mocks/gl2d_connect_gaps.json @@ -12,10 +12,11 @@ "y": [-2, -2, null, 2, 2], "connectgaps": true, "mode": "lines", - "type": "scattergl" + "type": "scattergl", + "opacity": 0.4 } ], "layout": { - "title": "Connect gaps test" + "title": "Connect gaps + line opacity test" } } diff --git a/test/image/mocks/gl2d_error_bar_asymmetric_array.json b/test/image/mocks/gl2d_error_bar_asymmetric_array.json deleted file mode 100644 index e181765826a..00000000000 --- a/test/image/mocks/gl2d_error_bar_asymmetric_array.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "data": [ - { - "x": [ - 1, - 2, - 3, - 4 - ], - "y": [ - 2, - 1, - 3, - 4 - ], - "error_y": { - "type": "data", - "symmetric": false, - "array": [ - 0.1, - 0.2, - 0.1, - 0.1 - ], - "arrayminus": [ - 0.2, - 0.4, - 1, - 0.2 - ] - }, - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_error_bar_asymmetric_constant.json b/test/image/mocks/gl2d_error_bar_asymmetric_constant.json deleted file mode 100644 index a58a6677d0e..00000000000 --- a/test/image/mocks/gl2d_error_bar_asymmetric_constant.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "data": [ - { - "x": [ - 1, - 2, - 3, - 4 - ], - "y": [ - 2, - 1, - 3, - 4 - ], - "error_y": { - "type": "percent", - "symmetric": false, - "value": 15, - "valueminus": 25 - }, - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_error_bar_horizontal.json b/test/image/mocks/gl2d_error_bar_horizontal.json deleted file mode 100644 index 14c4dc3d538..00000000000 --- a/test/image/mocks/gl2d_error_bar_horizontal.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "data": [ - { - "x": [ - 1, - 2, - 3, - 4 - ], - "y": [ - 2, - 1, - 3, - 4 - ], - "error_x": { - "type": "percent", - "value": 10 - }, - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_error_bar_style.json b/test/image/mocks/gl2d_error_bar_style.json deleted file mode 100644 index 0c503b7b87e..00000000000 --- a/test/image/mocks/gl2d_error_bar_style.json +++ /dev/null @@ -1,269 +0,0 @@ -{ - "data": [ - { - "x": [ - -4, - -3.91919191919, - -3.83838383838, - -3.75757575758, - -3.67676767677, - -3.59595959596, - -3.51515151515, - -3.43434343434, - -3.35353535354, - -3.27272727273, - -3.19191919192, - -3.11111111111, - -3.0303030303, - -2.94949494949, - -2.86868686869, - -2.78787878788, - -2.70707070707, - -2.62626262626, - -2.54545454545, - -2.46464646465, - -2.38383838384, - -2.30303030303, - -2.22222222222, - -2.14141414141, - -2.06060606061, - -1.9797979798, - -1.89898989899, - -1.81818181818, - -1.73737373737, - -1.65656565657, - -1.57575757576, - -1.49494949495, - -1.41414141414, - -1.33333333333, - -1.25252525253, - -1.17171717172, - -1.09090909091, - -1.0101010101, - -0.929292929293, - -0.848484848485, - -0.767676767677, - -0.686868686869, - -0.606060606061, - -0.525252525253, - -0.444444444444, - -0.363636363636, - -0.282828282828, - -0.20202020202, - -0.121212121212, - -0.040404040404, - 0.040404040404, - 0.121212121212, - 0.20202020202, - 0.282828282828, - 0.363636363636, - 0.444444444444, - 0.525252525253, - 0.606060606061, - 0.686868686869, - 0.767676767677, - 0.848484848485, - 0.929292929293, - 1.0101010101, - 1.09090909091, - 1.17171717172, - 1.25252525253, - 1.33333333333, - 1.41414141414, - 1.49494949495, - 1.57575757576, - 1.65656565657, - 1.73737373737, - 1.81818181818, - 1.89898989899, - 1.9797979798, - 2.06060606061, - 2.14141414141, - 2.22222222222, - 2.30303030303, - 2.38383838384, - 2.46464646465, - 2.54545454545, - 2.62626262626, - 2.70707070707, - 2.78787878788, - 2.86868686869, - 2.94949494949, - 3.0303030303, - 3.11111111111, - 3.19191919192, - 3.27272727273, - 3.35353535354, - 3.43434343434, - 3.51515151515, - 3.59595959596, - 3.67676767677, - 3.75757575758, - 3.83838383838, - 3.91919191919, - 4 - ], - "y": [ - -3.89817183252e-17, - -0.0203977985419, - -0.0403193724878, - -0.0584576295394, - -0.0735635288038, - -0.0845267627957, - -0.0904511079188, - -0.0907196677349, - -0.0850456745641, - -0.073505226971, - -0.0565492889615, - -0.0349934120018, - -0.00998490184733, - 0.0170515316115, - 0.044487306888, - 0.0705791505007, - 0.0935693553283, - 0.111791748259, - 0.123777480556, - 0.12835455837, - 0.124735175461, - 0.112585395965, - 0.0920725428959, - 0.0638867404972, - 0.0292343807019, - -0.0101972326738, - -0.052303243234, - -0.0946502243888, - -0.134586933222, - -0.16937168695, - -0.196310165005, - -0.21289670377, - -0.216951773509, - -0.206748335783, - -0.181120181105, - -0.139546125971, - -0.0822050699273, - -0.00999832175161, - 0.075462772185, - 0.171904109116, - 0.276469438182, - 0.385830975753, - 0.49632512003, - 0.604107005716, - 0.705316598492, - 0.796248356504, - 0.873516220656, - 0.934205854304, - 0.97600663017, - 0.997316829847, - 0.997316829847, - 0.97600663017, - 0.934205854304, - 0.873516220656, - 0.796248356504, - 0.705316598492, - 0.604107005716, - 0.49632512003, - 0.385830975753, - 0.276469438182, - 0.171904109116, - 0.075462772185, - -0.00999832175161, - -0.0822050699273, - -0.139546125971, - -0.181120181105, - -0.206748335783, - -0.216951773509, - -0.21289670377, - -0.196310165005, - -0.16937168695, - -0.134586933222, - -0.0946502243888, - -0.052303243234, - -0.0101972326738, - 0.029234380702, - 0.0638867404972, - 0.0920725428959, - 0.112585395965, - 0.124735175461, - 0.12835455837, - 0.123777480556, - 0.111791748259, - 0.0935693553283, - 0.0705791505007, - 0.044487306888, - 0.0170515316115, - -0.00998490184733, - -0.0349934120018, - -0.0565492889615, - -0.073505226971, - -0.0850456745641, - -0.0907196677349, - -0.0904511079188, - -0.0845267627957, - -0.0735635288038, - -0.0584576295394, - -0.0403193724878, - -0.0203977985419, - -3.89817183252e-17 - ], - "name": "sinc(x)", - "type": "scattergl" - }, - { - "x": [ - -3.8, - -3.03, - -1.91, - -1.46, - -0.89, - -0.24, - 0, - 0.41, - 0.89, - 1.01, - 1.91, - 2.28, - 2.79, - 3.56 - ], - "y": [ - -0.02, - 0.04, - -0.01, - -0.27, - 0.36, - 0.75, - 1.03, - 0.65, - 0.28, - 0.02, - -0.11, - 0.16, - 0.04, - -0.15 - ], - "mode": "markers", - "name": "measured", - "error_y": { - "type": "constant", - "value": 0.1, - "color": "#85144B", - "thickness": 1.5, - "width": 3, - "opacity": 1 - }, - "error_x": { - "type": "constant", - "value": 0.2, - "color": "#85144B", - "thickness": 1.5, - "width": 3, - "opacity": 1 - }, - "marker": { - "color": "#85144B", - "size": 8 - }, - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_error_bars.json b/test/image/mocks/gl2d_error_bars.json new file mode 100644 index 00000000000..593a7605f66 --- /dev/null +++ b/test/image/mocks/gl2d_error_bars.json @@ -0,0 +1,97 @@ +{ + "data": [ + { + "x": [ + 0, + 1, + 2 + ], + "y": [ + 6, + 10, + 2 + ], + "error_y": { + "type": "data", + "array": [ + 1, + 2, + 3 + ], + "visible": true + }, + "type": "scattergl" + }, + { + "x": [ + 1, + 2, + 3, + 4 + ], + "y": [ + 2, + 1, + 3, + 4 + ], + "error_y": { + "type": "data", + "symmetric": false, + "array": [ + 0.1, + 0.2, + 0.1, + 0.1 + ], + "arrayminus": [ + 0.2, + 0.4, + 1, + 0.2 + ] + }, + "type": "scattergl" + }, + { + "x": [ + 1, + 2, + 3, + 4 + ], + "y": [ + 2, + 1, + 3, + 4 + ], + "error_y": { + "type": "percent", + "symmetric": false, + "value": 15, + "valueminus": 25 + }, + "type": "scattergl" + }, + { + "x": [ + 1, + 2, + 3, + 4 + ], + "y": [ + 2, + 1, + 3, + 4 + ], + "error_x": { + "type": "percent", + "value": 10 + }, + "type": "scattergl" + } + ] +} diff --git a/test/image/mocks/gl2d_global_font.json b/test/image/mocks/gl2d_global_font.json deleted file mode 100644 index fcb3dbc7a7e..00000000000 --- a/test/image/mocks/gl2d_global_font.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "type": "scattergl" - } - ], - "layout": { - "title": "Global Font", - "font": { - "family": "Courier New, monospace", - "size": 18, - "color": "#7f7f7f" - } - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_legend_inside.json b/test/image/mocks/gl2d_legend_inside.json deleted file mode 100644 index 6c5f5b2e582..00000000000 --- a/test/image/mocks/gl2d_legend_inside.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 3, - 6, - 4, - 5, - 2, - 3, - 5, - 4 - ], - "type": "scattergl" - }, - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 4, - 7, - 8, - 3, - 6, - 3, - 3, - 4 - ], - "type": "scattergl" - } - ], - "layout": { - "showlegend": true, - "legend": { - "x": 1, - "y": 1, - "xanchor": "auto" - } - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_legend_labels.json b/test/image/mocks/gl2d_legend_labels.json deleted file mode 100644 index 088707bb3de..00000000000 --- a/test/image/mocks/gl2d_legend_labels.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 3, - 6, - 4, - 5, - 2, - 3, - 5, - 4 - ], - "name": "Blue Trace", - "type": "scattergl" - }, - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 4, - 7, - 8, - 3, - 6, - 3, - 3, - 4 - ], - "name": "Orange Trace", - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_legend_outside.json b/test/image/mocks/gl2d_legend_outside.json deleted file mode 100644 index 51bf874d890..00000000000 --- a/test/image/mocks/gl2d_legend_outside.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 3, - 6, - 4, - 5, - 2, - 3, - 5, - 4 - ], - "type": "scattergl" - }, - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 4, - 7, - 8, - 3, - 6, - 3, - 3, - 4 - ], - "type": "scattergl" - } - ], - "layout": { - "showlegend": true, - "legend": { - "x": 1, - "y": 1, - "xanchor": "left" - } - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_legend_style.json b/test/image/mocks/gl2d_legend_style.json deleted file mode 100644 index 4b4a1460490..00000000000 --- a/test/image/mocks/gl2d_legend_style.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 3, - 6, - 4, - 5, - 2, - 3, - 5, - 4 - ], - "type": "scattergl" - }, - { - "x": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8 - ], - "y": [ - 0, - 4, - 7, - 8, - 3, - 6, - 3, - 3, - 4 - ], - "type": "scattergl" - } - ], - "layout": { - "legend": { - "x": 0, - "y": 1, - "traceorder": "normal", - "font": { - "family": "Arial, sans-serif", - "size": 12, - "color": "#000" - }, - "bgcolor": "#E2E2E2", - "bordercolor": "#FFFFFF", - "borderwidth": 2, - "showlegend": true - } - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_line_opacity.json b/test/image/mocks/gl2d_line_opacity.json deleted file mode 100644 index bbb4a94b41d..00000000000 --- a/test/image/mocks/gl2d_line_opacity.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "data": [ - { - "x": [ - 1, - 2, - null, - 4, - 5 - ], - "y": [ - 1, - 2, - null, - 4, - 5 - ], - "connectgaps": false, - "type": "scattergl", - "opacity": 0.4 - } - ], - "layout": { - "xaxis": { - "type": "linear", - "range": [ - 0.9867209252516599, - 5.01327907474834 - ], - "autorange": true - }, - "yaxis": { - "type": "linear", - "range": [ - 0.9529946929492039, - 5.047005307050796 - ], - "autorange": true - }, - "height": 450, - "width": 1100, - "autosize": true - } -} diff --git a/test/image/mocks/gl2d_line_style.json b/test/image/mocks/gl2d_line_style.json deleted file mode 100644 index 9683c5e50e3..00000000000 --- a/test/image/mocks/gl2d_line_style.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "data": [ - { - "x": [ - 52698, - 43117 - ], - "y": [ - 53, - 31 - ], - "mode": "markers", - "name": "North America", - "text": [ - "United States", - "Canada" - ], - "marker": { - "color": "rgb(164, 194, 244)", - "size": 12, - "line": { - "color": "white", - "width": 0.5 - } - }, - "type": "scattergl" - }, - { - "x": [ - 39317, - 37236, - 35650, - 30066, - 29570, - 27159, - 23557, - 21046, - 18007 - ], - "y": [ - 33, - 20, - 13, - 19, - 27, - 19, - 49, - 44, - 38 - ], - "mode": "markers", - "name": "Europe", - "text": [ - "Germany", - "Britain", - "France", - "Spain", - "Italy", - "Czech Rep.", - "Greece", - "Poland" - ], - "marker": { - "color": "rgb(255, 217, 102)", - "size": 12, - "line": { - "color": "white", - "width": 0.5 - } - }, - "type": "scattergl" - }, - { - "x": [ - 42952, - 37037, - 33106, - 17478, - 9813, - 5253, - 4692, - 3899 - ], - "y": [ - 23, - 42, - 54, - 89, - 14, - 99, - 93, - 70 - ], - "mode": "markers", - "name": "Asia/Pacific", - "text": [ - "Australia", - "Japan", - "South Korea", - "Malaysia", - "China", - "Indonesia", - "Philippines", - "India" - ], - "marker": { - "color": "rgb(234, 153, 153)", - "size": 12, - "line": { - "color": "white", - "width": 0.5 - } - }, - "type": "scattergl" - }, - { - "x": [ - 19097, - 18601, - 15595, - 13546, - 12026, - 7434, - 5419 - ], - "y": [ - 43, - 47, - 56, - 80, - 86, - 93, - 80 - ], - "mode": "markers", - "name": "Latin America", - "text": [ - "Chile", - "Argentina", - "Mexico", - "Venezuela", - "Venezuela", - "El Salvador", - "Bolivia" - ], - "marker": { - "color": "rgb(142, 124, 195)", - "size": 12, - "line": { - "color": "white", - "width": 0.5 - } - }, - "type": "scattergl" - } - ], - "layout": { - "title": "Quarter 1 Growth", - "xaxis": { - "zeroline": false, - "showgrid": false, - "title": "GDP per Capita" - }, - "yaxis": { - "showline": false, - "title": "Percent" - } - } -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_pointcloud-basic.json b/test/image/mocks/gl2d_pointcloud-basic.json index a8a0ed7445c..861efc98be1 100644 --- a/test/image/mocks/gl2d_pointcloud-basic.json +++ b/test/image/mocks/gl2d_pointcloud-basic.json @@ -7,7 +7,8 @@ "sizemin": 0.5, "sizemax": 100, "arearatio": 0, - "color": "rgba(255, 0, 0, 0.6)" + "color": "rgba(255, 0, 0, 0.6)", + "blend": true }, "x": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], "y": [9, 8, 7, 6, 5, 4, 3, 2, 1, 0] diff --git a/test/image/mocks/gl2d_show_legend.json b/test/image/mocks/gl2d_show_legend.json deleted file mode 100644 index 59da48e7941..00000000000 --- a/test/image/mocks/gl2d_show_legend.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "data": [ - { - "x": [ - 0, - 1, - 2 - ], - "y": [ - 1, - 2, - 3 - ], - "name": "First Trace", - "showlegend": false, - "type": "scattergl" - }, - { - "x": [ - 0, - 1, - 2, - 3 - ], - "y": [ - 8, - 4, - 2, - 0 - ], - "name": "Second Trace", - "showlegend": true, - "type": "scattergl" - } - ] -} \ No newline at end of file diff --git a/test/image/mocks/gl2d_simple_contour_fill.json b/test/image/mocks/gl2d_simple_contour_fill.json deleted file mode 100644 index 0f772c60c0e..00000000000 --- a/test/image/mocks/gl2d_simple_contour_fill.json +++ /dev/null @@ -1,10416 +0,0 @@ -{ - "data": [ - { - "z": [ - [ - -2.26419383564e-17, - 5.11137762735e-17, - 2.29068249466e-17, - -4.64445515358e-17, - -2.71681363064e-17, - 3.52782392146e-17, - 3.12812458983e-17, - -1.85388995493e-17, - -2.90565613908e-17, - 1.62852812196e-18, - 1.69838675383e-17, - 5.15034857713e-18, - -1.80243342064e-18, - 4.4691901237e-18, - 1.1378292691e-18, - -1.68428473888e-17, - -2.26504780047e-17, - 1.73890813469e-18, - 3.51288100042e-17, - 3.96423531438e-17, - 4.67616037607e-18, - -4.07835618714e-17, - -5.71950096717e-17, - -3.0471630867e-17, - 1.8935669033e-17, - 5.61695341475e-17, - 5.89042177312e-17, - 2.96000565994e-17, - -1.13892013359e-17, - -4.18150884809e-17, - -5.00475678101e-17, - -3.80142393833e-17, - -1.62198610649e-17, - 3.7708393162e-18, - 1.47612757809e-17, - 1.55091916512e-17, - 9.2438950339e-18, - 9.45270970304e-19, - -5.02910953514e-18, - -6.20566802174e-18, - -2.14529422973e-18, - 6.10761678723e-18, - 1.680449779e-17, - 2.81639504362e-17, - 3.878527871e-17, - 4.77997994234e-17, - 5.48315413037e-17, - 5.98566544058e-17, - 6.30351653884e-17, - 6.45621795067e-17, - 6.45621795067e-17, - 6.30351653884e-17, - 5.98566544058e-17, - 5.48315413037e-17, - 4.77997994234e-17, - 3.878527871e-17, - 2.81639504362e-17, - 1.680449779e-17, - 6.10761678723e-18, - -2.14529422973e-18, - -6.20566802174e-18, - -5.02910953514e-18, - 9.45270970304e-19, - 9.2438950339e-18, - 1.55091916512e-17, - 1.47612757809e-17, - 3.7708393162e-18, - -1.62198610649e-17, - -3.80142393833e-17, - -5.00475678101e-17, - -4.18150884809e-17, - -1.13892013359e-17, - 2.96000565994e-17, - 5.89042177312e-17, - 5.61695341475e-17, - 1.8935669033e-17, - -3.0471630867e-17, - -5.71950096717e-17, - -4.07835618714e-17, - 4.67616037607e-18, - 3.96423531438e-17, - 3.51288100042e-17, - 1.73890813469e-18, - -2.26504780047e-17, - -1.68428473888e-17, - 1.1378292691e-18, - 4.4691901237e-18, - -1.80243342064e-18, - 5.15034857713e-18, - 1.69838675383e-17, - 1.62852812196e-18, - -2.90565613908e-17, - -1.85388995493e-17, - 3.12812458983e-17, - 3.52782392146e-17, - -2.71681363064e-17, - -4.64445515358e-17, - 2.29068249466e-17, - 5.11137762735e-17, - -2.26419383564e-17 - ], - [ - 0.0266325682552, - 0.0112819715197, - -0.0258396324984, - -0.0126430958126, - 0.0217665292197, - 0.0152358579043, - -0.0143734135825, - -0.0162013012304, - 0.00507666015618, - 0.0125468901498, - 0.00185133935869, - -0.0046072883364, - -0.00111433209215, - -0.000782670903964, - -0.00633009424671, - -0.00513632427357, - 0.00747493904712, - 0.0173949834257, - 0.00954855542713, - -0.0117467098724, - -0.0261787231336, - -0.0187984518422, - 0.00545427133115, - 0.0273719333746, - 0.0306924919559, - 0.0140787896954, - -0.0103708090981, - -0.0276312283782, - -0.0295929217232, - -0.0180525660439, - -0.00114262279354, - 0.0126029032463, - 0.0184986396858, - 0.0166668651864, - 0.0104358760495, - 0.00388838708379, - -0.0000234079976273, - -0.000221792647614, - 0.00273726192057, - 0.00739968390306, - 0.0121755176724, - 0.015856345386, - 0.0178233671179, - 0.0180136340288, - 0.0167575317222, - 0.0145870014444, - 0.0120756731898, - 0.00973398858679, - 0.00795615127314, - 0.00700306048606, - 0.00700306048606, - 0.00795615127314, - 0.00973398858679, - 0.0120756731898, - 0.0145870014444, - 0.0167575317222, - 0.0180136340288, - 0.0178233671179, - 0.015856345386, - 0.0121755176724, - 0.00739968390306, - 0.00273726192057, - -0.000221792647614, - -0.0000234079976273, - 0.00388838708379, - 0.0104358760495, - 0.0166668651864, - 0.0184986396858, - 0.0126029032463, - -0.00114262279354, - -0.0180525660439, - -0.0295929217232, - -0.0276312283782, - -0.0103708090981, - 0.0140787896954, - 0.0306924919559, - 0.0273719333746, - 0.00545427133115, - -0.0187984518422, - -0.0261787231336, - -0.0117467098724, - 0.00954855542713, - 0.0173949834257, - 0.00747493904712, - -0.00513632427357, - -0.00633009424671, - -0.000782670903964, - -0.00111433209215, - -0.0046072883364, - 0.00185133935869, - 0.0125468901498, - 0.00507666015618, - -0.0162013012304, - -0.0143734135825, - 0.0152358579043, - 0.0217665292197, - -0.0126430958126, - -0.0258396324984, - 0.0112819715197, - 0.0266325682552 - ], - [ - 0.024266179731, - -0.0525348824234, - -0.0245264672664, - 0.0476832593255, - 0.0288222873104, - -0.0360593354494, - -0.0328646078072, - 0.0187001449329, - 0.0302818701327, - -0.00129147461524, - -0.0175575172945, - -0.00548953984885, - 0.0018353451137, - -0.00466450297704, - -0.00138215083286, - 0.0173336214637, - 0.0237737294228, - -0.00125618116878, - -0.0362244969703, - -0.0416064936461, - -0.00569572683366, - 0.0418532313052, - 0.0597244422396, - 0.0326062880649, - -0.0187551868448, - -0.0580964023733, - -0.0617435106133, - -0.0317490915377, - 0.0109427152628, - 0.043067134408, - 0.0522130308581, - 0.0400996713113, - 0.0175319269468, - -0.00341069050986, - -0.0150978413342, - -0.0160923045532, - -0.00966848449775, - -0.000995920405358, - 0.00534938957967, - 0.00673030068597, - 0.00263308851218, - -0.00589042373094, - -0.01703087304, - -0.0289251606864, - -0.0400951161023, - -0.0496127207278, - -0.0570645947366, - -0.0624084171755, - -0.0657985092257, - -0.0674304971649, - -0.0674304971649, - -0.0657985092257, - -0.0624084171755, - -0.0570645947366, - -0.0496127207278, - -0.0400951161023, - -0.0289251606864, - -0.01703087304, - -0.00589042373094, - 0.00263308851218, - 0.00673030068597, - 0.00534938957967, - -0.000995920405359, - -0.00966848449775, - -0.0160923045532, - -0.0150978413342, - -0.00341069050986, - 0.0175319269468, - 0.0400996713113, - 0.0522130308581, - 0.043067134408, - 0.0109427152628, - -0.0317490915377, - -0.0617435106133, - -0.0580964023733, - -0.0187551868448, - 0.0326062880649, - 0.0597244422396, - 0.0418532313052, - -0.00569572683366, - -0.0416064936461, - -0.0362244969703, - -0.00125618116878, - 0.0237737294228, - 0.0173336214637, - -0.00138215083286, - -0.00466450297704, - 0.0018353451137, - -0.00548953984885, - -0.0175575172945, - -0.00129147461524, - 0.0302818701327, - 0.0187001449329, - -0.0328646078072, - -0.0360593354494, - 0.0288222873104, - 0.0476832593255, - -0.0245264672664, - -0.0525348824234, - 0.024266179731 - ], - [ - -0.0759141069589, - -0.0396612193267, - 0.0735727745134, - 0.0431309571058, - -0.0610333181189, - -0.0494462103595, - 0.0386736424994, - 0.0502611821142, - -0.0114371961838, - -0.0373703541842, - -0.00759055331138, - 0.0130182258965, - 0.00352762464551, - 0.00176684965644, - 0.018639875881, - 0.01733617193, - -0.0193778272339, - -0.0518778148282, - -0.0327376690014, - 0.0299772168441, - 0.0772470036253, - 0.0609881945262, - -0.00909803202975, - -0.0776632511362, - -0.0937412002729, - -0.0489429103235, - 0.0235409696394, - 0.0786534994387, - 0.0896544159059, - 0.0590729103178, - 0.00967299985075, - -0.0328537612921, - -0.0531962867268, - -0.0502481994144, - -0.0330274958592, - -0.0135654603748, - -0.0010901854082, - 0.000544480422946, - -0.00755492392208, - -0.0213566185554, - -0.0361619664876, - -0.0482231025708, - -0.0554654885085, - -0.0574734181445, - -0.0550571252439, - -0.0496984306358, - -0.0430672137974, - -0.0366893528883, - -0.0317662224951, - -0.0291044254715, - -0.0291044254715, - -0.0317662224951, - -0.0366893528883, - -0.0430672137974, - -0.0496984306358, - -0.0550571252439, - -0.0574734181445, - -0.0554654885085, - -0.0482231025708, - -0.0361619664876, - -0.0213566185554, - -0.00755492392208, - 0.000544480422946, - -0.0010901854082, - -0.0135654603748, - -0.0330274958592, - -0.0502481994145, - -0.0531962867268, - -0.032853761292, - 0.00967299985075, - 0.0590729103178, - 0.0896544159059, - 0.0786534994387, - 0.0235409696394, - -0.0489429103235, - -0.0937412002729, - -0.0776632511362, - -0.00909803202975, - 0.0609881945262, - 0.0772470036253, - 0.0299772168441, - -0.0327376690014, - -0.0518778148282, - -0.0193778272339, - 0.01733617193, - 0.018639875881, - 0.00176684965644, - 0.00352762464551, - 0.0130182258965, - -0.00759055331138, - -0.0373703541842, - -0.0114371961838, - 0.0502611821142, - 0.0386736424994, - -0.0494462103595, - -0.0610333181189, - 0.0431309571058, - 0.0735727745134, - -0.0396612193267, - -0.0759141069589 - ], - [ - -0.0617155293165, - 0.0948961763657, - 0.0618054169741, - -0.0848230488047, - -0.0678338897137, - 0.060983691684, - 0.0715107329077, - -0.0269658709889, - -0.0613274293135, - -0.00458127527938, - 0.0328747482517, - 0.0132090717242, - -0.00291866827564, - 0.00946218444421, - 0.00625176303977, - -0.0306367288864, - -0.0502489605065, - -0.00741518289701, - 0.0647619747438, - 0.087282165606, - 0.0258851607968, - -0.0704980284661, - -0.118958599712, - -0.0788243296068, - 0.0189700683932, - 0.104826772064, - 0.125860048861, - 0.077435694418, - -0.00442269904122, - -0.0734812901002, - -0.100943071008, - -0.0852418047501, - -0.0446949014181, - -0.00287340909883, - 0.0234559609746, - 0.0291431645409, - 0.0188640869099, - 0.00206920056086, - -0.0120022011547, - -0.0173693674209, - -0.0121121875623, - 0.00241569895732, - 0.0230414064799, - 0.0461650239442, - 0.0687097966044, - 0.0885559721577, - 0.104564371373, - 0.116356992702, - 0.124007208386, - 0.127746245743, - 0.127746245743, - 0.124007208386, - 0.116356992702, - 0.104564371373, - 0.0885559721577, - 0.0687097966044, - 0.0461650239442, - 0.0230414064799, - 0.00241569895732, - -0.0121121875623, - -0.0173693674209, - -0.0120022011547, - 0.00206920056086, - 0.0188640869099, - 0.0291431645409, - 0.0234559609746, - -0.00287340909883, - -0.0446949014181, - -0.0852418047501, - -0.100943071008, - -0.0734812901002, - -0.00442269904122, - 0.077435694418, - 0.125860048861, - 0.104826772064, - 0.0189700683932, - -0.0788243296068, - -0.118958599712, - -0.0704980284661, - 0.0258851607968, - 0.087282165606, - 0.0647619747438, - -0.00741518289701, - -0.0502489605065, - -0.0306367288864, - 0.00625176303977, - 0.00946218444421, - -0.00291866827564, - 0.0132090717242, - 0.0328747482517, - -0.00458127527938, - -0.0613274293135, - -0.0269658709889, - 0.0715107329077, - 0.060983691684, - -0.0678338897137, - -0.0848230488047, - 0.0618054169741, - 0.0948961763657, - -0.0617155293165 - ], - [ - 0.106050239301, - 0.0879015604124, - -0.102325990628, - -0.0909389740964, - 0.0807019172559, - 0.0950366175843, - -0.0438754268251, - -0.0876996341545, - 0.00270994646265, - 0.0589452353564, - 0.0206243391329, - -0.0175760656371, - -0.00642723365617, - -0.000424289000745, - -0.0284351500794, - -0.0357886362113, - 0.0183792743299, - 0.0817850492759, - 0.0694193972043, - -0.0260288601063, - -0.118115357712, - -0.116600914008, - -0.0157941453259, - 0.105355971013, - 0.156490089905, - 0.106087531791, - -0.00581334290736, - -0.107499723508, - -0.14638075659, - -0.114605197308, - -0.0416048753315, - 0.031393024241, - 0.0748320906439, - 0.0808222299097, - 0.0596558238303, - 0.0295251838119, - 0.00662099160356, - -0.000352925693844, - 0.00919648511301, - 0.0302645579685, - 0.055709389992, - 0.0790853644725, - 0.0961960547666, - 0.105432751443, - 0.10731744779, - 0.103713713628, - 0.0970458940323, - 0.0897015021157, - 0.0836567538336, - 0.0802858020076, - 0.0802858020076, - 0.0836567538336, - 0.0897015021157, - 0.0970458940323, - 0.103713713628, - 0.10731744779, - 0.105432751443, - 0.0961960547666, - 0.0790853644725, - 0.055709389992, - 0.0302645579685, - 0.00919648511301, - -0.000352925693844, - 0.00662099160356, - 0.0295251838119, - 0.0596558238303, - 0.0808222299097, - 0.0748320906439, - 0.031393024241, - -0.0416048753315, - -0.114605197308, - -0.14638075659, - -0.107499723508, - -0.00581334290736, - 0.106087531791, - 0.156490089905, - 0.105355971013, - -0.0157941453259, - -0.116600914008, - -0.118115357712, - -0.0260288601063, - 0.0694193972043, - 0.0817850492759, - 0.0183792743299, - -0.0357886362113, - -0.0284351500794, - -0.000424289000745, - -0.00642723365617, - -0.0175760656371, - 0.0206243391329, - 0.0589452353564, - 0.00270994646265, - -0.0876996341545, - -0.0438754268251, - 0.0950366175843, - 0.0807019172559, - -0.0909389740964, - -0.102325990628, - 0.0879015604124, - 0.106050239301 - ], - [ - 0.121776367438, - -0.107389992978, - -0.120773294629, - 0.0921099056337, - 0.122550642145, - -0.0568192602361, - -0.116134638414, - 0.0105892580812, - 0.0885266153997, - 0.025338903802, - -0.0404475755559, - -0.0245040850856, - 0.00212790042206, - -0.0136836021822, - -0.0180260988626, - 0.0324792763436, - 0.077893361401, - 0.0367392470445, - -0.0707395064511, - -0.133570278182, - -0.0748885358023, - 0.0640036746269, - 0.165879388514, - 0.146978072714, - 0.0227451309235, - -0.116889893417, - -0.183005587452, - -0.145884593179, - -0.0404632696512, - 0.0692172460255, - 0.132210618675, - 0.132992165067, - 0.088450509583, - 0.0300334865451, - -0.014759066592, - -0.0326371479424, - -0.0251370025436, - -0.00310415202557, - 0.020302945714, - 0.0348267136183, - 0.0353885197884, - 0.0218679681231, - -0.00249760673704, - -0.0330171077458, - -0.0650681603531, - -0.0949802419464, - -0.120321376296, - -0.139773738197, - -0.152806030723, - -0.159309925957, - -0.159309925957, - -0.152806030723, - -0.139773738197, - -0.120321376296, - -0.0949802419464, - -0.0650681603531, - -0.0330171077458, - -0.00249760673704, - 0.0218679681231, - 0.0353885197884, - 0.0348267136183, - 0.020302945714, - -0.00310415202557, - -0.0251370025436, - -0.0326371479424, - -0.014759066592, - 0.0300334865451, - 0.088450509583, - 0.132992165067, - 0.132210618675, - 0.0692172460255, - -0.0404632696512, - -0.145884593179, - -0.183005587452, - -0.116889893417, - 0.0227451309235, - 0.146978072714, - 0.165879388514, - 0.0640036746269, - -0.0748885358023, - -0.133570278182, - -0.0707395064511, - 0.0367392470445, - 0.077893361401, - 0.0324792763436, - -0.0180260988626, - -0.0136836021822, - 0.00212790042206, - -0.0245040850856, - -0.0404475755559, - 0.025338903802, - 0.0885266153997, - 0.0105892580812, - -0.116134638414, - -0.0568192602361, - 0.122550642145, - 0.0921099056337, - -0.120773294629, - -0.107389992978, - 0.121776367438 - ], - [ - -0.0931677098643, - -0.156263045743, - 0.088713543881, - 0.154534856811, - -0.0596569863707, - -0.146613681345, - 0.0136699847255, - 0.119487731767, - 0.0300424976406, - -0.0680373626904, - -0.0425438332602, - 0.0138636970908, - 0.00928514232238, - -0.00464018922833, - 0.0306784816264, - 0.0596009738617, - 0.00534141450789, - -0.0940981395156, - -0.118677151129, - -0.0163974812743, - 0.127772615139, - 0.178697018243, - 0.0840691462324, - -0.0836012103319, - -0.198741322064, - -0.185199685103, - -0.0620270048189, - 0.0870606864801, - 0.178926717089, - 0.178626818793, - 0.105716918112, - 0.00900134370754, - -0.0657781487792, - -0.0960794698846, - -0.0850452031845, - -0.05178000933, - -0.0184204677309, - -0.000715398343769, - -0.00450336713872, - -0.02705196913, - -0.0607900791825, - -0.0971684090728, - -0.129345825231, - -0.153374085266, - -0.1681747049, - -0.174826233493, - -0.175632553326, - -0.173277077345, - -0.170196420382, - -0.168185474717, - -0.168185474717, - -0.170196420382, - -0.173277077345, - -0.175632553326, - -0.174826233493, - -0.1681747049, - -0.153374085266, - -0.129345825231, - -0.0971684090728, - -0.0607900791825, - -0.02705196913, - -0.00450336713872, - -0.00071539834377, - -0.0184204677309, - -0.05178000933, - -0.0850452031845, - -0.0960794698846, - -0.0657781487792, - 0.00900134370754, - 0.105716918112, - 0.178626818793, - 0.178926717089, - 0.0870606864801, - -0.0620270048189, - -0.185199685103, - -0.198741322064, - -0.0836012103319, - 0.0840691462324, - 0.178697018243, - 0.127772615139, - -0.0163974812743, - -0.118677151129, - -0.0940981395156, - 0.00534141450789, - 0.0596009738617, - 0.0306784816264, - -0.00464018922833, - 0.00928514232238, - 0.0138636970908, - -0.0425438332602, - -0.0680373626904, - 0.0300424976406, - 0.119487731767, - 0.0136699847255, - -0.146613681345, - -0.0596569863707, - 0.154534856811, - 0.088713543881, - -0.156263045743, - -0.0931677098643 - ], - [ - -0.1911989951, - 0.0641127489257, - 0.188099468007, - -0.0460440211374, - -0.177648497018, - 0.00593194815502, - 0.149636063692, - 0.0393365216261, - -0.0963767027713, - -0.061239610825, - 0.0314135223921, - 0.036447369173, - 0.0014411598273, - 0.0149272323704, - 0.0358393420063, - -0.0141065935314, - -0.0943449708575, - -0.0869997812013, - 0.0356938171195, - 0.158807003923, - 0.149341665925, - -0.000981310049461, - -0.169450251805, - -0.219825749208, - -0.115861444431, - 0.0641052621724, - 0.200869403331, - 0.220367363782, - 0.129380214552, - -0.00767002771803, - -0.118546665217, - -0.162255304027, - -0.139629473661, - -0.0799782340625, - -0.0190718068604, - 0.0180015293646, - 0.0233517995375, - 0.00357384026303, - -0.0274411267246, - -0.0556279421721, - -0.0712606389449, - -0.0703935310597, - -0.0540506035967, - -0.0263655499097, - 0.00733812298568, - 0.041972383534, - 0.0734591955502, - 0.0989507676246, - 0.116696819497, - 0.125763595254, - 0.125763595254, - 0.116696819497, - 0.0989507676246, - 0.0734591955502, - 0.041972383534, - 0.00733812298568, - -0.0263655499097, - -0.0540506035967, - -0.0703935310597, - -0.0712606389449, - -0.0556279421721, - -0.0274411267246, - 0.00357384026303, - 0.0233517995375, - 0.0180015293646, - -0.0190718068604, - -0.0799782340625, - -0.139629473661, - -0.162255304027, - -0.118546665217, - -0.00767002771803, - 0.129380214552, - 0.220367363782, - 0.200869403331, - 0.0641052621724, - -0.115861444431, - -0.219825749208, - -0.169450251805, - -0.000981310049461, - 0.149341665925, - 0.158807003923, - 0.0356938171195, - -0.0869997812013, - -0.0943449708575, - -0.0141065935314, - 0.0358393420063, - 0.0149272323704, - 0.0014411598273, - 0.036447369173, - 0.0314135223921, - -0.061239610825, - -0.0963767027713, - 0.0393365216261, - 0.149636063692, - 0.00593194815502, - -0.177648497018, - -0.0460440211374, - 0.188099468007, - 0.0641127489257, - -0.1911989951 - ], - [ - 0.0145592148561, - 0.215280011178, - -0.0108991355521, - -0.204400612524, - -0.0180299478421, - 0.175301909469, - 0.0581904268036, - -0.121034364561, - -0.083201992563, - 0.0496823811541, - 0.0657016359855, - 0.00177334333886, - -0.0102264619472, - 0.0128887082088, - -0.0183693244176, - -0.0773381860847, - -0.0532198507055, - 0.0678532229191, - 0.157971467522, - 0.0984056026773, - -0.0767679111476, - -0.211908897163, - -0.183892833406, - -0.0104876252541, - 0.177754458922, - 0.251490048263, - 0.173694804339, - 0.00656718911082, - -0.147901120524, - -0.216004601764, - -0.184790645813, - -0.0916878214027, - 0.00853984182372, - 0.0744120525238, - 0.0917396651213, - 0.0706780084067, - 0.0336230460718, - 0.00263930901053, - -0.00834738962765, - 0.00446330105363, - 0.0369231379545, - 0.0808121990523, - 0.127450437481, - 0.170047356526, - 0.204640928761, - 0.229964218051, - 0.24672249799, - 0.256693501802, - 0.261911882018, - 0.264055433043, - 0.264055433043, - 0.261911882018, - 0.256693501802, - 0.24672249799, - 0.229964218051, - 0.204640928761, - 0.170047356526, - 0.127450437481, - 0.0808121990523, - 0.0369231379545, - 0.00446330105363, - -0.00834738962765, - 0.00263930901053, - 0.0336230460718, - 0.0706780084067, - 0.0917396651213, - 0.0744120525238, - 0.00853984182372, - -0.0916878214027, - -0.184790645813, - -0.216004601764, - -0.147901120524, - 0.00656718911082, - 0.173694804339, - 0.251490048263, - 0.177754458922, - -0.0104876252541, - -0.183892833406, - -0.211908897163, - -0.0767679111476, - 0.0984056026773, - 0.157971467522, - 0.0678532229191, - -0.0532198507055, - -0.0773381860847, - -0.0183693244176, - 0.0128887082088, - -0.0102264619472, - 0.00177334333886, - 0.0657016359855, - 0.0496823811541, - -0.083201992563, - -0.121034364561, - 0.0581904268036, - 0.175301909469, - -0.0180299478421, - -0.204400612524, - -0.0108991355521, - 0.215280011178, - 0.0145592148561 - ], - [ - 0.223005029797, - 0.0466540142473, - -0.217622931618, - -0.0609766815485, - 0.190022877202, - 0.0900851806467, - -0.136424253695, - -0.111156077619, - 0.0626835109121, - 0.0964964987032, - 0.00086414680681, - -0.0401489749899, - -0.00727910256712, - -0.00973308273203, - -0.0506495184876, - -0.0268274750857, - 0.077247230302, - 0.135970202016, - 0.0470276223213, - -0.125358896183, - -0.211705572502, - -0.116254985745, - 0.0902958113399, - 0.243619628603, - 0.230062323653, - 0.0666225077293, - -0.131951487361, - -0.246931813455, - -0.229265238393, - -0.111164099244, - 0.032416071053, - 0.13397200525, - 0.163937099624, - 0.132579120594, - 0.0727558176332, - 0.0187385658434, - -0.00797934443791, - -0.00261652491448, - 0.0267322312434, - 0.0661149811609, - 0.102094986988, - 0.125567204377, - 0.13285351843, - 0.124891354226, - 0.105562983219, - 0.0799895299435, - 0.0532392691772, - 0.0295713663874, - 0.0121311280851, - 0.00292822159173, - 0.00292822159173, - 0.0121311280851, - 0.0295713663874, - 0.0532392691772, - 0.0799895299435, - 0.105562983219, - 0.124891354226, - 0.13285351843, - 0.125567204377, - 0.102094986988, - 0.0661149811609, - 0.0267322312434, - -0.00261652491448, - -0.00797934443791, - 0.0187385658434, - 0.0727558176332, - 0.132579120594, - 0.163937099624, - 0.13397200525, - 0.032416071053, - -0.111164099244, - -0.229265238393, - -0.246931813455, - -0.131951487361, - 0.0666225077293, - 0.230062323653, - 0.243619628603, - 0.0902958113399, - -0.116254985745, - -0.211705572502, - -0.125358896183, - 0.0470276223213, - 0.135970202016, - 0.077247230302, - -0.0268274750857, - -0.0506495184876, - -0.00973308273203, - -0.00727910256712, - -0.0401489749899, - 0.00086414680681, - 0.0964964987032, - 0.0626835109121, - -0.111156077619, - -0.136424253695, - 0.0900851806467, - 0.190022877202, - -0.0609766815485, - -0.217622931618, - 0.0466540142473, - 0.223005029797 - ], - [ - 0.119255112047, - -0.204743768666, - -0.119988551508, - 0.184418494003, - 0.134641229637, - -0.135380868315, - -0.145747092763, - 0.063876038415, - 0.128252305155, - 0.00459293730167, - -0.0708005740898, - -0.0262781867055, - 0.00669462421658, - -0.0199151521615, - -0.0107665055955, - 0.0678489137351, - 0.104830459044, - 0.0086983968601, - -0.143530155429, - -0.183438433477, - -0.0449638503964, - 0.160533163938, - 0.255669096429, - 0.159657686299, - -0.0542706608997, - -0.234450967434, - -0.270380923032, - -0.157579618335, - 0.0223327339412, - 0.168994810244, - 0.222403423937, - 0.182292974159, - 0.090614961268, - -0.000851264826913, - -0.0564258982702, - -0.0662815764288, - -0.0418645781765, - -0.00450330962945, - 0.0255239099888, - 0.0354826513788, - 0.0217021117295, - -0.0123463017782, - -0.0593521011287, - -0.111252647907, - -0.161295022931, - -0.204937988695, - -0.239848977345, - -0.265376285568, - -0.281836111503, - -0.289848007878, - -0.289848007878, - -0.281836111503, - -0.265376285568, - -0.239848977345, - -0.204937988695, - -0.161295022931, - -0.111252647907, - -0.0593521011287, - -0.0123463017782, - 0.0217021117295, - 0.0354826513788, - 0.0255239099888, - -0.00450330962945, - -0.0418645781765, - -0.0662815764288, - -0.0564258982702, - -0.000851264826912, - 0.090614961268, - 0.182292974159, - 0.222403423937, - 0.168994810244, - 0.0223327339412, - -0.157579618335, - -0.270380923032, - -0.234450967434, - -0.0542706608997, - 0.159657686299, - 0.255669096429, - 0.160533163938, - -0.0449638503964, - -0.183438433477, - -0.143530155429, - 0.0086983968601, - 0.104830459044, - 0.0678489137351, - -0.0107665055955, - -0.0199151521615, - 0.00669462421658, - -0.0262781867055, - -0.0708005740898, - 0.00459293730167, - 0.128252305155, - 0.063876038415, - -0.145747092763, - -0.135380868315, - 0.134641229637, - 0.184418494003, - -0.119988551508, - -0.204743768666, - 0.119255112047 - ], - [ - -0.154484272701, - -0.183300900387, - 0.148493098025, - 0.184977836459, - -0.110122273275, - -0.183250166383, - 0.0468486811057, - 0.158355129973, - 0.0187713626929, - -0.0980410051566, - -0.0475143525222, - 0.0247805455767, - 0.0120421086119, - -0.00290804560144, - 0.0460660071506, - 0.0728861716626, - -0.012047544557, - -0.137180410463, - -0.144120438414, - 0.0108794515654, - 0.193197264301, - 0.22841926283, - 0.0736510977993, - -0.151447260648, - -0.278597390871, - -0.225278451803, - -0.0393532181058, - 0.15680400948, - 0.257255387121, - 0.229468312324, - 0.112883862925, - -0.021255915686, - -0.113794291509, - -0.141211986115, - -0.114624190436, - -0.0638419132449, - -0.0192816823084, - -0.000205039056934, - -0.0115030050754, - -0.046818910492, - -0.0943042078555, - -0.141956807477, - -0.18099012794, - -0.207030387537, - -0.219714790521, - -0.221476937102, - -0.216168468776, - -0.20790029514, - -0.200241218752, - -0.195750593505, - -0.195750593505, - -0.200241218752, - -0.20790029514, - -0.216168468776, - -0.221476937102, - -0.219714790521, - -0.207030387537, - -0.18099012794, - -0.141956807477, - -0.0943042078555, - -0.046818910492, - -0.0115030050754, - -0.000205039056934, - -0.0192816823084, - -0.0638419132449, - -0.114624190436, - -0.141211986115, - -0.113794291509, - -0.021255915686, - 0.112883862925, - 0.229468312324, - 0.257255387121, - 0.15680400948, - -0.0393532181058, - -0.225278451803, - -0.278597390871, - -0.151447260648, - 0.0736510977993, - 0.22841926283, - 0.193197264301, - 0.0108794515654, - -0.144120438414, - -0.137180410463, - -0.012047544557, - 0.0728861716626, - 0.0460660071506, - -0.00290804560144, - 0.0120421086119, - 0.0247805455767, - -0.0475143525222, - -0.0980410051566, - 0.0187713626929, - 0.158355129973, - 0.0468486811057, - -0.183250166383, - -0.110122273275, - 0.184977836459, - 0.148493098025, - -0.183300900387, - -0.154484272701 - ], - [ - -0.229520162352, - 0.0771429282543, - 0.226131401144, - -0.0555141755942, - -0.213918729608, - 0.00724851485504, - 0.180515076154, - 0.0474183278032, - -0.116501071014, - -0.0740386874673, - 0.0380683770796, - 0.0441707994327, - 0.00174248153028, - 0.0181359036904, - 0.0435633875443, - -0.0172150974749, - -0.115003885597, - -0.106111890448, - 0.0436964316364, - 0.194312012371, - 0.182872335161, - -0.00132602291533, - -0.208215328523, - -0.270359894098, - -0.142591850999, - 0.0792117193511, - 0.248208801621, - 0.2725952572, - 0.160192276919, - -0.00964191258737, - -0.147402084704, - -0.201953770457, - -0.173995732479, - -0.0997663078581, - -0.0237808890111, - 0.0225699227679, - 0.0292832005663, - 0.0044859341099, - -0.0344801070165, - -0.0699664864563, - -0.0897085893952, - -0.0886807613687, - -0.0681164678748, - -0.0331904138912, - 0.00939358961031, - 0.0532045291403, - 0.0930713191475, - 0.125370923929, - 0.147868376591, - 0.159366457086, - 0.159366457086, - 0.147868376591, - 0.125370923929, - 0.0930713191475, - 0.0532045291403, - 0.00939358961031, - -0.0331904138912, - -0.0681164678748, - -0.0886807613687, - -0.0897085893952, - -0.0699664864563, - -0.0344801070165, - 0.0044859341099, - 0.0292832005663, - 0.0225699227679, - -0.0237808890111, - -0.0997663078581, - -0.173995732479, - -0.201953770457, - -0.147402084704, - -0.00964191258737, - 0.160192276919, - 0.2725952572, - 0.248208801621, - 0.0792117193511, - -0.142591850999, - -0.270359894098, - -0.208215328523, - -0.00132602291532, - 0.182872335161, - 0.194312012371, - 0.0436964316364, - -0.106111890448, - -0.115003885597, - -0.0172150974749, - 0.0435633875443, - 0.0181359036904, - 0.00174248153028, - 0.0441707994327, - 0.0380683770796, - -0.0740386874673, - -0.116501071014, - 0.0474183278032, - 0.180515076154, - 0.00724851485503, - -0.213918729608, - -0.0555141755942, - 0.226131401144, - 0.0771429282543, - -0.229520162352 - ], - [ - -0.0222017499811, - 0.237052861202, - 0.0254582785081, - -0.222518133766, - -0.0537004598141, - 0.184569900955, - 0.0903509830606, - -0.119113914862, - -0.106274420731, - 0.0400922655326, - 0.0752674777609, - 0.00907286597133, - -0.0104873469527, - 0.0165515906935, - -0.0122798084027, - -0.084556236525, - -0.0751089056246, - 0.0545588261503, - 0.174750152153, - 0.136318960443, - -0.0517627225872, - -0.225980701332, - -0.230273926299, - -0.0554662553399, - 0.166861586892, - 0.28250317356, - 0.227115402555, - 0.0517477280447, - -0.13298220317, - -0.234533480601, - -0.223795610731, - -0.132350248236, - -0.019321650548, - 0.0643669160569, - 0.0958068381898, - 0.0806482174189, - 0.0414701149404, - 0.00361928931881, - -0.0147992249304, - -0.00663230534082, - 0.025690752158, - 0.0740502746743, - 0.128741249087, - 0.18144188859, - 0.226661454811, - 0.261909805006, - 0.28707840388, - 0.303503933815, - 0.31304470207, - 0.31734452268, - 0.31734452268, - 0.31304470207, - 0.303503933815, - 0.28707840388, - 0.261909805006, - 0.226661454811, - 0.18144188859, - 0.128741249087, - 0.0740502746743, - 0.025690752158, - -0.00663230534082, - -0.0147992249304, - 0.00361928931881, - 0.0414701149404, - 0.0806482174189, - 0.0958068381898, - 0.0643669160569, - -0.019321650548, - -0.132350248236, - -0.223795610731, - -0.234533480601, - -0.13298220317, - 0.0517477280447, - 0.227115402555, - 0.28250317356, - 0.166861586892, - -0.0554662553399, - -0.230273926299, - -0.225980701332, - -0.0517627225872, - 0.136318960443, - 0.174750152153, - 0.0545588261503, - -0.0751089056246, - -0.084556236525, - -0.0122798084027, - 0.0165515906935, - -0.0104873469527, - 0.00907286597133, - 0.0752674777609, - 0.0400922655326, - -0.106274420731, - -0.119113914862, - 0.0903509830606, - 0.184569900955, - -0.0537004598141, - -0.222518133766, - 0.0254582785081, - 0.237052861202, - -0.0222017499811 - ], - [ - 0.198686721862, - 0.116286870828, - -0.19302169541, - -0.125117720237, - 0.159096678741, - 0.14044094009, - -0.0984193975723, - -0.139902417079, - 0.0252891420517, - 0.102048028759, - 0.0241021101284, - -0.0345665350641, - -0.0100316744351, - -0.00395431083593, - -0.0511197674244, - -0.0512985460285, - 0.0490587989453, - 0.144425613444, - 0.0983667260784, - -0.0755830515628, - -0.215430548307, - -0.179803882712, - 0.0137660482277, - 0.213229590138, - 0.269844308947, - 0.151061981369, - -0.0547899025412, - -0.219017582945, - -0.260057680838, - -0.179234734835, - -0.0386922293189, - 0.0871850386311, - 0.151397420357, - 0.147597383551, - 0.099988038762, - 0.0432542395061, - 0.00523569682854, - -0.00140239680036, - 0.0212911520492, - 0.0621102167674, - 0.107273333444, - 0.145363339415, - 0.169712050583, - 0.178574374314, - 0.173977055665, - 0.160117693526, - 0.141909250596, - 0.123941427018, - 0.10988521774, - 0.102233732408, - 0.102233732408, - 0.10988521774, - 0.123941427018, - 0.141909250596, - 0.160117693526, - 0.173977055665, - 0.178574374314, - 0.169712050583, - 0.145363339415, - 0.107273333444, - 0.0621102167674, - 0.0212911520492, - -0.00140239680036, - 0.00523569682854, - 0.0432542395061, - 0.099988038762, - 0.147597383551, - 0.151397420357, - 0.0871850386311, - -0.0386922293189, - -0.179234734835, - -0.260057680838, - -0.219017582945, - -0.0547899025412, - 0.151061981369, - 0.269844308947, - 0.213229590138, - 0.0137660482277, - -0.179803882712, - -0.215430548307, - -0.0755830515628, - 0.0983667260784, - 0.144425613444, - 0.0490587989453, - -0.0512985460285, - -0.0511197674243, - -0.00395431083593, - -0.0100316744351, - -0.0345665350641, - 0.0241021101284, - 0.102048028759, - 0.0252891420517, - -0.139902417079, - -0.0984193975723, - 0.14044094009, - 0.159096678741, - -0.125117720237, - -0.19302169541, - 0.116286870828, - 0.198686721862 - ], - [ - 0.186592161012, - -0.118181254995, - -0.184874420413, - 0.0976637484, - 0.182225224618, - -0.0503662516383, - -0.164830469573, - -0.00875569925012, - 0.118111827693, - 0.0490396071216, - -0.0484641806866, - -0.0372960749453, - 0.00115794924253, - -0.0184474577687, - -0.0317100809421, - 0.0342593882476, - 0.109986394679, - 0.0714437621227, - -0.0774374457489, - -0.188596188844, - -0.133782466841, - 0.0561578782644, - 0.223193154365, - 0.230625512744, - 0.0738464293345, - -0.132812170209, - -0.255518978683, - -0.232510152755, - -0.0967468100314, - 0.065317194947, - 0.174221193093, - 0.196139185513, - 0.145889347608, - 0.0651829690563, - -0.00425820094111, - -0.0382472143771, - -0.0340904936372, - -0.00455276759569, - 0.0318120513076, - 0.0588307290326, - 0.0670429398572, - 0.0542928170038, - 0.0239444766516, - -0.0177315194522, - -0.0638879687555, - -0.108624724429, - -0.147653485078, - -0.17831051172, - -0.199202528876, - -0.209740206364, - -0.209740206364, - -0.199202528876, - -0.17831051172, - -0.147653485078, - -0.108624724429, - -0.0638879687555, - -0.0177315194522, - 0.0239444766516, - 0.0542928170038, - 0.0670429398572, - 0.0588307290326, - 0.0318120513076, - -0.00455276759569, - -0.0340904936372, - -0.0382472143771, - -0.00425820094111, - 0.0651829690563, - 0.145889347608, - 0.196139185513, - 0.174221193093, - 0.065317194947, - -0.0967468100314, - -0.232510152755, - -0.255518978683, - -0.132812170209, - 0.0738464293345, - 0.230625512744, - 0.223193154365, - 0.0561578782644, - -0.133782466841, - -0.188596188844, - -0.0774374457489, - 0.0714437621227, - 0.109986394679, - 0.0342593882476, - -0.0317100809421, - -0.0184474577687, - 0.00115794924253, - -0.0372960749453, - -0.0484641806866, - 0.0490396071216, - 0.118111827693, - -0.00875569925012, - -0.164830469573, - -0.0503662516383, - 0.182225224618, - 0.0976637484, - -0.184874420413, - -0.118181254995, - 0.186592161012 - ], - [ - -0.0106711046146, - -0.204871561077, - 0.00727693514149, - 0.194772078744, - 0.0200318009085, - -0.16695595189, - -0.0579140607036, - 0.114903248252, - 0.0811352373904, - -0.0465758218086, - -0.0635474922297, - -0.00230532189528, - 0.00982199695791, - -0.0126795773725, - 0.0171588291395, - 0.0751317714079, - 0.0532207550055, - -0.0645376174387, - -0.154577876358, - -0.0988069352954, - 0.0726634073298, - 0.20804238387, - 0.18384330275, - 0.0140797040749, - -0.173868822321, - -0.250543634309, - -0.176194550644, - -0.0103353408445, - 0.145690620174, - 0.216775292371, - 0.187918733935, - 0.0953046378149, - -0.00620239209805, - -0.0740831436717, - -0.0929841680615, - -0.0724083051687, - -0.0347992485685, - -0.00276952582211, - 0.0090675098136, - -0.00360861480582, - -0.0368563734037, - -0.0823621865657, - -0.131160592364, - -0.176115139625, - -0.212960272069, - -0.240222207069, - -0.258504749314, - -0.269567691626, - -0.275475887118, - -0.277950040409, - -0.277950040409, - -0.275475887118, - -0.269567691626, - -0.258504749314, - -0.240222207069, - -0.212960272069, - -0.176115139625, - -0.131160592364, - -0.0823621865657, - -0.0368563734037, - -0.00360861480582, - 0.0090675098136, - -0.00276952582212, - -0.0347992485685, - -0.0724083051687, - -0.0929841680615, - -0.0740831436717, - -0.00620239209805, - 0.0953046378149, - 0.187918733935, - 0.216775292371, - 0.145690620174, - -0.0103353408445, - -0.176194550644, - -0.250543634309, - -0.173868822321, - 0.0140797040749, - 0.18384330275, - 0.20804238387, - 0.0726634073298, - -0.0988069352954, - -0.154577876358, - -0.0645376174387, - 0.0532207550055, - 0.0751317714079, - 0.0171588291395, - -0.0126795773725, - 0.00982199695791, - -0.00230532189528, - -0.0635474922297, - -0.0465758218086, - 0.0811352373904, - 0.114903248252, - -0.0579140607036, - -0.16695595189, - 0.0200318009085, - 0.194772078744, - 0.00727693514148, - -0.204871561077, - -0.0106711046146 - ], - [ - -0.165520409298, - -0.0863476864373, - 0.161121673389, - 0.0943730852048, - -0.134330176572, - -0.108808844795, - 0.0856192000756, - 0.11126889029, - -0.0255587564676, - -0.0832576356039, - -0.0168757495146, - 0.0292072647216, - 0.00792298159024, - 0.00400905555143, - 0.0421983596714, - 0.0392900878282, - -0.0442917775343, - -0.118686879468, - -0.0750026276309, - 0.0693272637352, - 0.178843334165, - 0.141542591833, - -0.0215438643226, - -0.182221698722, - -0.220605556628, - -0.115439822599, - 0.0562472068828, - 0.187867869922, - 0.214882931758, - 0.142052205379, - 0.0231271392697, - -0.0800854274238, - -0.130017417488, - -0.123266759171, - -0.0813175761141, - -0.0334933473026, - -0.00265715559637, - 0.00136482166701, - -0.0189660668921, - -0.0537704762751, - -0.0913214087295, - -0.122128913441, - -0.140836368246, - -0.14626537939, - -0.140377374371, - -0.126892659046, - -0.110060716818, - -0.0937991722608, - -0.0812133098771, - -0.0743985392091, - -0.0743985392091, - -0.0812133098771, - -0.0937991722608, - -0.110060716818, - -0.126892659046, - -0.140377374371, - -0.14626537939, - -0.140836368246, - -0.122128913441, - -0.0913214087295, - -0.0537704762751, - -0.0189660668921, - 0.00136482166701, - -0.00265715559637, - -0.0334933473026, - -0.0813175761141, - -0.123266759171, - -0.130017417488, - -0.0800854274238, - 0.0231271392697, - 0.142052205379, - 0.214882931758, - 0.187867869922, - 0.0562472068828, - -0.115439822599, - -0.220605556628, - -0.182221698722, - -0.0215438643226, - 0.141542591833, - 0.178843334165, - 0.0693272637352, - -0.0750026276309, - -0.118686879468, - -0.0442917775343, - 0.0392900878282, - 0.0421983596714, - 0.00400905555143, - 0.00792298159024, - 0.0292072647216, - -0.0168757495146, - -0.0832576356039, - -0.0255587564676, - 0.11126889029, - 0.0856192000756, - -0.108808844795, - -0.134330176572, - 0.0943730852048, - 0.161121673389, - -0.0863476864373, - -0.165520409298 - ], - [ - -0.144805005289, - 0.0823503234318, - 0.14346592155, - -0.0669927404302, - -0.140350851031, - 0.0316282049982, - 0.125329990134, - 0.0119184511941, - -0.0881561088642, - -0.0402069639631, - 0.0348739582022, - 0.0289383722693, - -0.000463666917007, - 0.013820755539, - 0.0255193910483, - -0.0234042775087, - -0.0836259447466, - -0.0588137455554, - 0.0537452508075, - 0.143493686868, - 0.10830923649, - -0.0347980480283, - -0.167389202061, - -0.181091213649, - -0.0660924340626, - 0.093622444767, - 0.194168933456, - 0.183702350393, - 0.0833252746706, - -0.042073271654, - -0.130075049281, - -0.151928967958, - -0.116672651238, - -0.0554461644604, - -0.000821851378641, - 0.0273522099695, - 0.025771379538, - 0.00353236688504, - -0.0251858090386, - -0.0475694196173, - -0.0557749132736, - -0.047624090006, - -0.025370425009, - 0.00627709925829, - 0.0419840027274, - 0.0770316464593, - 0.10789777254, - 0.132318604112, - 0.149047992956, - 0.157513182846, - 0.157513182846, - 0.149047992956, - 0.132318604112, - 0.10789777254, - 0.0770316464593, - 0.0419840027274, - 0.00627709925829, - -0.025370425009, - -0.047624090006, - -0.0557749132736, - -0.0475694196173, - -0.0251858090386, - 0.00353236688504, - 0.025771379538, - 0.0273522099695, - -0.000821851378641, - -0.0554461644604, - -0.116672651238, - -0.151928967958, - -0.130075049281, - -0.042073271654, - 0.0833252746706, - 0.183702350393, - 0.194168933456, - 0.093622444767, - -0.0660924340626, - -0.181091213649, - -0.167389202061, - -0.0347980480283, - 0.10830923649, - 0.143493686868, - 0.0537452508075, - -0.0588137455554, - -0.0836259447466, - -0.0234042775087, - 0.0255193910483, - 0.013820755539, - -0.000463666917007, - 0.0289383722693, - 0.0348739582022, - -0.0402069639631, - -0.0881561088642, - 0.0119184511941, - 0.125329990134, - 0.0316282049982, - -0.140350851031, - -0.0669927404302, - 0.14346592155, - 0.0823503234318, - -0.144805005289 - ], - [ - -0.0131437939141, - 0.141222768974, - 0.0151127668695, - -0.132838900449, - -0.0320293112605, - 0.11044166897, - 0.0540714119327, - -0.0714640554742, - -0.0637926946562, - 0.0241361710235, - 0.045319547885, - 0.00545826297832, - -0.00633588483763, - 0.0100089228578, - -0.00745655710323, - -0.051331658873, - -0.0456472396521, - 0.0332823791706, - 0.106688101733, - 0.0833436833448, - -0.0317983036987, - -0.138866841361, - -0.141760862173, - -0.0341543227121, - 0.103314287292, - 0.175248937815, - 0.141192454783, - 0.0321836964658, - -0.0832177716596, - -0.147074188445, - -0.140687838588, - -0.0833987063615, - -0.0121612039743, - 0.0408597502972, - 0.0609491116916, - 0.0514366041922, - 0.026516981738, - 0.00231990840217, - -0.00950557331881, - -0.00425189377418, - 0.0166346307614, - 0.0479959859386, - 0.0835870053365, - 0.118002029617, - 0.147636101719, - 0.170820278949, - 0.187438186835, - 0.19832641362, - 0.204674875608, - 0.207544375917, - 0.207544375917, - 0.204674875608, - 0.19832641362, - 0.187438186835, - 0.170820278949, - 0.147636101719, - 0.118002029617, - 0.0835870053365, - 0.0479959859386, - 0.0166346307614, - -0.00425189377418, - -0.00950557331881, - 0.00231990840217, - 0.026516981738, - 0.0514366041922, - 0.0609491116916, - 0.0408597502972, - -0.0121612039743, - -0.0833987063615, - -0.140687838588, - -0.147074188445, - -0.0832177716596, - 0.0321836964658, - 0.141192454783, - 0.175248937815, - 0.103314287292, - -0.0341543227121, - -0.141760862173, - -0.138866841361, - -0.0317983036987, - 0.0833436833448, - 0.106688101733, - 0.0332823791706, - -0.0456472396521, - -0.051331658873, - -0.00745655710323, - 0.0100089228578, - -0.00633588483763, - 0.00545826297832, - 0.045319547885, - 0.0241361710235, - -0.0637926946562, - -0.0714640554742, - 0.0540714119327, - 0.11044166897, - -0.0320293112605, - -0.132838900449, - 0.0151127668695, - 0.141222768974, - -0.0131437939141 - ], - [ - 0.0858426587933, - 0.0759390239869, - -0.0831592355773, - -0.0785373188554, - 0.0653221347183, - 0.0816422961608, - -0.0346054055993, - -0.0748434579469, - 0.000313893893263, - 0.0498912639514, - 0.0186359497443, - -0.0145929263826, - -0.00560951989149, - -0.0000543471813804, - -0.0243769436597, - -0.0320821705187, - 0.014348703982, - 0.0713570834532, - 0.0632291055696, - -0.0200515866466, - -0.103988477955, - -0.106440244909, - -0.0182430948369, - 0.092259840675, - 0.142490433289, - 0.100335055567, - -0.000913695977849, - -0.0963495616261, - -0.135858987078, - -0.109493966938, - -0.042653948446, - 0.0265429604945, - 0.0694129646065, - 0.0770776820129, - 0.0581702132807, - 0.0296073813042, - 0.00713673798446, - -0.000267323077825, - 0.00858216220128, - 0.0292252136149, - 0.0548117711459, - 0.0789111052155, - 0.0971525216704, - 0.107683183292, - 0.110806517225, - 0.108243023579, - 0.102357361266, - 0.0955416211674, - 0.0898108284151, - 0.0865830784284, - 0.0865830784284, - 0.0898108284151, - 0.0955416211674, - 0.102357361266, - 0.108243023579, - 0.110806517225, - 0.107683183292, - 0.0971525216704, - 0.0789111052155, - 0.0548117711459, - 0.0292252136149, - 0.00858216220128, - -0.000267323077825, - 0.00713673798446, - 0.0296073813042, - 0.0581702132807, - 0.0770776820129, - 0.0694129646065, - 0.0265429604945, - -0.042653948446, - -0.109493966938, - -0.135858987078, - -0.0963495616261, - -0.000913695977849, - 0.100335055567, - 0.142490433289, - 0.092259840675, - -0.0182430948369, - -0.106440244909, - -0.103988477955, - -0.0200515866466, - 0.0632291055696, - 0.0713570834532, - 0.014348703982, - -0.0320821705187, - -0.0243769436597, - -0.0000543471813803, - -0.00560951989149, - -0.0145929263826, - 0.0186359497443, - 0.0498912639514, - 0.000313893893263, - -0.0748434579469, - -0.0346054055993, - 0.0816422961608, - 0.0653221347183, - -0.0785373188554, - -0.0831592355773, - 0.0759390239869, - 0.0858426587933 - ], - [ - 0.0849929999554, - -0.0155555968308, - -0.0837800490824, - 0.0082715094177, - 0.0778191089142, - 0.00780757920172, - -0.0633196453548, - -0.0248588016288, - 0.0382671264732, - 0.0305665999204, - -0.0102191449887, - -0.0164082730997, - -0.00127696561832, - -0.00602484262594, - -0.0175371768017, - 0.00173412730568, - 0.0402614922924, - 0.0445184562369, - -0.00679454708867, - -0.0680970521411, - -0.0749462699787, - -0.012879693517, - 0.0687152359627, - 0.104095027371, - 0.0668576690547, - -0.0147277055674, - -0.0860622393734, - -0.10688698893, - -0.0730142296029, - -0.0103916719149, - 0.0465516231511, - 0.0747969598394, - 0.0705887578923, - 0.0453405371243, - 0.0158706508544, - -0.00439196369975, - -0.00969497742286, - -0.00166426636616, - 0.0136714797669, - 0.0293433387999, - 0.0399509525206, - 0.0427513817833, - 0.0375621416864, - 0.0260024084574, - 0.0105705677284, - -0.00612004483282, - -0.0218180829565, - -0.0348340525854, - -0.044044063307, - -0.0487951131757, - -0.0487951131757, - -0.044044063307, - -0.0348340525854, - -0.0218180829565, - -0.00612004483282, - 0.0105705677284, - 0.0260024084574, - 0.0375621416864, - 0.0427513817833, - 0.0399509525206, - 0.0293433387999, - 0.0136714797669, - -0.00166426636616, - -0.00969497742286, - -0.00439196369975, - 0.0158706508544, - 0.0453405371243, - 0.0705887578923, - 0.0747969598394, - 0.0465516231511, - -0.0103916719149, - -0.0730142296029, - -0.10688698893, - -0.0860622393734, - -0.0147277055674, - 0.0668576690547, - 0.104095027371, - 0.0687152359627, - -0.012879693517, - -0.0749462699787, - -0.0680970521411, - -0.00679454708867, - 0.0445184562369, - 0.0402614922924, - 0.00173412730568, - -0.0175371768017, - -0.00602484262594, - -0.00127696561832, - -0.0164082730997, - -0.0102191449887, - 0.0305665999204, - 0.0382671264732, - -0.0248588016288, - -0.0633196453548, - 0.00780757920172, - 0.0778191089142, - 0.0082715094177, - -0.0837800490824, - -0.0155555968308, - 0.0849929999554 - ], - [ - 0.028099209249, - -0.0484427504201, - -0.0283833235493, - 0.0438153467588, - 0.0319980914226, - -0.0323186195273, - -0.034815446981, - 0.0153401460941, - 0.0308060186595, - 0.0010817648552, - -0.0171093146003, - -0.00635840006029, - 0.00162942652182, - -0.00485454638778, - -0.00262130248931, - 0.0166683473112, - 0.0258160459813, - 0.00211572485626, - -0.0356623844379, - -0.0457163586652, - -0.0112050225241, - 0.0404197005925, - 0.0645956633798, - 0.0404797150217, - -0.0139140668318, - -0.0601593579178, - -0.069685545855, - -0.040784958751, - 0.00588663675799, - 0.0443369800473, - 0.0586343415328, - 0.0483097535012, - 0.0241277320369, - -0.000266962894413, - -0.0152544080395, - -0.0180050565605, - -0.0114327840722, - -0.00123631636542, - 0.00704258055584, - 0.00983402889781, - 0.00602667039153, - -0.00350077037496, - -0.0167595211578, - -0.0315021470485, - -0.0458097384456, - -0.0583634770012, - -0.0684612649993, - -0.0758807181933, - -0.0806832269126, - -0.0830267802332, - -0.0830267802332, - -0.0806832269126, - -0.0758807181933, - -0.0684612649993, - -0.0583634770012, - -0.0458097384456, - -0.0315021470485, - -0.0167595211578, - -0.00350077037496, - 0.00602667039153, - 0.00983402889781, - 0.00704258055584, - -0.00123631636542, - -0.0114327840722, - -0.0180050565605, - -0.0152544080395, - -0.000266962894413, - 0.0241277320369, - 0.0483097535012, - 0.0586343415328, - 0.0443369800473, - 0.00588663675799, - -0.040784958751, - -0.069685545855, - -0.0601593579178, - -0.0139140668318, - 0.0404797150217, - 0.0645956633798, - 0.0404197005925, - -0.0112050225241, - -0.0457163586652, - -0.0356623844379, - 0.00211572485626, - 0.0258160459813, - 0.0166683473112, - -0.00262130248931, - -0.00485454638778, - 0.00162942652182, - -0.00635840006029, - -0.0171093146003, - 0.0010817648552, - 0.0308060186595, - 0.0153401460941, - -0.034815446981, - -0.0323186195273, - 0.0319980914226, - 0.0438153467588, - -0.0283833235493, - -0.0484427504201, - 0.028099209249 - ], - [ - -0.00738228018851, - -0.0229650259225, - 0.00690231463702, - 0.0223590149625, - -0.00325569832647, - -0.0202951356434, - -0.00227781966773, - 0.0154175929631, - 0.00686447647751, - -0.0077515344475, - -0.00683089024959, - 0.000913765168067, - 0.00126724875729, - -0.00108246176466, - 0.00333392736168, - 0.00891804794063, - 0.00349480821802, - -0.0110458424477, - -0.0182531660336, - -0.00705403270563, - 0.014329759807, - 0.0263923200741, - 0.0175402621805, - -0.00588254902884, - -0.0263797968257, - -0.0299872607025, - -0.015610473062, - 0.00656665636217, - 0.0236504118695, - 0.0280703394715, - 0.0203331876898, - 0.00657739032156, - -0.00601805099806, - -0.0128575744392, - -0.0131503946566, - -0.00903800848203, - -0.00379859251638, - -0.000237204444528, - 0.000166492041906, - -0.00267184189962, - -0.00786640336794, - -0.0141367661921, - -0.0202869469395, - -0.0254817358533, - -0.0293246153683, - -0.0317982038186, - -0.033138659159, - -0.0336996870923, - -0.0338380321547, - -0.0338319787266, - -0.0338319787266, - -0.0338380321547, - -0.0336996870923, - -0.033138659159, - -0.0317982038186, - -0.0293246153683, - -0.0254817358533, - -0.0202869469395, - -0.0141367661921, - -0.00786640336794, - -0.00267184189962, - 0.000166492041906, - -0.000237204444528, - -0.00379859251638, - -0.00903800848203, - -0.0131503946566, - -0.0128575744392, - -0.00601805099806, - 0.00657739032156, - 0.0203331876898, - 0.0280703394715, - 0.0236504118695, - 0.00656665636217, - -0.015610473062, - -0.0299872607025, - -0.0263797968257, - -0.00588254902884, - 0.0175402621805, - 0.0263923200741, - 0.014329759807, - -0.00705403270563, - -0.0182531660336, - -0.0110458424477, - 0.00349480821802, - 0.00891804794063, - 0.00333392736168, - -0.00108246176466, - 0.00126724875729, - 0.000913765168067, - -0.00683089024959, - -0.0077515344475, - 0.00686447647751, - 0.0154175929631, - -0.00227781966773, - -0.0202951356434, - -0.00325569832647, - 0.0223590149625, - 0.00690231463702, - -0.0229650259225, - -0.00738228018851 - ], - [ - 0.00727981704941, - 0.00350194953788, - -0.00710775369246, - -0.00388080409545, - 0.00598077198222, - 0.00457382176063, - -0.00389150535996, - -0.00477615506084, - 0.00126261788306, - 0.00364584125301, - 0.000657601135565, - -0.00131229444573, - -0.000340654597693, - -0.000199901968661, - -0.00187643215964, - -0.00165966902633, - 0.00208949575668, - 0.00529139615707, - 0.00317531767214, - -0.00332181523811, - -0.00808060157855, - -0.00617809142414, - 0.00128448700694, - 0.00845521072383, - 0.00996888458908, - 0.00498070187498, - -0.00291616528491, - -0.00884615134926, - -0.00990557569429, - -0.00638049540954, - -0.000793193238, - 0.00398876615188, - 0.00624012705461, - 0.00583132791724, - 0.00379191677733, - 0.00151211397801, - 0.0000713536597415, - -0.0000719628157927, - 0.000954552534933, - 0.00266860556326, - 0.00449969265699, - 0.00598610082394, - 0.00686755918391, - 0.00708847189174, - 0.00674800473627, - 0.00603270177095, - 0.00515584648348, - 0.00431454372118, - 0.00366543519178, - 0.0033144582937, - 0.0033144582937, - 0.00366543519178, - 0.00431454372118, - 0.00515584648348, - 0.00603270177095, - 0.00674800473627, - 0.00708847189174, - 0.00686755918391, - 0.00598610082394, - 0.00449969265699, - 0.00266860556326, - 0.000954552534933, - -0.0000719628157927, - 0.0000713536597415, - 0.00151211397801, - 0.00379191677733, - 0.00583132791724, - 0.00624012705461, - 0.00398876615188, - -0.000793193238, - -0.00638049540954, - -0.00990557569429, - -0.00884615134926, - -0.00291616528491, - 0.00498070187498, - 0.00996888458908, - 0.00845521072383, - 0.00128448700694, - -0.00617809142414, - -0.00808060157855, - -0.00332181523811, - 0.00317531767214, - 0.00529139615707, - 0.00208949575668, - -0.00165966902633, - -0.00187643215964, - -0.000199901968661, - -0.000340654597693, - -0.00131229444573, - 0.000657601135566, - 0.00364584125301, - 0.00126261788306, - -0.00477615506084, - -0.00389150535996, - 0.00457382176063, - 0.00598077198222, - -0.00388080409545, - -0.00710775369246, - 0.00350194953788, - 0.00727981704941 - ], - [ - 0.0384818765676, - -0.0130031151489, - -0.0380771693431, - 0.00940906530844, - 0.0361962129667, - -0.00126337139224, - -0.0307110896874, - -0.00806323264948, - 0.0199426217158, - 0.0126926991013, - -0.00656517149079, - -0.00762861177979, - -0.000299961185178, - -0.00315743933565, - -0.00760407394197, - 0.00303428972586, - 0.0202636179865, - 0.0187572679946, - -0.00779870867396, - -0.0347268544455, - -0.0328163288392, - 0.000283591725257, - 0.037835325192, - 0.0493689801693, - 0.0261586931421, - -0.0146994925343, - -0.0462331638801, - -0.0510840920005, - -0.030199545813, - 0.00188090792242, - 0.0282737611737, - 0.0389992247493, - 0.0338439959812, - 0.0195441762251, - 0.00467895382324, - -0.00451348147484, - -0.00588942536516, - -0.000908798162658, - 0.00703697183583, - 0.0143824167073, - 0.0185671678827, - 0.0184698434881, - 0.0142614616464, - 0.00696261820066, - -0.00204435241214, - -0.0113960661814, - -0.0199688749222, - -0.0269550849317, - -0.0318419786717, - -0.0343461443381, - -0.0343461443381, - -0.0318419786717, - -0.0269550849317, - -0.0199688749222, - -0.0113960661814, - -0.00204435241214, - 0.00696261820066, - 0.0142614616464, - 0.0184698434881, - 0.0185671678827, - 0.0143824167073, - 0.00703697183583, - -0.000908798162658, - -0.00588942536516, - -0.00451348147484, - 0.00467895382324, - 0.0195441762251, - 0.0338439959812, - 0.0389992247493, - 0.0282737611737, - 0.00188090792242, - -0.030199545813, - -0.0510840920005, - -0.0462331638801, - -0.0146994925342, - 0.0261586931421, - 0.0493689801693, - 0.037835325192, - 0.000283591725257, - -0.0328163288392, - -0.0347268544455, - -0.00779870867396, - 0.0187572679946, - 0.0202636179865, - 0.00303428972586, - -0.00760407394197, - -0.00315743933565, - -0.000299961185178, - -0.00762861177979, - -0.00656517149079, - 0.0126926991013, - 0.0199426217158, - -0.00806323264948, - -0.0307110896874, - -0.00126337139224, - 0.0361962129667, - 0.00940906530844, - -0.0380771693431, - -0.0130031151489, - 0.0384818765676 - ], - [ - 0.0354851734235, - -0.0635739947866, - -0.0359293351215, - 0.0576878996149, - 0.0408658914626, - -0.0428703457128, - -0.0449246649081, - 0.0207680159571, - 0.0401476638523, - 0.000880625425876, - -0.0225451626021, - -0.00815857017193, - 0.0021932417926, - -0.00636327472852, - -0.0031793297303, - 0.0222576875508, - 0.033836099168, - 0.00201904712574, - -0.04779899754, - -0.0602899544449, - -0.0137264733332, - 0.0548764647773, - 0.0862291713591, - 0.0530219893566, - -0.0201924404241, - -0.0818255838695, - -0.0937411375706, - -0.0539523692936, - 0.00949016361184, - 0.0614264166341, - 0.0803506342834, - 0.0657303321336, - 0.0323041194542, - -0.00125303285245, - -0.0217549062404, - -0.025325502213, - -0.0160088221691, - -0.00172586284143, - 0.00978691048861, - 0.0135148667348, - 0.00787371502209, - -0.0059169742011, - -0.0250517807079, - -0.0463352502054, - -0.0670187936574, - -0.0851973282812, - -0.0998438523649, - -0.110621288163, - -0.117605289493, - -0.121015824348, - -0.121015824348, - -0.117605289493, - -0.110621288163, - -0.0998438523649, - -0.0851973282812, - -0.0670187936574, - -0.0463352502054, - -0.0250517807079, - -0.0059169742011, - 0.00787371502209, - 0.0135148667348, - 0.00978691048861, - -0.00172586284143, - -0.0160088221691, - -0.025325502213, - -0.0217549062404, - -0.00125303285245, - 0.0323041194542, - 0.0657303321336, - 0.0803506342834, - 0.0614264166341, - 0.00949016361184, - -0.0539523692936, - -0.0937411375706, - -0.0818255838695, - -0.0201924404241, - 0.0530219893566, - 0.0862291713591, - 0.0548764647773, - -0.0137264733332, - -0.0602899544449, - -0.04779899754, - 0.00201904712574, - 0.033836099168, - 0.0222576875508, - -0.0031793297303, - -0.00636327472852, - 0.0021932417926, - -0.00815857017193, - -0.0225451626021, - 0.000880625425877, - 0.0401476638523, - 0.0207680159571, - -0.0449246649081, - -0.0428703457128, - 0.0408658914626, - 0.0576878996149, - -0.0359293351215, - -0.0635739947866, - 0.0354851734235 - ], - [ - -0.0203504803369, - -0.101483201247, - 0.0184573768653, - 0.0980088663542, - -0.00347883772183, - -0.0870082892189, - -0.0185722018222, - 0.0636172832306, - 0.0351324044207, - -0.0295603904192, - -0.0311990622582, - 0.00172338736465, - 0.00536316095547, - -0.00557353786975, - 0.012177687115, - 0.039391067328, - 0.0209846642678, - -0.0424209360806, - -0.0814882894295, - -0.0407599835598, - 0.0529012742273, - 0.115332513906, - 0.087793806734, - -0.0114064429388, - -0.10839524519, - -0.136565648687, - -0.0825984610988, - 0.0141449267657, - 0.0963979932641, - 0.125928715496, - 0.0994837464276, - 0.0411228016913, - -0.0171543565929, - -0.0525050350973, - -0.05849284747, - -0.0426809979244, - -0.0192096539008, - -0.00136682322613, - 0.0028861199625, - -0.00810409332249, - -0.031166729997, - -0.0607700053487, - -0.0912791554968, - -0.118408563578, - -0.139780865675, - -0.154805901713, - -0.164184285846, - -0.169298979685, - -0.171663953023, - -0.172507714404, - -0.172507714404, - -0.171663953023, - -0.169298979685, - -0.164184285846, - -0.154805901713, - -0.139780865675, - -0.118408563578, - -0.0912791554968, - -0.0607700053487, - -0.031166729997, - -0.00810409332249, - 0.0028861199625, - -0.00136682322613, - -0.0192096539008, - -0.0426809979244, - -0.05849284747, - -0.0525050350973, - -0.0171543565929, - 0.0411228016913, - 0.0994837464276, - 0.125928715496, - 0.0963979932641, - 0.0141449267657, - -0.0825984610988, - -0.136565648687, - -0.10839524519, - -0.0114064429388, - 0.087793806734, - 0.115332513906, - 0.0529012742273, - -0.0407599835598, - -0.0814882894295, - -0.0424209360806, - 0.0209846642678, - 0.039391067328, - 0.012177687115, - -0.00557353786975, - 0.00536316095547, - 0.00172338736465, - -0.0311990622582, - -0.0295603904192, - 0.0351324044207, - 0.0636172832306, - -0.0185722018222, - -0.0870082892189, - -0.00347883772183, - 0.0980088663542, - 0.0184573768653, - -0.101483201247, - -0.0203504803369 - ], - [ - -0.102212434455, - -0.0846904759707, - 0.0993756940723, - 0.088342841917, - -0.0790702066885, - -0.0931902063298, - 0.0434616345046, - 0.0868832197883, - -0.00284922179599, - -0.0590596709542, - -0.020694607837, - 0.0178403634787, - 0.00654437824962, - 0.000458925183237, - 0.029380924318, - 0.0371397998567, - -0.0193812692488, - -0.0863470996408, - -0.0736937368827, - 0.028154826072, - 0.127901556394, - 0.127157767582, - 0.0170935047943, - -0.117527208465, - -0.175998313706, - -0.120338742683, - 0.00703766189332, - 0.125248202757, - 0.172271760367, - 0.136336115796, - 0.0499030872819, - -0.038627694019, - -0.0928235538049, - -0.10147378416, - -0.0758483306809, - -0.0380035891753, - -0.00860091075113, - 0.000474767879069, - -0.0124014434943, - -0.0412786900345, - -0.0768875328961, - -0.110409495125, - -0.135754413522, - -0.150266085004, - -0.154298039815, - -0.15023502556, - -0.141428269728, - -0.131317522551, - -0.122833580595, - -0.118057018738, - -0.118057018738, - -0.122833580595, - -0.131317522551, - -0.141428269728, - -0.15023502556, - -0.154298039815, - -0.150266085004, - -0.135754413522, - -0.110409495125, - -0.0768875328961, - -0.0412786900345, - -0.0124014434943, - 0.000474767879069, - -0.00860091075113, - -0.0380035891753, - -0.0758483306809, - -0.10147378416, - -0.0928235538049, - -0.038627694019, - 0.0499030872819, - 0.136336115796, - 0.172271760367, - 0.125248202757, - 0.00703766189332, - -0.120338742683, - -0.175998313706, - -0.117527208465, - 0.0170935047943, - 0.127157767582, - 0.127901556394, - 0.028154826072, - -0.0736937368827, - -0.0863470996408, - -0.0193812692488, - 0.0371397998567, - 0.029380924318, - 0.000458925183237, - 0.00654437824962, - 0.0178403634787, - -0.020694607837, - -0.0590596709542, - -0.00284922179599, - 0.0868832197883, - 0.0434616345046, - -0.0931902063298, - -0.0790702066885, - 0.088342841917, - 0.0993756940723, - -0.0846904759707, - -0.102212434455 - ], - [ - -0.160690585954, - -0.00704101484583, - 0.158252233654, - 0.0190011954449, - -0.142675485897, - -0.0444372250204, - 0.109042254568, - 0.0675414659716, - -0.0578436129747, - -0.0663658633294, - 0.00792665157714, - 0.030839586414, - 0.00422877208871, - 0.0092155035644, - 0.0368255223507, - 0.0105312004693, - -0.0679035403898, - -0.0983206626998, - -0.0157594573802, - 0.114334503198, - 0.160706214701, - 0.0650651880833, - -0.100581304828, - -0.204155512171, - -0.167456903761, - -0.019650192887, - 0.138957244486, - 0.215200054294, - 0.178763230986, - 0.0655487116133, - -0.0579315208794, - -0.136549876118, - -0.150028030175, - -0.112050965899, - -0.053978249084, - -0.00624780945129, - 0.0134859433466, - 0.00304559569557, - -0.0283162155698, - -0.0665766541017, - -0.0988247338347, - -0.1166985621, - -0.117268916446, - -0.102141626806, - -0.0757640165538, - -0.0437170679547, - -0.0114261795641, - 0.0165896562596, - 0.0370118891711, - 0.0477288675591, - 0.0477288675591, - 0.0370118891711, - 0.0165896562596, - -0.0114261795641, - -0.0437170679547, - -0.0757640165538, - -0.102141626806, - -0.117268916446, - -0.1166985621, - -0.0988247338347, - -0.0665766541017, - -0.0283162155698, - 0.00304559569557, - 0.0134859433466, - -0.00624780945129, - -0.053978249084, - -0.112050965899, - -0.150028030175, - -0.136549876118, - -0.0579315208794, - 0.0655487116133, - 0.178763230986, - 0.215200054294, - 0.138957244486, - -0.019650192887, - -0.167456903761, - -0.204155512171, - -0.100581304828, - 0.0650651880833, - 0.160706214701, - 0.114334503198, - -0.0157594573802, - -0.0983206626998, - -0.0679035403898, - 0.0105312004693, - 0.0368255223507, - 0.0092155035644, - 0.00422877208871, - 0.030839586414, - 0.00792665157714, - -0.0663658633294, - -0.0578436129747, - 0.0675414659716, - 0.109042254568, - -0.0444372250204, - -0.142675485897, - 0.0190011954449, - 0.158252233654, - -0.00704101484583, - -0.160690585954 - ], - [ - -0.157687234506, - 0.100333451547, - 0.157019840282, - -0.083377259254, - -0.15565685694, - 0.0433190211637, - 0.141708961341, - 0.00742978262213, - -0.102284010072, - -0.0425421262761, - 0.0423239531237, - 0.032657262752, - -0.00102873853706, - 0.0163121116429, - 0.0281361638992, - -0.0306576502186, - -0.0987639784485, - -0.0644216031645, - 0.0705043017525, - 0.172530814005, - 0.123077368494, - -0.0523096222983, - -0.208789741556, - -0.217313473313, - -0.0699832288807, - 0.127664210589, - 0.247626064727, - 0.227437287742, - 0.0954666169622, - -0.0655508461144, - -0.176414421209, - -0.200886503671, - -0.151217833009, - -0.0683603428119, - 0.00465071275575, - 0.0413666229495, - 0.0373521386423, - 0.00505700156427, - -0.0358263618047, - -0.0671653589019, - -0.0775579546114, - -0.0635759967464, - -0.0282604836503, - 0.0215661085053, - 0.077921500412, - 0.133538122953, - 0.182819738724, - 0.222032509564, - 0.249017056348, - 0.262711268091, - 0.262711268091, - 0.249017056348, - 0.222032509564, - 0.182819738724, - 0.133538122953, - 0.077921500412, - 0.0215661085053, - -0.0282604836503, - -0.0635759967464, - -0.0775579546114, - -0.0671653589019, - -0.0358263618047, - 0.00505700156427, - 0.0373521386423, - 0.0413666229495, - 0.00465071275575, - -0.0683603428119, - -0.151217833009, - -0.200886503671, - -0.176414421209, - -0.0655508461143, - 0.0954666169622, - 0.227437287742, - 0.247626064727, - 0.127664210589, - -0.0699832288807, - -0.217313473313, - -0.208789741556, - -0.0523096222983, - 0.123077368494, - 0.172530814005, - 0.0705043017525, - -0.0644216031645, - -0.0987639784485, - -0.0306576502186, - 0.0281361638992, - 0.0163121116429, - -0.00102873853706, - 0.032657262752, - 0.0423239531237, - -0.0425421262761, - -0.102284010072, - 0.00742978262213, - 0.141708961341, - 0.0433190211637, - -0.15565685694, - -0.083377259254, - 0.157019840282, - 0.100333451547, - -0.157687234506 - ], - [ - -0.0870154916771, - 0.19046455264, - 0.0887856110574, - -0.174599523102, - -0.105553544533, - 0.133546519907, - 0.121890768494, - -0.0702181893304, - -0.113837450819, - 0.00512456000422, - 0.066980537979, - 0.020994666305, - -0.00712270378871, - 0.0181759045448, - 0.00531231189617, - -0.0688516881717, - -0.095007306964, - 0.00542220493457, - 0.148034476008, - 0.171354047655, - 0.0232110441639, - -0.176918005287, - -0.254835523631, - -0.14036781829, - 0.0828124135158, - 0.258299305183, - 0.277920916963, - 0.144561606423, - -0.051504181318, - -0.203721529497, - -0.250676947746, - -0.195569996256, - -0.08673246632, - 0.0176939341084, - 0.0782008011122, - 0.0847808628106, - 0.0518761296174, - 0.0054433243501, - -0.0297719675355, - -0.0380764557398, - -0.0149142969408, - 0.0352340865102, - 0.102808464591, - 0.177050122043, - 0.248735159283, - 0.311485410203, - 0.361891243328, - 0.398885965007, - 0.422806457271, - 0.434469417779, - 0.434469417779, - 0.422806457271, - 0.398885965007, - 0.361891243328, - 0.311485410203, - 0.248735159283, - 0.177050122043, - 0.102808464591, - 0.0352340865102, - -0.0149142969408, - -0.0380764557398, - -0.0297719675355, - 0.0054433243501, - 0.0518761296174, - 0.0847808628106, - 0.0782008011122, - 0.0176939341084, - -0.08673246632, - -0.195569996256, - -0.250676947746, - -0.203721529497, - -0.051504181318, - 0.144561606423, - 0.277920916963, - 0.258299305183, - 0.0828124135158, - -0.14036781829, - -0.254835523631, - -0.176918005287, - 0.0232110441639, - 0.171354047655, - 0.148034476008, - 0.00542220493457, - -0.095007306964, - -0.0688516881717, - 0.00531231189617, - 0.0181759045448, - -0.00712270378871, - 0.020994666305, - 0.066980537979, - 0.00512456000422, - -0.113837450819, - -0.0702181893304, - 0.121890768494, - 0.133546519907, - -0.105553544533, - -0.174599523102, - 0.0887856110574, - 0.19046455264, - -0.0870154916771 - ], - [ - 0.0266659958095, - 0.226203135986, - -0.0227680365434, - -0.217396511203, - -0.00894504710549, - 0.190127902249, - 0.0545565072846, - -0.135197577264, - -0.0859508553404, - 0.0588600153853, - 0.0714030641835, - -0.000259982483291, - -0.0116510831094, - 0.0137376253464, - -0.0233277243714, - -0.0884799987867, - -0.0559548705783, - 0.0853702286556, - 0.185002520203, - 0.107341371748, - -0.102797876785, - -0.258958647147, - -0.215765209757, - 0.00204725661233, - 0.233221700187, - 0.318176134235, - 0.21155695157, - -0.00739141942633, - -0.207797031467, - -0.293564086237, - -0.246790209599, - -0.116539669063, - 0.0233235544748, - 0.115226218745, - 0.138277534713, - 0.105919676957, - 0.0501517686317, - 0.00386608137242, - -0.0110389522628, - 0.0124497292586, - 0.0688391615984, - 0.145535155459, - 0.228379010597, - 0.305619134216, - 0.369825784364, - 0.418055903323, - 0.450907783612, - 0.471101116299, - 0.482048963215, - 0.486689283655, - 0.486689283655, - 0.482048963215, - 0.471101116299, - 0.450907783612, - 0.418055903323, - 0.369825784364, - 0.305619134216, - 0.228379010597, - 0.145535155459, - 0.0688391615984, - 0.0124497292586, - -0.0110389522628, - 0.00386608137242, - 0.0501517686317, - 0.105919676957, - 0.138277534713, - 0.115226218745, - 0.0233235544748, - -0.116539669063, - -0.246790209599, - -0.293564086237, - -0.207797031467, - -0.00739141942633, - 0.21155695157, - 0.318176134235, - 0.233221700187, - 0.00204725661233, - -0.215765209757, - -0.258958647147, - -0.102797876785, - 0.107341371748, - 0.185002520203, - 0.0853702286556, - -0.0559548705783, - -0.0884799987867, - -0.0233277243714, - 0.0137376253464, - -0.0116510831094, - -0.000259982483291, - 0.0714030641835, - 0.0588600153853, - -0.0859508553404, - -0.135197577264, - 0.0545565072846, - 0.190127902249, - -0.00894504710549, - -0.217396511203, - -0.0227680365434, - 0.226203135986, - 0.0266659958095 - ], - [ - 0.143881641325, - 0.195224950076, - -0.138918419389, - -0.196956093786, - 0.100646831899, - 0.193432562316, - -0.0369539961076, - -0.164949059367, - -0.028250877477, - 0.10002209508, - 0.0540096235756, - -0.0237530612829, - -0.0130356511441, - 0.00451354278069, - -0.0478594706356, - -0.0826182912286, - 0.00503838810459, - 0.14769226831, - 0.168220066671, - 0.00219306058448, - -0.211357433212, - -0.26937924881, - -0.104100114203, - 0.161242101073, - 0.328783796199, - 0.285181036595, - 0.0698104438042, - -0.17688227469, - -0.319082406512, - -0.302452239155, - -0.163867498686, - 0.0109282538512, - 0.142083367832, - 0.190595804899, - 0.163324955413, - 0.0963758679285, - 0.0319664688599, - 0.000768518150296, - 0.0145910777212, - 0.068182354179, - 0.146007169128, - 0.229825731839, - 0.304400648646, - 0.360399080155, - 0.394800271324, - 0.409684782753, - 0.410320145711, - 0.403218766972, - 0.394538870402, - 0.38895160426, - 0.38895160426, - 0.394538870402, - 0.403218766972, - 0.410320145711, - 0.409684782753, - 0.394800271324, - 0.360399080155, - 0.304400648646, - 0.229825731839, - 0.146007169128, - 0.068182354179, - 0.0145910777212, - 0.000768518150297, - 0.0319664688599, - 0.0963758679285, - 0.163324955413, - 0.190595804899, - 0.142083367832, - 0.0109282538512, - -0.163867498686, - -0.302452239155, - -0.319082406512, - -0.17688227469, - 0.0698104438042, - 0.285181036595, - 0.328783796199, - 0.161242101073, - -0.104100114203, - -0.26937924881, - -0.211357433212, - 0.00219306058448, - 0.168220066671, - 0.14769226831, - 0.00503838810459, - -0.0826182912286, - -0.0478594706356, - 0.00451354278069, - -0.0130356511441, - -0.0237530612829, - 0.0540096235756, - 0.10002209508, - -0.028250877477, - -0.164949059367, - -0.0369539961076, - 0.193432562316, - 0.100646831899, - -0.196956093786, - -0.138918419389, - 0.195224950076, - 0.143881641325 - ], - [ - 0.229033862025, - 0.110205925088, - -0.22433253492, - -0.122562428329, - 0.189457861653, - 0.145043540263, - -0.123806589698, - -0.152156737942, - 0.0403997380552, - 0.116748724434, - 0.0210750599259, - -0.0422729913837, - -0.010999967099, - -0.00649005824689, - -0.0610372839039, - -0.0541484318003, - 0.0685637118094, - 0.174247348196, - 0.104973813136, - -0.110580565736, - -0.270241149271, - -0.207726796025, - 0.0436459805462, - 0.288341148409, - 0.34235242455, - 0.172296088669, - -0.102026349631, - -0.311970988758, - -0.352747305222, - -0.229596062675, - -0.0287363001793, - 0.147268671808, - 0.233377464406, - 0.221190974095, - 0.146014957558, - 0.059147592609, - 0.00280804809623, - -0.00292186494756, - 0.0394590052627, - 0.112422343512, - 0.193263090328, - 0.262136374954, - 0.306517101045, - 0.322206608132, - 0.31198444027, - 0.283179348886, - 0.245147024683, - 0.207210197019, - 0.177240193199, - 0.160818987304, - 0.160818987304, - 0.177240193199, - 0.207210197019, - 0.245147024683, - 0.283179348886, - 0.31198444027, - 0.322206608132, - 0.306517101045, - 0.262136374954, - 0.193263090328, - 0.112422343512, - 0.0394590052627, - -0.00292186494756, - 0.00280804809623, - 0.059147592609, - 0.146014957558, - 0.221190974095, - 0.233377464406, - 0.147268671808, - -0.0287363001793, - -0.229596062675, - -0.352747305222, - -0.311970988758, - -0.102026349631, - 0.172296088669, - 0.34235242455, - 0.288341148409, - 0.0436459805462, - -0.207726796025, - -0.270241149271, - -0.110580565736, - 0.104973813136, - 0.174247348196, - 0.0685637118094, - -0.0541484318003, - -0.0610372839039, - -0.00649005824689, - -0.010999967099, - -0.0422729913837, - 0.0210750599259, - 0.116748724434, - 0.0403997380552, - -0.152156737942, - -0.123806589698, - 0.145043540263, - 0.189457861653, - -0.122562428329, - -0.22433253492, - 0.110205925088, - 0.229033862025 - ], - [ - 0.262494876938, - -0.00127571896011, - -0.259171784305, - -0.0189399347105, - 0.235812598735, - 0.0625437779924, - -0.183358202462, - -0.104084248517, - 0.100773140378, - 0.106797279417, - -0.0172565897391, - -0.0513419269584, - -0.00638830596521, - -0.0161916965631, - -0.0603519016602, - -0.0126033787181, - 0.117512236935, - 0.161028576665, - 0.0160138110337, - -0.200345386248, - -0.267891277003, - -0.0962825471681, - 0.185262537281, - 0.352062223773, - 0.276680571739, - 0.0156337238486, - -0.255993477184, - -0.379202172012, - -0.30528395026, - -0.0999170390012, - 0.119272328981, - 0.255700200131, - 0.274589511519, - 0.201387402196, - 0.0931277268153, - 0.00539957819573, - -0.0291545027034, - -0.00621076726611, - 0.0570611282541, - 0.133906558058, - 0.19892210552, - 0.234849946935, - 0.234786802402, - 0.200995832145, - 0.141999615239, - 0.0693713652794, - -0.00491796515035, - -0.0702785432405, - -0.118460294673, - -0.143928329839, - -0.143928329839, - -0.118460294673, - -0.0702785432405, - -0.00491796515035, - 0.0693713652794, - 0.141999615239, - 0.200995832145, - 0.234786802402, - 0.234849946935, - 0.19892210552, - 0.133906558058, - 0.0570611282541, - -0.00621076726611, - -0.0291545027034, - 0.00539957819573, - 0.0931277268153, - 0.201387402196, - 0.274589511519, - 0.255700200131, - 0.119272328981, - -0.0999170390012, - -0.30528395026, - -0.379202172012, - -0.255993477184, - 0.0156337238486, - 0.276680571739, - 0.352062223773, - 0.185262537281, - -0.0962825471681, - -0.267891277003, - -0.200345386248, - 0.0160138110337, - 0.161028576665, - 0.117512236935, - -0.0126033787181, - -0.0603519016602, - -0.0161916965631, - -0.00638830596521, - -0.0513419269584, - -0.0172565897391, - 0.106797279417, - 0.100773140378, - -0.104084248517, - -0.183358202462, - 0.0625437779924, - 0.235812598735, - -0.0189399347105, - -0.259171784305, - -0.00127571896011, - 0.262494876938 - ], - [ - 0.243217233492, - -0.109524199527, - -0.241894582095, - 0.0857102138956, - 0.234372147983, - -0.0302076227294, - -0.205164413647, - -0.0366272645136, - 0.139743550465, - 0.0759601076083, - -0.0512725401009, - -0.0500413998718, - -0.000615530500891, - -0.0224749586686, - -0.0477255803509, - 0.030588318591, - 0.142199307728, - 0.116120983052, - -0.0745290900127, - -0.248816788564, - -0.212362347668, - 0.0326780752372, - 0.288161422341, - 0.344960399296, - 0.156549244259, - -0.142865224723, - -0.357927951103, - -0.370416148074, - -0.196819887631, - 0.0499745209773, - 0.244063489206, - 0.313675703043, - 0.261067486648, - 0.140666031186, - 0.0202866652535, - -0.0509081867133, - -0.0562752525194, - -0.00836992027957, - 0.0638786995872, - 0.12923843175, - 0.164195768156, - 0.157278023881, - 0.108615618347, - 0.0267689155057, - -0.0752304637116, - -0.183317270318, - -0.284730051657, - -0.369218845667, - -0.429395986957, - -0.460598777927, - -0.460598777927, - -0.429395986957, - -0.369218845667, - -0.284730051657, - -0.183317270318, - -0.0752304637116, - 0.0267689155057, - 0.108615618347, - 0.157278023881, - 0.164195768156, - 0.12923843175, - 0.0638786995872, - -0.00836992027957, - -0.0562752525194, - -0.0509081867133, - 0.0202866652535, - 0.140666031186, - 0.261067486648, - 0.313675703043, - 0.244063489206, - 0.0499745209773, - -0.196819887631, - -0.370416148074, - -0.357927951103, - -0.142865224723, - 0.156549244259, - 0.344960399296, - 0.288161422341, - 0.0326780752372, - -0.212362347668, - -0.248816788564, - -0.0745290900127, - 0.116120983052, - 0.142199307728, - 0.030588318591, - -0.0477255803509, - -0.0224749586686, - -0.000615530500891, - -0.0500413998718, - -0.0512725401009, - 0.0759601076083, - 0.139743550465, - -0.0366272645136, - -0.205164413647, - -0.0302076227294, - 0.234372147983, - 0.0857102138956, - -0.241894582095, - -0.109524199527, - 0.243217233492 - ], - [ - 0.184109663691, - -0.192321024879, - -0.184864365428, - 0.169210719292, - 0.193424632525, - -0.111996025311, - -0.190926218315, - 0.0328051007075, - 0.152667305895, - 0.0341816861824, - -0.0745319758696, - -0.0403545317848, - 0.00491328277887, - -0.0245788796427, - -0.0277660661805, - 0.0660741097782, - 0.141371264067, - 0.0540929648384, - -0.147358317608, - -0.252416213909, - -0.123803368819, - 0.149267136119, - 0.336803032534, - 0.27958824853, - 0.0156339637013, - -0.269628429515, - -0.394331484145, - -0.298866140785, - -0.0591314426294, - 0.185732120273, - 0.322859256371, - 0.316182599699, - 0.203162513876, - 0.0571470169357, - -0.0548013644165, - -0.0978185203223, - -0.0735630992652, - -0.00908873692375, - 0.0597144634447, - 0.102069510807, - 0.0999111304813, - 0.0491800495863, - -0.0430820324204, - -0.163331435995, - -0.295904916673, - -0.426179891703, - -0.542281935247, - -0.635585601762, - -0.700446932622, - -0.733606357384, - -0.733606357384, - -0.700446932622, - -0.635585601762, - -0.542281935247, - -0.426179891703, - -0.295904916673, - -0.163331435995, - -0.0430820324204, - 0.0491800495863, - 0.0999111304813, - 0.102069510807, - 0.0597144634447, - -0.00908873692375, - -0.0735630992652, - -0.0978185203223, - -0.0548013644165, - 0.0571470169357, - 0.203162513876, - 0.316182599699, - 0.322859256371, - 0.185732120273, - -0.0591314426294, - -0.298866140785, - -0.394331484145, - -0.269628429515, - 0.0156339637013, - 0.27958824853, - 0.336803032534, - 0.149267136119, - -0.123803368819, - -0.252416213909, - -0.147358317608, - 0.0540929648384, - 0.141371264067, - 0.0660741097782, - -0.0277660661805, - -0.0245788796427, - 0.00491328277887, - -0.0403545317848, - -0.0745319758696, - 0.0341816861824, - 0.152667305895, - 0.0328051007075, - -0.190926218315, - -0.111996025311, - 0.193424632525, - 0.169210719292, - -0.184864365428, - -0.192321024879, - 0.184109663691 - ], - [ - 0.104438732893, - -0.239007287068, - -0.106922969014, - 0.219896254687, - 0.128683376161, - -0.169434809354, - -0.150558949938, - 0.0905921296772, - 0.142273711825, - -0.00840207480805, - -0.0847412506504, - -0.0257898453522, - 0.00919325522488, - -0.0229282605575, - -0.00572041400194, - 0.0886100066936, - 0.120188042677, - -0.00989648209976, - -0.19205641821, - -0.219167806021, - -0.0254579903577, - 0.233675263752, - 0.332320828906, - 0.179475898255, - -0.115338404935, - -0.346527574827, - -0.370505853243, - -0.18972756472, - 0.0763301462796, - 0.284202732836, - 0.348969573623, - 0.272501039667, - 0.119448341158, - -0.0296287399547, - -0.117723606478, - -0.128119476596, - -0.0793613552872, - -0.00845330835335, - 0.0469227653134, - 0.060405819328, - 0.0213402813346, - -0.066871042956, - -0.191559731028, - -0.336115231158, - -0.484210763236, - -0.622326389573, - -0.740681935759, - -0.833042539041, - -0.895929037527, - -0.927680565952, - -0.927680565952, - -0.895929037527, - -0.833042539041, - -0.740681935759, - -0.622326389573, - -0.484210763236, - -0.336115231158, - -0.191559731028, - -0.066871042956, - 0.0213402813346, - 0.060405819328, - 0.0469227653134, - -0.00845330835335, - -0.0793613552872, - -0.128119476596, - -0.117723606478, - -0.0296287399547, - 0.119448341158, - 0.272501039667, - 0.348969573623, - 0.284202732836, - 0.0763301462796, - -0.18972756472, - -0.370505853243, - -0.346527574827, - -0.115338404935, - 0.179475898255, - 0.332320828906, - 0.233675263752, - -0.0254579903577, - -0.219167806021, - -0.19205641821, - -0.00989648209976, - 0.120188042677, - 0.0886100066936, - -0.00572041400194, - -0.0229282605575, - 0.00919325522488, - -0.0257898453522, - -0.0847412506504, - -0.00840207480805, - 0.142273711825, - 0.0905921296772, - -0.150558949938, - -0.169434809354, - 0.128683376161, - 0.219896254687, - -0.106922969014, - -0.239007287068, - 0.104438732893 - ], - [ - 0.0229261885198, - -0.249722313091, - -0.0265628053593, - 0.236433668239, - 0.0569813811046, - -0.19804717213, - -0.0971467820682, - 0.129269549308, - 0.115731962874, - -0.0441368063119, - -0.0830943219296, - -0.0100162834957, - 0.0117584756702, - -0.0186675365489, - 0.0140705705356, - 0.097181464623, - 0.0869725135762, - -0.064183715692, - -0.20712355119, - -0.163177302868, - 0.0632450902161, - 0.278292064431, - 0.28730759856, - 0.0698431848024, - -0.215631069239, - -0.371029296275, - -0.303725187923, - -0.0701892005927, - 0.186403833323, - 0.336147749719, - 0.328929776713, - 0.199811789977, - 0.0297097044522, - -0.104030524234, - -0.160080225001, - -0.139856733538, - -0.0748621362032, - -0.0068197574813, - 0.0291657653681, - 0.0135510229231, - -0.0565630921629, - -0.171470488083, - -0.314781322078, - -0.468806949751, - -0.618203744085, - -0.751682042476, - -0.862175810442, - -0.946071753046, - -1.00205351493, - -1.02996856229, - -1.02996856229, - -1.00205351493, - -0.946071753046, - -0.862175810442, - -0.751682042476, - -0.618203744085, - -0.468806949751, - -0.314781322078, - -0.171470488083, - -0.0565630921629, - 0.0135510229231, - 0.0291657653681, - -0.00681975748131, - -0.0748621362032, - -0.139856733538, - -0.160080225001, - -0.104030524234, - 0.0297097044522, - 0.199811789977, - 0.328929776713, - 0.336147749719, - 0.186403833323, - -0.0701892005927, - -0.303725187923, - -0.371029296275, - -0.215631069239, - 0.0698431848024, - 0.28730759856, - 0.278292064431, - 0.0632450902161, - -0.163177302868, - -0.20712355119, - -0.064183715692, - 0.0869725135762, - 0.097181464623, - 0.0140705705356, - -0.0186675365489, - 0.0117584756702, - -0.0100162834957, - -0.0830943219296, - -0.0441368063119, - 0.115731962874, - 0.129269549308, - -0.0971467820682, - -0.19804717213, - 0.0569813811046, - 0.236433668239, - -0.0265628053593, - -0.249722313091, - 0.0229261885198 - ], - [ - -0.0465413444722, - -0.231897016338, - 0.042371824903, - 0.224819811632, - -0.00810355055671, - -0.200474211117, - -0.0428052072524, - 0.147336642136, - 0.0815189369967, - -0.0688813066715, - -0.0728727746155, - 0.00406315744529, - 0.0126211325384, - -0.0131584442809, - 0.0289190293556, - 0.0939006730967, - 0.0502219414785, - -0.102273301144, - -0.197513836457, - -0.0993504153991, - 0.130119000527, - 0.285684884743, - 0.219226111285, - -0.0289289299692, - -0.276316837551, - -0.351958557481, - -0.215437108036, - 0.0376107877657, - 0.259164209444, - 0.344193652198, - 0.276965192047, - 0.116791192043, - -0.0500473068847, - -0.156824993763, - -0.179673615591, - -0.135264521488, - -0.0630219424421, - -0.0046579751268, - 0.0102369508262, - -0.0302783487054, - -0.122267641307, - -0.251563486262, - -0.400070514742, - -0.55070208, - -0.690209763964, - -0.810068192974, - -0.906004782997, - -0.976827633112, - -1.02307429278, - -1.04581917676, - -1.04581917676, - -1.02307429278, - -0.976827633112, - -0.906004782997, - -0.810068192974, - -0.690209763964, - -0.55070208, - -0.400070514742, - -0.251563486262, - -0.122267641307, - -0.0302783487054, - 0.0102369508262, - -0.0046579751268, - -0.0630219424421, - -0.135264521488, - -0.179673615591, - -0.156824993763, - -0.0500473068847, - 0.116791192043, - 0.276965192047, - 0.344193652198, - 0.259164209444, - 0.0376107877657, - -0.215437108036, - -0.351958557481, - -0.276316837551, - -0.0289289299692, - 0.219226111285, - 0.285684884743, - 0.130119000527, - -0.0993504153991, - -0.197513836457, - -0.102273301144, - 0.0502219414785, - 0.0939006730967, - 0.0289190293556, - -0.0131584442809, - 0.0126211325384, - 0.00406315744529, - -0.0728727746155, - -0.0688813066715, - 0.0815189369967, - 0.147336642136, - -0.0428052072524, - -0.200474211117, - -0.00810355055671, - 0.224819811632, - 0.042371824903, - -0.231897016338, - -0.0465413444722 - ], - [ - -0.0963486581888, - -0.196125834482, - 0.0921765674204, - 0.19456076335, - -0.0581559972975, - -0.183473202566, - 0.00367845304977, - 0.147567622331, - 0.0470954871374, - -0.0817370145036, - -0.0580116380857, - 0.0146965653235, - 0.0121073745766, - -0.00760466768543, - 0.0378292512019, - 0.0824858554933, - 0.0166651589083, - -0.12254363648, - -0.171374751037, - -0.0398220604882, - 0.170501245352, - 0.264640435472, - 0.144925717308, - -0.104203747816, - -0.298350627688, - -0.303810584728, - -0.12516252667, - 0.119813110659, - 0.292893917087, - 0.318422229308, - 0.20940911793, - 0.0390615517108, - -0.109875169328, - -0.185163994023, - -0.179054078214, - -0.119004753391, - -0.047405418788, - -0.00242032891001, - -0.00674731251999, - -0.0652606351444, - -0.168882283802, - -0.301015967197, - -0.443622724227, - -0.581397317775, - -0.703729999742, - -0.804879010548, - -0.883043510483, - -0.938976665585, - -0.974591988982, - -0.991818989345, - -0.991818989345, - -0.974591988982, - -0.938976665585, - -0.883043510483, - -0.804879010548, - -0.703729999742, - -0.581397317775, - -0.443622724227, - -0.301015967197, - -0.168882283802, - -0.0652606351444, - -0.00674731251999, - -0.00242032891001, - -0.047405418788, - -0.119004753391, - -0.179054078214, - -0.185163994023, - -0.109875169328, - 0.0390615517108, - 0.20940911793, - 0.318422229308, - 0.292893917087, - 0.119813110659, - -0.12516252667, - -0.303810584728, - -0.298350627688, - -0.104203747816, - 0.144925717308, - 0.264640435472, - 0.170501245352, - -0.0398220604882, - -0.171374751037, - -0.12254363648, - 0.0166651589083, - 0.0824858554933, - 0.0378292512019, - -0.00760466768543, - 0.0121073745766, - 0.0146965653235, - -0.0580116380857, - -0.0817370145036, - 0.0470954871374, - 0.147567622331, - 0.00367845304977, - -0.183473202566, - -0.0581559972975, - 0.19456076335, - 0.0921765674204, - -0.196125834482, - -0.0963486581888 - ], - [ - -0.124492408757, - -0.152818366409, - 0.120694801813, - 0.155427768518, - -0.0898313141654, - -0.155031549208, - 0.0374894745006, - 0.134902443203, - 0.0177110677732, - -0.0840768613925, - -0.0420439594867, - 0.0212382766408, - 0.0106772239662, - -0.00285673499396, - 0.0411033055924, - 0.0669137092547, - -0.00951435230044, - -0.126856653854, - -0.137215359343, - 0.00759598584826, - 0.185569856681, - 0.226140931268, - 0.0773459991369, - -0.1510049046, - -0.288913900683, - -0.241758792089, - -0.0471098834974, - 0.17084663156, - 0.292921343448, - 0.27173123213, - 0.140619196326, - -0.0229811021503, - -0.145880109445, - -0.19103373187, - -0.163437414466, - -0.0964435544774, - -0.0312874756191, - -0.000459877383807, - -0.0197212114264, - -0.0882804293202, - -0.193909169015, - -0.319447041753, - -0.448231309912, - -0.567388633928, - -0.669009842463, - -0.749790653826, - -0.809845259791, - -0.851270993951, - -0.87683018745, - -0.888926023679, - -0.888926023679, - -0.87683018745, - -0.851270993951, - -0.809845259791, - -0.749790653826, - -0.669009842463, - -0.567388633928, - -0.448231309912, - -0.319447041753, - -0.193909169015, - -0.0882804293202, - -0.0197212114264, - -0.000459877383807, - -0.0312874756191, - -0.0964435544774, - -0.163437414466, - -0.19103373187, - -0.145880109445, - -0.0229811021503, - 0.140619196326, - 0.27173123213, - 0.292921343448, - 0.17084663156, - -0.0471098834974, - -0.241758792089, - -0.288913900683, - -0.1510049046, - 0.0773459991369, - 0.226140931268, - 0.185569856681, - 0.00759598584826, - -0.137215359343, - -0.126856653854, - -0.00951435230044, - 0.0669137092547, - 0.0411033055924, - -0.00285673499396, - 0.0106772239662, - 0.0212382766408, - -0.0420439594867, - -0.0840768613925, - 0.0177110677732, - 0.134902443203, - 0.0374894745006, - -0.155031549208, - -0.0898313141654, - 0.155427768518, - 0.120694801813, - -0.152818366409, - -0.124492408757 - ], - [ - -0.132873874669, - -0.11018123906, - 0.129666457258, - 0.115398058059, - -0.103623136871, - -0.122303325673, - 0.0572614364283, - 0.114644147197, - -0.00382046549247, - -0.0784192146018, - -0.0275426848741, - 0.0238645510058, - 0.00878227303608, - 0.000626631544554, - 0.0397960756986, - 0.0505255824514, - -0.0265690325189, - -0.118888141308, - -0.102066138559, - 0.0393760707397, - 0.179942565719, - 0.180351591737, - 0.0243694638935, - -0.170189238544, - -0.257688559032, - -0.178372713234, - 0.0107205877603, - 0.191520337546, - 0.268002604458, - 0.21625311877, - 0.0808403556305, - -0.0643546240941, - -0.158840195268, - -0.179163727705, - -0.138761388215, - -0.0723760844407, - -0.0171314460925, - 0.00100167860583, - -0.0276910468382, - -0.0985675737481, - -0.198179769606, - -0.310303473264, - -0.420492849673, - -0.518508513197, - -0.598866544394, - -0.660150106603, - -0.703744104362, - -0.732481924804, - -0.749481525681, - -0.757280216489, - -0.757280216489, - -0.749481525681, - -0.732481924804, - -0.703744104362, - -0.660150106603, - -0.598866544394, - -0.518508513197, - -0.420492849673, - -0.310303473264, - -0.198179769606, - -0.0985675737481, - -0.0276910468382, - 0.00100167860583, - -0.0171314460925, - -0.0723760844407, - -0.138761388215, - -0.179163727705, - -0.158840195268, - -0.0643546240941, - 0.0808403556305, - 0.21625311877, - 0.268002604458, - 0.191520337546, - 0.0107205877603, - -0.178372713234, - -0.257688559032, - -0.170189238544, - 0.0243694638935, - 0.180351591737, - 0.179942565719, - 0.0393760707397, - -0.102066138559, - -0.118888141308, - -0.0265690325189, - 0.0505255824514, - 0.0397960756986, - 0.000626631544554, - 0.00878227303608, - 0.0238645510058, - -0.0275426848741, - -0.0784192146018, - -0.00382046549247, - 0.114644147197, - 0.0572614364283, - -0.122303325673, - -0.103623136871, - 0.115398058059, - 0.129666457258, - -0.11018123906, - -0.132873874669 - ], - [ - -0.125420104096, - -0.0734568037818, - 0.122884643472, - 0.0797803695866, - -0.102287915197, - -0.0905258300632, - 0.064017009326, - 0.0912780208222, - -0.016736449357, - -0.0674929881017, - -0.0159843935163, - 0.0232232592671, - 0.00678023193667, - 0.00271830181201, - 0.0352194632877, - 0.0356145185167, - -0.0345982193255, - -0.102712073593, - -0.0706625763074, - 0.0553332418546, - 0.159459047613, - 0.134934495546, - -0.0108061418827, - -0.166067191091, - -0.214009868963, - -0.12213307618, - 0.0457705568236, - 0.186471587415, - 0.22732500118, - 0.161265536487, - 0.0357260212026, - -0.0844687599653, - -0.152345399276, - -0.15511566645, - -0.110283217042, - -0.0503143802807, - -0.00640996263647, - 0.00186941808983, - -0.030545592061, - -0.0970255794173, - -0.184556889999, - -0.278930186988, - -0.368342262941, - -0.445073571504, - -0.505604694394, - -0.549790346779, - -0.579661867442, - -0.5982472093, - -0.608605409592, - -0.613133658844, - -0.613133658844, - -0.608605409592, - -0.5982472093, - -0.579661867442, - -0.549790346779, - -0.505604694394, - -0.445073571504, - -0.368342262941, - -0.278930186988, - -0.184556889999, - -0.0970255794173, - -0.030545592061, - 0.00186941808983, - -0.00640996263647, - -0.0503143802807, - -0.110283217042, - -0.15511566645, - -0.152345399276, - -0.0844687599653, - 0.0357260212026, - 0.161265536487, - 0.22732500118, - 0.186471587415, - 0.0457705568236, - -0.12213307618, - -0.214009868963, - -0.166067191091, - -0.0108061418827, - 0.134934495546, - 0.159459047613, - 0.0553332418546, - -0.0706625763074, - -0.102712073593, - -0.0345982193255, - 0.0356145185167, - 0.0352194632877, - 0.00271830181201, - 0.00678023193667, - 0.0232232592671, - -0.0159843935163, - -0.0674929881017, - -0.016736449357, - 0.0912780208222, - 0.064017009326, - -0.0905258300632, - -0.102287915197, - 0.0797803695866, - 0.122884643472, - -0.0734568037818, - -0.125420104096 - ], - [ - -0.106561042075, - -0.0450406111583, - 0.104688319705, - 0.051206732864, - -0.0894575757967, - -0.0627394082439, - 0.0600664303147, - 0.0679190419066, - -0.0216956559574, - -0.0536332439678, - -0.00787992394099, - 0.0201310067469, - 0.00490157113737, - 0.0035220203604, - 0.0285929142207, - 0.023378970377, - -0.0348333853359, - -0.0818660418109, - -0.0453954398584, - 0.0574058743663, - 0.129596936615, - 0.0945081100646, - -0.0285337973662, - -0.144282787677, - -0.165193542607, - -0.0773122547709, - 0.0594034614525, - 0.161858288473, - 0.178573988609, - 0.112443283946, - 0.00691610522056, - -0.0856526605097, - -0.131098170435, - -0.123918445601, - -0.0818105582019, - -0.0322614659652, - 0.000336579472433, - 0.00215061805891, - -0.0287877453397, - -0.0855316209408, - -0.156790174769, - -0.231063501625, - -0.299316029283, - -0.356058002199, - -0.399217978894, - -0.429340298451, - -0.44856377868, - -0.459671437305, - -0.465341892259, - -0.467626304234, - -0.467626304234, - -0.465341892259, - -0.459671437305, - -0.44856377868, - -0.429340298451, - -0.399217978894, - -0.356058002199, - -0.299316029283, - -0.231063501625, - -0.156790174769, - -0.0855316209408, - -0.0287877453397, - 0.00215061805891, - 0.000336579472433, - -0.0322614659652, - -0.0818105582019, - -0.123918445601, - -0.131098170435, - -0.0856526605097, - 0.00691610522056, - 0.112443283946, - 0.178573988609, - 0.161858288473, - 0.0594034614525, - -0.0773122547709, - -0.165193542607, - -0.144282787677, - -0.0285337973662, - 0.0945081100646, - 0.129596936615, - 0.0574058743663, - -0.0453954398584, - -0.0818660418109, - -0.0348333853359, - 0.023378970377, - 0.0285929142207, - 0.0035220203604, - 0.00490157113737, - 0.0201310067469, - -0.00787992394099, - -0.0536332439678, - -0.0216956559574, - 0.0679190419066, - 0.0600664303147, - -0.0627394082439, - -0.0894575757967, - 0.051206732864, - 0.104688319705, - -0.0450406111583, - -0.106561042075 - ], - [ - -0.0802632281374, - -0.0250507040093, - 0.0789970436683, - 0.0300993087637, - -0.0686850251087, - -0.0400128188055, - 0.0481449556978, - 0.0462342512678, - -0.0201642449206, - -0.0385013861787, - -0.00301993441623, - 0.0153683029595, - 0.00325262689385, - 0.00327347477158, - 0.0208573150813, - 0.0140885839827, - -0.0290245240807, - -0.0589032537106, - -0.0266940872976, - 0.0485736732115, - 0.0946135632615, - 0.0608665634686, - -0.0314328070137, - -0.110341076531, - -0.115909806795, - -0.0446395096075, - 0.0553267346202, - 0.123733843851, - 0.127050719997, - 0.0720370885987, - -0.00692841851454, - -0.0717745569, - -0.0997019129117, - -0.0893302474852, - -0.0554706725917, - -0.0188150238803, - 0.00331864737097, - 0.00192419915904, - -0.0232805236266, - -0.0663740484002, - -0.118708895748, - -0.171891727311, - -0.21960329431, - -0.258239528888, - -0.286700475509, - -0.305734031142, - -0.317163862163, - -0.323199129038, - -0.325905568064, - -0.326842769549, - -0.326842769549, - -0.325905568064, - -0.323199129038, - -0.317163862163, - -0.305734031142, - -0.286700475509, - -0.258239528888, - -0.21960329431, - -0.171891727311, - -0.118708895748, - -0.0663740484002, - -0.0232805236266, - 0.00192419915904, - 0.00331864737097, - -0.0188150238803, - -0.0554706725917, - -0.0893302474852, - -0.0997019129117, - -0.0717745569, - -0.00692841851454, - 0.0720370885987, - 0.127050719997, - 0.123733843851, - 0.0553267346202, - -0.0446395096075, - -0.115909806795, - -0.110341076531, - -0.0314328070137, - 0.0608665634686, - 0.0946135632615, - 0.0485736732115, - -0.0266940872976, - -0.0589032537106, - -0.0290245240807, - 0.0140885839827, - 0.0208573150813, - 0.00327347477158, - 0.00325262689385, - 0.0153683029595, - -0.00301993441623, - -0.0385013861787, - -0.0201642449206, - 0.0462342512678, - 0.0481449556978, - -0.0400128188055, - -0.0686850251087, - 0.0300993087637, - 0.0789970436683, - -0.0250507040093, - -0.0802632281374 - ], - [ - -0.0496021887203, - -0.0120156119636, - 0.0488762058016, - 0.0152931096875, - -0.0429566360176, - -0.0218984915538, - 0.0308872658122, - 0.0266493669137, - -0.0139551842824, - -0.0230531593558, - -0.000727011142991, - 0.00957798605477, - 0.00183842696974, - 0.00226569390594, - 0.0126245002567, - 0.00732999850358, - -0.0190281588488, - -0.0353239121167, - -0.013563039952, - 0.0321084934149, - 0.0572995399822, - 0.0335759754119, - -0.0233227792175, - -0.0688498190777, - -0.0682988155589, - -0.0222548076906, - 0.0383537772264, - 0.077195219856, - 0.0755989317532, - 0.0395425200263, - -0.00907092840231, - -0.0472385770744, - -0.062016907544, - -0.0536400676448, - -0.0318512331622, - -0.0094442967549, - 0.00328265261292, - 0.00131322124945, - -0.0150559336279, - -0.0418907852169, - -0.0737842835915, - -0.10564719507, - -0.133758271541, - -0.156093255466, - -0.172149669431, - -0.182520928469, - -0.18841787018, - -0.191251803964, - -0.192320792175, - -0.192596940127, - -0.192596940127, - -0.192320792175, - -0.191251803964, - -0.18841787018, - -0.182520928469, - -0.172149669431, - -0.156093255466, - -0.133758271541, - -0.10564719507, - -0.0737842835915, - -0.0418907852169, - -0.0150559336279, - 0.00131322124945, - 0.00328265261292, - -0.0094442967549, - -0.0318512331622, - -0.0536400676448, - -0.062016907544, - -0.0472385770744, - -0.00907092840231, - 0.0395425200263, - 0.0755989317532, - 0.077195219856, - 0.0383537772264, - -0.0222548076906, - -0.0682988155589, - -0.0688498190777, - -0.0233227792175, - 0.0335759754119, - 0.0572995399822, - 0.0321084934149, - -0.013563039952, - -0.0353239121167, - -0.0190281588488, - 0.00732999850358, - 0.0126245002567, - 0.00226569390594, - 0.00183842696974, - 0.00957798605477, - -0.000727011142991, - -0.0230531593558, - -0.0139551842824, - 0.0266493669137, - 0.0308872658122, - -0.0218984915538, - -0.0429566360176, - 0.0152931096875, - 0.0488762058016, - -0.0120156119636, - -0.0496021887203 - ], - [ - -0.0167519616689, - -0.00348738812193, - 0.0165160936358, - 0.00462017902929, - -0.0145915363949, - -0.00692981252492, - 0.0106182109858, - 0.00868349390843, - -0.00495907919852, - -0.00766372482812, - -0.000057864654151, - 0.00324801050989, - 0.000592605303657, - 0.000805178914568, - 0.00421996052094, - 0.00224868370784, - -0.00660622187443, - -0.0117522626993, - -0.00409697942241, - 0.0111887159152, - 0.0191587474844, - 0.0106733930486, - -0.00851998433847, - -0.0233618528559, - -0.0225167142481, - -0.00663560312644, - 0.0136412958789, - 0.0261923979539, - 0.0250503970996, - 0.0125316595367, - -0.00385710232202, - -0.0164329660093, - -0.0210134446749, - -0.0178574519952, - -0.0103538427657, - -0.00282562339034, - 0.0013151277659, - 0.000464485590304, - -0.00519954191978, - -0.0143025307783, - -0.0250072802952, - -0.0356104075348, - -0.044884849547, - -0.0521799681279, - -0.0573550174301, - -0.0606319537745, - -0.0624336054036, - -0.0632444158591, - -0.0635066094609, - -0.0635501555742, - -0.0635501555742, - -0.0635066094609, - -0.0632444158591, - -0.0624336054036, - -0.0606319537745, - -0.0573550174301, - -0.0521799681279, - -0.044884849547, - -0.0356104075348, - -0.0250072802952, - -0.0143025307783, - -0.00519954191978, - 0.000464485590304, - 0.0013151277659, - -0.00282562339034, - -0.0103538427657, - -0.0178574519952, - -0.0210134446749, - -0.0164329660093, - -0.00385710232202, - 0.0125316595367, - 0.0250503970996, - 0.0261923979539, - 0.0136412958789, - -0.00663560312644, - -0.0225167142481, - -0.0233618528559, - -0.00851998433847, - 0.0106733930486, - 0.0191587474844, - 0.0111887159152, - -0.00409697942241, - -0.0117522626993, - -0.00660622187443, - 0.00224868370784, - 0.00421996052094, - 0.000805178914568, - 0.000592605303657, - 0.00324801050989, - -0.0000578646541511, - -0.00766372482812, - -0.00495907919852, - 0.00868349390843, - 0.0106182109858, - -0.00692981252492, - -0.0145915363949, - 0.00462017902929, - 0.0165160936358, - -0.00348738812193, - -0.0167519616689 - ], - [ - 0.0167519616689, - 0.00348738812193, - -0.0165160936358, - -0.00462017902929, - 0.0145915363949, - 0.00692981252492, - -0.0106182109858, - -0.00868349390843, - 0.00495907919852, - 0.00766372482812, - 0.000057864654151, - -0.00324801050989, - -0.000592605303657, - -0.000805178914568, - -0.00421996052094, - -0.00224868370784, - 0.00660622187443, - 0.0117522626993, - 0.00409697942241, - -0.0111887159152, - -0.0191587474844, - -0.0106733930486, - 0.00851998433847, - 0.0233618528559, - 0.0225167142481, - 0.00663560312644, - -0.0136412958789, - -0.0261923979539, - -0.0250503970996, - -0.0125316595367, - 0.00385710232202, - 0.0164329660093, - 0.0210134446749, - 0.0178574519952, - 0.0103538427657, - 0.00282562339034, - -0.0013151277659, - -0.000464485590304, - 0.00519954191978, - 0.0143025307783, - 0.0250072802952, - 0.0356104075348, - 0.044884849547, - 0.0521799681279, - 0.0573550174301, - 0.0606319537745, - 0.0624336054036, - 0.0632444158591, - 0.0635066094609, - 0.0635501555742, - 0.0635501555742, - 0.0635066094609, - 0.0632444158591, - 0.0624336054036, - 0.0606319537745, - 0.0573550174301, - 0.0521799681279, - 0.044884849547, - 0.0356104075348, - 0.0250072802952, - 0.0143025307783, - 0.00519954191978, - -0.000464485590304, - -0.0013151277659, - 0.00282562339034, - 0.0103538427657, - 0.0178574519952, - 0.0210134446749, - 0.0164329660093, - 0.00385710232202, - -0.0125316595367, - -0.0250503970996, - -0.0261923979539, - -0.0136412958789, - 0.00663560312644, - 0.0225167142481, - 0.0233618528559, - 0.00851998433847, - -0.0106733930486, - -0.0191587474844, - -0.0111887159152, - 0.00409697942241, - 0.0117522626993, - 0.00660622187443, - -0.00224868370784, - -0.00421996052094, - -0.000805178914568, - -0.000592605303657, - -0.00324801050989, - 0.0000578646541511, - 0.00766372482812, - 0.00495907919852, - -0.00868349390843, - -0.0106182109858, - 0.00692981252492, - 0.0145915363949, - -0.00462017902929, - -0.0165160936358, - 0.00348738812193, - 0.0167519616689 - ], - [ - 0.0496021887203, - 0.0120156119636, - -0.0488762058016, - -0.0152931096875, - 0.0429566360176, - 0.0218984915538, - -0.0308872658122, - -0.0266493669137, - 0.0139551842824, - 0.0230531593558, - 0.000727011142991, - -0.00957798605477, - -0.00183842696974, - -0.00226569390594, - -0.0126245002567, - -0.00732999850358, - 0.0190281588488, - 0.0353239121167, - 0.013563039952, - -0.0321084934149, - -0.0572995399822, - -0.0335759754119, - 0.0233227792175, - 0.0688498190777, - 0.0682988155589, - 0.0222548076906, - -0.0383537772264, - -0.077195219856, - -0.0755989317532, - -0.0395425200263, - 0.00907092840231, - 0.0472385770744, - 0.062016907544, - 0.0536400676448, - 0.0318512331622, - 0.0094442967549, - -0.00328265261292, - -0.00131322124945, - 0.0150559336279, - 0.0418907852169, - 0.0737842835915, - 0.10564719507, - 0.133758271541, - 0.156093255466, - 0.172149669431, - 0.182520928469, - 0.18841787018, - 0.191251803964, - 0.192320792175, - 0.192596940127, - 0.192596940127, - 0.192320792175, - 0.191251803964, - 0.18841787018, - 0.182520928469, - 0.172149669431, - 0.156093255466, - 0.133758271541, - 0.10564719507, - 0.0737842835915, - 0.0418907852169, - 0.0150559336279, - -0.00131322124945, - -0.00328265261292, - 0.0094442967549, - 0.0318512331622, - 0.0536400676448, - 0.062016907544, - 0.0472385770744, - 0.00907092840231, - -0.0395425200263, - -0.0755989317532, - -0.077195219856, - -0.0383537772264, - 0.0222548076906, - 0.0682988155589, - 0.0688498190777, - 0.0233227792175, - -0.0335759754119, - -0.0572995399822, - -0.0321084934149, - 0.013563039952, - 0.0353239121167, - 0.0190281588488, - -0.00732999850358, - -0.0126245002567, - -0.00226569390594, - -0.00183842696974, - -0.00957798605477, - 0.000727011142991, - 0.0230531593558, - 0.0139551842824, - -0.0266493669137, - -0.0308872658122, - 0.0218984915538, - 0.0429566360176, - -0.0152931096875, - -0.0488762058016, - 0.0120156119636, - 0.0496021887203 - ], - [ - 0.0802632281374, - 0.0250507040093, - -0.0789970436683, - -0.0300993087637, - 0.0686850251087, - 0.0400128188055, - -0.0481449556978, - -0.0462342512678, - 0.0201642449206, - 0.0385013861787, - 0.00301993441623, - -0.0153683029595, - -0.00325262689385, - -0.00327347477158, - -0.0208573150813, - -0.0140885839827, - 0.0290245240807, - 0.0589032537106, - 0.0266940872976, - -0.0485736732115, - -0.0946135632615, - -0.0608665634686, - 0.0314328070137, - 0.110341076531, - 0.115909806795, - 0.0446395096075, - -0.0553267346202, - -0.123733843851, - -0.127050719997, - -0.0720370885987, - 0.00692841851454, - 0.0717745569, - 0.0997019129117, - 0.0893302474852, - 0.0554706725917, - 0.0188150238803, - -0.00331864737097, - -0.00192419915904, - 0.0232805236266, - 0.0663740484002, - 0.118708895748, - 0.171891727311, - 0.21960329431, - 0.258239528888, - 0.286700475509, - 0.305734031142, - 0.317163862163, - 0.323199129038, - 0.325905568064, - 0.326842769549, - 0.326842769549, - 0.325905568064, - 0.323199129038, - 0.317163862163, - 0.305734031142, - 0.286700475509, - 0.258239528888, - 0.21960329431, - 0.171891727311, - 0.118708895748, - 0.0663740484002, - 0.0232805236266, - -0.00192419915904, - -0.00331864737097, - 0.0188150238803, - 0.0554706725917, - 0.0893302474852, - 0.0997019129117, - 0.0717745569, - 0.00692841851454, - -0.0720370885987, - -0.127050719997, - -0.123733843851, - -0.0553267346202, - 0.0446395096075, - 0.115909806795, - 0.110341076531, - 0.0314328070137, - -0.0608665634686, - -0.0946135632615, - -0.0485736732115, - 0.0266940872976, - 0.0589032537106, - 0.0290245240807, - -0.0140885839827, - -0.0208573150813, - -0.00327347477158, - -0.00325262689385, - -0.0153683029595, - 0.00301993441623, - 0.0385013861787, - 0.0201642449206, - -0.0462342512678, - -0.0481449556978, - 0.0400128188055, - 0.0686850251087, - -0.0300993087637, - -0.0789970436683, - 0.0250507040093, - 0.0802632281374 - ], - [ - 0.106561042075, - 0.0450406111583, - -0.104688319705, - -0.051206732864, - 0.0894575757967, - 0.0627394082439, - -0.0600664303147, - -0.0679190419066, - 0.0216956559574, - 0.0536332439678, - 0.00787992394099, - -0.0201310067469, - -0.00490157113737, - -0.0035220203604, - -0.0285929142207, - -0.023378970377, - 0.0348333853359, - 0.0818660418109, - 0.0453954398584, - -0.0574058743663, - -0.129596936615, - -0.0945081100646, - 0.0285337973662, - 0.144282787677, - 0.165193542607, - 0.0773122547709, - -0.0594034614525, - -0.161858288473, - -0.178573988609, - -0.112443283946, - -0.00691610522056, - 0.0856526605097, - 0.131098170435, - 0.123918445601, - 0.0818105582019, - 0.0322614659652, - -0.000336579472433, - -0.00215061805891, - 0.0287877453397, - 0.0855316209408, - 0.156790174769, - 0.231063501625, - 0.299316029283, - 0.356058002199, - 0.399217978894, - 0.429340298451, - 0.44856377868, - 0.459671437305, - 0.465341892259, - 0.467626304234, - 0.467626304234, - 0.465341892259, - 0.459671437305, - 0.44856377868, - 0.429340298451, - 0.399217978894, - 0.356058002199, - 0.299316029283, - 0.231063501625, - 0.156790174769, - 0.0855316209408, - 0.0287877453397, - -0.00215061805891, - -0.000336579472433, - 0.0322614659652, - 0.0818105582019, - 0.123918445601, - 0.131098170435, - 0.0856526605097, - -0.00691610522056, - -0.112443283946, - -0.178573988609, - -0.161858288473, - -0.0594034614525, - 0.0773122547709, - 0.165193542607, - 0.144282787677, - 0.0285337973662, - -0.0945081100646, - -0.129596936615, - -0.0574058743663, - 0.0453954398584, - 0.0818660418109, - 0.0348333853359, - -0.023378970377, - -0.0285929142207, - -0.0035220203604, - -0.00490157113737, - -0.0201310067469, - 0.00787992394099, - 0.0536332439678, - 0.0216956559574, - -0.0679190419066, - -0.0600664303147, - 0.0627394082439, - 0.0894575757967, - -0.051206732864, - -0.104688319705, - 0.0450406111583, - 0.106561042075 - ], - [ - 0.125420104096, - 0.0734568037818, - -0.122884643472, - -0.0797803695866, - 0.102287915197, - 0.0905258300632, - -0.064017009326, - -0.0912780208222, - 0.016736449357, - 0.0674929881017, - 0.0159843935163, - -0.0232232592671, - -0.00678023193667, - -0.00271830181201, - -0.0352194632877, - -0.0356145185167, - 0.0345982193255, - 0.102712073593, - 0.0706625763074, - -0.0553332418546, - -0.159459047613, - -0.134934495546, - 0.0108061418827, - 0.166067191091, - 0.214009868963, - 0.12213307618, - -0.0457705568236, - -0.186471587415, - -0.22732500118, - -0.161265536487, - -0.0357260212026, - 0.0844687599653, - 0.152345399276, - 0.15511566645, - 0.110283217042, - 0.0503143802807, - 0.00640996263647, - -0.00186941808983, - 0.030545592061, - 0.0970255794173, - 0.184556889999, - 0.278930186988, - 0.368342262941, - 0.445073571504, - 0.505604694394, - 0.549790346779, - 0.579661867442, - 0.5982472093, - 0.608605409592, - 0.613133658844, - 0.613133658844, - 0.608605409592, - 0.5982472093, - 0.579661867442, - 0.549790346779, - 0.505604694394, - 0.445073571504, - 0.368342262941, - 0.278930186988, - 0.184556889999, - 0.0970255794173, - 0.030545592061, - -0.00186941808983, - 0.00640996263647, - 0.0503143802807, - 0.110283217042, - 0.15511566645, - 0.152345399276, - 0.0844687599653, - -0.0357260212026, - -0.161265536487, - -0.22732500118, - -0.186471587415, - -0.0457705568236, - 0.12213307618, - 0.214009868963, - 0.166067191091, - 0.0108061418827, - -0.134934495546, - -0.159459047613, - -0.0553332418546, - 0.0706625763074, - 0.102712073593, - 0.0345982193255, - -0.0356145185167, - -0.0352194632877, - -0.00271830181201, - -0.00678023193667, - -0.0232232592671, - 0.0159843935163, - 0.0674929881017, - 0.016736449357, - -0.0912780208222, - -0.064017009326, - 0.0905258300632, - 0.102287915197, - -0.0797803695866, - -0.122884643472, - 0.0734568037818, - 0.125420104096 - ], - [ - 0.132873874669, - 0.11018123906, - -0.129666457258, - -0.115398058059, - 0.103623136871, - 0.122303325673, - -0.0572614364283, - -0.114644147197, - 0.00382046549247, - 0.0784192146018, - 0.0275426848741, - -0.0238645510058, - -0.00878227303608, - -0.000626631544554, - -0.0397960756986, - -0.0505255824514, - 0.0265690325189, - 0.118888141308, - 0.102066138559, - -0.0393760707397, - -0.179942565719, - -0.180351591737, - -0.0243694638935, - 0.170189238544, - 0.257688559032, - 0.178372713234, - -0.0107205877603, - -0.191520337546, - -0.268002604458, - -0.21625311877, - -0.0808403556305, - 0.0643546240941, - 0.158840195268, - 0.179163727705, - 0.138761388215, - 0.0723760844407, - 0.0171314460925, - -0.00100167860583, - 0.0276910468382, - 0.0985675737481, - 0.198179769606, - 0.310303473264, - 0.420492849673, - 0.518508513197, - 0.598866544394, - 0.660150106603, - 0.703744104362, - 0.732481924804, - 0.749481525681, - 0.757280216489, - 0.757280216489, - 0.749481525681, - 0.732481924804, - 0.703744104362, - 0.660150106603, - 0.598866544394, - 0.518508513197, - 0.420492849673, - 0.310303473264, - 0.198179769606, - 0.0985675737481, - 0.0276910468382, - -0.00100167860583, - 0.0171314460925, - 0.0723760844407, - 0.138761388215, - 0.179163727705, - 0.158840195268, - 0.0643546240941, - -0.0808403556305, - -0.21625311877, - -0.268002604458, - -0.191520337546, - -0.0107205877603, - 0.178372713234, - 0.257688559032, - 0.170189238544, - -0.0243694638935, - -0.180351591737, - -0.179942565719, - -0.0393760707397, - 0.102066138559, - 0.118888141308, - 0.0265690325189, - -0.0505255824514, - -0.0397960756986, - -0.000626631544554, - -0.00878227303608, - -0.0238645510058, - 0.0275426848741, - 0.0784192146018, - 0.00382046549247, - -0.114644147197, - -0.0572614364283, - 0.122303325673, - 0.103623136871, - -0.115398058059, - -0.129666457258, - 0.11018123906, - 0.132873874669 - ], - [ - 0.124492408757, - 0.152818366409, - -0.120694801813, - -0.155427768518, - 0.0898313141654, - 0.155031549208, - -0.0374894745006, - -0.134902443203, - -0.0177110677732, - 0.0840768613925, - 0.0420439594867, - -0.0212382766408, - -0.0106772239662, - 0.00285673499396, - -0.0411033055924, - -0.0669137092547, - 0.00951435230044, - 0.126856653854, - 0.137215359343, - -0.00759598584826, - -0.185569856681, - -0.226140931268, - -0.0773459991369, - 0.1510049046, - 0.288913900683, - 0.241758792089, - 0.0471098834974, - -0.17084663156, - -0.292921343448, - -0.27173123213, - -0.140619196326, - 0.0229811021503, - 0.145880109445, - 0.19103373187, - 0.163437414466, - 0.0964435544774, - 0.0312874756191, - 0.000459877383807, - 0.0197212114264, - 0.0882804293202, - 0.193909169015, - 0.319447041753, - 0.448231309912, - 0.567388633928, - 0.669009842463, - 0.749790653826, - 0.809845259791, - 0.851270993951, - 0.87683018745, - 0.888926023679, - 0.888926023679, - 0.87683018745, - 0.851270993951, - 0.809845259791, - 0.749790653826, - 0.669009842463, - 0.567388633928, - 0.448231309912, - 0.319447041753, - 0.193909169015, - 0.0882804293202, - 0.0197212114264, - 0.000459877383807, - 0.0312874756191, - 0.0964435544774, - 0.163437414466, - 0.19103373187, - 0.145880109445, - 0.0229811021503, - -0.140619196326, - -0.27173123213, - -0.292921343448, - -0.17084663156, - 0.0471098834974, - 0.241758792089, - 0.288913900683, - 0.1510049046, - -0.0773459991369, - -0.226140931268, - -0.185569856681, - -0.00759598584826, - 0.137215359343, - 0.126856653854, - 0.00951435230044, - -0.0669137092547, - -0.0411033055924, - 0.00285673499396, - -0.0106772239662, - -0.0212382766408, - 0.0420439594867, - 0.0840768613925, - -0.0177110677732, - -0.134902443203, - -0.0374894745006, - 0.155031549208, - 0.0898313141654, - -0.155427768518, - -0.120694801813, - 0.152818366409, - 0.124492408757 - ], - [ - 0.0963486581888, - 0.196125834482, - -0.0921765674204, - -0.19456076335, - 0.0581559972975, - 0.183473202566, - -0.00367845304977, - -0.147567622331, - -0.0470954871374, - 0.0817370145036, - 0.0580116380857, - -0.0146965653235, - -0.0121073745766, - 0.00760466768543, - -0.0378292512019, - -0.0824858554933, - -0.0166651589083, - 0.12254363648, - 0.171374751037, - 0.0398220604882, - -0.170501245352, - -0.264640435472, - -0.144925717308, - 0.104203747816, - 0.298350627688, - 0.303810584728, - 0.12516252667, - -0.119813110659, - -0.292893917087, - -0.318422229308, - -0.20940911793, - -0.0390615517108, - 0.109875169328, - 0.185163994023, - 0.179054078214, - 0.119004753391, - 0.047405418788, - 0.00242032891001, - 0.00674731251999, - 0.0652606351444, - 0.168882283802, - 0.301015967197, - 0.443622724227, - 0.581397317775, - 0.703729999742, - 0.804879010548, - 0.883043510483, - 0.938976665585, - 0.974591988982, - 0.991818989345, - 0.991818989345, - 0.974591988982, - 0.938976665585, - 0.883043510483, - 0.804879010548, - 0.703729999742, - 0.581397317775, - 0.443622724227, - 0.301015967197, - 0.168882283802, - 0.0652606351444, - 0.00674731251999, - 0.00242032891001, - 0.047405418788, - 0.119004753391, - 0.179054078214, - 0.185163994023, - 0.109875169328, - -0.0390615517108, - -0.20940911793, - -0.318422229308, - -0.292893917087, - -0.119813110659, - 0.12516252667, - 0.303810584728, - 0.298350627688, - 0.104203747816, - -0.144925717308, - -0.264640435472, - -0.170501245352, - 0.0398220604882, - 0.171374751037, - 0.12254363648, - -0.0166651589083, - -0.0824858554933, - -0.0378292512019, - 0.00760466768543, - -0.0121073745766, - -0.0146965653235, - 0.0580116380857, - 0.0817370145036, - -0.0470954871374, - -0.147567622331, - -0.00367845304977, - 0.183473202566, - 0.0581559972975, - -0.19456076335, - -0.0921765674204, - 0.196125834482, - 0.0963486581888 - ], - [ - 0.0465413444722, - 0.231897016338, - -0.042371824903, - -0.224819811632, - 0.00810355055671, - 0.200474211117, - 0.0428052072524, - -0.147336642136, - -0.0815189369967, - 0.0688813066715, - 0.0728727746155, - -0.00406315744529, - -0.0126211325384, - 0.0131584442809, - -0.0289190293556, - -0.0939006730967, - -0.0502219414785, - 0.102273301144, - 0.197513836457, - 0.0993504153991, - -0.130119000527, - -0.285684884743, - -0.219226111285, - 0.0289289299692, - 0.276316837551, - 0.351958557481, - 0.215437108036, - -0.0376107877657, - -0.259164209444, - -0.344193652198, - -0.276965192047, - -0.116791192043, - 0.0500473068847, - 0.156824993763, - 0.179673615591, - 0.135264521488, - 0.0630219424421, - 0.0046579751268, - -0.0102369508262, - 0.0302783487054, - 0.122267641307, - 0.251563486262, - 0.400070514742, - 0.55070208, - 0.690209763964, - 0.810068192974, - 0.906004782997, - 0.976827633112, - 1.02307429278, - 1.04581917676, - 1.04581917676, - 1.02307429278, - 0.976827633112, - 0.906004782997, - 0.810068192974, - 0.690209763964, - 0.55070208, - 0.400070514742, - 0.251563486262, - 0.122267641307, - 0.0302783487054, - -0.0102369508262, - 0.0046579751268, - 0.0630219424421, - 0.135264521488, - 0.179673615591, - 0.156824993763, - 0.0500473068847, - -0.116791192043, - -0.276965192047, - -0.344193652198, - -0.259164209444, - -0.0376107877657, - 0.215437108036, - 0.351958557481, - 0.276316837551, - 0.0289289299692, - -0.219226111285, - -0.285684884743, - -0.130119000527, - 0.0993504153991, - 0.197513836457, - 0.102273301144, - -0.0502219414785, - -0.0939006730967, - -0.0289190293556, - 0.0131584442809, - -0.0126211325384, - -0.00406315744529, - 0.0728727746155, - 0.0688813066715, - -0.0815189369967, - -0.147336642136, - 0.0428052072524, - 0.200474211117, - 0.00810355055671, - -0.224819811632, - -0.042371824903, - 0.231897016338, - 0.0465413444722 - ], - [ - -0.0229261885198, - 0.249722313091, - 0.0265628053593, - -0.236433668239, - -0.0569813811046, - 0.19804717213, - 0.0971467820682, - -0.129269549308, - -0.115731962874, - 0.0441368063119, - 0.0830943219296, - 0.0100162834957, - -0.0117584756702, - 0.0186675365489, - -0.0140705705356, - -0.097181464623, - -0.0869725135762, - 0.064183715692, - 0.20712355119, - 0.163177302868, - -0.0632450902161, - -0.278292064431, - -0.28730759856, - -0.0698431848024, - 0.215631069239, - 0.371029296275, - 0.303725187923, - 0.0701892005927, - -0.186403833323, - -0.336147749719, - -0.328929776713, - -0.199811789977, - -0.0297097044522, - 0.104030524234, - 0.160080225001, - 0.139856733538, - 0.0748621362032, - 0.0068197574813, - -0.0291657653681, - -0.0135510229231, - 0.0565630921629, - 0.171470488083, - 0.314781322078, - 0.468806949751, - 0.618203744085, - 0.751682042476, - 0.862175810442, - 0.946071753046, - 1.00205351493, - 1.02996856229, - 1.02996856229, - 1.00205351493, - 0.946071753046, - 0.862175810442, - 0.751682042476, - 0.618203744085, - 0.468806949751, - 0.314781322078, - 0.171470488083, - 0.0565630921629, - -0.0135510229231, - -0.0291657653681, - 0.00681975748131, - 0.0748621362032, - 0.139856733538, - 0.160080225001, - 0.104030524234, - -0.0297097044522, - -0.199811789977, - -0.328929776713, - -0.336147749719, - -0.186403833323, - 0.0701892005927, - 0.303725187923, - 0.371029296275, - 0.215631069239, - -0.0698431848024, - -0.28730759856, - -0.278292064431, - -0.0632450902161, - 0.163177302868, - 0.20712355119, - 0.064183715692, - -0.0869725135762, - -0.097181464623, - -0.0140705705356, - 0.0186675365489, - -0.0117584756702, - 0.0100162834957, - 0.0830943219296, - 0.0441368063119, - -0.115731962874, - -0.129269549308, - 0.0971467820682, - 0.19804717213, - -0.0569813811046, - -0.236433668239, - 0.0265628053593, - 0.249722313091, - -0.0229261885198 - ], - [ - -0.104438732893, - 0.239007287068, - 0.106922969014, - -0.219896254687, - -0.128683376161, - 0.169434809354, - 0.150558949938, - -0.0905921296772, - -0.142273711825, - 0.00840207480805, - 0.0847412506504, - 0.0257898453522, - -0.00919325522488, - 0.0229282605575, - 0.00572041400194, - -0.0886100066936, - -0.120188042677, - 0.00989648209976, - 0.19205641821, - 0.219167806021, - 0.0254579903577, - -0.233675263752, - -0.332320828906, - -0.179475898255, - 0.115338404935, - 0.346527574827, - 0.370505853243, - 0.18972756472, - -0.0763301462796, - -0.284202732836, - -0.348969573623, - -0.272501039667, - -0.119448341158, - 0.0296287399547, - 0.117723606478, - 0.128119476596, - 0.0793613552872, - 0.00845330835335, - -0.0469227653134, - -0.060405819328, - -0.0213402813346, - 0.066871042956, - 0.191559731028, - 0.336115231158, - 0.484210763236, - 0.622326389573, - 0.740681935759, - 0.833042539041, - 0.895929037527, - 0.927680565952, - 0.927680565952, - 0.895929037527, - 0.833042539041, - 0.740681935759, - 0.622326389573, - 0.484210763236, - 0.336115231158, - 0.191559731028, - 0.066871042956, - -0.0213402813346, - -0.060405819328, - -0.0469227653134, - 0.00845330835335, - 0.0793613552872, - 0.128119476596, - 0.117723606478, - 0.0296287399547, - -0.119448341158, - -0.272501039667, - -0.348969573623, - -0.284202732836, - -0.0763301462796, - 0.18972756472, - 0.370505853243, - 0.346527574827, - 0.115338404935, - -0.179475898255, - -0.332320828906, - -0.233675263752, - 0.0254579903577, - 0.219167806021, - 0.19205641821, - 0.00989648209976, - -0.120188042677, - -0.0886100066936, - 0.00572041400194, - 0.0229282605575, - -0.00919325522488, - 0.0257898453522, - 0.0847412506504, - 0.00840207480805, - -0.142273711825, - -0.0905921296772, - 0.150558949938, - 0.169434809354, - -0.128683376161, - -0.219896254687, - 0.106922969014, - 0.239007287068, - -0.104438732893 - ], - [ - -0.184109663691, - 0.192321024879, - 0.184864365428, - -0.169210719292, - -0.193424632525, - 0.111996025311, - 0.190926218315, - -0.0328051007075, - -0.152667305895, - -0.0341816861824, - 0.0745319758696, - 0.0403545317848, - -0.00491328277887, - 0.0245788796427, - 0.0277660661805, - -0.0660741097782, - -0.141371264067, - -0.0540929648384, - 0.147358317608, - 0.252416213909, - 0.123803368819, - -0.149267136119, - -0.336803032534, - -0.27958824853, - -0.0156339637013, - 0.269628429515, - 0.394331484145, - 0.298866140785, - 0.0591314426294, - -0.185732120273, - -0.322859256371, - -0.316182599699, - -0.203162513876, - -0.0571470169357, - 0.0548013644165, - 0.0978185203223, - 0.0735630992652, - 0.00908873692375, - -0.0597144634447, - -0.102069510807, - -0.0999111304813, - -0.0491800495863, - 0.0430820324204, - 0.163331435995, - 0.295904916673, - 0.426179891703, - 0.542281935247, - 0.635585601762, - 0.700446932622, - 0.733606357384, - 0.733606357384, - 0.700446932622, - 0.635585601762, - 0.542281935247, - 0.426179891703, - 0.295904916673, - 0.163331435995, - 0.0430820324204, - -0.0491800495863, - -0.0999111304813, - -0.102069510807, - -0.0597144634447, - 0.00908873692375, - 0.0735630992652, - 0.0978185203223, - 0.0548013644165, - -0.0571470169357, - -0.203162513876, - -0.316182599699, - -0.322859256371, - -0.185732120273, - 0.0591314426294, - 0.298866140785, - 0.394331484145, - 0.269628429515, - -0.0156339637013, - -0.27958824853, - -0.336803032534, - -0.149267136119, - 0.123803368819, - 0.252416213909, - 0.147358317608, - -0.0540929648384, - -0.141371264067, - -0.0660741097782, - 0.0277660661805, - 0.0245788796427, - -0.00491328277887, - 0.0403545317848, - 0.0745319758696, - -0.0341816861824, - -0.152667305895, - -0.0328051007075, - 0.190926218315, - 0.111996025311, - -0.193424632525, - -0.169210719292, - 0.184864365428, - 0.192321024879, - -0.184109663691 - ], - [ - -0.243217233492, - 0.109524199527, - 0.241894582095, - -0.0857102138956, - -0.234372147983, - 0.0302076227294, - 0.205164413647, - 0.0366272645136, - -0.139743550465, - -0.0759601076083, - 0.0512725401009, - 0.0500413998718, - 0.000615530500891, - 0.0224749586686, - 0.0477255803509, - -0.030588318591, - -0.142199307728, - -0.116120983052, - 0.0745290900127, - 0.248816788564, - 0.212362347668, - -0.0326780752372, - -0.288161422341, - -0.344960399296, - -0.156549244259, - 0.142865224723, - 0.357927951103, - 0.370416148074, - 0.196819887631, - -0.0499745209773, - -0.244063489206, - -0.313675703043, - -0.261067486648, - -0.140666031186, - -0.0202866652535, - 0.0509081867133, - 0.0562752525194, - 0.00836992027957, - -0.0638786995872, - -0.12923843175, - -0.164195768156, - -0.157278023881, - -0.108615618347, - -0.0267689155057, - 0.0752304637116, - 0.183317270318, - 0.284730051657, - 0.369218845667, - 0.429395986957, - 0.460598777927, - 0.460598777927, - 0.429395986957, - 0.369218845667, - 0.284730051657, - 0.183317270318, - 0.0752304637116, - -0.0267689155057, - -0.108615618347, - -0.157278023881, - -0.164195768156, - -0.12923843175, - -0.0638786995872, - 0.00836992027957, - 0.0562752525194, - 0.0509081867133, - -0.0202866652535, - -0.140666031186, - -0.261067486648, - -0.313675703043, - -0.244063489206, - -0.0499745209773, - 0.196819887631, - 0.370416148074, - 0.357927951103, - 0.142865224723, - -0.156549244259, - -0.344960399296, - -0.288161422341, - -0.0326780752372, - 0.212362347668, - 0.248816788564, - 0.0745290900127, - -0.116120983052, - -0.142199307728, - -0.030588318591, - 0.0477255803509, - 0.0224749586686, - 0.000615530500891, - 0.0500413998718, - 0.0512725401009, - -0.0759601076083, - -0.139743550465, - 0.0366272645136, - 0.205164413647, - 0.0302076227294, - -0.234372147983, - -0.0857102138956, - 0.241894582095, - 0.109524199527, - -0.243217233492 - ], - [ - -0.262494876938, - 0.00127571896011, - 0.259171784305, - 0.0189399347105, - -0.235812598735, - -0.0625437779924, - 0.183358202462, - 0.104084248517, - -0.100773140378, - -0.106797279417, - 0.0172565897391, - 0.0513419269584, - 0.00638830596521, - 0.0161916965631, - 0.0603519016602, - 0.0126033787181, - -0.117512236935, - -0.161028576665, - -0.0160138110337, - 0.200345386248, - 0.267891277003, - 0.0962825471681, - -0.185262537281, - -0.352062223773, - -0.276680571739, - -0.0156337238486, - 0.255993477184, - 0.379202172012, - 0.30528395026, - 0.0999170390012, - -0.119272328981, - -0.255700200131, - -0.274589511519, - -0.201387402196, - -0.0931277268153, - -0.00539957819573, - 0.0291545027034, - 0.00621076726611, - -0.0570611282541, - -0.133906558058, - -0.19892210552, - -0.234849946935, - -0.234786802402, - -0.200995832145, - -0.141999615239, - -0.0693713652794, - 0.00491796515035, - 0.0702785432405, - 0.118460294673, - 0.143928329839, - 0.143928329839, - 0.118460294673, - 0.0702785432405, - 0.00491796515035, - -0.0693713652794, - -0.141999615239, - -0.200995832145, - -0.234786802402, - -0.234849946935, - -0.19892210552, - -0.133906558058, - -0.0570611282541, - 0.00621076726611, - 0.0291545027034, - -0.00539957819573, - -0.0931277268153, - -0.201387402196, - -0.274589511519, - -0.255700200131, - -0.119272328981, - 0.0999170390012, - 0.30528395026, - 0.379202172012, - 0.255993477184, - -0.0156337238486, - -0.276680571739, - -0.352062223773, - -0.185262537281, - 0.0962825471681, - 0.267891277003, - 0.200345386248, - -0.0160138110337, - -0.161028576665, - -0.117512236935, - 0.0126033787181, - 0.0603519016602, - 0.0161916965631, - 0.00638830596521, - 0.0513419269584, - 0.0172565897391, - -0.106797279417, - -0.100773140378, - 0.104084248517, - 0.183358202462, - -0.0625437779924, - -0.235812598735, - 0.0189399347105, - 0.259171784305, - 0.00127571896011, - -0.262494876938 - ], - [ - -0.229033862025, - -0.110205925088, - 0.22433253492, - 0.122562428329, - -0.189457861653, - -0.145043540263, - 0.123806589698, - 0.152156737942, - -0.0403997380552, - -0.116748724434, - -0.0210750599259, - 0.0422729913837, - 0.010999967099, - 0.00649005824689, - 0.0610372839039, - 0.0541484318003, - -0.0685637118094, - -0.174247348196, - -0.104973813136, - 0.110580565736, - 0.270241149271, - 0.207726796025, - -0.0436459805462, - -0.288341148409, - -0.34235242455, - -0.172296088669, - 0.102026349631, - 0.311970988758, - 0.352747305222, - 0.229596062675, - 0.0287363001793, - -0.147268671808, - -0.233377464406, - -0.221190974095, - -0.146014957558, - -0.059147592609, - -0.00280804809623, - 0.00292186494756, - -0.0394590052627, - -0.112422343512, - -0.193263090328, - -0.262136374954, - -0.306517101045, - -0.322206608132, - -0.31198444027, - -0.283179348886, - -0.245147024683, - -0.207210197019, - -0.177240193199, - -0.160818987304, - -0.160818987304, - -0.177240193199, - -0.207210197019, - -0.245147024683, - -0.283179348886, - -0.31198444027, - -0.322206608132, - -0.306517101045, - -0.262136374954, - -0.193263090328, - -0.112422343512, - -0.0394590052627, - 0.00292186494756, - -0.00280804809623, - -0.059147592609, - -0.146014957558, - -0.221190974095, - -0.233377464406, - -0.147268671808, - 0.0287363001793, - 0.229596062675, - 0.352747305222, - 0.311970988758, - 0.102026349631, - -0.172296088669, - -0.34235242455, - -0.288341148409, - -0.0436459805462, - 0.207726796025, - 0.270241149271, - 0.110580565736, - -0.104973813136, - -0.174247348196, - -0.0685637118094, - 0.0541484318003, - 0.0610372839039, - 0.00649005824689, - 0.010999967099, - 0.0422729913837, - -0.0210750599259, - -0.116748724434, - -0.0403997380552, - 0.152156737942, - 0.123806589698, - -0.145043540263, - -0.189457861653, - 0.122562428329, - 0.22433253492, - -0.110205925088, - -0.229033862025 - ], - [ - -0.143881641325, - -0.195224950076, - 0.138918419389, - 0.196956093786, - -0.100646831899, - -0.193432562316, - 0.0369539961076, - 0.164949059367, - 0.028250877477, - -0.10002209508, - -0.0540096235756, - 0.0237530612829, - 0.0130356511441, - -0.00451354278069, - 0.0478594706356, - 0.0826182912286, - -0.00503838810459, - -0.14769226831, - -0.168220066671, - -0.00219306058448, - 0.211357433212, - 0.26937924881, - 0.104100114203, - -0.161242101073, - -0.328783796199, - -0.285181036595, - -0.0698104438042, - 0.17688227469, - 0.319082406512, - 0.302452239155, - 0.163867498686, - -0.0109282538512, - -0.142083367832, - -0.190595804899, - -0.163324955413, - -0.0963758679285, - -0.0319664688599, - -0.000768518150296, - -0.0145910777212, - -0.068182354179, - -0.146007169128, - -0.229825731839, - -0.304400648646, - -0.360399080155, - -0.394800271324, - -0.409684782753, - -0.410320145711, - -0.403218766972, - -0.394538870402, - -0.38895160426, - -0.38895160426, - -0.394538870402, - -0.403218766972, - -0.410320145711, - -0.409684782753, - -0.394800271324, - -0.360399080155, - -0.304400648646, - -0.229825731839, - -0.146007169128, - -0.068182354179, - -0.0145910777212, - -0.000768518150297, - -0.0319664688599, - -0.0963758679285, - -0.163324955413, - -0.190595804899, - -0.142083367832, - -0.0109282538512, - 0.163867498686, - 0.302452239155, - 0.319082406512, - 0.17688227469, - -0.0698104438042, - -0.285181036595, - -0.328783796199, - -0.161242101073, - 0.104100114203, - 0.26937924881, - 0.211357433212, - -0.00219306058448, - -0.168220066671, - -0.14769226831, - -0.00503838810459, - 0.0826182912286, - 0.0478594706356, - -0.00451354278069, - 0.0130356511441, - 0.0237530612829, - -0.0540096235756, - -0.10002209508, - 0.028250877477, - 0.164949059367, - 0.0369539961076, - -0.193432562316, - -0.100646831899, - 0.196956093786, - 0.138918419389, - -0.195224950076, - -0.143881641325 - ], - [ - -0.0266659958095, - -0.226203135986, - 0.0227680365434, - 0.217396511203, - 0.00894504710549, - -0.190127902249, - -0.0545565072846, - 0.135197577264, - 0.0859508553404, - -0.0588600153853, - -0.0714030641835, - 0.000259982483291, - 0.0116510831094, - -0.0137376253464, - 0.0233277243714, - 0.0884799987867, - 0.0559548705783, - -0.0853702286556, - -0.185002520203, - -0.107341371748, - 0.102797876785, - 0.258958647147, - 0.215765209757, - -0.00204725661233, - -0.233221700187, - -0.318176134235, - -0.21155695157, - 0.00739141942633, - 0.207797031467, - 0.293564086237, - 0.246790209599, - 0.116539669063, - -0.0233235544748, - -0.115226218745, - -0.138277534713, - -0.105919676957, - -0.0501517686317, - -0.00386608137242, - 0.0110389522628, - -0.0124497292586, - -0.0688391615984, - -0.145535155459, - -0.228379010597, - -0.305619134216, - -0.369825784364, - -0.418055903323, - -0.450907783612, - -0.471101116299, - -0.482048963215, - -0.486689283655, - -0.486689283655, - -0.482048963215, - -0.471101116299, - -0.450907783612, - -0.418055903323, - -0.369825784364, - -0.305619134216, - -0.228379010597, - -0.145535155459, - -0.0688391615984, - -0.0124497292586, - 0.0110389522628, - -0.00386608137242, - -0.0501517686317, - -0.105919676957, - -0.138277534713, - -0.115226218745, - -0.0233235544748, - 0.116539669063, - 0.246790209599, - 0.293564086237, - 0.207797031467, - 0.00739141942633, - -0.21155695157, - -0.318176134235, - -0.233221700187, - -0.00204725661233, - 0.215765209757, - 0.258958647147, - 0.102797876785, - -0.107341371748, - -0.185002520203, - -0.0853702286556, - 0.0559548705783, - 0.0884799987867, - 0.0233277243714, - -0.0137376253464, - 0.0116510831094, - 0.000259982483291, - -0.0714030641835, - -0.0588600153853, - 0.0859508553404, - 0.135197577264, - -0.0545565072846, - -0.190127902249, - 0.00894504710549, - 0.217396511203, - 0.0227680365434, - -0.226203135986, - -0.0266659958095 - ], - [ - 0.0870154916771, - -0.19046455264, - -0.0887856110574, - 0.174599523102, - 0.105553544533, - -0.133546519907, - -0.121890768494, - 0.0702181893304, - 0.113837450819, - -0.00512456000422, - -0.066980537979, - -0.020994666305, - 0.00712270378871, - -0.0181759045448, - -0.00531231189617, - 0.0688516881717, - 0.095007306964, - -0.00542220493457, - -0.148034476008, - -0.171354047655, - -0.0232110441639, - 0.176918005287, - 0.254835523631, - 0.14036781829, - -0.0828124135158, - -0.258299305183, - -0.277920916963, - -0.144561606423, - 0.051504181318, - 0.203721529497, - 0.250676947746, - 0.195569996256, - 0.08673246632, - -0.0176939341084, - -0.0782008011122, - -0.0847808628106, - -0.0518761296174, - -0.0054433243501, - 0.0297719675355, - 0.0380764557398, - 0.0149142969408, - -0.0352340865102, - -0.102808464591, - -0.177050122043, - -0.248735159283, - -0.311485410203, - -0.361891243328, - -0.398885965007, - -0.422806457271, - -0.434469417779, - -0.434469417779, - -0.422806457271, - -0.398885965007, - -0.361891243328, - -0.311485410203, - -0.248735159283, - -0.177050122043, - -0.102808464591, - -0.0352340865102, - 0.0149142969408, - 0.0380764557398, - 0.0297719675355, - -0.0054433243501, - -0.0518761296174, - -0.0847808628106, - -0.0782008011122, - -0.0176939341084, - 0.08673246632, - 0.195569996256, - 0.250676947746, - 0.203721529497, - 0.051504181318, - -0.144561606423, - -0.277920916963, - -0.258299305183, - -0.0828124135158, - 0.14036781829, - 0.254835523631, - 0.176918005287, - -0.0232110441639, - -0.171354047655, - -0.148034476008, - -0.00542220493457, - 0.095007306964, - 0.0688516881717, - -0.00531231189618, - -0.0181759045448, - 0.00712270378871, - -0.020994666305, - -0.066980537979, - -0.00512456000422, - 0.113837450819, - 0.0702181893304, - -0.121890768494, - -0.133546519907, - 0.105553544533, - 0.174599523102, - -0.0887856110574, - -0.19046455264, - 0.0870154916771 - ], - [ - 0.157687234506, - -0.100333451547, - -0.157019840282, - 0.083377259254, - 0.15565685694, - -0.0433190211637, - -0.141708961341, - -0.00742978262213, - 0.102284010072, - 0.0425421262761, - -0.0423239531237, - -0.032657262752, - 0.00102873853706, - -0.0163121116429, - -0.0281361638992, - 0.0306576502186, - 0.0987639784485, - 0.0644216031645, - -0.0705043017525, - -0.172530814005, - -0.123077368494, - 0.0523096222983, - 0.208789741556, - 0.217313473313, - 0.0699832288807, - -0.127664210589, - -0.247626064727, - -0.227437287742, - -0.0954666169622, - 0.0655508461144, - 0.176414421209, - 0.200886503671, - 0.151217833009, - 0.0683603428119, - -0.00465071275575, - -0.0413666229495, - -0.0373521386423, - -0.00505700156427, - 0.0358263618047, - 0.0671653589019, - 0.0775579546114, - 0.0635759967464, - 0.0282604836503, - -0.0215661085053, - -0.077921500412, - -0.133538122953, - -0.182819738724, - -0.222032509564, - -0.249017056348, - -0.262711268091, - -0.262711268091, - -0.249017056348, - -0.222032509564, - -0.182819738724, - -0.133538122953, - -0.077921500412, - -0.0215661085053, - 0.0282604836503, - 0.0635759967464, - 0.0775579546114, - 0.0671653589019, - 0.0358263618047, - -0.00505700156427, - -0.0373521386423, - -0.0413666229495, - -0.00465071275575, - 0.0683603428119, - 0.151217833009, - 0.200886503671, - 0.176414421209, - 0.0655508461143, - -0.0954666169622, - -0.227437287742, - -0.247626064727, - -0.127664210589, - 0.0699832288807, - 0.217313473313, - 0.208789741556, - 0.0523096222983, - -0.123077368494, - -0.172530814005, - -0.0705043017525, - 0.0644216031645, - 0.0987639784485, - 0.0306576502186, - -0.0281361638992, - -0.0163121116429, - 0.00102873853706, - -0.032657262752, - -0.0423239531237, - 0.0425421262761, - 0.102284010072, - -0.00742978262213, - -0.141708961341, - -0.0433190211637, - 0.15565685694, - 0.083377259254, - -0.157019840282, - -0.100333451547, - 0.157687234506 - ], - [ - 0.160690585954, - 0.00704101484583, - -0.158252233654, - -0.0190011954449, - 0.142675485897, - 0.0444372250204, - -0.109042254568, - -0.0675414659716, - 0.0578436129747, - 0.0663658633294, - -0.00792665157714, - -0.030839586414, - -0.00422877208871, - -0.0092155035644, - -0.0368255223507, - -0.0105312004693, - 0.0679035403898, - 0.0983206626998, - 0.0157594573802, - -0.114334503198, - -0.160706214701, - -0.0650651880833, - 0.100581304828, - 0.204155512171, - 0.167456903761, - 0.019650192887, - -0.138957244486, - -0.215200054294, - -0.178763230986, - -0.0655487116133, - 0.0579315208794, - 0.136549876118, - 0.150028030175, - 0.112050965899, - 0.053978249084, - 0.00624780945129, - -0.0134859433466, - -0.00304559569557, - 0.0283162155698, - 0.0665766541017, - 0.0988247338347, - 0.1166985621, - 0.117268916446, - 0.102141626806, - 0.0757640165538, - 0.0437170679547, - 0.0114261795641, - -0.0165896562596, - -0.0370118891711, - -0.0477288675591, - -0.0477288675591, - -0.0370118891711, - -0.0165896562596, - 0.0114261795641, - 0.0437170679547, - 0.0757640165538, - 0.102141626806, - 0.117268916446, - 0.1166985621, - 0.0988247338347, - 0.0665766541017, - 0.0283162155698, - -0.00304559569557, - -0.0134859433466, - 0.00624780945129, - 0.053978249084, - 0.112050965899, - 0.150028030175, - 0.136549876118, - 0.0579315208794, - -0.0655487116133, - -0.178763230986, - -0.215200054294, - -0.138957244486, - 0.019650192887, - 0.167456903761, - 0.204155512171, - 0.100581304828, - -0.0650651880833, - -0.160706214701, - -0.114334503198, - 0.0157594573802, - 0.0983206626998, - 0.0679035403898, - -0.0105312004693, - -0.0368255223507, - -0.0092155035644, - -0.00422877208871, - -0.030839586414, - -0.00792665157714, - 0.0663658633294, - 0.0578436129747, - -0.0675414659716, - -0.109042254568, - 0.0444372250204, - 0.142675485897, - -0.0190011954449, - -0.158252233654, - 0.00704101484583, - 0.160690585954 - ], - [ - 0.102212434455, - 0.0846904759707, - -0.0993756940723, - -0.088342841917, - 0.0790702066885, - 0.0931902063298, - -0.0434616345046, - -0.0868832197883, - 0.00284922179599, - 0.0590596709542, - 0.020694607837, - -0.0178403634787, - -0.00654437824962, - -0.000458925183237, - -0.029380924318, - -0.0371397998567, - 0.0193812692488, - 0.0863470996408, - 0.0736937368827, - -0.028154826072, - -0.127901556394, - -0.127157767582, - -0.0170935047943, - 0.117527208465, - 0.175998313706, - 0.120338742683, - -0.00703766189332, - -0.125248202757, - -0.172271760367, - -0.136336115796, - -0.0499030872819, - 0.038627694019, - 0.0928235538049, - 0.10147378416, - 0.0758483306809, - 0.0380035891753, - 0.00860091075113, - -0.000474767879069, - 0.0124014434943, - 0.0412786900345, - 0.0768875328961, - 0.110409495125, - 0.135754413522, - 0.150266085004, - 0.154298039815, - 0.15023502556, - 0.141428269728, - 0.131317522551, - 0.122833580595, - 0.118057018738, - 0.118057018738, - 0.122833580595, - 0.131317522551, - 0.141428269728, - 0.15023502556, - 0.154298039815, - 0.150266085004, - 0.135754413522, - 0.110409495125, - 0.0768875328961, - 0.0412786900345, - 0.0124014434943, - -0.000474767879069, - 0.00860091075113, - 0.0380035891753, - 0.0758483306809, - 0.10147378416, - 0.0928235538049, - 0.038627694019, - -0.0499030872819, - -0.136336115796, - -0.172271760367, - -0.125248202757, - -0.00703766189332, - 0.120338742683, - 0.175998313706, - 0.117527208465, - -0.0170935047943, - -0.127157767582, - -0.127901556394, - -0.028154826072, - 0.0736937368827, - 0.0863470996408, - 0.0193812692488, - -0.0371397998567, - -0.029380924318, - -0.000458925183237, - -0.00654437824962, - -0.0178403634787, - 0.020694607837, - 0.0590596709542, - 0.00284922179599, - -0.0868832197883, - -0.0434616345046, - 0.0931902063298, - 0.0790702066885, - -0.088342841917, - -0.0993756940723, - 0.0846904759707, - 0.102212434455 - ], - [ - 0.0203504803369, - 0.101483201247, - -0.0184573768653, - -0.0980088663542, - 0.00347883772183, - 0.0870082892189, - 0.0185722018222, - -0.0636172832306, - -0.0351324044207, - 0.0295603904192, - 0.0311990622582, - -0.00172338736465, - -0.00536316095547, - 0.00557353786975, - -0.012177687115, - -0.039391067328, - -0.0209846642678, - 0.0424209360806, - 0.0814882894295, - 0.0407599835598, - -0.0529012742273, - -0.115332513906, - -0.087793806734, - 0.0114064429388, - 0.10839524519, - 0.136565648687, - 0.0825984610988, - -0.0141449267657, - -0.0963979932641, - -0.125928715496, - -0.0994837464276, - -0.0411228016913, - 0.0171543565929, - 0.0525050350973, - 0.05849284747, - 0.0426809979244, - 0.0192096539008, - 0.00136682322613, - -0.0028861199625, - 0.00810409332249, - 0.031166729997, - 0.0607700053487, - 0.0912791554968, - 0.118408563578, - 0.139780865675, - 0.154805901713, - 0.164184285846, - 0.169298979685, - 0.171663953023, - 0.172507714404, - 0.172507714404, - 0.171663953023, - 0.169298979685, - 0.164184285846, - 0.154805901713, - 0.139780865675, - 0.118408563578, - 0.0912791554968, - 0.0607700053487, - 0.031166729997, - 0.00810409332249, - -0.0028861199625, - 0.00136682322613, - 0.0192096539008, - 0.0426809979244, - 0.05849284747, - 0.0525050350973, - 0.0171543565929, - -0.0411228016913, - -0.0994837464276, - -0.125928715496, - -0.0963979932641, - -0.0141449267657, - 0.0825984610988, - 0.136565648687, - 0.10839524519, - 0.0114064429388, - -0.087793806734, - -0.115332513906, - -0.0529012742273, - 0.0407599835598, - 0.0814882894295, - 0.0424209360806, - -0.0209846642678, - -0.039391067328, - -0.012177687115, - 0.00557353786975, - -0.00536316095547, - -0.00172338736465, - 0.0311990622582, - 0.0295603904192, - -0.0351324044207, - -0.0636172832306, - 0.0185722018222, - 0.0870082892189, - 0.00347883772183, - -0.0980088663542, - -0.0184573768653, - 0.101483201247, - 0.0203504803369 - ], - [ - -0.0354851734235, - 0.0635739947866, - 0.0359293351215, - -0.0576878996149, - -0.0408658914626, - 0.0428703457128, - 0.0449246649081, - -0.0207680159571, - -0.0401476638523, - -0.000880625425877, - 0.0225451626021, - 0.00815857017193, - -0.0021932417926, - 0.00636327472852, - 0.0031793297303, - -0.0222576875508, - -0.033836099168, - -0.00201904712574, - 0.04779899754, - 0.0602899544449, - 0.0137264733332, - -0.0548764647773, - -0.0862291713591, - -0.0530219893566, - 0.0201924404241, - 0.0818255838695, - 0.0937411375706, - 0.0539523692936, - -0.00949016361184, - -0.0614264166341, - -0.0803506342834, - -0.0657303321336, - -0.0323041194542, - 0.00125303285245, - 0.0217549062404, - 0.025325502213, - 0.0160088221691, - 0.00172586284143, - -0.00978691048861, - -0.0135148667348, - -0.00787371502209, - 0.0059169742011, - 0.0250517807079, - 0.0463352502054, - 0.0670187936574, - 0.0851973282812, - 0.0998438523649, - 0.110621288163, - 0.117605289493, - 0.121015824348, - 0.121015824348, - 0.117605289493, - 0.110621288163, - 0.0998438523649, - 0.0851973282812, - 0.0670187936574, - 0.0463352502054, - 0.0250517807079, - 0.0059169742011, - -0.00787371502209, - -0.0135148667348, - -0.00978691048861, - 0.00172586284143, - 0.0160088221691, - 0.025325502213, - 0.0217549062404, - 0.00125303285245, - -0.0323041194542, - -0.0657303321336, - -0.0803506342834, - -0.0614264166341, - -0.00949016361183, - 0.0539523692936, - 0.0937411375706, - 0.0818255838695, - 0.0201924404241, - -0.0530219893566, - -0.0862291713591, - -0.0548764647773, - 0.0137264733332, - 0.0602899544449, - 0.04779899754, - -0.00201904712574, - -0.033836099168, - -0.0222576875508, - 0.0031793297303, - 0.00636327472852, - -0.0021932417926, - 0.00815857017193, - 0.0225451626021, - -0.000880625425877, - -0.0401476638523, - -0.0207680159571, - 0.0449246649081, - 0.0428703457128, - -0.0408658914626, - -0.0576878996149, - 0.0359293351215, - 0.0635739947866, - -0.0354851734235 - ], - [ - -0.0384818765676, - 0.0130031151489, - 0.0380771693431, - -0.00940906530844, - -0.0361962129667, - 0.00126337139224, - 0.0307110896874, - 0.00806323264948, - -0.0199426217158, - -0.0126926991013, - 0.00656517149079, - 0.00762861177979, - 0.000299961185178, - 0.00315743933565, - 0.00760407394197, - -0.00303428972586, - -0.0202636179865, - -0.0187572679946, - 0.00779870867396, - 0.0347268544455, - 0.0328163288392, - -0.000283591725257, - -0.037835325192, - -0.0493689801693, - -0.0261586931421, - 0.0146994925343, - 0.0462331638801, - 0.0510840920005, - 0.030199545813, - -0.00188090792242, - -0.0282737611737, - -0.0389992247493, - -0.0338439959812, - -0.0195441762251, - -0.00467895382324, - 0.00451348147484, - 0.00588942536516, - 0.000908798162658, - -0.00703697183583, - -0.0143824167073, - -0.0185671678827, - -0.0184698434881, - -0.0142614616464, - -0.00696261820066, - 0.00204435241214, - 0.0113960661814, - 0.0199688749222, - 0.0269550849317, - 0.0318419786717, - 0.0343461443381, - 0.0343461443381, - 0.0318419786717, - 0.0269550849317, - 0.0199688749222, - 0.0113960661814, - 0.00204435241214, - -0.00696261820066, - -0.0142614616464, - -0.0184698434881, - -0.0185671678827, - -0.0143824167073, - -0.00703697183583, - 0.000908798162658, - 0.00588942536516, - 0.00451348147484, - -0.00467895382324, - -0.0195441762251, - -0.0338439959812, - -0.0389992247493, - -0.0282737611737, - -0.00188090792242, - 0.030199545813, - 0.0510840920005, - 0.0462331638801, - 0.0146994925342, - -0.0261586931421, - -0.0493689801693, - -0.037835325192, - -0.000283591725257, - 0.0328163288392, - 0.0347268544455, - 0.00779870867396, - -0.0187572679946, - -0.0202636179865, - -0.00303428972586, - 0.00760407394197, - 0.00315743933565, - 0.000299961185178, - 0.00762861177979, - 0.00656517149079, - -0.0126926991013, - -0.0199426217158, - 0.00806323264948, - 0.0307110896874, - 0.00126337139224, - -0.0361962129667, - -0.00940906530844, - 0.0380771693431, - 0.0130031151489, - -0.0384818765676 - ], - [ - -0.00727981704941, - -0.00350194953788, - 0.00710775369246, - 0.00388080409545, - -0.00598077198222, - -0.00457382176063, - 0.00389150535996, - 0.00477615506084, - -0.00126261788306, - -0.00364584125301, - -0.000657601135565, - 0.00131229444573, - 0.000340654597693, - 0.000199901968661, - 0.00187643215964, - 0.00165966902633, - -0.00208949575668, - -0.00529139615707, - -0.00317531767214, - 0.00332181523811, - 0.00808060157855, - 0.00617809142414, - -0.00128448700694, - -0.00845521072383, - -0.00996888458908, - -0.00498070187498, - 0.00291616528491, - 0.00884615134926, - 0.00990557569429, - 0.00638049540954, - 0.000793193238, - -0.00398876615188, - -0.00624012705461, - -0.00583132791724, - -0.00379191677733, - -0.00151211397801, - -0.0000713536597415, - 0.0000719628157926, - -0.000954552534933, - -0.00266860556326, - -0.00449969265699, - -0.00598610082394, - -0.00686755918391, - -0.00708847189174, - -0.00674800473627, - -0.00603270177095, - -0.00515584648348, - -0.00431454372118, - -0.00366543519178, - -0.0033144582937, - -0.0033144582937, - -0.00366543519178, - -0.00431454372118, - -0.00515584648348, - -0.00603270177095, - -0.00674800473627, - -0.00708847189174, - -0.00686755918391, - -0.00598610082394, - -0.00449969265699, - -0.00266860556326, - -0.000954552534933, - 0.0000719628157926, - -0.0000713536597415, - -0.00151211397801, - -0.00379191677733, - -0.00583132791724, - -0.00624012705461, - -0.00398876615188, - 0.000793193238, - 0.00638049540954, - 0.00990557569429, - 0.00884615134926, - 0.00291616528491, - -0.00498070187498, - -0.00996888458908, - -0.00845521072383, - -0.00128448700694, - 0.00617809142414, - 0.00808060157855, - 0.00332181523811, - -0.00317531767214, - -0.00529139615707, - -0.00208949575668, - 0.00165966902633, - 0.00187643215964, - 0.000199901968661, - 0.000340654597693, - 0.00131229444573, - -0.000657601135566, - -0.00364584125301, - -0.00126261788306, - 0.00477615506084, - 0.00389150535996, - -0.00457382176063, - -0.00598077198222, - 0.00388080409545, - 0.00710775369246, - -0.00350194953788, - -0.00727981704941 - ], - [ - 0.00738228018851, - 0.0229650259225, - -0.00690231463702, - -0.0223590149625, - 0.00325569832647, - 0.0202951356434, - 0.00227781966773, - -0.0154175929631, - -0.00686447647751, - 0.0077515344475, - 0.00683089024959, - -0.000913765168067, - -0.00126724875729, - 0.00108246176466, - -0.00333392736168, - -0.00891804794063, - -0.00349480821802, - 0.0110458424477, - 0.0182531660336, - 0.00705403270563, - -0.014329759807, - -0.0263923200741, - -0.0175402621805, - 0.00588254902884, - 0.0263797968257, - 0.0299872607025, - 0.015610473062, - -0.00656665636217, - -0.0236504118695, - -0.0280703394715, - -0.0203331876898, - -0.00657739032156, - 0.00601805099806, - 0.0128575744392, - 0.0131503946566, - 0.00903800848203, - 0.00379859251638, - 0.000237204444528, - -0.000166492041906, - 0.00267184189962, - 0.00786640336794, - 0.0141367661921, - 0.0202869469395, - 0.0254817358533, - 0.0293246153683, - 0.0317982038186, - 0.033138659159, - 0.0336996870923, - 0.0338380321547, - 0.0338319787266, - 0.0338319787266, - 0.0338380321547, - 0.0336996870923, - 0.033138659159, - 0.0317982038186, - 0.0293246153683, - 0.0254817358533, - 0.0202869469395, - 0.0141367661921, - 0.00786640336794, - 0.00267184189962, - -0.000166492041906, - 0.000237204444528, - 0.00379859251638, - 0.00903800848203, - 0.0131503946566, - 0.0128575744392, - 0.00601805099806, - -0.00657739032156, - -0.0203331876898, - -0.0280703394715, - -0.0236504118695, - -0.00656665636217, - 0.015610473062, - 0.0299872607025, - 0.0263797968257, - 0.00588254902884, - -0.0175402621805, - -0.0263923200741, - -0.014329759807, - 0.00705403270563, - 0.0182531660336, - 0.0110458424477, - -0.00349480821802, - -0.00891804794063, - -0.00333392736168, - 0.00108246176466, - -0.00126724875729, - -0.000913765168067, - 0.00683089024959, - 0.0077515344475, - -0.00686447647751, - -0.0154175929631, - 0.00227781966773, - 0.0202951356434, - 0.00325569832647, - -0.0223590149625, - -0.00690231463702, - 0.0229650259225, - 0.00738228018851 - ], - [ - -0.028099209249, - 0.0484427504201, - 0.0283833235493, - -0.0438153467588, - -0.0319980914226, - 0.0323186195273, - 0.034815446981, - -0.0153401460941, - -0.0308060186595, - -0.0010817648552, - 0.0171093146003, - 0.00635840006029, - -0.00162942652182, - 0.00485454638778, - 0.00262130248931, - -0.0166683473112, - -0.0258160459813, - -0.00211572485626, - 0.0356623844379, - 0.0457163586652, - 0.0112050225241, - -0.0404197005925, - -0.0645956633798, - -0.0404797150217, - 0.0139140668318, - 0.0601593579178, - 0.069685545855, - 0.040784958751, - -0.00588663675799, - -0.0443369800473, - -0.0586343415328, - -0.0483097535012, - -0.0241277320369, - 0.000266962894413, - 0.0152544080395, - 0.0180050565605, - 0.0114327840722, - 0.00123631636542, - -0.00704258055584, - -0.00983402889781, - -0.00602667039153, - 0.00350077037496, - 0.0167595211578, - 0.0315021470485, - 0.0458097384456, - 0.0583634770012, - 0.0684612649993, - 0.0758807181933, - 0.0806832269126, - 0.0830267802332, - 0.0830267802332, - 0.0806832269126, - 0.0758807181933, - 0.0684612649993, - 0.0583634770012, - 0.0458097384456, - 0.0315021470485, - 0.0167595211578, - 0.00350077037496, - -0.00602667039153, - -0.00983402889781, - -0.00704258055584, - 0.00123631636542, - 0.0114327840722, - 0.0180050565605, - 0.0152544080395, - 0.000266962894413, - -0.0241277320369, - -0.0483097535012, - -0.0586343415328, - -0.0443369800473, - -0.00588663675799, - 0.040784958751, - 0.069685545855, - 0.0601593579178, - 0.0139140668318, - -0.0404797150217, - -0.0645956633798, - -0.0404197005925, - 0.0112050225241, - 0.0457163586652, - 0.0356623844379, - -0.00211572485626, - -0.0258160459813, - -0.0166683473112, - 0.00262130248931, - 0.00485454638778, - -0.00162942652182, - 0.00635840006029, - 0.0171093146003, - -0.0010817648552, - -0.0308060186595, - -0.0153401460941, - 0.034815446981, - 0.0323186195273, - -0.0319980914226, - -0.0438153467588, - 0.0283833235493, - 0.0484427504201, - -0.028099209249 - ], - [ - -0.0849929999554, - 0.0155555968308, - 0.0837800490824, - -0.0082715094177, - -0.0778191089142, - -0.00780757920172, - 0.0633196453548, - 0.0248588016288, - -0.0382671264732, - -0.0305665999204, - 0.0102191449887, - 0.0164082730997, - 0.00127696561832, - 0.00602484262594, - 0.0175371768017, - -0.00173412730568, - -0.0402614922924, - -0.0445184562369, - 0.00679454708867, - 0.0680970521411, - 0.0749462699787, - 0.012879693517, - -0.0687152359627, - -0.104095027371, - -0.0668576690547, - 0.0147277055674, - 0.0860622393734, - 0.10688698893, - 0.0730142296029, - 0.0103916719149, - -0.0465516231511, - -0.0747969598394, - -0.0705887578923, - -0.0453405371243, - -0.0158706508544, - 0.00439196369975, - 0.00969497742286, - 0.00166426636616, - -0.0136714797669, - -0.0293433387999, - -0.0399509525206, - -0.0427513817833, - -0.0375621416864, - -0.0260024084574, - -0.0105705677284, - 0.00612004483282, - 0.0218180829565, - 0.0348340525854, - 0.044044063307, - 0.0487951131757, - 0.0487951131757, - 0.044044063307, - 0.0348340525854, - 0.0218180829565, - 0.00612004483282, - -0.0105705677284, - -0.0260024084574, - -0.0375621416864, - -0.0427513817833, - -0.0399509525206, - -0.0293433387999, - -0.0136714797669, - 0.00166426636616, - 0.00969497742286, - 0.00439196369975, - -0.0158706508544, - -0.0453405371243, - -0.0705887578923, - -0.0747969598394, - -0.0465516231511, - 0.0103916719149, - 0.0730142296029, - 0.10688698893, - 0.0860622393734, - 0.0147277055674, - -0.0668576690547, - -0.104095027371, - -0.0687152359627, - 0.012879693517, - 0.0749462699787, - 0.0680970521411, - 0.00679454708867, - -0.0445184562369, - -0.0402614922924, - -0.00173412730568, - 0.0175371768017, - 0.00602484262594, - 0.00127696561832, - 0.0164082730997, - 0.0102191449887, - -0.0305665999204, - -0.0382671264732, - 0.0248588016288, - 0.0633196453548, - -0.00780757920172, - -0.0778191089142, - -0.0082715094177, - 0.0837800490824, - 0.0155555968308, - -0.0849929999554 - ], - [ - -0.0858426587933, - -0.0759390239869, - 0.0831592355773, - 0.0785373188554, - -0.0653221347183, - -0.0816422961608, - 0.0346054055993, - 0.0748434579469, - -0.000313893893263, - -0.0498912639514, - -0.0186359497443, - 0.0145929263826, - 0.00560951989149, - 0.0000543471813803, - 0.0243769436597, - 0.0320821705187, - -0.014348703982, - -0.0713570834532, - -0.0632291055696, - 0.0200515866466, - 0.103988477955, - 0.106440244909, - 0.0182430948369, - -0.092259840675, - -0.142490433289, - -0.100335055567, - 0.000913695977848, - 0.0963495616261, - 0.135858987078, - 0.109493966938, - 0.042653948446, - -0.0265429604944, - -0.0694129646065, - -0.0770776820129, - -0.0581702132807, - -0.0296073813042, - -0.00713673798446, - 0.000267323077825, - -0.00858216220128, - -0.0292252136149, - -0.0548117711459, - -0.0789111052155, - -0.0971525216704, - -0.107683183292, - -0.110806517225, - -0.108243023579, - -0.102357361266, - -0.0955416211674, - -0.0898108284151, - -0.0865830784284, - -0.0865830784284, - -0.0898108284151, - -0.0955416211674, - -0.102357361266, - -0.108243023579, - -0.110806517225, - -0.107683183292, - -0.0971525216704, - -0.0789111052155, - -0.0548117711459, - -0.0292252136149, - -0.00858216220128, - 0.000267323077825, - -0.00713673798446, - -0.0296073813042, - -0.0581702132807, - -0.0770776820129, - -0.0694129646065, - -0.0265429604944, - 0.042653948446, - 0.109493966938, - 0.135858987078, - 0.0963495616261, - 0.000913695977848, - -0.100335055567, - -0.142490433289, - -0.092259840675, - 0.0182430948369, - 0.106440244909, - 0.103988477955, - 0.0200515866466, - -0.0632291055696, - -0.0713570834532, - -0.014348703982, - 0.0320821705187, - 0.0243769436597, - 0.0000543471813802, - 0.00560951989149, - 0.0145929263826, - -0.0186359497443, - -0.0498912639514, - -0.000313893893263, - 0.0748434579469, - 0.0346054055993, - -0.0816422961608, - -0.0653221347183, - 0.0785373188554, - 0.0831592355773, - -0.0759390239869, - -0.0858426587933 - ], - [ - 0.0131437939141, - -0.141222768974, - -0.0151127668695, - 0.132838900449, - 0.0320293112605, - -0.11044166897, - -0.0540714119327, - 0.0714640554742, - 0.0637926946562, - -0.0241361710235, - -0.045319547885, - -0.00545826297832, - 0.00633588483763, - -0.0100089228578, - 0.00745655710323, - 0.051331658873, - 0.0456472396521, - -0.0332823791706, - -0.106688101733, - -0.0833436833448, - 0.0317983036987, - 0.138866841361, - 0.141760862173, - 0.0341543227121, - -0.103314287292, - -0.175248937815, - -0.141192454783, - -0.0321836964658, - 0.0832177716596, - 0.147074188445, - 0.140687838588, - 0.0833987063615, - 0.0121612039743, - -0.0408597502972, - -0.0609491116916, - -0.0514366041922, - -0.026516981738, - -0.00231990840217, - 0.00950557331881, - 0.00425189377418, - -0.0166346307614, - -0.0479959859386, - -0.0835870053365, - -0.118002029617, - -0.147636101719, - -0.170820278949, - -0.187438186835, - -0.19832641362, - -0.204674875608, - -0.207544375917, - -0.207544375917, - -0.204674875608, - -0.19832641362, - -0.187438186835, - -0.170820278949, - -0.147636101719, - -0.118002029617, - -0.0835870053365, - -0.0479959859386, - -0.0166346307614, - 0.00425189377418, - 0.00950557331881, - -0.00231990840217, - -0.026516981738, - -0.0514366041922, - -0.0609491116916, - -0.0408597502972, - 0.0121612039743, - 0.0833987063615, - 0.140687838588, - 0.147074188445, - 0.0832177716596, - -0.0321836964658, - -0.141192454783, - -0.175248937815, - -0.103314287292, - 0.0341543227121, - 0.141760862173, - 0.138866841361, - 0.0317983036987, - -0.0833436833448, - -0.106688101733, - -0.0332823791706, - 0.0456472396521, - 0.051331658873, - 0.00745655710323, - -0.0100089228578, - 0.00633588483763, - -0.00545826297832, - -0.045319547885, - -0.0241361710235, - 0.0637926946562, - 0.0714640554742, - -0.0540714119327, - -0.11044166897, - 0.0320293112605, - 0.132838900449, - -0.0151127668695, - -0.141222768974, - 0.0131437939141 - ], - [ - 0.144805005289, - -0.0823503234318, - -0.14346592155, - 0.0669927404302, - 0.140350851031, - -0.0316282049982, - -0.125329990134, - -0.0119184511941, - 0.0881561088642, - 0.0402069639631, - -0.0348739582022, - -0.0289383722693, - 0.000463666917007, - -0.013820755539, - -0.0255193910483, - 0.0234042775087, - 0.0836259447466, - 0.0588137455554, - -0.0537452508075, - -0.143493686868, - -0.10830923649, - 0.0347980480283, - 0.167389202061, - 0.181091213649, - 0.0660924340626, - -0.093622444767, - -0.194168933456, - -0.183702350393, - -0.0833252746706, - 0.042073271654, - 0.130075049281, - 0.151928967958, - 0.116672651238, - 0.0554461644604, - 0.000821851378641, - -0.0273522099695, - -0.025771379538, - -0.00353236688504, - 0.0251858090386, - 0.0475694196173, - 0.0557749132736, - 0.047624090006, - 0.025370425009, - -0.00627709925829, - -0.0419840027274, - -0.0770316464593, - -0.10789777254, - -0.132318604112, - -0.149047992956, - -0.157513182846, - -0.157513182846, - -0.149047992956, - -0.132318604112, - -0.10789777254, - -0.0770316464593, - -0.0419840027274, - -0.00627709925829, - 0.025370425009, - 0.047624090006, - 0.0557749132736, - 0.0475694196173, - 0.0251858090386, - -0.00353236688504, - -0.025771379538, - -0.0273522099695, - 0.000821851378641, - 0.0554461644604, - 0.116672651238, - 0.151928967958, - 0.130075049281, - 0.042073271654, - -0.0833252746706, - -0.183702350393, - -0.194168933456, - -0.093622444767, - 0.0660924340626, - 0.181091213649, - 0.167389202061, - 0.0347980480283, - -0.10830923649, - -0.143493686868, - -0.0537452508075, - 0.0588137455554, - 0.0836259447466, - 0.0234042775087, - -0.0255193910483, - -0.013820755539, - 0.000463666917007, - -0.0289383722693, - -0.0348739582022, - 0.0402069639631, - 0.0881561088642, - -0.0119184511941, - -0.125329990134, - -0.0316282049982, - 0.140350851031, - 0.0669927404302, - -0.14346592155, - -0.0823503234318, - 0.144805005289 - ], - [ - 0.165520409298, - 0.0863476864373, - -0.161121673389, - -0.0943730852048, - 0.134330176572, - 0.108808844795, - -0.0856192000756, - -0.11126889029, - 0.0255587564676, - 0.0832576356039, - 0.0168757495146, - -0.0292072647216, - -0.00792298159024, - -0.00400905555143, - -0.0421983596714, - -0.0392900878282, - 0.0442917775343, - 0.118686879468, - 0.0750026276309, - -0.0693272637352, - -0.178843334165, - -0.141542591833, - 0.0215438643226, - 0.182221698722, - 0.220605556628, - 0.115439822599, - -0.0562472068828, - -0.187867869922, - -0.214882931758, - -0.142052205379, - -0.0231271392697, - 0.0800854274238, - 0.130017417488, - 0.123266759171, - 0.0813175761141, - 0.0334933473026, - 0.00265715559637, - -0.00136482166701, - 0.0189660668921, - 0.0537704762751, - 0.0913214087295, - 0.122128913441, - 0.140836368246, - 0.14626537939, - 0.140377374371, - 0.126892659046, - 0.110060716818, - 0.0937991722608, - 0.0812133098772, - 0.0743985392091, - 0.0743985392091, - 0.0812133098772, - 0.0937991722608, - 0.110060716818, - 0.126892659046, - 0.140377374371, - 0.14626537939, - 0.140836368246, - 0.122128913441, - 0.0913214087295, - 0.0537704762751, - 0.0189660668921, - -0.00136482166701, - 0.00265715559637, - 0.0334933473026, - 0.0813175761141, - 0.123266759171, - 0.130017417488, - 0.0800854274238, - -0.0231271392697, - -0.142052205379, - -0.214882931758, - -0.187867869922, - -0.0562472068828, - 0.115439822599, - 0.220605556628, - 0.182221698722, - 0.0215438643226, - -0.141542591833, - -0.178843334165, - -0.0693272637352, - 0.0750026276309, - 0.118686879468, - 0.0442917775343, - -0.0392900878282, - -0.0421983596714, - -0.00400905555143, - -0.00792298159024, - -0.0292072647216, - 0.0168757495146, - 0.0832576356039, - 0.0255587564676, - -0.11126889029, - -0.0856192000756, - 0.108808844795, - 0.134330176572, - -0.0943730852048, - -0.161121673389, - 0.0863476864373, - 0.165520409298 - ], - [ - 0.0106711046146, - 0.204871561077, - -0.00727693514148, - -0.194772078744, - -0.0200318009085, - 0.16695595189, - 0.0579140607036, - -0.114903248252, - -0.0811352373904, - 0.0465758218086, - 0.0635474922297, - 0.00230532189528, - -0.00982199695791, - 0.0126795773725, - -0.0171588291395, - -0.0751317714079, - -0.0532207550055, - 0.0645376174387, - 0.154577876358, - 0.0988069352954, - -0.0726634073298, - -0.20804238387, - -0.18384330275, - -0.0140797040749, - 0.173868822321, - 0.250543634309, - 0.176194550644, - 0.0103353408445, - -0.145690620174, - -0.216775292371, - -0.187918733935, - -0.0953046378149, - 0.00620239209805, - 0.0740831436717, - 0.0929841680615, - 0.0724083051687, - 0.0347992485685, - 0.00276952582211, - -0.0090675098136, - 0.00360861480581, - 0.0368563734037, - 0.0823621865657, - 0.131160592364, - 0.176115139625, - 0.212960272069, - 0.240222207069, - 0.258504749314, - 0.269567691626, - 0.275475887118, - 0.277950040409, - 0.277950040409, - 0.275475887118, - 0.269567691626, - 0.258504749314, - 0.240222207069, - 0.212960272069, - 0.176115139625, - 0.131160592364, - 0.0823621865657, - 0.0368563734037, - 0.00360861480581, - -0.0090675098136, - 0.00276952582212, - 0.0347992485685, - 0.0724083051687, - 0.0929841680615, - 0.0740831436717, - 0.00620239209805, - -0.0953046378149, - -0.187918733935, - -0.216775292371, - -0.145690620174, - 0.0103353408445, - 0.176194550644, - 0.250543634309, - 0.173868822321, - -0.0140797040749, - -0.18384330275, - -0.20804238387, - -0.0726634073298, - 0.0988069352954, - 0.154577876358, - 0.0645376174387, - -0.0532207550055, - -0.0751317714079, - -0.0171588291395, - 0.0126795773725, - -0.00982199695791, - 0.00230532189528, - 0.0635474922297, - 0.0465758218086, - -0.0811352373904, - -0.114903248252, - 0.0579140607036, - 0.16695595189, - -0.0200318009085, - -0.194772078744, - -0.00727693514148, - 0.204871561077, - 0.0106711046146 - ], - [ - -0.186592161012, - 0.118181254995, - 0.184874420413, - -0.0976637484, - -0.182225224618, - 0.0503662516383, - 0.164830469573, - 0.00875569925012, - -0.118111827693, - -0.0490396071216, - 0.0484641806866, - 0.0372960749453, - -0.00115794924253, - 0.0184474577687, - 0.0317100809421, - -0.0342593882476, - -0.109986394679, - -0.0714437621227, - 0.0774374457489, - 0.188596188844, - 0.133782466841, - -0.0561578782644, - -0.223193154365, - -0.230625512744, - -0.0738464293345, - 0.132812170209, - 0.255518978683, - 0.232510152755, - 0.0967468100314, - -0.065317194947, - -0.174221193093, - -0.196139185513, - -0.145889347608, - -0.0651829690563, - 0.00425820094111, - 0.0382472143771, - 0.0340904936372, - 0.00455276759569, - -0.0318120513076, - -0.0588307290326, - -0.0670429398572, - -0.0542928170038, - -0.0239444766516, - 0.0177315194522, - 0.0638879687555, - 0.108624724429, - 0.147653485078, - 0.17831051172, - 0.199202528876, - 0.209740206364, - 0.209740206364, - 0.199202528876, - 0.17831051172, - 0.147653485078, - 0.108624724429, - 0.0638879687555, - 0.0177315194522, - -0.0239444766516, - -0.0542928170038, - -0.0670429398572, - -0.0588307290326, - -0.0318120513076, - 0.00455276759569, - 0.0340904936372, - 0.0382472143771, - 0.00425820094111, - -0.0651829690563, - -0.145889347608, - -0.196139185513, - -0.174221193093, - -0.065317194947, - 0.0967468100314, - 0.232510152755, - 0.255518978683, - 0.132812170209, - -0.0738464293345, - -0.230625512744, - -0.223193154365, - -0.0561578782644, - 0.133782466841, - 0.188596188844, - 0.0774374457489, - -0.0714437621227, - -0.109986394679, - -0.0342593882476, - 0.0317100809421, - 0.0184474577687, - -0.00115794924253, - 0.0372960749453, - 0.0484641806866, - -0.0490396071216, - -0.118111827693, - 0.00875569925012, - 0.164830469573, - 0.0503662516383, - -0.182225224618, - -0.0976637484, - 0.184874420413, - 0.118181254995, - -0.186592161012 - ], - [ - -0.198686721862, - -0.116286870828, - 0.19302169541, - 0.125117720237, - -0.159096678741, - -0.14044094009, - 0.0984193975723, - 0.139902417079, - -0.0252891420517, - -0.102048028759, - -0.0241021101284, - 0.0345665350641, - 0.0100316744351, - 0.00395431083593, - 0.0511197674244, - 0.0512985460285, - -0.0490587989453, - -0.144425613444, - -0.0983667260784, - 0.0755830515628, - 0.215430548307, - 0.179803882712, - -0.0137660482277, - -0.213229590138, - -0.269844308947, - -0.151061981369, - 0.0547899025412, - 0.219017582945, - 0.260057680838, - 0.179234734835, - 0.0386922293189, - -0.0871850386311, - -0.151397420357, - -0.147597383551, - -0.099988038762, - -0.0432542395061, - -0.00523569682854, - 0.00140239680036, - -0.0212911520492, - -0.0621102167674, - -0.107273333444, - -0.145363339415, - -0.169712050583, - -0.178574374314, - -0.173977055665, - -0.160117693526, - -0.141909250596, - -0.123941427018, - -0.10988521774, - -0.102233732408, - -0.102233732408, - -0.10988521774, - -0.123941427018, - -0.141909250596, - -0.160117693526, - -0.173977055665, - -0.178574374314, - -0.169712050583, - -0.145363339415, - -0.107273333444, - -0.0621102167674, - -0.0212911520492, - 0.00140239680036, - -0.00523569682854, - -0.0432542395061, - -0.099988038762, - -0.147597383551, - -0.151397420357, - -0.0871850386311, - 0.0386922293189, - 0.179234734835, - 0.260057680838, - 0.219017582945, - 0.0547899025412, - -0.151061981369, - -0.269844308947, - -0.213229590138, - -0.0137660482277, - 0.179803882712, - 0.215430548307, - 0.0755830515628, - -0.0983667260784, - -0.144425613444, - -0.0490587989453, - 0.0512985460285, - 0.0511197674243, - 0.00395431083593, - 0.0100316744351, - 0.0345665350641, - -0.0241021101284, - -0.102048028759, - -0.0252891420517, - 0.139902417079, - 0.0984193975723, - -0.14044094009, - -0.159096678741, - 0.125117720237, - 0.19302169541, - -0.116286870828, - -0.198686721862 - ], - [ - 0.0222017499811, - -0.237052861202, - -0.0254582785081, - 0.222518133766, - 0.0537004598141, - -0.184569900955, - -0.0903509830606, - 0.119113914862, - 0.106274420731, - -0.0400922655326, - -0.0752674777609, - -0.00907286597133, - 0.0104873469527, - -0.0165515906935, - 0.0122798084027, - 0.084556236525, - 0.0751089056246, - -0.0545588261503, - -0.174750152153, - -0.136318960443, - 0.0517627225872, - 0.225980701332, - 0.230273926299, - 0.0554662553399, - -0.166861586892, - -0.28250317356, - -0.227115402555, - -0.0517477280447, - 0.13298220317, - 0.234533480601, - 0.223795610731, - 0.132350248236, - 0.019321650548, - -0.0643669160569, - -0.0958068381898, - -0.0806482174189, - -0.0414701149404, - -0.00361928931881, - 0.0147992249304, - 0.00663230534082, - -0.025690752158, - -0.0740502746743, - -0.128741249087, - -0.18144188859, - -0.226661454811, - -0.261909805006, - -0.28707840388, - -0.303503933815, - -0.31304470207, - -0.31734452268, - -0.31734452268, - -0.31304470207, - -0.303503933815, - -0.28707840388, - -0.261909805006, - -0.226661454811, - -0.18144188859, - -0.128741249087, - -0.0740502746743, - -0.025690752158, - 0.00663230534082, - 0.0147992249304, - -0.00361928931881, - -0.0414701149404, - -0.0806482174189, - -0.0958068381898, - -0.0643669160569, - 0.019321650548, - 0.132350248236, - 0.223795610731, - 0.234533480601, - 0.13298220317, - -0.0517477280447, - -0.227115402555, - -0.28250317356, - -0.166861586892, - 0.0554662553399, - 0.230273926299, - 0.225980701332, - 0.0517627225872, - -0.136318960443, - -0.174750152153, - -0.0545588261503, - 0.0751089056246, - 0.084556236525, - 0.0122798084027, - -0.0165515906935, - 0.0104873469527, - -0.00907286597133, - -0.0752674777609, - -0.0400922655326, - 0.106274420731, - 0.119113914862, - -0.0903509830606, - -0.184569900955, - 0.0537004598141, - 0.222518133766, - -0.0254582785082, - -0.237052861202, - 0.0222017499811 - ], - [ - 0.229520162352, - -0.0771429282543, - -0.226131401144, - 0.0555141755942, - 0.213918729608, - -0.00724851485503, - -0.180515076154, - -0.0474183278032, - 0.116501071014, - 0.0740386874673, - -0.0380683770796, - -0.0441707994327, - -0.00174248153028, - -0.0181359036904, - -0.0435633875443, - 0.0172150974749, - 0.115003885597, - 0.106111890448, - -0.0436964316364, - -0.194312012371, - -0.182872335161, - 0.00132602291532, - 0.208215328523, - 0.270359894098, - 0.142591850999, - -0.0792117193511, - -0.248208801621, - -0.2725952572, - -0.160192276919, - 0.00964191258737, - 0.147402084704, - 0.201953770457, - 0.173995732479, - 0.0997663078581, - 0.0237808890111, - -0.0225699227679, - -0.0292832005663, - -0.0044859341099, - 0.0344801070165, - 0.0699664864563, - 0.0897085893952, - 0.0886807613687, - 0.0681164678748, - 0.0331904138912, - -0.00939358961031, - -0.0532045291403, - -0.0930713191475, - -0.125370923929, - -0.147868376591, - -0.159366457086, - -0.159366457086, - -0.147868376591, - -0.125370923929, - -0.0930713191475, - -0.0532045291403, - -0.00939358961031, - 0.0331904138912, - 0.0681164678748, - 0.0886807613687, - 0.0897085893952, - 0.0699664864563, - 0.0344801070165, - -0.0044859341099, - -0.0292832005663, - -0.0225699227679, - 0.0237808890111, - 0.0997663078581, - 0.173995732479, - 0.201953770457, - 0.147402084704, - 0.00964191258737, - -0.160192276919, - -0.2725952572, - -0.248208801621, - -0.0792117193511, - 0.142591850999, - 0.270359894098, - 0.208215328523, - 0.00132602291532, - -0.182872335161, - -0.194312012371, - -0.0436964316364, - 0.106111890448, - 0.115003885597, - 0.0172150974749, - -0.0435633875443, - -0.0181359036904, - -0.00174248153028, - -0.0441707994327, - -0.0380683770796, - 0.0740386874673, - 0.116501071014, - -0.0474183278032, - -0.180515076154, - -0.00724851485503, - 0.213918729608, - 0.0555141755942, - -0.226131401144, - -0.0771429282543, - 0.229520162352 - ], - [ - 0.154484272701, - 0.183300900387, - -0.148493098025, - -0.184977836459, - 0.110122273275, - 0.183250166383, - -0.0468486811057, - -0.158355129973, - -0.0187713626929, - 0.0980410051566, - 0.0475143525222, - -0.0247805455767, - -0.0120421086119, - 0.00290804560144, - -0.0460660071506, - -0.0728861716626, - 0.012047544557, - 0.137180410463, - 0.144120438414, - -0.0108794515654, - -0.193197264301, - -0.22841926283, - -0.0736510977993, - 0.151447260648, - 0.278597390871, - 0.225278451803, - 0.0393532181058, - -0.15680400948, - -0.257255387121, - -0.229468312324, - -0.112883862925, - 0.021255915686, - 0.113794291509, - 0.141211986115, - 0.114624190436, - 0.0638419132449, - 0.0192816823084, - 0.000205039056934, - 0.0115030050754, - 0.046818910492, - 0.0943042078555, - 0.141956807477, - 0.18099012794, - 0.207030387537, - 0.219714790521, - 0.221476937102, - 0.216168468776, - 0.20790029514, - 0.200241218752, - 0.195750593505, - 0.195750593505, - 0.200241218752, - 0.20790029514, - 0.216168468776, - 0.221476937102, - 0.219714790521, - 0.207030387537, - 0.18099012794, - 0.141956807477, - 0.0943042078555, - 0.046818910492, - 0.0115030050754, - 0.000205039056934, - 0.0192816823084, - 0.0638419132449, - 0.114624190436, - 0.141211986115, - 0.113794291509, - 0.021255915686, - -0.112883862925, - -0.229468312324, - -0.257255387121, - -0.15680400948, - 0.0393532181058, - 0.225278451803, - 0.278597390871, - 0.151447260648, - -0.0736510977993, - -0.22841926283, - -0.193197264301, - -0.0108794515654, - 0.144120438414, - 0.137180410463, - 0.012047544557, - -0.0728861716626, - -0.0460660071506, - 0.00290804560144, - -0.0120421086119, - -0.0247805455767, - 0.0475143525222, - 0.0980410051566, - -0.0187713626929, - -0.158355129973, - -0.0468486811057, - 0.183250166383, - 0.110122273275, - -0.184977836459, - -0.148493098025, - 0.183300900387, - 0.154484272701 - ], - [ - -0.119255112047, - 0.204743768666, - 0.119988551508, - -0.184418494003, - -0.134641229637, - 0.135380868315, - 0.145747092763, - -0.063876038415, - -0.128252305155, - -0.00459293730167, - 0.0708005740898, - 0.0262781867055, - -0.00669462421658, - 0.0199151521615, - 0.0107665055955, - -0.0678489137351, - -0.104830459044, - -0.0086983968601, - 0.143530155429, - 0.183438433477, - 0.0449638503964, - -0.160533163938, - -0.255669096429, - -0.159657686299, - 0.0542706608997, - 0.234450967434, - 0.270380923032, - 0.157579618335, - -0.0223327339412, - -0.168994810244, - -0.222403423937, - -0.182292974159, - -0.090614961268, - 0.000851264826913, - 0.0564258982702, - 0.0662815764288, - 0.0418645781765, - 0.00450330962945, - -0.0255239099888, - -0.0354826513788, - -0.0217021117295, - 0.0123463017782, - 0.0593521011287, - 0.111252647907, - 0.161295022931, - 0.204937988695, - 0.239848977345, - 0.265376285568, - 0.281836111503, - 0.289848007878, - 0.289848007878, - 0.281836111503, - 0.265376285568, - 0.239848977345, - 0.204937988695, - 0.161295022931, - 0.111252647907, - 0.0593521011287, - 0.0123463017782, - -0.0217021117295, - -0.0354826513788, - -0.0255239099888, - 0.00450330962945, - 0.0418645781765, - 0.0662815764288, - 0.0564258982702, - 0.000851264826912, - -0.090614961268, - -0.182292974159, - -0.222403423937, - -0.168994810244, - -0.0223327339412, - 0.157579618335, - 0.270380923032, - 0.234450967434, - 0.0542706608997, - -0.159657686299, - -0.255669096429, - -0.160533163938, - 0.0449638503964, - 0.183438433477, - 0.143530155429, - -0.0086983968601, - -0.104830459044, - -0.0678489137351, - 0.0107665055955, - 0.0199151521615, - -0.00669462421658, - 0.0262781867055, - 0.0708005740898, - -0.00459293730167, - -0.128252305155, - -0.063876038415, - 0.145747092763, - 0.135380868315, - -0.134641229637, - -0.184418494003, - 0.119988551508, - 0.204743768666, - -0.119255112047 - ], - [ - -0.223005029797, - -0.0466540142473, - 0.217622931618, - 0.0609766815485, - -0.190022877202, - -0.0900851806467, - 0.136424253695, - 0.111156077619, - -0.0626835109121, - -0.0964964987032, - -0.00086414680681, - 0.0401489749899, - 0.00727910256712, - 0.00973308273203, - 0.0506495184876, - 0.0268274750857, - -0.077247230302, - -0.135970202016, - -0.0470276223213, - 0.125358896183, - 0.211705572502, - 0.116254985745, - -0.0902958113399, - -0.243619628603, - -0.230062323653, - -0.0666225077293, - 0.131951487361, - 0.246931813455, - 0.229265238393, - 0.111164099244, - -0.032416071053, - -0.13397200525, - -0.163937099624, - -0.132579120594, - -0.0727558176332, - -0.0187385658434, - 0.00797934443791, - 0.00261652491448, - -0.0267322312434, - -0.0661149811609, - -0.102094986988, - -0.125567204377, - -0.13285351843, - -0.124891354226, - -0.105562983219, - -0.0799895299435, - -0.0532392691772, - -0.0295713663874, - -0.0121311280851, - -0.00292822159173, - -0.00292822159173, - -0.0121311280851, - -0.0295713663874, - -0.0532392691772, - -0.0799895299435, - -0.105562983219, - -0.124891354226, - -0.13285351843, - -0.125567204377, - -0.102094986988, - -0.0661149811609, - -0.0267322312434, - 0.00261652491448, - 0.00797934443791, - -0.0187385658434, - -0.0727558176332, - -0.132579120594, - -0.163937099624, - -0.13397200525, - -0.032416071053, - 0.111164099244, - 0.229265238393, - 0.246931813455, - 0.131951487361, - -0.0666225077293, - -0.230062323653, - -0.243619628603, - -0.0902958113399, - 0.116254985745, - 0.211705572502, - 0.125358896183, - -0.0470276223213, - -0.135970202016, - -0.077247230302, - 0.0268274750857, - 0.0506495184876, - 0.00973308273203, - 0.00727910256712, - 0.0401489749899, - -0.000864146806811, - -0.0964964987032, - -0.0626835109121, - 0.111156077619, - 0.136424253695, - -0.0900851806467, - -0.190022877202, - 0.0609766815485, - 0.217622931618, - -0.0466540142473, - -0.223005029797 - ], - [ - -0.0145592148561, - -0.215280011178, - 0.0108991355521, - 0.204400612524, - 0.0180299478421, - -0.175301909469, - -0.0581904268036, - 0.121034364561, - 0.083201992563, - -0.0496823811541, - -0.0657016359855, - -0.00177334333886, - 0.0102264619472, - -0.0128887082088, - 0.0183693244176, - 0.0773381860847, - 0.0532198507055, - -0.0678532229191, - -0.157971467522, - -0.0984056026773, - 0.0767679111476, - 0.211908897163, - 0.183892833406, - 0.0104876252541, - -0.177754458922, - -0.251490048263, - -0.173694804339, - -0.00656718911082, - 0.147901120524, - 0.216004601764, - 0.184790645813, - 0.0916878214027, - -0.00853984182372, - -0.0744120525238, - -0.0917396651213, - -0.0706780084067, - -0.0336230460718, - -0.00263930901053, - 0.00834738962765, - -0.00446330105363, - -0.0369231379545, - -0.0808121990523, - -0.127450437481, - -0.170047356526, - -0.204640928761, - -0.229964218051, - -0.24672249799, - -0.256693501802, - -0.261911882018, - -0.264055433043, - -0.264055433043, - -0.261911882018, - -0.256693501802, - -0.24672249799, - -0.229964218051, - -0.204640928761, - -0.170047356526, - -0.127450437481, - -0.0808121990523, - -0.0369231379545, - -0.00446330105363, - 0.00834738962765, - -0.00263930901053, - -0.0336230460718, - -0.0706780084067, - -0.0917396651213, - -0.0744120525238, - -0.00853984182372, - 0.0916878214027, - 0.184790645813, - 0.216004601764, - 0.147901120524, - -0.00656718911082, - -0.173694804339, - -0.251490048263, - -0.177754458922, - 0.0104876252541, - 0.183892833406, - 0.211908897163, - 0.0767679111476, - -0.0984056026773, - -0.157971467522, - -0.0678532229191, - 0.0532198507055, - 0.0773381860847, - 0.0183693244176, - -0.0128887082088, - 0.0102264619472, - -0.00177334333886, - -0.0657016359855, - -0.0496823811541, - 0.083201992563, - 0.121034364561, - -0.0581904268036, - -0.175301909469, - 0.0180299478421, - 0.204400612524, - 0.0108991355521, - -0.215280011178, - -0.0145592148561 - ], - [ - 0.1911989951, - -0.0641127489257, - -0.188099468007, - 0.0460440211374, - 0.177648497018, - -0.00593194815502, - -0.149636063692, - -0.0393365216261, - 0.0963767027713, - 0.061239610825, - -0.0314135223921, - -0.036447369173, - -0.0014411598273, - -0.0149272323704, - -0.0358393420063, - 0.0141065935314, - 0.0943449708575, - 0.0869997812013, - -0.0356938171195, - -0.158807003923, - -0.149341665925, - 0.000981310049461, - 0.169450251805, - 0.219825749208, - 0.115861444431, - -0.0641052621724, - -0.200869403331, - -0.220367363782, - -0.129380214552, - 0.00767002771803, - 0.118546665217, - 0.162255304027, - 0.139629473661, - 0.0799782340625, - 0.0190718068604, - -0.0180015293646, - -0.0233517995375, - -0.00357384026303, - 0.0274411267246, - 0.0556279421721, - 0.0712606389449, - 0.0703935310597, - 0.0540506035967, - 0.0263655499097, - -0.00733812298568, - -0.041972383534, - -0.0734591955502, - -0.0989507676246, - -0.116696819497, - -0.125763595254, - -0.125763595254, - -0.116696819497, - -0.0989507676246, - -0.0734591955502, - -0.041972383534, - -0.00733812298568, - 0.0263655499097, - 0.0540506035967, - 0.0703935310597, - 0.0712606389449, - 0.0556279421721, - 0.0274411267246, - -0.00357384026303, - -0.0233517995375, - -0.0180015293646, - 0.0190718068604, - 0.0799782340625, - 0.139629473661, - 0.162255304027, - 0.118546665217, - 0.00767002771803, - -0.129380214552, - -0.220367363782, - -0.200869403331, - -0.0641052621724, - 0.115861444431, - 0.219825749208, - 0.169450251805, - 0.000981310049461, - -0.149341665925, - -0.158807003923, - -0.0356938171195, - 0.0869997812013, - 0.0943449708575, - 0.0141065935314, - -0.0358393420063, - -0.0149272323704, - -0.0014411598273, - -0.036447369173, - -0.0314135223921, - 0.061239610825, - 0.0963767027713, - -0.0393365216261, - -0.149636063692, - -0.00593194815502, - 0.177648497018, - 0.0460440211374, - -0.188099468007, - -0.0641127489257, - 0.1911989951 - ], - [ - 0.0931677098643, - 0.156263045743, - -0.088713543881, - -0.154534856811, - 0.0596569863707, - 0.146613681345, - -0.0136699847255, - -0.119487731767, - -0.0300424976406, - 0.0680373626904, - 0.0425438332602, - -0.0138636970908, - -0.00928514232238, - 0.00464018922833, - -0.0306784816264, - -0.0596009738617, - -0.00534141450789, - 0.0940981395156, - 0.118677151129, - 0.0163974812743, - -0.127772615139, - -0.178697018243, - -0.0840691462324, - 0.0836012103319, - 0.198741322064, - 0.185199685103, - 0.0620270048189, - -0.0870606864801, - -0.178926717089, - -0.178626818793, - -0.105716918112, - -0.00900134370754, - 0.0657781487792, - 0.0960794698846, - 0.0850452031845, - 0.05178000933, - 0.0184204677309, - 0.000715398343769, - 0.00450336713872, - 0.02705196913, - 0.0607900791825, - 0.0971684090728, - 0.129345825231, - 0.153374085266, - 0.1681747049, - 0.174826233493, - 0.175632553326, - 0.173277077345, - 0.170196420382, - 0.168185474717, - 0.168185474717, - 0.170196420382, - 0.173277077345, - 0.175632553326, - 0.174826233493, - 0.1681747049, - 0.153374085266, - 0.129345825231, - 0.0971684090728, - 0.0607900791825, - 0.02705196913, - 0.00450336713872, - 0.00071539834377, - 0.0184204677309, - 0.05178000933, - 0.0850452031845, - 0.0960794698846, - 0.0657781487792, - -0.00900134370754, - -0.105716918112, - -0.178626818793, - -0.178926717089, - -0.0870606864801, - 0.0620270048189, - 0.185199685103, - 0.198741322064, - 0.0836012103319, - -0.0840691462324, - -0.178697018243, - -0.127772615139, - 0.0163974812743, - 0.118677151129, - 0.0940981395156, - -0.00534141450789, - -0.0596009738617, - -0.0306784816264, - 0.00464018922833, - -0.00928514232238, - -0.0138636970908, - 0.0425438332602, - 0.0680373626904, - -0.0300424976406, - -0.119487731767, - -0.0136699847255, - 0.146613681345, - 0.0596569863707, - -0.154534856811, - -0.088713543881, - 0.156263045743, - 0.0931677098643 - ], - [ - -0.121776367438, - 0.107389992978, - 0.120773294629, - -0.0921099056337, - -0.122550642145, - 0.0568192602361, - 0.116134638414, - -0.0105892580812, - -0.0885266153997, - -0.025338903802, - 0.0404475755559, - 0.0245040850856, - -0.00212790042206, - 0.0136836021822, - 0.0180260988626, - -0.0324792763436, - -0.077893361401, - -0.0367392470445, - 0.0707395064511, - 0.133570278182, - 0.0748885358023, - -0.0640036746269, - -0.165879388514, - -0.146978072714, - -0.0227451309235, - 0.116889893417, - 0.183005587452, - 0.145884593179, - 0.0404632696512, - -0.0692172460255, - -0.132210618675, - -0.132992165067, - -0.088450509583, - -0.0300334865451, - 0.014759066592, - 0.0326371479424, - 0.0251370025436, - 0.00310415202557, - -0.020302945714, - -0.0348267136183, - -0.0353885197884, - -0.0218679681231, - 0.00249760673704, - 0.0330171077458, - 0.0650681603531, - 0.0949802419464, - 0.120321376296, - 0.139773738197, - 0.152806030723, - 0.159309925957, - 0.159309925957, - 0.152806030723, - 0.139773738197, - 0.120321376296, - 0.0949802419464, - 0.0650681603531, - 0.0330171077458, - 0.00249760673704, - -0.0218679681231, - -0.0353885197884, - -0.0348267136183, - -0.020302945714, - 0.00310415202557, - 0.0251370025436, - 0.0326371479424, - 0.014759066592, - -0.0300334865451, - -0.088450509583, - -0.132992165067, - -0.132210618675, - -0.0692172460255, - 0.0404632696512, - 0.145884593179, - 0.183005587452, - 0.116889893417, - -0.0227451309235, - -0.146978072714, - -0.165879388514, - -0.0640036746269, - 0.0748885358023, - 0.133570278182, - 0.0707395064511, - -0.0367392470445, - -0.077893361401, - -0.0324792763436, - 0.0180260988626, - 0.0136836021822, - -0.00212790042206, - 0.0245040850856, - 0.0404475755559, - -0.025338903802, - -0.0885266153997, - -0.0105892580812, - 0.116134638414, - 0.0568192602361, - -0.122550642145, - -0.0921099056337, - 0.120773294629, - 0.107389992978, - -0.121776367438 - ], - [ - -0.106050239301, - -0.0879015604124, - 0.102325990628, - 0.0909389740964, - -0.0807019172559, - -0.0950366175843, - 0.0438754268251, - 0.0876996341545, - -0.00270994646265, - -0.0589452353564, - -0.0206243391329, - 0.0175760656371, - 0.00642723365617, - 0.000424289000745, - 0.0284351500794, - 0.0357886362113, - -0.0183792743299, - -0.0817850492759, - -0.0694193972043, - 0.0260288601063, - 0.118115357712, - 0.116600914008, - 0.0157941453259, - -0.105355971013, - -0.156490089905, - -0.106087531791, - 0.00581334290736, - 0.107499723508, - 0.14638075659, - 0.114605197308, - 0.0416048753315, - -0.031393024241, - -0.0748320906439, - -0.0808222299097, - -0.0596558238303, - -0.0295251838119, - -0.00662099160356, - 0.000352925693844, - -0.00919648511301, - -0.0302645579685, - -0.055709389992, - -0.0790853644725, - -0.0961960547666, - -0.105432751443, - -0.10731744779, - -0.103713713628, - -0.0970458940323, - -0.0897015021157, - -0.0836567538336, - -0.0802858020076, - -0.0802858020076, - -0.0836567538336, - -0.0897015021157, - -0.0970458940323, - -0.103713713628, - -0.10731744779, - -0.105432751443, - -0.0961960547666, - -0.0790853644725, - -0.055709389992, - -0.0302645579685, - -0.00919648511301, - 0.000352925693844, - -0.00662099160356, - -0.0295251838119, - -0.0596558238303, - -0.0808222299097, - -0.0748320906439, - -0.031393024241, - 0.0416048753315, - 0.114605197308, - 0.14638075659, - 0.107499723508, - 0.00581334290736, - -0.106087531791, - -0.156490089905, - -0.105355971013, - 0.0157941453259, - 0.116600914008, - 0.118115357712, - 0.0260288601063, - -0.0694193972043, - -0.0817850492759, - -0.0183792743299, - 0.0357886362113, - 0.0284351500794, - 0.000424289000745, - 0.00642723365617, - 0.0175760656371, - -0.0206243391329, - -0.0589452353564, - -0.00270994646265, - 0.0876996341545, - 0.0438754268251, - -0.0950366175843, - -0.0807019172559, - 0.0909389740964, - 0.102325990628, - -0.0879015604124, - -0.106050239301 - ], - [ - 0.0617155293165, - -0.0948961763657, - -0.0618054169741, - 0.0848230488047, - 0.0678338897137, - -0.060983691684, - -0.0715107329077, - 0.0269658709889, - 0.0613274293135, - 0.00458127527938, - -0.0328747482517, - -0.0132090717242, - 0.00291866827564, - -0.00946218444421, - -0.00625176303977, - 0.0306367288864, - 0.0502489605065, - 0.00741518289701, - -0.0647619747438, - -0.087282165606, - -0.0258851607968, - 0.0704980284661, - 0.118958599712, - 0.0788243296068, - -0.0189700683932, - -0.104826772064, - -0.125860048861, - -0.077435694418, - 0.00442269904122, - 0.0734812901002, - 0.100943071008, - 0.0852418047501, - 0.0446949014181, - 0.00287340909883, - -0.0234559609746, - -0.0291431645409, - -0.0188640869099, - -0.00206920056086, - 0.0120022011547, - 0.0173693674209, - 0.0121121875623, - -0.00241569895732, - -0.0230414064799, - -0.0461650239442, - -0.0687097966044, - -0.0885559721577, - -0.104564371373, - -0.116356992702, - -0.124007208386, - -0.127746245743, - -0.127746245743, - -0.124007208386, - -0.116356992702, - -0.104564371373, - -0.0885559721577, - -0.0687097966044, - -0.0461650239442, - -0.0230414064799, - -0.00241569895732, - 0.0121121875623, - 0.0173693674209, - 0.0120022011547, - -0.00206920056086, - -0.0188640869099, - -0.0291431645409, - -0.0234559609746, - 0.00287340909883, - 0.0446949014181, - 0.0852418047501, - 0.100943071008, - 0.0734812901002, - 0.00442269904122, - -0.077435694418, - -0.125860048861, - -0.104826772064, - -0.0189700683932, - 0.0788243296068, - 0.118958599712, - 0.0704980284661, - -0.0258851607968, - -0.087282165606, - -0.0647619747438, - 0.00741518289701, - 0.0502489605065, - 0.0306367288864, - -0.00625176303977, - -0.00946218444421, - 0.00291866827564, - -0.0132090717242, - -0.0328747482517, - 0.00458127527938, - 0.0613274293135, - 0.0269658709889, - -0.0715107329077, - -0.060983691684, - 0.0678338897137, - 0.0848230488047, - -0.0618054169741, - -0.0948961763657, - 0.0617155293165 - ], - [ - 0.0759141069589, - 0.0396612193267, - -0.0735727745134, - -0.0431309571058, - 0.0610333181189, - 0.0494462103595, - -0.0386736424994, - -0.0502611821142, - 0.0114371961838, - 0.0373703541842, - 0.00759055331138, - -0.0130182258965, - -0.00352762464551, - -0.00176684965644, - -0.018639875881, - -0.01733617193, - 0.0193778272339, - 0.0518778148282, - 0.0327376690014, - -0.0299772168441, - -0.0772470036253, - -0.0609881945262, - 0.00909803202974, - 0.0776632511362, - 0.0937412002729, - 0.0489429103235, - -0.0235409696394, - -0.0786534994387, - -0.0896544159059, - -0.0590729103178, - -0.00967299985075, - 0.032853761292, - 0.0531962867268, - 0.0502481994144, - 0.0330274958592, - 0.0135654603748, - 0.0010901854082, - -0.000544480422946, - 0.00755492392208, - 0.0213566185554, - 0.0361619664876, - 0.0482231025708, - 0.0554654885085, - 0.0574734181445, - 0.0550571252439, - 0.0496984306358, - 0.0430672137974, - 0.0366893528883, - 0.0317662224951, - 0.0291044254715, - 0.0291044254715, - 0.0317662224951, - 0.0366893528883, - 0.0430672137974, - 0.0496984306358, - 0.0550571252439, - 0.0574734181445, - 0.0554654885085, - 0.0482231025708, - 0.0361619664876, - 0.0213566185554, - 0.00755492392208, - -0.000544480422946, - 0.0010901854082, - 0.0135654603748, - 0.0330274958592, - 0.0502481994144, - 0.0531962867268, - 0.032853761292, - -0.00967299985075, - -0.0590729103178, - -0.0896544159059, - -0.0786534994387, - -0.0235409696394, - 0.0489429103235, - 0.0937412002729, - 0.0776632511362, - 0.00909803202974, - -0.0609881945262, - -0.0772470036253, - -0.0299772168441, - 0.0327376690014, - 0.0518778148282, - 0.0193778272339, - -0.01733617193, - -0.018639875881, - -0.00176684965644, - -0.00352762464551, - -0.0130182258965, - 0.00759055331138, - 0.0373703541842, - 0.0114371961838, - -0.0502611821142, - -0.0386736424994, - 0.0494462103595, - 0.0610333181189, - -0.0431309571058, - -0.0735727745134, - 0.0396612193267, - 0.0759141069589 - ], - [ - -0.024266179731, - 0.0525348824234, - 0.0245264672664, - -0.0476832593255, - -0.0288222873104, - 0.0360593354494, - 0.0328646078072, - -0.0187001449329, - -0.0302818701327, - 0.00129147461524, - 0.0175575172945, - 0.00548953984885, - -0.0018353451137, - 0.00466450297704, - 0.00138215083286, - -0.0173336214637, - -0.0237737294228, - 0.00125618116878, - 0.0362244969703, - 0.0416064936461, - 0.00569572683366, - -0.0418532313052, - -0.0597244422396, - -0.0326062880649, - 0.0187551868448, - 0.0580964023733, - 0.0617435106133, - 0.0317490915377, - -0.0109427152628, - -0.043067134408, - -0.0522130308581, - -0.0400996713113, - -0.0175319269468, - 0.00341069050986, - 0.0150978413342, - 0.0160923045532, - 0.00966848449775, - 0.000995920405358, - -0.00534938957968, - -0.00673030068597, - -0.00263308851218, - 0.00589042373094, - 0.01703087304, - 0.0289251606864, - 0.0400951161023, - 0.0496127207278, - 0.0570645947366, - 0.0624084171755, - 0.0657985092257, - 0.0674304971649, - 0.0674304971649, - 0.0657985092257, - 0.0624084171755, - 0.0570645947366, - 0.0496127207278, - 0.0400951161023, - 0.0289251606864, - 0.01703087304, - 0.00589042373094, - -0.00263308851218, - -0.00673030068597, - -0.00534938957968, - 0.000995920405359, - 0.00966848449775, - 0.0160923045532, - 0.0150978413342, - 0.00341069050986, - -0.0175319269468, - -0.0400996713113, - -0.0522130308581, - -0.043067134408, - -0.0109427152628, - 0.0317490915377, - 0.0617435106133, - 0.0580964023733, - 0.0187551868448, - -0.0326062880649, - -0.0597244422396, - -0.0418532313052, - 0.00569572683366, - 0.0416064936461, - 0.0362244969703, - 0.00125618116878, - -0.0237737294228, - -0.0173336214637, - 0.00138215083286, - 0.00466450297704, - -0.0018353451137, - 0.00548953984885, - 0.0175575172945, - 0.00129147461524, - -0.0302818701327, - -0.0187001449329, - 0.0328646078072, - 0.0360593354494, - -0.0288222873104, - -0.0476832593255, - 0.0245264672664, - 0.0525348824234, - -0.024266179731 - ], - [ - -0.0266325682552, - -0.0112819715197, - 0.0258396324984, - 0.0126430958126, - -0.0217665292197, - -0.0152358579043, - 0.0143734135825, - 0.0162013012304, - -0.00507666015618, - -0.0125468901498, - -0.00185133935869, - 0.0046072883364, - 0.00111433209215, - 0.000782670903964, - 0.00633009424671, - 0.00513632427357, - -0.00747493904712, - -0.0173949834257, - -0.00954855542713, - 0.0117467098724, - 0.0261787231336, - 0.0187984518422, - -0.00545427133115, - -0.0273719333746, - -0.0306924919559, - -0.0140787896954, - 0.0103708090981, - 0.0276312283782, - 0.0295929217232, - 0.0180525660439, - 0.00114262279354, - -0.0126029032463, - -0.0184986396858, - -0.0166668651864, - -0.0104358760495, - -0.00388838708379, - 0.0000234079976273, - 0.000221792647614, - -0.00273726192057, - -0.00739968390306, - -0.0121755176724, - -0.015856345386, - -0.0178233671179, - -0.0180136340288, - -0.0167575317222, - -0.0145870014444, - -0.0120756731898, - -0.00973398858679, - -0.00795615127314, - -0.00700306048606, - -0.00700306048606, - -0.00795615127314, - -0.00973398858679, - -0.0120756731898, - -0.0145870014444, - -0.0167575317222, - -0.0180136340288, - -0.0178233671179, - -0.015856345386, - -0.0121755176724, - -0.00739968390306, - -0.00273726192057, - 0.000221792647614, - 0.0000234079976273, - -0.00388838708379, - -0.0104358760495, - -0.0166668651864, - -0.0184986396858, - -0.0126029032463, - 0.00114262279354, - 0.0180525660439, - 0.0295929217232, - 0.0276312283782, - 0.0103708090981, - -0.0140787896954, - -0.0306924919559, - -0.0273719333746, - -0.00545427133115, - 0.0187984518422, - 0.0261787231336, - 0.0117467098724, - -0.00954855542713, - -0.0173949834257, - -0.00747493904712, - 0.00513632427357, - 0.00633009424671, - 0.000782670903963, - 0.00111433209215, - 0.0046072883364, - -0.00185133935869, - -0.0125468901498, - -0.00507666015618, - 0.0162013012304, - 0.0143734135825, - -0.0152358579043, - -0.0217665292197, - 0.0126430958126, - 0.0258396324984, - -0.0112819715197, - -0.0266325682552 - ], - [ - 2.26419383564e-17, - -5.11137762735e-17, - -2.29068249466e-17, - 4.64445515358e-17, - 2.71681363064e-17, - -3.52782392146e-17, - -3.12812458983e-17, - 1.85388995493e-17, - 2.90565613908e-17, - -1.62852812196e-18, - -1.69838675383e-17, - -5.15034857713e-18, - 1.80243342064e-18, - -4.4691901237e-18, - -1.1378292691e-18, - 1.68428473888e-17, - 2.26504780047e-17, - -1.73890813469e-18, - -3.51288100042e-17, - -3.96423531438e-17, - -4.67616037607e-18, - 4.07835618714e-17, - 5.71950096717e-17, - 3.0471630867e-17, - -1.8935669033e-17, - -5.61695341475e-17, - -5.89042177312e-17, - -2.96000565994e-17, - 1.13892013359e-17, - 4.18150884809e-17, - 5.00475678101e-17, - 3.80142393833e-17, - 1.62198610649e-17, - -3.7708393162e-18, - -1.47612757809e-17, - -1.55091916512e-17, - -9.2438950339e-18, - -9.45270970304e-19, - 5.02910953514e-18, - 6.20566802174e-18, - 2.14529422973e-18, - -6.10761678723e-18, - -1.680449779e-17, - -2.81639504362e-17, - -3.878527871e-17, - -4.77997994234e-17, - -5.48315413037e-17, - -5.98566544058e-17, - -6.30351653884e-17, - -6.45621795067e-17, - -6.45621795067e-17, - -6.30351653884e-17, - -5.98566544058e-17, - -5.48315413037e-17, - -4.77997994234e-17, - -3.878527871e-17, - -2.81639504362e-17, - -1.680449779e-17, - -6.10761678723e-18, - 2.14529422973e-18, - 6.20566802174e-18, - 5.02910953514e-18, - -9.45270970304e-19, - -9.2438950339e-18, - -1.55091916512e-17, - -1.47612757809e-17, - -3.7708393162e-18, - 1.62198610649e-17, - 3.80142393833e-17, - 5.00475678101e-17, - 4.18150884809e-17, - 1.13892013359e-17, - -2.96000565994e-17, - -5.89042177312e-17, - -5.61695341475e-17, - -1.8935669033e-17, - 3.0471630867e-17, - 5.71950096717e-17, - 4.07835618714e-17, - -4.67616037607e-18, - -3.96423531438e-17, - -3.51288100042e-17, - -1.73890813469e-18, - 2.26504780047e-17, - 1.68428473888e-17, - -1.1378292691e-18, - -4.4691901237e-18, - 1.80243342064e-18, - -5.15034857713e-18, - -1.69838675383e-17, - -1.62852812196e-18, - 2.90565613908e-17, - 1.85388995493e-17, - -3.12812458983e-17, - -3.52782392146e-17, - 2.71681363064e-17, - 4.64445515358e-17, - -2.29068249466e-17, - -5.11137762735e-17, - 2.26419383564e-17 - ] - ], - "x": [ - -6.28318530718, - -6.15625227067, - -6.02931923416, - -5.90238619765, - -5.77545316114, - -5.64852012464, - -5.52158708813, - -5.39465405162, - -5.26772101511, - -5.1407879786, - -5.01385494209, - -4.88692190558, - -4.75998886908, - -4.63305583257, - -4.50612279606, - -4.37918975955, - -4.25225672304, - -4.12532368653, - -3.99839065002, - -3.87145761351, - -3.74452457701, - -3.6175915405, - -3.49065850399, - -3.36372546748, - -3.23679243097, - -3.10985939446, - -2.98292635795, - -2.85599332145, - -2.72906028494, - -2.60212724843, - -2.47519421192, - -2.34826117541, - -2.2213281389, - -2.09439510239, - -1.96746206588, - -1.84052902938, - -1.71359599287, - -1.58666295636, - -1.45972991985, - -1.33279688334, - -1.20586384683, - -1.07893081032, - -0.951997773815, - -0.825064737306, - -0.698131700798, - -0.571198664289, - -0.44426562778, - -0.317332591272, - -0.190399554763, - -0.0634665182543, - 0.0634665182543, - 0.190399554763, - 0.317332591272, - 0.44426562778, - 0.571198664289, - 0.698131700798, - 0.825064737306, - 0.951997773815, - 1.07893081032, - 1.20586384683, - 1.33279688334, - 1.45972991985, - 1.58666295636, - 1.71359599287, - 1.84052902938, - 1.96746206588, - 2.09439510239, - 2.2213281389, - 2.34826117541, - 2.47519421192, - 2.60212724843, - 2.72906028494, - 2.85599332145, - 2.98292635795, - 3.10985939446, - 3.23679243097, - 3.36372546748, - 3.49065850399, - 3.6175915405, - 3.74452457701, - 3.87145761351, - 3.99839065002, - 4.12532368653, - 4.25225672304, - 4.37918975955, - 4.50612279606, - 4.63305583257, - 4.75998886908, - 4.88692190558, - 5.01385494209, - 5.1407879786, - 5.26772101511, - 5.39465405162, - 5.52158708813, - 5.64852012464, - 5.77545316114, - 5.90238619765, - 6.02931923416, - 6.15625227067, - 6.28318530718 - ], - "y": [ - -6.28318530718, - -6.15625227067, - -6.02931923416, - -5.90238619765, - -5.77545316114, - -5.64852012464, - -5.52158708813, - -5.39465405162, - -5.26772101511, - -5.1407879786, - -5.01385494209, - -4.88692190558, - -4.75998886908, - -4.63305583257, - -4.50612279606, - -4.37918975955, - -4.25225672304, - -4.12532368653, - -3.99839065002, - -3.87145761351, - -3.74452457701, - -3.6175915405, - -3.49065850399, - -3.36372546748, - -3.23679243097, - -3.10985939446, - -2.98292635795, - -2.85599332145, - -2.72906028494, - -2.60212724843, - -2.47519421192, - -2.34826117541, - -2.2213281389, - -2.09439510239, - -1.96746206588, - -1.84052902938, - -1.71359599287, - -1.58666295636, - -1.45972991985, - -1.33279688334, - -1.20586384683, - -1.07893081032, - -0.951997773815, - -0.825064737306, - -0.698131700798, - -0.571198664289, - -0.44426562778, - -0.317332591272, - -0.190399554763, - -0.0634665182543, - 0.0634665182543, - 0.190399554763, - 0.317332591272, - 0.44426562778, - 0.571198664289, - 0.698131700798, - 0.825064737306, - 0.951997773815, - 1.07893081032, - 1.20586384683, - 1.33279688334, - 1.45972991985, - 1.58666295636, - 1.71359599287, - 1.84052902938, - 1.96746206588, - 2.09439510239, - 2.2213281389, - 2.34826117541, - 2.47519421192, - 2.60212724843, - 2.72906028494, - 2.85599332145, - 2.98292635795, - 3.10985939446, - 3.23679243097, - 3.36372546748, - 3.49065850399, - 3.6175915405, - 3.74452457701, - 3.87145761351, - 3.99839065002, - 4.12532368653, - 4.25225672304, - 4.37918975955, - 4.50612279606, - 4.63305583257, - 4.75998886908, - 4.88692190558, - 5.01385494209, - 5.1407879786, - 5.26772101511, - 5.39465405162, - 5.52158708813, - 5.64852012464, - 5.77545316114, - 5.90238619765, - 6.02931923416, - 6.15625227067, - 6.28318530718 - ], - "type": "contour", - "contours": { - "coloring": "fill" - } - } - ] -} diff --git a/test/jasmine/tests/gl2d_scatterplot_contour_test.js b/test/jasmine/tests/gl2d_scatterplot_contour_test.js index de7533e16e0..2c6b34d5255 100644 --- a/test/jasmine/tests/gl2d_scatterplot_contour_test.js +++ b/test/jasmine/tests/gl2d_scatterplot_contour_test.js @@ -188,8 +188,13 @@ describe('contourgl plots', function() { }); it('render without raising an error', function(done) { - var mock = require('@mocks/gl2d_simple_contour_fill.json'); - makePlot(gd, mock, done); + var mock = require('@mocks/simple_contour.json'), + mockCopy = Lib.extendDeep({}, mock); + + mockCopy.data[0].type = 'contourgl'; + mockCopy.data[0].contours = { coloring: 'fill' }; + + makePlot(gd, mockCopy, done); }); it('render without raising an error (coloring: "lines")', function(done) {