Skip to content

Instantly share code, notes, and snippets.

@douglase
Created September 14, 2016 12:48
Show Gist options
  • Save douglase/96f4aed407f0108119c4724a0e2039ee to your computer and use it in GitHub Desktop.
Save douglase/96f4aed407f0108119c4724a0e2039ee to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <div class=\"bk-root\">\n",
" <a href=\"http://bokeh.pydata.org\" target=\"_blank\" class=\"bk-logo bk-logo-small bk-logo-notebook\"></a>\n",
" <span id=\"54fa4f48-8f6e-4be1-81b7-717283abb085\">Loading BokehJS ...</span>\n",
" </div>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/javascript": [
"\n",
"(function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
"\n",
" var force = \"1\";\n",
"\n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force !== \"\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" window._bokeh_is_loading = undefined;\n",
" }\n",
"\n",
"\n",
" \n",
" if (typeof (window._bokeh_timeout) === \"undefined\" || force !== \"\") {\n",
" window._bokeh_timeout = Date.now() + 5000;\n",
" window._bokeh_failed_load = false;\n",
" }\n",
"\n",
" var NB_LOAD_WARNING = {'data': {'text/html':\n",
" \"<div style='background-color: #fdd'>\\n\"+\n",
" \"<p>\\n\"+\n",
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n",
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n",
" \"</p>\\n\"+\n",
" \"<ul>\\n\"+\n",
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n",
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n",
" \"</ul>\\n\"+\n",
" \"<code>\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"</code>\\n\"+\n",
" \"</div>\"}};\n",
"\n",
" function display_loaded() {\n",
" if (window.Bokeh !== undefined) {\n",
" Bokeh.$(\"#54fa4f48-8f6e-4be1-81b7-717283abb085\").text(\"BokehJS successfully loaded.\");\n",
" } else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(display_loaded, 100)\n",
" }\n",
" }\n",
"\n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
"\n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"54fa4f48-8f6e-4be1-81b7-717283abb085\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '54fa4f48-8f6e-4be1-81b7-717283abb085' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
"\n",
" var js_urls = ['https://cdn.pydata.org/bokeh/release/bokeh-0.12.2.min.js', 'https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.2.min.js', 'https://cdn.pydata.org/bokeh/release/bokeh-compiler-0.12.2.min.js'];\n",
"\n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.set_log_level(\"info\");\n",
" },\n",
" \n",
" function(Bokeh) {\n",
" \n",
" Bokeh.$(\"#54fa4f48-8f6e-4be1-81b7-717283abb085\").text(\"BokehJS is loading...\");\n",
" },\n",
" function(Bokeh) {\n",
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-0.12.2.min.css\");\n",
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-0.12.2.min.css\");\n",
" console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.2.min.css\");\n",
" Bokeh.embed.inject_css(\"https://cdn.pydata.org/bokeh/release/bokeh-widgets-0.12.2.min.css\");\n",
" }\n",
" ];\n",
"\n",
" function run_inline_js() {\n",
" \n",
" if ((window.Bokeh !== undefined) || (force === \"1\")) {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }if (force === \"1\") {\n",
" display_loaded();\n",
" }} else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(run_inline_js, 100);\n",
" } else if (!window._bokeh_failed_load) {\n",
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n",
" window._bokeh_failed_load = true;\n",
" } else if (!force) {\n",
" var cell = $(\"#54fa4f48-8f6e-4be1-81b7-717283abb085\").parents('.cell').data().cell;\n",
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n",
" }\n",
"\n",
" }\n",
"\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
"}(this));"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import bokeh.plotting\n",
"bokeh.plotting.output_notebook()"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"WARNING: W22: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:5:0: W22: The DEFINITIONS element is deprecated in VOTable 1.1. Ignoring [astropy.io.votable.tree]\n",
"WARNING: W27: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:6:0: W27: COOSYS deprecated in VOTable 1.2 [astropy.io.votable.tree]\n",
"WARNING: W06: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:25:0: W06: Invalid UCD 'POS_EQ_RA_MAIN': Unknown word 'POS_EQ_RA_MAIN' [astropy.io.votable.tree]\n",
"WARNING: W06: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:26:0: W06: Invalid UCD 'POS_EQ_DEC_MAIN': Unknown word 'POS_EQ_DEC_MAIN' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:30:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:31:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:33:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:34:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:42:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:48:0: W50: Invalid unit string 'degrees' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:49:0: W50: Invalid unit string 'degrees' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:50:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:51:0: W50: Invalid unit string 'mags' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:53:0: W50: Invalid unit string 'mags' (suppressing further warnings of this type...) [astropy.io.votable.tree]\n",
"WARNING: W06: ../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable:123:0: W06: Invalid UCD 'ID_MAIN': Unknown word 'ID_MAIN' [astropy.io.votable.tree]\n",
"WARNING: W22: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:5:0: W22: The DEFINITIONS element is deprecated in VOTable 1.1. Ignoring [astropy.io.votable.tree]\n",
"WARNING: W27: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:6:0: W27: COOSYS deprecated in VOTable 1.2 [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:16:0: W50: Invalid unit string 'days' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:17:0: W50: Invalid unit string 'days' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:18:0: W50: Invalid unit string 'days' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:28:0: W50: Invalid unit string 'degrees' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:29:0: W50: Invalid unit string 'degrees' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:30:0: W50: Invalid unit string 'degrees' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:41:0: W50: Invalid unit string 'g/cm**3' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:42:0: W50: Invalid unit string 'g/cm**3' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:43:0: W50: Invalid unit string 'g/cm**3' [astropy.io.votable.tree]\n",
"WARNING: W06: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:50:0: W06: Invalid UCD 'POS_EQ_RA_MAIN': Unknown word 'POS_EQ_RA_MAIN' [astropy.io.votable.tree]\n",
"WARNING: W06: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:52:0: W06: Invalid UCD 'POS_EQ_DEC_MAIN': Unknown word 'POS_EQ_DEC_MAIN' [astropy.io.votable.tree]\n",
"WARNING: W50: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:57:0: W50: Invalid unit string 'mags' (suppressing further warnings of this type...) [astropy.io.votable.tree]\n",
"WARNING: W06: ../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable:391:0: W06: Invalid UCD 'ID_MAIN': Unknown word 'ID_MAIN' [astropy.io.votable.tree]\n"
]
}
],
"source": [
"import astropy.io.votable as votab\n",
"\n",
"import numpy as np\n",
"\n",
"exocat=votab.parse(\"../EXOSIMS/EXOSIMS/StarCatalog/mission_exocat.votable\").get_first_table().to_table()\n",
"knownRV=votab.parse(\"../EXOSIMS/EXOSIMS/PlanetPopulation/RVplanets_ipac_032216.votable\").get_first_table().to_table()\n",
"\n",
"\n",
"exocat_df=exocat.to_pandas()"
]
},
{
"cell_type": "code",
"execution_count": 78,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
" <div class=\"bk-root\">\n",
" <div class=\"plotdiv\" id=\"4c3d9ebf-a0b0-4b11-8b06-39619675d211\"></div>\n",
" </div>\n",
"<script type=\"text/javascript\">\n",
" \n",
" (function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
" \n",
" var force = \"\";\n",
" \n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force !== \"\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" window._bokeh_is_loading = undefined;\n",
" }\n",
" \n",
" \n",
" \n",
" if (typeof (window._bokeh_timeout) === \"undefined\" || force !== \"\") {\n",
" window._bokeh_timeout = Date.now() + 0;\n",
" window._bokeh_failed_load = false;\n",
" }\n",
" \n",
" var NB_LOAD_WARNING = {'data': {'text/html':\n",
" \"<div style='background-color: #fdd'>\\n\"+\n",
" \"<p>\\n\"+\n",
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n",
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n",
" \"</p>\\n\"+\n",
" \"<ul>\\n\"+\n",
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n",
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n",
" \"</ul>\\n\"+\n",
" \"<code>\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"</code>\\n\"+\n",
" \"</div>\"}};\n",
" \n",
" function display_loaded() {\n",
" if (window.Bokeh !== undefined) {\n",
" Bokeh.$(\"#4c3d9ebf-a0b0-4b11-8b06-39619675d211\").text(\"BokehJS successfully loaded.\");\n",
" } else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(display_loaded, 100)\n",
" }\n",
" }\n",
" \n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
" \n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"4c3d9ebf-a0b0-4b11-8b06-39619675d211\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '4c3d9ebf-a0b0-4b11-8b06-39619675d211' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
" \n",
" var js_urls = [];\n",
" \n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.$(function() {\n",
" var docs_json = {\"157a58f8-c2b6-4af9-9b7b-aceadcb534e7\":{\"roots\":{\"references\":[{\"attributes\":{\"legends\":[[\"ExoCat\",[{\"id\":\"413bafb0-22b3-4152-b214-587dbb7bbf3c\",\"type\":\"GlyphRenderer\"}]],[\"Known RV\",[{\"id\":\"30ba6eb0-e23f-4332-bdc5-79c76a97d9c6\",\"type\":\"GlyphRenderer\"}]]],\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"19e3de51-35e6-43ab-8098-9233c6c2a766\",\"type\":\"Legend\"},{\"attributes\":{},\"id\":\"54c09045-5744-423c-88b5-1bf02786b291\",\"type\":\"BasicTicker\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"1d2f111d-7a7f-44ee-8505-48c13c350564\",\"type\":\"PanTool\"},{\"attributes\":{\"overlay\":{\"id\":\"6087fca5-b3a3-4df0-bb76-fea1c9c5dc5a\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"5f479aae-ed0a-4516-9b04-0851cd81753d\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"below\":[{\"id\":\"59bd51dc-a0dc-4a19-bf0f-d7578f157060\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"41ac9252-7d1a-428f-9f77-b1e73d199bbb\",\"type\":\"LinearAxis\"}],\"renderers\":[{\"id\":\"59bd51dc-a0dc-4a19-bf0f-d7578f157060\",\"type\":\"LinearAxis\"},{\"id\":\"c70cffc8-2772-4271-ad8b-f5a7612cb0a9\",\"type\":\"Grid\"},{\"id\":\"41ac9252-7d1a-428f-9f77-b1e73d199bbb\",\"type\":\"LinearAxis\"},{\"id\":\"44d4801c-12f9-4c04-8ea9-bcbcafc8eb40\",\"type\":\"Grid\"},{\"id\":\"6087fca5-b3a3-4df0-bb76-fea1c9c5dc5a\",\"type\":\"BoxAnnotation\"},{\"id\":\"18dd1baa-450c-45ac-8dca-5d3f4534e844\",\"type\":\"BoxAnnotation\"},{\"id\":\"b6020aea-d21f-45ca-8a99-e2d52514df42\",\"type\":\"PolyAnnotation\"},{\"id\":\"1ee4be55-f16e-40bf-83b7-aad557538a7f\",\"type\":\"PolyAnnotation\"},{\"id\":\"19e3de51-35e6-43ab-8098-9233c6c2a766\",\"type\":\"Legend\"},{\"id\":\"413bafb0-22b3-4152-b214-587dbb7bbf3c\",\"type\":\"GlyphRenderer\"},{\"id\":\"30ba6eb0-e23f-4332-bdc5-79c76a97d9c6\",\"type\":\"GlyphRenderer\"}],\"title\":{\"id\":\"601ee592-5c8b-4942-96d8-c8c11a352af2\",\"type\":\"Title\"},\"tool_events\":{\"id\":\"f4781f16-7a71-4381-974a-5d974a651da2\",\"type\":\"ToolEvents\"},\"toolbar\":{\"id\":\"d7750493-532f-4ad6-934a-2150c3884c05\",\"type\":\"Toolbar\"},\"x_range\":{\"id\":\"539b0b93-566b-40bf-9b9e-40800be7f4b2\",\"type\":\"DataRange1d\"},\"y_range\":{\"id\":\"700792ab-568e-4aa5-b182-2cbd58392a8b\",\"type\":\"DataRange1d\"}},\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"plot\":null,\"text\":null},\"id\":\"601ee592-5c8b-4942-96d8-c8c11a352af2\",\"type\":\"Title\"},{\"attributes\":{\"axis_label\":\"T [K]\",\"formatter\":{\"id\":\"bf5b31f3-06e2-4545-be8b-ca4ffda6934d\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"54c09045-5744-423c-88b5-1bf02786b291\",\"type\":\"BasicTicker\"}},\"id\":\"59bd51dc-a0dc-4a19-bf0f-d7578f157060\",\"type\":\"LinearAxis\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1a29d058-95e0-4683-93b7-3319ef8e3353\",\"type\":\"BasicTicker\"}},\"id\":\"44d4801c-12f9-4c04-8ea9-bcbcafc8eb40\",\"type\":\"Grid\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"radius\":{\"units\":\"data\",\"value\":50},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"984a12b5-2399-4127-9fca-d0d511720762\",\"type\":\"Circle\"},{\"attributes\":{\"data_source\":{\"id\":\"fd07c616-2f61-4f0b-8c44-d80eeb5cd81b\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"185adb8c-4903-48dc-80df-088b3d674bec\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"d5f9d03f-d133-4de1-a750-9a4f06592575\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"30ba6eb0-e23f-4332-bdc5-79c76a97d9c6\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"y\",\"x\"],\"data\":{\"x\":[4742.0,4340.0,4813.0,5311.0,5674.0,4979.0,5098.0,5098.0,6300.0,4415.0,4200.0,5892.0,5892.0,5892.0,5793.0,5196.0,5196.0,5196.0,5196.0,5196.0,4978.0,5577.0,5577.0,5577.0,4792.0,5439.0,4846.0,4847.4,4785.0,4665.0,5008.0,4649.0,4796.0,4410.0,4137.0,4137.0,4296.0,4414.0,4943.0,4324.0,4324.0,4746.0,4746.0,5393.0,4475.0,\"NaN\",4714.0,5259.0,3567.0,3500.0,3500.0,3500.0,3370.0,5540.0,3510.0,3900.0,3466.0,3466.0,3526.0,3652.0,\"NaN\",3600.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",3700.0,3350.0,3350.0,3350.0,3350.0,3350.0,3600.0,\"NaN\",\"NaN\",\"NaN\",3413.0,3472.0,3472.0,\"NaN\",5151.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",5653.0,5246.0,5295.0,4861.0,5582.0,5911.0,5911.0,5911.0,5911.0,5911.0,5911.0,5079.0,5672.0,5291.0,4908.0,4830.0,5630.0,5054.0,5303.0,5017.0,6489.0,4969.0,5034.0,\"NaN\",5870.0,5638.0,6218.0,5362.0,5680.0,5797.0,6265.0,5122.0,4956.0,5551.0,5551.0,5844.0,5783.0,5783.0,5903.0,4445.0,5494.0,6576.6,4462.0,4462.0,4804.0,5729.0,5821.0,5673.0,5135.0,6055.0,6055.0,4951.0,5724.0,4312.5,5990.0,5600.0,\"NaN\",\"NaN\",4970.0,4892.0,6075.0,5920.0,\"NaN\",5900.0,5900.0,5900.0,4835.8,\"NaN\",\"NaN\",5585.0,\"NaN\",\"NaN\",\"NaN\",5387.0,4927.0,5886.0,\"NaN\",\"NaN\",\"NaN\",5585.0,5585.0,5071.0,5240.0,6255.0,6255.0,5829.0,4700.0,4815.0,5600.0,5600.0,5600.0,5600.0,5879.0,6245.0,6245.0,5499.0,4878.0,6045.0,6380.0,\"NaN\",6046.0,4757.0,\"NaN\",5765.0,5765.0,5441.0,5441.0,5883.0,6308.0,\"NaN\",6160.0,5884.0,5049.0,5961.0,\"NaN\",5155.0,6076.0,\"NaN\",\"NaN\",5605.0,5605.0,4960.0,\"NaN\",\"NaN\",5453.0,5900.0,\"NaN\",5969.0,4897.0,6123.0,6123.0,5558.0,5558.0,4757.0,4757.0,5807.0,5807.0,5807.0,5807.0,\"NaN\",6080.0,4830.0,5543.0,5543.0,\"NaN\",5922.0,5790.0,\"NaN\",5385.0,6317.0,5127.0,4943.0,5491.0,5491.0,5564.0,4393.0,6299.0,6299.0,5810.0,4650.0,5663.0,5467.0,6100.0,4683.0,\"NaN\",5060.0,5392.0,4949.0,4949.0,5668.0,5684.0,6168.0,4917.0,5030.0,5040.0,4962.0,4962.0,4962.0,5781.0,5936.0,5936.0,5980.0,6075.0,5830.0,5830.0,5048.0,5746.0,4875.0,5590.0,5590.0,5628.0,5988.0,4996.0,5166.0,5166.0,5220.0,5788.0,5892.0,6017.0,6254.0,\"NaN\",6190.0,5164.0,5164.0,5765.0,5765.0,5941.0,5776.0,5776.0,5056.0,6176.0,4874.0,5758.0,5710.0,5710.0,5401.0,5401.0,5401.0,6067.0,4035.0,4795.0,\"NaN\",5555.0,4967.0,6256.0,5121.0,\"NaN\",5113.0,5113.0,5999.0,\"NaN\",4639.0,\"NaN\",5646.0,5646.0,5966.0,4820.0,5362.0,4913.0,4913.0,4913.0,4913.0,4913.0,4913.0,4820.0,5891.0,3935.0,5921.0,\"NaN\",5960.0,6304.0,5765.0,5727.0,6037.0,5027.0,\"NaN\",\"NaN\",6208.0,4791.0,5904.0,4297.0,4361.0,5853.0,4052.5,6160.0,5192.0,\"NaN\",5737.0,4875.0,5546.0,5664.0,4503.0,3679.0,5076.0,5552.0,4844.0,5588.0,5994.0,5400.0,4982.0,5960.0,4580.0,5727.0,5017.0,5052.0,5995.0,6250.0,4861.0,4861.0,5836.0,6060.0,5221.0,\"NaN\",\"NaN\",\"NaN\",5448.0,5448.0,5998.0,5697.0,5697.0,5222.0,\"NaN\",4956.0,4956.0,4956.0,4956.0,4956.0,6089.0,5010.0,\"NaN\",5688.0,5702.0,5702.0,\"NaN\",5685.0,5035.0,5508.0,6200.0,5752.0,5616.0,\"NaN\",\"NaN\",5312.0,5285.0,5675.0,5675.0,4959.0,4959.0,4424.0,5789.0,\"NaN\",\"NaN\",5987.0,6060.0,4958.0,4958.0,4830.0,4854.0,5902.0,4907.0,6095.0,6095.0,4946.0,4840.0,\"NaN\",5690.0,5666.0,5666.0,4323.0,5752.0,6330.0,6330.0,5746.0,5960.0,5385.0,5385.0,5385.0,5737.0,5706.0,5386.0,5926.0,5570.0,5317.0,\"NaN\",\"NaN\",5041.0,6068.0,6068.0,6024.0,6095.0,4917.0,6021.0,\"NaN\",5370.0,5075.0,5075.0,5075.0,\"NaN\",5645.0,5700.0,4753.0,5112.0,6016.0,6016.0,5454.0,6136.0,5186.0,4715.0,6050.0,\"NaN\",5903.0,\"NaN\",\"NaN\",\"NaN\",5494.0,\"NaN\",6291.0,5599.0,5821.0,4995.0,5793.0,5793.0,5002.0,4218.0,5312.0,5148.0,4152.0,5770.0,5170.0,4992.0,5759.0,5272.0,4929.0,4932.0,4780.0,4945.0,5180.0,5530.0,\"NaN\",5485.0,5485.0,5485.0,4962.0,4962.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",4830.0,5460.0,5460.0,5000.0,4890.0,4890.0,\"NaN\",4850.0,4530.0,\"NaN\",4670.0,5519.0,5020.0,\"NaN\",6272.0,3550.0,6270.0,5476.0,5460.0,4995.0,5701.0,5194.0,5793.0,5669.0,4781.0,5779.0,4284.0,5780.0,5725.0,\"NaN\",6174.0,5300.0,5300.0,4806.0,4806.0,5545.0,5576.0,5600.0,6040.0,3393.0,3393.0,3393.0,5399.0,5399.0,4553.0,4055.0,4092.1,4126.0,4406.0,\"NaN\",4901.0,4330.0,\"NaN\",4788.0,4538.2,4928.0,4928.0,4770.0,4749.0,5242.0,6212.0,6400.0,4388.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",4780.0],\"y\":[2.7,1.8,2.2,0.9,0.99,2.3,1.54,1.54,1.16,1.23,0.98,1.03,1.03,1.03,1.12,0.91,0.91,0.91,0.91,0.91,1.7,0.94,0.94,0.94,1.52,1.09,2.49,1.8,2.4,1.4,0.86,1.08,1.1,0.63,2.8,2.8,0.8,0.74,1.52,0.7,0.7,0.74,0.74,1.01,0.57,2.4,0.74,0.91,0.38,0.4,0.4,0.4,0.36,0.9,0.42,0.69,0.42,0.42,0.47,0.51,0.45,0.48,0.47,0.31,0.31,0.31,0.54,0.33,0.33,0.33,0.33,0.33,0.35,0.71,0.71,0.71,0.41,0.45,0.45,0.49,0.77,0.33,0.33,0.33,0.33,1.22,0.86,0.94,2.4,1.01,1.06,1.06,1.06,1.06,1.06,1.06,0.74,1.03,0.87,1.9,1.95,0.85,1.68,0.9,0.79,1.33,0.79,1.56,\"NaN\",1.01,1.32,1.11,0.97,1.11,1.12,1.27,0.84,1.85,0.95,0.95,1.01,1.05,1.05,1.2,2.17,0.78,1.4,0.58,0.58,0.68,1.36,1.0,0.83,0.85,1.24,1.24,1.58,1.08,0.9,1.08,1.23,\"NaN\",\"NaN\",1.91,2.39,1.18,1.01,\"NaN\",1.09,1.09,1.09,1.2,\"NaN\",\"NaN\",1.15,0.83,0.83,\"NaN\",0.92,1.61,1.1,\"NaN\",\"NaN\",\"NaN\",1.1,1.1,1.33,0.86,1.29,1.29,1.02,1.35,2.4,1.07,1.07,1.07,1.07,1.03,1.23,1.23,0.99,1.69,1.03,1.51,0.95,1.12,1.9,1.75,1.02,1.02,0.93,0.93,1.11,1.22,\"NaN\",1.34,1.21,1.61,1.17,\"NaN\",0.93,1.12,\"NaN\",\"NaN\",1.72,1.72,1.69,\"NaN\",\"NaN\",0.93,1.25,\"NaN\",1.35,1.65,1.12,1.12,1.09,1.09,1.31,1.31,1.08,1.08,1.08,1.08,\"NaN\",1.29,0.75,1.09,1.09,\"NaN\",1.13,0.99,\"NaN\",0.94,1.5,0.81,1.5,0.99,0.99,0.93,1.09,1.4,1.4,1.14,2.3,0.99,0.94,1.24,2.0,\"NaN\",1.65,0.71,1.47,1.47,1.01,1.15,1.21,2.6,1.52,1.89,0.78,0.78,0.78,0.92,1.17,1.17,1.28,1.22,1.0,1.0,1.6,1.09,0.85,0.96,0.96,1.1,0.91,0.81,0.8,0.8,1.68,1.07,1.15,1.29,1.28,\"NaN\",1.37,1.44,1.44,1.15,1.15,1.17,1.02,1.02,0.74,1.22,1.56,1.0,0.94,0.94,0.7,0.7,0.7,1.13,1.6,0.78,1.1,1.01,1.68,1.27,1.15,\"NaN\",0.87,0.87,1.3,1.15,1.36,0.9,1.02,1.02,1.02,0.85,1.05,0.79,0.79,0.79,0.79,0.79,0.79,1.0,1.24,1.2,1.04,\"NaN\",1.13,1.25,1.13,0.99,1.33,0.75,\"NaN\",1.13,1.14,1.5,1.16,0.82,1.69,1.18,1.0,1.09,0.93,\"NaN\",0.94,0.8,0.98,1.06,0.73,0.45,1.74,0.9,2.54,1.01,1.23,0.92,1.35,1.23,1.13,0.94,0.7,1.48,1.24,1.25,1.78,1.78,1.07,1.15,0.88,\"NaN\",\"NaN\",\"NaN\",1.0,1.0,1.08,1.48,1.48,1.36,\"NaN\",0.77,0.77,0.77,0.77,0.77,1.15,0.7,0.4,0.99,1.13,1.13,\"NaN\",0.83,1.72,0.96,1.38,1.0,1.02,\"NaN\",\"NaN\",0.83,0.92,0.99,0.99,1.74,1.74,0.91,1.22,\"NaN\",1.24,1.04,1.18,1.51,1.51,1.01,1.55,0.96,1.91,1.44,1.44,2.1,0.84,\"NaN\",0.89,0.92,0.92,1.1,1.1,1.36,1.36,0.96,1.18,0.86,0.86,0.86,1.0,1.05,0.89,1.06,1.05,0.89,\"NaN\",\"NaN\",1.23,1.24,1.24,1.05,1.21,1.41,1.28,1.0,0.93,0.83,0.83,0.83,\"NaN\",0.97,0.96,2.1,1.06,1.2,1.2,0.9,1.13,0.76,0.69,1.12,1.21,1.06,\"NaN\",\"NaN\",\"NaN\",1.2,\"NaN\",1.56,0.84,1.1,0.7,1.0,1.0,1.58,1.2,0.95,1.02,0.91,1.31,0.77,1.3,1.0,0.93,0.85,1.72,2.1,2.42,0.78,0.87,\"NaN\",0.99,0.99,0.99,0.78,0.78,\"NaN\",\"NaN\",\"NaN\",\"NaN\",1.54,0.93,0.93,2.5,1.63,1.63,\"NaN\",1.74,1.05,\"NaN\",1.17,0.95,1.93,\"NaN\",1.13,0.28,1.19,1.0,1.01,1.32,1.03,0.88,1.08,0.91,0.81,0.94,1.35,1.01,0.96,3.9,1.23,0.94,0.94,1.15,1.15,0.93,1.04,1.03,1.24,0.25,0.25,0.25,0.98,0.98,1.5,1.13,1.7,1.4,1.7,0.83,2.7,1.23,1.4,1.47,1.5,3.04,3.04,2.17,2.13,3.09,1.19,1.34,2.3,\"NaN\",\"NaN\",\"NaN\",\"NaN\",2.2]}},\"id\":\"fd07c616-2f61-4f0b-8c44-d80eeb5cd81b\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"6d81836c-89e0-4d7e-a51f-bc490de40b94\",\"type\":\"ResetTool\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"y\",\"x\"],\"data\":{\"x\":[4999.0,3880.0,5502.0,3681.0,\"NaN\",5265.0,3664.0,4514.0,3696.0,3867.0,5718.0,6249.0,3455.0,5577.0,5837.0,13098.0,3854.0,3783.0,6915.0,3859.0,6255.0,4325.0,6548.0,4827.0,3926.0,5273.0,3382.0,3820.0,3603.0,3243.0,3424.0,5336.0,3393.0,3606.0,5693.0,4060.0,3564.0,5736.0,5952.0,3654.0,3669.0,5765.0,4070.0,3759.0,5756.0,5948.0,3728.0,3788.0,3373.0,3528.0,4907.0,5837.0,4646.0,3474.0,3651.0,4865.0,5693.0,5873.0,7922.0,4436.0,3740.0,4064.0,4017.0,4154.0,6428.0,5731.0,5220.0,4928.0,6067.0,5539.0,5480.0,3965.0,5221.0,3706.0,6014.0,5369.0,5828.0,5032.0,3885.0,3650.0,3864.0,4502.0,4944.0,5695.0,6903.0,4930.0,5772.0,4225.0,5237.0,3653.0,4944.0,6254.0,3819.0,5941.0,6916.0,5335.0,5090.0,4490.0,6250.0,3266.0,5650.0,4347.0,3935.0,4192.0,3888.0,4968.0,6196.0,\"NaN\",3904.0,5744.0,3843.0,4607.0,4048.0,4191.0,3320.0,3988.0,4616.0,3459.0,3617.0,5497.0,3460.0,3921.0,4388.0,4300.0,4626.0,3568.0,4838.0,4126.0,3852.0,4618.0,5526.0,4144.0,3360.0,3401.0,5495.0,3082.0,4247.0,4410.0,6465.0,\"NaN\",3613.0,4982.0,6116.0,6505.0,5421.0,6031.0,4040.0,6022.0,3530.0,3772.0,3715.0,3597.0,5265.0,4108.0,5043.0,3948.0,4263.0,3962.0,3574.0,5177.0,4805.0,5761.0,4121.0,\"NaN\",3947.0,\"NaN\",6690.0,5481.0,6555.0,4793.0,6413.0,3683.0,5462.0,5939.0,5657.0,4733.0,6213.0,3843.0,5272.0,5805.0,5782.0,3575.0,5725.0,4309.0,5016.0,4523.0,5874.0,6105.0,5181.0,3832.0,5151.0,3824.0,3510.0,4315.0,5283.0,3601.0,3825.0,6740.0,4529.0,7919.0,5327.0,3431.0,5917.0,5819.0,7087.0,6175.0,5270.0,3627.0,8159.0,3876.0,6273.0,4666.0,8300.0,5182.0,4557.0,6273.0,7201.0,5495.0,3250.0,3825.0,5209.0,3460.0,3946.0,3433.0,4441.0,5626.0,4504.0,6086.0,3916.0,3463.0,5151.0,3814.0,3734.0,5034.0,6496.0,3849.0,5755.0,4152.0,5621.0,3726.0,3603.0,4711.0,5711.0,5994.0,5211.0,4734.0,3316.0,\"NaN\",5667.0,\"NaN\",5851.0,3808.0,3745.0,5958.0,5374.0,3447.0,4771.0,4249.0,4655.0,6806.0,3799.0,5854.0,3740.0,8358.0,3737.0,3940.0,3988.0,3508.0,4363.0,10663.0,4957.0,6502.0,5973.0,4632.0,3712.0,3539.0,4734.0,4866.0,5075.0,5817.0,3296.0,3827.0,6516.0,6253.0,4337.0,6326.0,5973.0,6097.0,7169.0,8673.0,4575.0,4699.0,3716.0,6344.0,3444.0,7225.0,6378.0,3710.0,5142.0,4300.0,3996.0,3950.0,3970.0,5188.0,5175.0,3600.0,4530.0,4324.0,4141.0,5036.0,3459.0,3836.0,5236.0,3740.0,4820.0,5511.0,3637.0,5148.0,6500.0,4894.0,5030.0,5135.0,5088.0,3697.0,5375.0,8045.0,5638.0,3502.0,5629.0,4053.0,4272.0,3756.0,9634.0,4367.0,3975.0,5644.0,6032.0,3999.0,\"NaN\",3582.0,4568.0,3626.0,9126.0,6258.0,6188.0,4275.0,4270.0,5110.0,5891.0,6592.0,3814.0,3651.0,6039.0,5699.0,3627.0,3772.0,3649.0,5845.0,3752.0,3496.0,5703.0,5742.0,5401.0,3554.0,4662.0,4670.0,3931.0,4602.0,4701.0,5045.0,3656.0,4546.0,3838.0,5452.0,4571.0,4119.0,4126.0,4003.0,6629.0,3538.0,3445.0,5146.0,4932.0,4172.0,6038.0,5688.0,4158.0,4032.0,5639.0,4528.0,4088.0,5095.0,3641.0,3858.0,4991.0,5155.0,4514.0,3981.0,4806.0,5066.0,4399.0,4607.0,3844.0,6631.0,5070.0,3406.0,3747.0,4299.0,3746.0,4386.0,4844.0,5517.0,3640.0,3621.0,5572.0,4055.0,4973.0,5584.0,4318.0,3769.0,4539.0,4525.0,5699.0,6308.0,5484.0,\"NaN\",4889.0,5874.0,4345.0,6979.0,5816.0,5068.0,5533.0,4343.0,6252.0,3714.0,3407.0,4936.0,4328.0,\"NaN\",4303.0,5183.0,5151.0,5579.0,5999.0,4881.0,4561.0,7060.0,4846.0,4991.0,3588.0,7384.0,3992.0,3688.0,4382.0,3955.0,5897.0,5819.0,4017.0,6012.0,3477.0,3242.0,4792.0,5321.0,5218.0,4583.0,5353.0,3889.0,5093.0,4447.0,3537.0,7257.0,3959.0,3588.0,3750.0,3715.0,6991.0,4359.0,5642.0,6666.0,3892.0,3543.0,5369.0,4952.0,4904.0,5042.0,5759.0,4397.0,5937.0,5727.0,3893.0,5232.0,6424.0,5061.0,4212.0,3277.0,4543.0,4766.0,3520.0,3562.0,5456.0,5265.0,4744.0,3753.0,3885.0,3831.0,3790.0,4827.0,5377.0,5652.0,3877.0,6624.0,6296.0,3359.0,4093.0,3921.0,6246.0,3981.0,7018.0,5276.0,5694.0,5804.0,8377.0,3289.0,6411.0,3605.0,3819.0,5904.0,5325.0,4777.0,3540.0,6141.0,5498.0,4314.0,3703.0,5356.0,4775.0,4144.0,5999.0,5911.0,4490.0,4627.0,6394.0,4800.0,4568.0,6202.0,4186.0,4948.0,6496.0,5424.0,3298.0,4509.0,5041.0,5843.0,3791.0,4039.0,3690.0,3280.0,9164.0,3398.0,3762.0,4906.0,3948.0,4371.0,5017.0,5950.0,6212.0,5358.0,4975.0,4606.0,5364.0,6483.0,5351.0,3703.0,5518.0,3879.0,3221.0,6372.0,6030.0,5326.0,6323.0,3989.0,5174.0,5995.0,\"NaN\",8337.0,8052.0,4039.0,3660.0,3885.0,5726.0,7662.0,4545.0,\"NaN\",4060.0,4827.0,4661.0,5882.0,4798.0,5510.0,3429.0,5718.0,7069.0,3823.0,5542.0,9024.0,3694.0,4382.0,5948.0,3638.0,6241.0,8463.0,6446.0,5440.0,5029.0,5858.0,6635.0,5300.0,4558.0,3388.0,4283.0,5110.0,5587.0,3508.0,3710.0,3527.0,3783.0,5747.0,5617.0,4306.0,5571.0,6418.0,5396.0,6602.0,4632.0,5892.0,5933.0,5844.0,4247.0,5014.0,3827.0,5897.0,5783.0,4391.0,5737.0,5810.0,4647.0,6168.0,5624.0,4989.0,3093.0,4570.0,5523.0,3759.0,5279.0,3927.0,6602.0,3493.0,3493.0,3433.0,3819.0,4799.0,3802.0,3843.0,5605.0,5821.0,3801.0,4214.0,4707.0,4369.0,2742.0,3693.0,5937.0,9580.0,6455.0,6322.0,4770.0,6197.0,6064.0,12427.0,7536.0,4160.0,6482.0,4360.0,6469.0,4286.0,4079.0,5575.0,4758.0,5683.0,3402.0,7064.0,6012.0,3423.0,5891.0,6790.0,4164.0,4524.0,6179.0,4068.0,3367.0,5637.0,4381.0,5326.0,6076.0,3958.0,5153.0,5109.0,4875.0,4636.0,5889.0,4369.0,5827.0,5272.0,3462.0,3396.0,4095.0,4221.0,3558.0,3643.0,4968.0,4888.0,5528.0,3049.0,4114.0,3851.0,5486.0,4017.0,3713.0,6907.0,4279.0,5131.0,5866.0,3411.0,5848.0,4852.0,\"NaN\",3752.0,3898.0,6906.0,5086.0,3663.0,4824.0,4195.0,4007.0,\"NaN\",4464.0,5761.0,3283.0,5585.0,3561.0,5604.0,5429.0,3362.0,3543.0,4855.0,7035.0,6365.0,6457.0,5768.0,4479.0,3432.0,3255.0,3725.0,5998.0,5177.0,6262.0,5091.0,5471.0,3806.0,8932.0,3689.0,3515.0,4704.0,3749.0,5349.0,5200.0,3422.0,6543.0,3832.0,4964.0,4382.0,5343.0,5732.0,3129.0,4054.0,4850.0,6002.0,5250.0,3841.0,5528.0,6404.0,3681.0,4657.0,5742.0,6367.0,5826.0,6554.0,5516.0,3954.0,5343.0,4936.0,5585.0,5949.0,4374.0,4741.0,4668.0,3230.0,5379.0,5183.0,5279.0,5135.0,4246.0,5761.0,4149.0,5838.0,6449.0,5862.0,4073.0,3996.0,6467.0,3551.0,3427.0,5858.0,6370.0,5552.0,5741.0,4210.0,3964.0,5919.0,4429.0,5949.0,3557.0,4534.0,5361.0,6625.0,7790.0,4346.0,4984.0,6294.0,4259.0,5706.0,4369.0,6294.0,\"NaN\",5818.0,3671.0,4002.0,3709.0,5441.0,6488.0,5243.0,\"NaN\",5375.0,4919.0,6269.0,5564.0,3883.0,3481.0,5959.0,5802.0,4928.0,5499.0,5920.0,5356.0,4990.0,6311.0,3952.0,4901.0,3829.0,3452.0,4925.0,3877.0,9021.0,5423.0,4836.0,6095.0,4093.0,6258.0,3633.0,3707.0,4158.0,5741.0,5235.0,6457.0,4508.0,5790.0,3920.0,6500.0,5465.0,3655.0,3887.0,4551.0,6003.0,7769.0,6690.0,6538.0,3545.0,4174.0,3503.0,4843.0,3858.0,6014.0,4084.0,7231.0,3883.0,6180.0,3779.0,5270.0,\"NaN\",5871.0,3867.0,4489.0,3993.0,4612.0,4249.0,5098.0,6350.0,4470.0,5521.0,3767.0,4627.0,3729.0,4386.0,4435.0,4354.0,3485.0,6488.0,4186.0,4868.0,4733.0,5160.0,4921.0,6837.0,3335.0,3451.0,6875.0,3775.0,5062.0,5295.0,6334.0,5997.0,5370.0,3501.0,4278.0,3597.0,3403.0,3586.0,6152.0,3496.0,3479.0,3380.0,4614.0,3316.0,3501.0,6314.0,6099.0,3460.0,3709.0,5960.0,5035.0,3583.0,\"NaN\",4379.0,3774.0,4415.0,4016.0,3517.0,3912.0,3660.0,4788.0,3313.0,3831.0,6393.0,3272.0,4542.0,3755.0,5700.0,3376.0,4797.0,3997.0,4642.0,5069.0,3531.0,4771.0,3759.0,3970.0,7839.0,11962.0,4958.0,6776.0,3677.0,3883.0,4109.0,3496.0,3261.0,3862.0,3590.0,5949.0,4415.0,3784.0,\"NaN\",4018.0,3456.0,6193.0,\"NaN\",5586.0,6476.0,6314.0,4016.0,5368.0,3841.0,5404.0,5626.0,4300.0,6885.0,3653.0,4300.0,5779.0,4900.0,4706.0,3545.0,4477.0,6126.0,4576.0,3753.0,6762.0,6287.0,4134.0,4032.0,6972.0,5333.0,3519.0,6119.0,7274.0,3489.0,3413.0,3727.0,3823.0,5775.0,5183.0,5389.0,5050.0,3598.0,3868.0,3837.0,4402.0,\"NaN\",4942.0,3191.0,3709.0,4833.0,5014.0,4436.0,5091.0,4709.0,3962.0,4039.0,5882.0,3457.0,9342.0,3779.0,4838.0,3611.0,3993.0,5360.0,7010.0,3688.0,3441.0,4109.0,3848.0,5865.0,4211.0,4878.0,4399.0,3774.0,3543.0,5415.0,4085.0,4421.0,\"NaN\",4212.0,5399.0,5898.0,3898.0,4459.0,8037.0,5148.0,4353.0,4703.0,4085.0,4090.0,5749.0,6692.0,3419.0,3961.0,3990.0,3952.0,5419.0,3839.0,4014.0,4211.0,3704.0,6600.0,4352.0,7805.0,3962.0,6361.0,5502.0,4955.0,3908.0,3765.0,4237.0,4767.0,3339.0,4103.0,3721.0,5989.0,3264.0,6221.0,3725.0,6076.0,6503.0,5189.0,3767.0,4309.0,3618.0,4089.0,11369.0,6246.0,5883.0,4637.0,3984.0,5488.0,4650.0,3264.0,3431.0,5609.0,5157.0,4576.0,3542.0,7904.0,5321.0,4481.0,5630.0,3425.0,4297.0,4461.0,5558.0,3332.0,3135.0,8378.0,6161.0,3635.0,5029.0,4950.0,3496.0,9272.0,3938.0,3648.0,3680.0,4724.0,5248.0,3594.0,4525.0,4848.0,4956.0,5565.0,3861.0,6638.0,3696.0,4863.0,4085.0,6950.0,3908.0,7081.0,5670.0,5462.0,4578.0,3876.0,3418.0,4190.0,3883.0,3722.0,3762.0,5669.0,5362.0,3838.0,6288.0,8613.0,3943.0,4362.0,5882.0,3811.0,3964.0,4844.0,4046.0,4755.0,3854.0,6130.0,5867.0,3469.0,3376.0,3850.0,3549.0,4939.0,5778.0,4221.0,3828.0,6108.0,4696.0,4380.0,3265.0,10207.0,3674.0,5991.0,4847.0,6052.0,3385.0,3798.0,5218.0,4791.0,6784.0,5098.0,5930.0,4607.0,5752.0,3589.0,4676.0,4864.0,3589.0,3417.0,3350.0,3625.0,4226.0,3339.0,4456.0,5674.0,4954.0,5635.0,4988.0,5907.0,5005.0,3370.0,4200.0,3267.0,4132.0,4442.0,4881.0,6172.0,5654.0,5502.0,3323.0,3938.0,5242.0,6482.0,9020.0,4435.0,7129.0,\"NaN\",3705.0,4593.0,5174.0,4861.0,4336.0,3763.0,6829.0,3621.0,3722.0,\"NaN\",4390.0,4262.0,6490.0,6132.0,5037.0,4618.0,4060.0,3583.0,4419.0,4069.0,4437.0,3633.0,5781.0,4107.0,5509.0,6399.0,4684.0,4820.0,6075.0,5782.0,5135.0,4989.0,5864.0,5691.0,6390.0,5679.0,6234.0,4899.0,3750.0,4081.0,5571.0,3774.0,3570.0,3599.0,3638.0,3676.0,10207.0,\"NaN\",6069.0,4136.0,4050.0,5182.0,5038.0,9330.0,6563.0,7955.0,5317.0,3630.0,5564.0,4951.0,4770.0,3603.0,3422.0,5545.0,\"NaN\",3707.0,8696.0,3450.0,4898.0,4834.0,4521.0,5001.0,3935.0,8633.0,4248.0,3959.0,3923.0,13087.0,3902.0,3738.0,3959.0,6156.0,5191.0,5223.0,4152.0,4412.0,3260.0,4568.0,3870.0,3961.0,4104.0,4731.0,6781.0,3691.0,3309.0,6387.0,\"NaN\",4143.0,3593.0,6127.0,4729.0,4344.0,4928.0,4505.0,5751.0,5621.0,4120.0,5008.0,3826.0,3622.0,5199.0,3925.0,3813.0,6116.0,3776.0,4953.0,6027.0,4757.0,4502.0,4240.0,3700.0,3867.0,3748.0,5593.0,5508.0,\"NaN\",4823.0,3710.0,5957.0,3646.0,5117.0,5501.0,3681.0,3956.0,4694.0,5913.0,4336.0,6234.0,7700.0,\"NaN\",3955.0,4172.0,6129.0,4903.0,6686.0,5109.0,4693.0,3312.0,4247.0,3859.0,5640.0,3413.0,6192.0,3827.0,3775.0,3961.0,5254.0,3574.0,5744.0,\"NaN\",4637.0,4626.0,3924.0,3291.0,8047.0,4809.0,6061.0,6146.0,3158.0,6566.0,4183.0,4965.0,4951.0,6287.0,5178.0,5801.0,5534.0,5503.0,3671.0,5558.0,3547.0,4057.0,7631.0,4150.0,6751.0,4378.0,4800.0,4971.0,5239.0,4223.0,5024.0,4177.0,5101.0,3624.0,3661.0,6059.0,6745.0,8128.0,5726.0,5380.0,4833.0,5335.0,4771.0,3756.0,3246.0,3487.0,3773.0,5122.0,4724.0,6200.0,7079.0,4609.0,3345.0,4744.0,3946.0,5702.0,4072.0,4120.0,4003.0,3844.0,4515.0,5429.0,4365.0,4488.0,5533.0,3693.0,4093.0,4088.0,6148.0,6435.0,4713.0,3428.0,4796.0,4896.0,4016.0,5914.0,\"NaN\",5705.0,5750.0,5391.0,4393.0,6152.0,5648.0,5221.0,3904.0,\"NaN\",4258.0,6119.0,4239.0,3375.0,5672.0,3554.0,4176.0,4981.0,4994.0,5379.0,6099.0,5408.0,4530.0,4606.0,4192.0,4136.0,\"NaN\",3836.0,5390.0,5185.0,3866.0,5909.0,5703.0,5491.0,3452.0,4724.0,6076.0,9584.0,4714.0,5095.0,4570.0,5099.0,5136.0,6298.0,6329.0,4181.0,6649.0,3358.0,3404.0,5653.0,4548.0,5936.0,3978.0,3460.0,5627.0,5299.0,4382.0,3248.0,3910.0,8257.0,3954.0,5861.0,5193.0,5756.0,4354.0,7109.0,6262.0,4534.0,5628.0,5221.0,3638.0,5823.0,4642.0,5250.0,3990.0,5458.0,5055.0,5214.0,4579.0,4782.0,5854.0,4893.0,3758.0,4954.0,5595.0,5021.0,\"NaN\",5388.0,3368.0,5436.0,4550.0,4954.0,3439.0,5803.0,5958.0,5791.0,4551.0,3908.0,3419.0,5417.0,4225.0,6868.0,5854.0,\"NaN\",4607.0,6672.0,3425.0,4742.0,4172.0,6981.0,5519.0,3620.0,3804.0,15675.0,4941.0,5930.0,3537.0,4880.0,4304.0,4766.0,3898.0,3565.0,4087.0,\"NaN\",3722.0,4319.0,4856.0,6107.0,4583.0,3400.0,3268.0,5903.0,4980.0,3492.0,4479.0,5277.0,4404.0,5359.0,4278.0,5726.0,3703.0,3570.0,5649.0,5820.0,5694.0,6096.0,5332.0,3847.0,\"NaN\",4234.0,4694.0,4075.0,6805.0,3462.0,4031.0,4039.0,3644.0,8205.0,3654.0,4222.0,4104.0,4832.0,4703.0,7136.0,5479.0,5624.0,3916.0,3916.0,4213.0,3275.0,3420.0,3986.0,6146.0,3441.0,4564.0,4692.0,4649.0,3675.0,4418.0,4029.0,4348.0,5873.0,4815.0,4694.0,5468.0,3735.0,6501.0,4766.0,3999.0,5409.0,4363.0,3660.0,5989.0,6388.0,5881.0,3443.0,4515.0,4572.0,3186.0,4549.0,4881.0,4303.0,8788.0,3702.0,5499.0,3384.0,3352.0,3428.0,6519.0,4945.0,3899.0,4129.0,3370.0,8879.0,5119.0,3611.0,4467.0,4113.0,3524.0,5224.0,4813.0,4836.0,3783.0,4810.0,5052.0,3492.0,\"NaN\",5697.0,6704.0,5752.0,5962.0,4033.0,5714.0,3611.0,5302.0,5834.0,3962.0,7440.0,3461.0,4188.0,4492.0,4610.0,3851.0,5364.0,3764.0,5538.0,5743.0,8225.0,5898.0,3563.0,3761.0,4603.0,3428.0,6560.0,3172.0,4382.0,3994.0,3689.0,4568.0,4801.0,3700.0,4971.0,6678.0,4100.0,6435.0,6159.0,3705.0,5266.0,6465.0,4571.0,3461.0,5784.0,3679.0,5217.0,3358.0,5641.0,3375.0,\"NaN\",5600.0,3925.0,4702.0,4368.0,4926.0,\"NaN\",4056.0,4074.0,4403.0,4400.0,4604.0,5725.0,3271.0,3353.0,6771.0,5745.0,5385.0,3735.0,3681.0,5019.0,5798.0,4914.0,5906.0,5925.0,8400.0,5843.0,4801.0,4011.0,5000.0,3714.0,5976.0,4214.0,4244.0,6404.0,4177.0,5767.0,3782.0,3929.0,3794.0,6046.0,4081.0,5640.0,6122.0,4975.0,4181.0,\"NaN\",3888.0,5964.0,3650.0,3832.0,5592.0,6523.0,4415.0,4332.0,6299.0,4809.0,4342.0,4901.0,4770.0,5103.0,5643.0,4554.0,4533.0,4228.0,4096.0,3849.0,4400.0,9519.0,4072.0,5169.0,3503.0,5564.0,3907.0,4852.0,3671.0,3451.0,3605.0,\"NaN\",5399.0,7846.0,6423.0,5837.0,8334.0,4182.0,4871.0,6317.0,4750.0,4146.0,3199.0,3784.0,4018.0,3696.0,5198.0,5628.0,3802.0,3463.0,5017.0,3402.0,4700.0,5998.0,6064.0,3805.0,3899.0,3789.0,5788.0,3503.0,3879.0,5482.0,8799.0,5733.0,5019.0,9190.0,6202.0,5648.0,4482.0,3588.0,3591.0,5185.0,5558.0,5408.0,4237.0,7129.0,5697.0,4134.0,5676.0,5404.0,3351.0,3751.0,4966.0,3358.0,3831.0,4130.0,6168.0,5112.0,\"NaN\",3820.0,6002.0,3496.0,5701.0,8721.0,5810.0,3730.0,4264.0,4402.0,5453.0,5087.0,4019.0,5656.0,4900.0,6079.0,7074.0,4736.0,4480.0,5019.0,5067.0,5246.0,4548.0,3935.0,5618.0,5586.0,6266.0,4048.0,3732.0,5817.0,6594.0,5162.0,5052.0,3852.0,3802.0,5781.0,5674.0,3970.0,4230.0,5129.0,4799.0,4330.0,3568.0,3624.0,6401.0,5830.0,5831.0,6003.0,5075.0,7800.0,6812.0,6139.0,5726.0,4473.0,4774.0,5163.0,5425.0,3502.0,4803.0,4698.0,5270.0,4151.0,4776.0,5947.0,6333.0,\"NaN\",4939.0,5356.0,4534.0,\"NaN\",4604.0,5552.0,4973.0,5867.0,5932.0,4968.0,\"NaN\",5834.0,5713.0,4966.0,6179.0,3352.0,4434.0,5590.0,5149.0,5013.0,4197.0,4193.0,8823.0,5140.0,4922.0,3898.0,6397.0,3845.0,3811.0,4975.0,5394.0,4030.0,5080.0,4087.0,3934.0,5886.0,4385.0,3802.0,3924.0,6250.0,3452.0,5530.0,5822.0,4106.0,3426.0,4556.0,5699.0,5104.0,11481.0,3549.0,4847.0,7201.0,5025.0,5790.0,5112.0,4063.0,6040.0,5419.0,5842.0,4060.0,4230.0,6017.0,3174.0,4097.0,11712.0,4963.0,3682.0,5593.0,3843.0,3828.0,4233.0,7448.0,3861.0,3584.0,3753.0,4940.0,6138.0,6633.0,4799.0,4044.0,4960.0,4547.0,4161.0,3208.0,3751.0,4625.0,3783.0,3474.0,6241.0,3347.0,3544.0,5796.0,3800.0,4520.0,3592.0,6342.0,5962.0,4237.0,3456.0,4682.0,4801.0,3284.0,3766.0,4371.0,3507.0,4655.0,4145.0,5221.0,5079.0,4328.0,3735.0,5770.0,6001.0,3557.0,5684.0,5749.0,6238.0,6621.0,4780.0,3901.0,4797.0,5816.0,7773.0,5354.0,3680.0,4089.0,6051.0,3989.0,4783.0,3556.0,5445.0,5765.0,5110.0,6205.0,4003.0,4746.0,5162.0,3756.0,3790.0,3321.0,5408.0,4182.0,4447.0,3106.0,5126.0,4436.0,5410.0,3601.0,3549.0,6633.0,3787.0,5053.0,3721.0,3764.0,5795.0,3590.0,5444.0,5132.0,5587.0,4769.0,4602.0,6309.0,3422.0,4094.0,5974.0,3626.0,6191.0,4104.0,7301.0,4868.0,5889.0,3562.0,3413.0,4108.0,5347.0,9646.0,6326.0,4345.0,4985.0,6799.0,4029.0,5033.0,3510.0,4958.0,3624.0,3480.0,6070.0,5496.0,3853.0,6010.0,3831.0,4269.0,3724.0,3208.0,3485.0,3798.0,4683.0,3574.0,6964.0,3870.0,3959.0,6442.0,6132.0,\"NaN\",6738.0,5555.0,3343.0,6339.0,8569.0,5462.0,3898.0,3505.0,3464.0,3555.0,4226.0,3940.0,4593.0,5735.0,7283.0,5304.0,4500.0,4977.0,5837.0,3487.0,4106.0,4937.0,3162.0,3667.0,5486.0,4293.0,5739.0,5897.0,4408.0,4525.0,4455.0,5908.0,3344.0,\"NaN\",3852.0,6619.0,3847.0,4580.0,\"NaN\",6001.0,3993.0,3712.0,3531.0,6597.0,4534.0,3815.0,3981.0,4205.0,5596.0,3252.0,3583.0,4890.0,3821.0,4502.0,5682.0,5434.0,4531.0,6049.0,3430.0,4823.0,5310.0,3362.0,5696.0,3768.0,5405.0,6204.0,3604.0,3267.0,5476.0,4665.0,5144.0,3995.0,\"NaN\",\"NaN\",5398.0,3850.0,3607.0,4969.0,3355.0,4581.0,4367.0,6250.0,3591.0,3227.0,5849.0,3732.0,3425.0,3720.0,4616.0,3633.0,4471.0,5787.0,8399.0,4266.0,5704.0,4025.0,4067.0,3635.0,3620.0,\"NaN\",4651.0,4942.0,4904.0,5885.0,3770.0,7143.0,5732.0,5996.0,3962.0,5585.0,3667.0,3773.0,6226.0,4243.0,\"NaN\",3806.0,3850.0,4927.0,4355.0,5905.0,4932.0,5788.0,3661.0,4693.0,6249.0,4898.0,5540.0,7176.0,4835.0,5364.0,5735.0,3725.0,3721.0,3835.0,4670.0,5078.0,6137.0,3984.0,6290.0,3938.0,4630.0,4564.0,6618.0,3769.0,6746.0,4429.0,5461.0,5085.0,3743.0,3748.0,5337.0,3214.0,4811.0,4975.0,3632.0,3920.0,\"NaN\",4253.0,3364.0,4941.0,5133.0,5976.0,\"NaN\",4260.0,3548.0,3976.0,5148.0,3761.0,4046.0,3643.0,4636.0,5869.0,5765.0,3491.0,4761.0,4723.0,5231.0,6204.0,5486.0,4561.0,3678.0,3921.0,9882.0,3722.0,5761.0,4845.0,5054.0,4106.0,2685.0,3648.0,4137.0,4956.0,3748.0,4536.0,5093.0,4375.0,3880.0,4715.0,4096.0,4418.0,5949.0,3498.0,6017.0,3893.0,4679.0,3505.0,4892.0,5664.0,3382.0,3813.0,4665.0,\"NaN\",5442.0,5335.0,4467.0,3841.0,4136.0,3510.0],\"y\":[0.82,0.53,0.91,0.45,0.62,0.79,0.45,0.61,0.38,0.55,1.15,1.23,0.36,0.98,1.01,4.12,0.49,0.41,2.37,0.52,1.37,0.67,1.33,0.72,0.44,0.84,0.38,0.56,0.46,0.28,0.47,0.9,0.4,0.37,0.97,0.58,0.47,0.74,1.05,0.44,0.38,1.03,0.55,0.39,0.97,1.01,0.43,0.48,0.4,0.45,0.8,1.06,0.67,0.41,0.43,0.73,0.95,1.14,1.92,3.15,0.47,0.53,0.65,0.32,1.36,0.62,0.85,0.77,1.36,0.89,1.07,0.53,0.88,0.46,1.05,1.46,1.01,0.85,0.48,0.58,0.47,0.66,3.63,0.93,1.5,0.85,1.0,0.66,0.94,0.4,0.76,1.47,0.49,0.99,0.11,0.85,0.79,0.66,1.17,0.34,0.94,0.62,0.45,0.58,0.43,0.8,1.39,0.42,0.49,0.95,0.48,0.65,0.53,0.57,0.36,0.54,0.75,0.41,0.47,0.85,0.42,0.54,0.57,0.61,0.67,0.46,0.72,0.57,0.55,0.71,0.82,0.54,0.42,0.44,0.89,0.22,0.6,0.63,1.44,\"NaN\",0.42,1.01,1.17,1.43,0.87,1.07,0.56,1.1,0.42,0.52,0.47,0.42,0.81,0.48,0.77,0.53,0.6,0.48,0.45,0.83,0.74,0.95,0.54,\"NaN\",0.64,\"NaN\",1.41,0.86,1.71,0.85,1.37,0.43,0.93,1.24,0.95,0.94,1.31,0.55,0.84,1.02,1.32,0.43,1.01,0.6,0.75,0.46,1.11,1.1,0.82,0.46,0.81,0.53,0.38,0.62,0.8,0.5,0.5,1.52,0.67,0.55,0.85,0.39,1.36,0.98,1.59,1.17,0.79,0.36,0.28,0.53,1.96,0.7,2.28,1.85,0.66,1.24,2.37,0.98,0.35,0.52,0.84,0.42,0.49,0.27,0.61,0.88,3.13,1.11,0.55,0.42,0.8,0.56,0.41,0.78,1.57,0.5,1.01,0.57,0.96,0.46,0.45,0.7,1.01,0.5,0.94,0.82,0.37,\"NaN\",1.05,\"NaN\",0.85,0.43,0.48,1.3,0.82,0.38,0.71,0.55,0.67,1.51,0.5,1.39,0.52,0.36,0.48,0.68,0.68,0.45,0.65,0.41,0.73,1.69,1.35,0.66,0.58,0.44,0.71,0.81,0.86,1.12,0.35,0.58,1.48,1.19,0.61,1.23,1.56,1.15,0.23,2.19,0.7,0.7,0.44,1.24,0.35,1.84,1.31,0.5,0.81,0.71,0.54,0.5,0.55,0.87,0.81,0.41,0.76,0.59,0.48,0.77,0.36,0.54,0.89,0.43,0.84,0.92,0.53,0.9,1.38,0.99,0.99,0.82,0.83,0.3,0.52,1.98,0.96,0.42,1.05,0.56,0.64,0.53,3.56,0.62,0.44,0.99,1.18,0.58,\"NaN\",0.53,0.64,0.37,0.31,1.53,1.37,0.58,0.6,0.8,1.01,1.48,0.42,0.5,1.15,0.96,0.41,0.49,0.51,0.99,0.49,0.42,0.95,1.03,0.85,0.39,0.64,0.67,0.51,0.65,0.67,0.86,0.54,0.76,0.45,0.87,0.68,0.6,0.45,0.57,1.52,0.39,0.34,0.86,0.64,0.59,1.16,1.12,0.63,0.64,0.95,0.66,0.52,1.19,0.45,0.53,0.81,0.82,2.56,0.52,0.55,0.88,0.65,0.75,0.53,1.54,0.66,0.41,0.42,0.57,0.56,0.63,0.74,0.89,0.47,0.42,0.96,0.58,0.76,1.03,0.61,0.55,0.75,0.74,0.97,1.22,0.27,\"NaN\",0.62,1.07,0.58,1.53,0.99,0.9,0.91,0.61,1.25,0.46,0.38,0.78,0.61,\"NaN\",0.59,0.78,0.81,0.91,1.05,0.73,0.74,1.64,1.48,0.79,0.51,1.67,0.55,0.44,0.63,0.56,1.06,1.1,0.66,0.27,0.44,0.32,0.7,0.84,0.85,0.67,0.91,4.84,0.81,0.73,0.41,1.57,0.53,0.42,0.55,0.55,1.56,0.63,0.96,1.63,0.49,0.43,0.9,0.77,0.72,0.8,0.98,0.63,1.28,1.08,0.5,0.94,1.24,0.82,0.62,0.36,0.7,0.71,0.39,0.39,0.88,0.86,0.78,0.45,0.52,0.64,0.65,0.84,0.82,0.95,0.54,1.43,1.22,0.31,0.69,0.45,1.12,0.52,1.57,0.82,1.02,1.05,2.72,0.45,1.51,0.42,0.32,1.02,0.83,0.71,0.4,1.09,0.96,0.58,0.43,3.66,0.59,0.6,1.08,1.08,0.7,0.7,1.37,0.78,0.65,1.16,0.59,0.81,1.27,0.87,0.26,0.75,0.81,0.98,0.46,0.55,0.5,0.4,0.75,0.42,0.51,0.7,0.59,0.62,0.81,1.07,0.5,0.93,0.76,0.63,0.84,0.68,0.91,0.91,0.98,0.5,0.28,1.27,1.1,0.79,0.28,0.56,0.83,1.09,\"NaN\",2.02,1.76,0.57,0.44,0.51,0.94,0.33,2.76,\"NaN\",0.57,0.74,1.9,1.03,0.77,0.85,0.46,0.97,1.58,0.54,0.91,3.34,0.46,0.74,1.03,0.44,1.16,0.53,1.28,1.19,0.76,1.21,0.46,0.82,0.63,0.32,0.59,0.78,0.94,0.38,0.48,0.42,0.5,0.97,0.94,0.61,0.93,1.28,0.88,1.33,0.58,1.03,0.97,1.05,0.63,0.76,0.53,1.06,1.04,0.35,0.99,1.01,0.82,1.21,1.01,0.77,0.29,0.7,1.06,0.55,0.78,0.45,0.82,0.33,0.4,0.41,0.49,1.89,0.55,0.43,0.95,1.08,0.48,0.58,0.74,0.66,1.62,0.48,1.06,2.4,1.92,1.22,0.7,1.17,1.08,0.27,2.51,0.58,1.49,0.63,1.4,0.62,0.58,0.98,0.77,1.05,0.38,1.64,1.1,0.35,0.99,1.8,0.56,0.66,0.27,0.54,0.35,0.86,0.63,0.89,1.17,0.47,0.82,0.82,0.74,0.66,1.03,0.63,0.98,0.98,0.46,0.37,0.55,0.61,0.44,0.43,0.71,0.71,0.97,0.32,0.58,0.49,0.86,0.57,0.51,1.59,0.62,0.73,1.12,0.42,1.03,0.85,\"NaN\",0.46,0.54,1.87,0.73,0.47,0.76,0.61,0.55,\"NaN\",0.65,0.81,0.32,0.91,0.45,0.94,0.96,0.38,0.54,0.72,1.57,1.31,1.27,0.98,0.64,0.45,0.37,0.54,1.33,0.85,1.77,0.79,0.94,0.39,2.78,0.48,0.37,0.7,0.5,0.84,0.47,0.32,1.49,0.52,0.81,0.62,1.56,0.95,0.33,0.6,2.59,1.11,0.81,0.48,1.0,1.47,0.36,0.71,1.0,1.32,1.21,1.28,0.79,0.57,0.81,0.81,0.9,1.06,0.62,0.72,0.66,0.3,0.87,0.82,0.82,0.82,0.6,1.0,0.6,0.97,2.26,1.2,0.54,0.57,1.45,0.43,0.4,1.15,1.28,0.86,1.48,0.55,0.64,1.05,0.64,1.01,0.41,0.67,0.85,1.69,1.87,0.61,0.71,1.16,0.6,1.0,0.64,1.38,\"NaN\",1.0,0.48,0.5,0.51,0.99,0.19,0.81,\"NaN\",0.92,0.73,1.24,0.95,0.54,0.41,1.1,1.04,0.83,1.29,1.01,0.76,0.75,0.33,0.56,0.75,0.54,0.36,0.75,0.47,3.23,0.95,0.75,1.19,0.54,1.21,0.69,0.39,0.56,1.05,0.96,0.36,0.65,1.06,0.55,1.28,0.94,0.48,0.46,0.59,1.17,1.81,1.51,1.56,0.37,0.63,0.42,0.73,0.54,1.13,0.52,1.87,0.57,1.46,0.51,1.01,\"NaN\",1.31,0.58,0.73,0.59,0.83,0.61,0.82,1.23,0.65,0.87,0.47,0.9,0.47,0.69,0.63,0.63,0.35,1.4,0.6,0.79,0.68,0.73,0.58,1.83,0.32,0.45,2.05,0.46,0.75,0.83,1.73,1.13,0.96,0.34,0.6,0.43,0.39,0.42,1.12,0.36,0.44,0.38,0.7,0.36,0.42,0.82,0.76,0.4,0.45,1.15,0.84,0.54,\"NaN\",0.71,0.47,0.65,0.5,0.5,0.58,0.43,0.7,0.33,0.52,1.59,0.47,0.6,0.43,0.96,0.44,0.74,0.45,0.69,0.8,0.42,0.69,0.43,0.58,1.84,3.97,0.8,1.5,0.6,0.51,0.56,0.43,0.25,0.53,0.45,1.05,0.59,0.6,\"NaN\",0.56,0.42,1.22,\"NaN\",0.87,1.49,0.36,0.56,0.85,0.5,0.99,0.94,0.59,1.56,0.45,0.66,1.06,0.72,0.66,0.4,0.64,1.12,0.77,0.48,1.33,1.47,0.6,0.55,1.52,0.85,0.45,1.31,2.08,0.43,0.44,0.53,0.49,1.0,0.84,0.81,0.79,0.38,0.55,0.44,0.6,\"NaN\",0.77,0.3,0.44,2.41,2.36,0.59,0.85,0.71,0.54,0.55,1.06,0.37,3.03,0.48,0.7,0.39,0.54,0.87,1.8,0.38,0.37,0.65,0.5,0.99,0.71,0.72,0.61,0.52,0.41,0.92,0.59,0.59,0.47,0.66,0.86,1.08,0.58,0.63,2.3,0.8,0.68,0.69,0.46,0.44,1.16,0.28,0.36,0.54,0.51,0.54,0.88,0.44,0.6,0.6,0.46,1.89,0.73,1.9,0.54,1.55,1.0,0.83,0.57,0.37,0.57,0.73,0.35,0.56,0.48,1.07,0.36,1.37,0.44,1.46,1.34,0.81,0.41,0.52,0.42,0.58,0.35,1.42,0.98,0.72,0.35,0.85,0.67,0.35,0.4,0.24,0.82,0.69,0.4,0.14,0.85,0.74,0.89,0.45,0.63,0.69,0.87,0.29,0.25,1.99,1.35,0.41,0.75,0.66,0.4,3.02,0.57,0.49,0.41,0.7,0.82,0.44,0.78,0.71,0.83,0.98,0.53,1.49,0.46,0.4,0.55,1.65,0.47,1.48,0.96,0.95,0.68,0.48,0.35,0.6,0.52,0.43,0.44,1.0,0.97,0.55,1.12,2.31,0.59,0.69,1.04,0.55,0.5,0.71,0.54,0.73,0.5,1.16,1.07,0.42,0.38,0.53,0.3,0.74,1.05,0.77,0.41,1.14,0.62,0.66,0.37,2.83,0.43,1.11,0.7,1.09,5.69,0.5,0.82,0.81,1.53,0.78,1.03,0.67,1.4,0.42,0.81,0.75,0.46,0.39,0.41,0.4,0.7,0.25,0.73,1.53,0.73,0.9,0.78,1.03,0.84,0.44,0.63,0.34,0.5,0.64,0.8,1.24,1.0,0.93,0.4,0.56,0.78,0.4,3.52,0.58,1.57,\"NaN\",0.51,0.64,0.81,0.73,0.61,0.5,1.57,0.49,0.43,\"NaN\",2.69,0.7,0.27,1.43,0.8,0.7,0.59,0.47,0.62,0.58,0.64,0.44,1.01,0.53,0.88,1.52,0.65,0.78,1.15,1.25,0.85,0.82,1.02,0.91,1.34,0.95,1.29,0.75,0.45,0.5,0.94,0.53,0.36,0.49,0.6,0.42,2.33,0.48,0.59,0.62,0.67,0.78,0.76,3.11,1.41,1.95,0.86,0.43,1.02,0.74,0.73,0.41,0.41,1.1,\"NaN\",0.45,0.31,0.37,0.51,0.81,0.61,0.92,0.57,2.15,0.61,0.5,0.61,0.41,0.51,0.44,0.51,1.14,0.79,0.83,0.59,0.65,0.31,0.67,0.42,0.46,0.52,0.68,1.61,0.44,0.33,1.34,\"NaN\",0.58,0.5,1.14,0.87,0.73,0.17,0.62,1.03,0.79,0.57,0.75,0.46,0.43,0.79,0.59,0.54,1.79,0.6,0.77,0.96,0.8,0.75,0.58,0.44,0.57,0.5,0.92,0.9,\"NaN\",2.84,0.5,1.09,0.45,0.82,0.92,0.43,0.52,0.77,1.05,4.06,1.81,1.75,\"NaN\",0.51,0.66,1.06,0.88,1.42,0.79,0.7,0.22,0.6,0.57,0.86,0.33,1.46,0.54,0.52,0.54,0.91,0.44,1.04,0.16,0.48,0.68,0.58,0.33,2.5,0.78,1.15,1.18,0.32,1.24,0.57,0.83,0.78,1.28,0.88,1.06,1.11,0.9,0.44,0.93,0.37,0.58,1.91,0.66,1.71,0.59,0.79,0.73,0.8,0.56,0.78,0.6,0.95,0.18,0.18,1.11,1.42,2.51,0.96,0.93,0.78,0.93,0.69,0.41,0.35,0.42,0.47,0.79,0.69,1.33,1.8,0.46,0.59,0.78,0.43,1.01,0.57,0.55,0.59,0.53,0.64,0.86,0.58,0.69,1.15,0.45,0.52,0.33,1.17,1.38,0.76,0.4,0.62,0.54,0.51,1.07,\"NaN\",0.99,1.05,0.92,0.6,1.5,1.06,0.82,0.52,\"NaN\",0.52,1.54,0.55,0.33,0.91,0.46,0.57,0.84,0.84,0.89,1.14,0.94,1.05,0.69,0.6,0.57,\"NaN\",0.49,0.88,0.88,0.55,0.25,0.94,0.94,0.41,1.97,1.09,2.98,0.75,0.76,0.34,0.92,1.0,1.05,1.15,0.58,1.39,0.33,0.31,0.96,2.84,1.11,0.48,0.42,0.99,0.83,0.67,0.37,0.49,1.93,0.66,1.05,0.81,1.09,0.66,1.78,1.21,0.65,1.0,0.78,0.45,0.97,2.0,0.92,0.57,0.9,0.75,0.77,0.81,0.7,1.18,0.74,0.5,1.4,0.95,0.75,\"NaN\",1.07,0.42,0.9,0.62,0.67,0.4,1.04,1.0,1.01,0.64,0.59,0.41,0.91,0.52,1.69,1.08,\"NaN\",0.65,1.41,0.37,0.68,0.58,1.66,0.89,0.43,0.49,0.47,2.96,1.07,0.37,0.73,0.5,0.32,0.48,0.34,0.53,0.67,0.52,0.68,0.75,1.09,0.83,0.42,0.32,1.03,0.85,0.35,0.69,0.89,0.63,0.91,0.71,1.02,0.39,0.43,0.9,1.69,0.94,1.11,0.83,0.47,\"NaN\",0.76,0.7,0.68,1.62,0.4,0.54,0.51,0.39,0.22,0.46,0.58,0.57,0.79,2.87,1.52,0.93,1.33,0.45,0.22,0.16,0.27,0.47,0.57,1.23,0.45,2.77,0.7,0.73,0.46,0.7,0.56,0.7,0.99,0.74,0.74,0.89,0.46,1.5,0.7,0.54,0.92,0.66,0.42,1.07,1.4,0.29,0.36,0.65,0.81,0.31,0.62,0.69,0.59,2.97,0.46,0.92,0.36,0.35,0.42,2.16,0.75,0.38,0.57,0.41,2.3,0.91,0.45,0.67,0.58,0.38,0.23,0.74,0.71,0.49,0.59,0.84,0.36,0.41,0.93,1.46,1.63,0.88,0.5,0.98,0.44,0.82,1.15,0.66,1.88,0.35,0.54,0.68,0.21,0.56,0.89,0.47,1.18,0.98,2.33,1.1,0.42,0.49,0.66,0.38,1.56,0.31,0.72,0.57,0.41,0.65,0.76,0.49,0.76,1.5,0.5,1.63,1.22,0.5,0.84,1.33,2.9,0.39,1.15,0.5,0.33,0.4,1.09,0.3,\"NaN\",1.0,0.55,0.7,0.62,0.71,\"NaN\",0.49,0.57,0.67,0.54,0.46,1.22,0.24,0.38,1.62,0.97,0.93,0.49,0.42,0.91,1.0,2.93,1.04,1.2,2.16,1.04,0.72,0.56,0.79,0.43,1.16,0.59,0.6,1.47,0.62,0.98,0.5,0.5,0.49,1.13,0.56,1.05,1.22,2.42,0.58,\"NaN\",0.48,1.05,0.48,0.47,0.94,0.49,0.65,0.61,1.4,2.76,0.71,0.74,0.8,0.81,0.97,0.65,0.66,0.59,0.72,0.51,0.6,2.87,0.53,0.78,0.38,0.87,0.51,0.7,0.46,0.36,0.33,0.3,0.97,1.71,1.35,0.27,1.95,0.62,0.78,1.25,0.79,0.57,0.25,0.5,0.53,0.45,1.44,0.93,0.48,0.45,0.79,0.5,0.74,1.06,1.11,0.58,0.52,0.5,0.93,0.41,0.52,0.31,2.83,1.05,0.75,2.58,1.53,0.97,0.65,0.33,0.34,0.89,1.12,0.86,0.71,1.55,0.23,0.61,0.94,0.88,0.38,0.44,2.85,0.46,0.51,0.64,1.18,0.81,0.75,0.59,1.07,0.42,1.01,0.2,0.95,0.43,0.63,0.63,0.97,0.34,0.52,1.15,0.77,1.22,1.76,0.82,0.7,0.91,0.83,0.8,0.66,0.53,0.93,0.98,1.3,0.52,0.62,1.01,1.35,0.77,0.86,0.48,0.55,1.02,0.96,0.63,0.55,0.45,0.82,0.61,0.36,0.47,1.41,1.0,1.05,1.11,0.85,1.83,1.48,1.25,1.02,0.65,0.94,1.47,1.74,0.42,0.73,0.66,0.84,0.59,0.69,1.19,1.21,\"NaN\",0.76,0.83,0.74,0.37,0.79,0.98,0.74,1.04,1.07,0.78,0.35,1.07,0.92,1.44,1.11,0.35,0.58,0.99,0.85,0.72,0.58,0.67,0.34,0.82,0.74,0.44,1.33,0.48,0.5,0.8,0.56,0.51,0.82,0.59,0.48,1.02,0.63,0.58,0.47,1.2,0.4,0.89,1.01,0.61,0.36,0.66,1.06,0.93,0.43,0.46,0.71,1.7,0.95,0.96,0.76,0.74,1.15,0.83,1.0,0.55,0.59,1.29,0.53,0.53,0.39,0.76,0.47,0.93,0.42,0.47,0.58,1.68,0.54,0.4,0.54,1.77,1.81,1.43,2.86,0.52,0.75,0.72,0.58,0.29,0.48,0.66,0.48,0.41,1.23,0.42,0.32,1.51,0.48,0.64,0.52,1.36,1.17,0.59,0.41,0.67,0.77,0.29,0.4,0.65,0.43,0.66,0.56,0.88,0.73,0.66,0.37,0.96,1.17,0.33,0.94,1.03,1.49,1.86,0.76,0.56,0.77,1.04,2.15,0.94,0.49,0.58,1.17,0.55,0.71,0.39,0.89,0.94,0.81,1.12,0.56,0.67,0.87,0.4,0.52,0.37,0.86,0.65,0.65,0.33,0.74,0.63,0.89,0.41,0.4,1.36,0.56,0.79,0.52,0.49,1.04,0.46,0.87,0.77,0.94,2.1,0.73,1.57,0.42,0.56,1.1,0.5,0.28,0.67,1.72,0.69,1.02,0.57,0.47,0.5,0.89,0.42,1.43,0.62,0.74,1.55,0.54,0.79,0.34,0.8,0.48,0.53,1.07,0.98,0.51,1.05,0.49,0.61,0.48,0.31,0.49,0.49,0.68,0.38,1.91,0.57,0.49,1.39,1.14,\"NaN\",0.52,0.99,0.42,1.28,2.34,0.95,0.45,0.45,0.35,0.45,0.56,0.51,0.63,0.96,1.89,0.82,0.64,0.74,1.05,0.38,0.54,0.74,0.5,0.48,1.6,0.69,1.09,1.03,0.64,0.67,0.61,1.22,0.34,0.44,0.5,2.24,0.52,0.73,\"NaN\",1.19,0.51,0.43,0.42,1.39,0.63,0.53,0.61,0.66,0.28,0.42,0.5,0.72,0.42,0.74,0.95,0.9,0.62,1.09,0.45,0.74,0.88,0.5,0.38,0.42,0.88,1.22,0.46,0.33,0.91,0.69,0.79,0.52,\"NaN\",\"NaN\",0.87,0.49,0.38,0.7,0.4,0.8,0.6,1.55,0.4,0.34,1.12,0.47,0.39,0.49,0.75,0.48,0.59,1.05,2.05,0.58,1.11,0.53,0.62,0.42,0.42,\"NaN\",0.73,0.75,0.76,1.07,0.49,1.61,0.94,1.13,0.57,0.87,0.44,0.52,1.22,0.57,0.16,0.41,0.48,0.88,0.64,1.01,0.8,0.94,0.41,0.65,1.31,0.73,0.94,1.69,0.79,1.07,0.74,0.43,0.52,0.58,0.69,0.8,1.22,0.53,1.2,0.46,0.71,0.76,1.87,0.52,0.25,0.62,1.4,0.78,0.53,0.46,0.85,0.37,0.72,0.75,0.48,0.52,\"NaN\",0.56,0.48,0.76,0.84,1.02,0.3,0.61,0.4,0.58,0.79,0.51,0.56,0.45,2.3,1.08,1.13,0.39,1.88,0.74,0.81,1.27,0.89,0.82,0.45,0.51,0.2,0.52,0.39,0.7,0.78,0.52,1.37,0.34,0.68,0.74,0.4,0.66,0.82,0.63,0.43,0.79,0.59,0.51,1.06,0.45,1.28,0.51,0.71,0.47,0.72,1.03,0.41,0.58,0.69,\"NaN\",0.88,1.24,0.71,0.55,0.52,0.42]}},\"id\":\"205576dd-ba5a-4453-b821-b044817300a9\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"6087fca5-b3a3-4df0-bb76-fea1c9c5dc5a\",\"type\":\"BoxAnnotation\"},{\"attributes\":{},\"id\":\"8126ebc9-5550-4010-b4e6-ad6a6c91696b\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"xs_units\":\"screen\",\"ys_units\":\"screen\"},\"id\":\"b6020aea-d21f-45ca-8a99-e2d52514df42\",\"type\":\"PolyAnnotation\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"line_color\":{\"value\":null},\"radius\":{\"units\":\"data\",\"value\":50},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"eeeb7a34-5ea9-4015-838b-6003e79e005a\",\"type\":\"Circle\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"orange\"},\"line_color\":{\"value\":null},\"radius\":{\"units\":\"data\",\"value\":100},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"185adb8c-4903-48dc-80df-088b3d674bec\",\"type\":\"Circle\"},{\"attributes\":{\"active_drag\":\"auto\",\"active_scroll\":\"auto\",\"active_tap\":\"auto\",\"tools\":[{\"id\":\"ac47f4f8-4825-4bd4-8c35-9395377ff9cb\",\"type\":\"HoverTool\"},{\"id\":\"8e31292a-232f-4b92-998b-a46cb06aa500\",\"type\":\"CrosshairTool\"},{\"id\":\"1d2f111d-7a7f-44ee-8505-48c13c350564\",\"type\":\"PanTool\"},{\"id\":\"60808592-c5f1-4636-9806-f83b5f2a46c3\",\"type\":\"WheelZoomTool\"},{\"id\":\"5f479aae-ed0a-4516-9b04-0851cd81753d\",\"type\":\"BoxZoomTool\"},{\"id\":\"de6e775c-7a99-4e7d-9b8e-a58f39f576e1\",\"type\":\"UndoTool\"},{\"id\":\"25b6e0da-8693-452c-984a-79117d5363c7\",\"type\":\"RedoTool\"},{\"id\":\"6d81836c-89e0-4d7e-a51f-bc490de40b94\",\"type\":\"ResetTool\"},{\"id\":\"0ec7a5c6-9d6b-4cb0-82b0-044244e62467\",\"type\":\"TapTool\"},{\"id\":\"d57cdb3d-2ffd-4f0f-a16d-3bfc5e516168\",\"type\":\"SaveTool\"},{\"id\":\"e2a05d85-fd65-47b1-98a7-349ce9a81ca5\",\"type\":\"BoxSelectTool\"},{\"id\":\"faed4f59-7646-4b8c-b80f-b9984ea936be\",\"type\":\"PolySelectTool\"},{\"id\":\"bc422e93-aff1-4f9c-9a2d-0d3f5f710183\",\"type\":\"LassoSelectTool\"}]},\"id\":\"d7750493-532f-4ad6-934a-2150c3884c05\",\"type\":\"Toolbar\"},{\"attributes\":{\"callback\":null},\"id\":\"700792ab-568e-4aa5-b182-2cbd58392a8b\",\"type\":\"DataRange1d\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"25b6e0da-8693-452c-984a-79117d5363c7\",\"type\":\"RedoTool\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"0ec7a5c6-9d6b-4cb0-82b0-044244e62467\",\"type\":\"TapTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"radius\":{\"units\":\"data\",\"value\":100},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"d5f9d03f-d133-4de1-a750-9a4f06592575\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"54c09045-5744-423c-88b5-1bf02786b291\",\"type\":\"BasicTicker\"}},\"id\":\"c70cffc8-2772-4271-ad8b-f5a7612cb0a9\",\"type\":\"Grid\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"60808592-c5f1-4636-9806-f83b5f2a46c3\",\"type\":\"WheelZoomTool\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"ac47f4f8-4825-4bd4-8c35-9395377ff9cb\",\"type\":\"HoverTool\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"8e31292a-232f-4b92-998b-a46cb06aa500\",\"type\":\"CrosshairTool\"},{\"attributes\":{\"callback\":null},\"id\":\"539b0b93-566b-40bf-9b9e-40800be7f4b2\",\"type\":\"DataRange1d\"},{\"attributes\":{},\"id\":\"f4781f16-7a71-4381-974a-5d974a651da2\",\"type\":\"ToolEvents\"},{\"attributes\":{},\"id\":\"bf5b31f3-06e2-4545-be8b-ca4ffda6934d\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{},\"id\":\"1a29d058-95e0-4683-93b7-3319ef8e3353\",\"type\":\"BasicTicker\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"18dd1baa-450c-45ac-8dca-5d3f4534e844\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"axis_label\":\"Mass [M_sun]\",\"formatter\":{\"id\":\"8126ebc9-5550-4010-b4e6-ad6a6c91696b\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"1a29d058-95e0-4683-93b7-3319ef8e3353\",\"type\":\"BasicTicker\"}},\"id\":\"41ac9252-7d1a-428f-9f77-b1e73d199bbb\",\"type\":\"LinearAxis\"},{\"attributes\":{\"callback\":null,\"overlay\":{\"id\":\"1ee4be55-f16e-40bf-83b7-aad557538a7f\",\"type\":\"PolyAnnotation\"},\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"bc422e93-aff1-4f9c-9a2d-0d3f5f710183\",\"type\":\"LassoSelectTool\"},{\"attributes\":{\"overlay\":{\"id\":\"b6020aea-d21f-45ca-8a99-e2d52514df42\",\"type\":\"PolyAnnotation\"},\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"faed4f59-7646-4b8c-b80f-b9984ea936be\",\"type\":\"PolySelectTool\"},{\"attributes\":{\"callback\":null,\"overlay\":{\"id\":\"18dd1baa-450c-45ac-8dca-5d3f4534e844\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"413bafb0-22b3-4152-b214-587dbb7bbf3c\",\"type\":\"GlyphRenderer\"},{\"id\":\"30ba6eb0-e23f-4332-bdc5-79c76a97d9c6\",\"type\":\"GlyphRenderer\"}]},\"id\":\"e2a05d85-fd65-47b1-98a7-349ce9a81ca5\",\"type\":\"BoxSelectTool\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"de6e775c-7a99-4e7d-9b8e-a58f39f576e1\",\"type\":\"UndoTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"xs_units\":\"screen\",\"ys_units\":\"screen\"},\"id\":\"1ee4be55-f16e-40bf-83b7-aad557538a7f\",\"type\":\"PolyAnnotation\"},{\"attributes\":{\"plot\":{\"id\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"d57cdb3d-2ffd-4f0f-a16d-3bfc5e516168\",\"type\":\"SaveTool\"},{\"attributes\":{\"data_source\":{\"id\":\"205576dd-ba5a-4453-b821-b044817300a9\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"eeeb7a34-5ea9-4015-838b-6003e79e005a\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"984a12b5-2399-4127-9fca-d0d511720762\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"413bafb0-22b3-4152-b214-587dbb7bbf3c\",\"type\":\"GlyphRenderer\"}],\"root_ids\":[\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\"]},\"title\":\"Bokeh Application\",\"version\":\"0.12.2\"}};\n",
" var render_items = [{\"docid\":\"157a58f8-c2b6-4af9-9b7b-aceadcb534e7\",\"elementid\":\"4c3d9ebf-a0b0-4b11-8b06-39619675d211\",\"modelid\":\"6d6fdb54-d92c-4ca5-9219-ebd9675e9d2d\"}];\n",
" \n",
" Bokeh.embed.embed_items(docs_json, render_items);\n",
" });\n",
" },\n",
" function(Bokeh) {\n",
" }\n",
" ];\n",
" \n",
" function run_inline_js() {\n",
" \n",
" if ((window.Bokeh !== undefined) || (force === \"1\")) {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }if (force === \"1\") {\n",
" display_loaded();\n",
" }} else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(run_inline_js, 100);\n",
" } else if (!window._bokeh_failed_load) {\n",
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n",
" window._bokeh_failed_load = true;\n",
" } else if (!force) {\n",
" var cell = $(\"#4c3d9ebf-a0b0-4b11-8b06-39619675d211\").parents('.cell').data().cell;\n",
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n",
" }\n",
" \n",
" }\n",
" \n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
" }(this));\n",
"</script>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"\n",
"TOOLS=\"hover,crosshair,pan,wheel_zoom,box_zoom,undo,redo,reset,tap,save,box_select,poly_select,lasso_select\"\n",
"\n",
"p = bokeh.plotting.figure(tools=TOOLS)\n",
"\n",
"p.scatter(exocat['st_teff'], (exocat['st_mass']), radius=50,\n",
" fill_color='gray', fill_alpha=0.5,legend=\"ExoCat\",\n",
" line_color=None)\n",
"\n",
"p.scatter(knownRV['st_teff'], (knownRV[\"st_mass\"]), radius=100,\n",
"fill_color=\"orange\", fill_alpha=0.1,legend=\"Known RV\",\n",
" line_color=None)\n",
"p.xaxis.axis_label = \"T [K]\"\n",
"p.yaxis.axis_label = \"Mass [M_sun]\"\n",
"bokeh.plotting.show(p)\n"
]
},
{
"cell_type": "code",
"execution_count": 71,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
" <div class=\"bk-root\">\n",
" <div class=\"plotdiv\" id=\"3b332e21-48fc-4f44-8fee-2f1966c67bb5\"></div>\n",
" </div>\n",
"<script type=\"text/javascript\">\n",
" \n",
" (function(global) {\n",
" function now() {\n",
" return new Date();\n",
" }\n",
" \n",
" var force = \"\";\n",
" \n",
" if (typeof (window._bokeh_onload_callbacks) === \"undefined\" || force !== \"\") {\n",
" window._bokeh_onload_callbacks = [];\n",
" window._bokeh_is_loading = undefined;\n",
" }\n",
" \n",
" \n",
" \n",
" if (typeof (window._bokeh_timeout) === \"undefined\" || force !== \"\") {\n",
" window._bokeh_timeout = Date.now() + 0;\n",
" window._bokeh_failed_load = false;\n",
" }\n",
" \n",
" var NB_LOAD_WARNING = {'data': {'text/html':\n",
" \"<div style='background-color: #fdd'>\\n\"+\n",
" \"<p>\\n\"+\n",
" \"BokehJS does not appear to have successfully loaded. If loading BokehJS from CDN, this \\n\"+\n",
" \"may be due to a slow or bad network connection. Possible fixes:\\n\"+\n",
" \"</p>\\n\"+\n",
" \"<ul>\\n\"+\n",
" \"<li>re-rerun `output_notebook()` to attempt to load from CDN again, or</li>\\n\"+\n",
" \"<li>use INLINE resources instead, as so:</li>\\n\"+\n",
" \"</ul>\\n\"+\n",
" \"<code>\\n\"+\n",
" \"from bokeh.resources import INLINE\\n\"+\n",
" \"output_notebook(resources=INLINE)\\n\"+\n",
" \"</code>\\n\"+\n",
" \"</div>\"}};\n",
" \n",
" function display_loaded() {\n",
" if (window.Bokeh !== undefined) {\n",
" Bokeh.$(\"#3b332e21-48fc-4f44-8fee-2f1966c67bb5\").text(\"BokehJS successfully loaded.\");\n",
" } else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(display_loaded, 100)\n",
" }\n",
" }\n",
" \n",
" function run_callbacks() {\n",
" window._bokeh_onload_callbacks.forEach(function(callback) { callback() });\n",
" delete window._bokeh_onload_callbacks\n",
" console.info(\"Bokeh: all callbacks have finished\");\n",
" }\n",
" \n",
" function load_libs(js_urls, callback) {\n",
" window._bokeh_onload_callbacks.push(callback);\n",
" if (window._bokeh_is_loading > 0) {\n",
" console.log(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n",
" return null;\n",
" }\n",
" if (js_urls == null || js_urls.length === 0) {\n",
" run_callbacks();\n",
" return null;\n",
" }\n",
" console.log(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n",
" window._bokeh_is_loading = js_urls.length;\n",
" for (var i = 0; i < js_urls.length; i++) {\n",
" var url = js_urls[i];\n",
" var s = document.createElement('script');\n",
" s.src = url;\n",
" s.async = false;\n",
" s.onreadystatechange = s.onload = function() {\n",
" window._bokeh_is_loading--;\n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: all BokehJS libraries loaded\");\n",
" run_callbacks()\n",
" }\n",
" };\n",
" s.onerror = function() {\n",
" console.warn(\"failed to load library \" + url);\n",
" };\n",
" console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n",
" document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
" }\n",
" };var element = document.getElementById(\"3b332e21-48fc-4f44-8fee-2f1966c67bb5\");\n",
" if (element == null) {\n",
" console.log(\"Bokeh: ERROR: autoload.js configured with elementid '3b332e21-48fc-4f44-8fee-2f1966c67bb5' but no matching script tag was found. \")\n",
" return false;\n",
" }\n",
" \n",
" var js_urls = [];\n",
" \n",
" var inline_js = [\n",
" function(Bokeh) {\n",
" Bokeh.$(function() {\n",
" var docs_json = {\"3b73481f-a364-413b-b8a9-62ca0d1f06ec\":{\"roots\":{\"references\":[{\"attributes\":{\"callback\":null,\"end\":35,\"start\":-5},\"id\":\"42bc868d-25c1-40bd-80b6-d10cb8867942\",\"type\":\"Range1d\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"7c455c88-18da-47cf-b4ba-ecd13707eefb\",\"type\":\"WheelZoomTool\"},{\"attributes\":{},\"id\":\"11a10ff1-9703-48b5-834a-28ffdf4b3cd7\",\"type\":\"BasicTicker\"},{\"attributes\":{},\"id\":\"ed079670-22e9-4be9-a8d3-55fc9706378e\",\"type\":\"ToolEvents\"},{\"attributes\":{\"data_source\":{\"id\":\"3685fa6a-b30a-4d8c-afb4-2995816c05b5\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"efcdbe5b-2fcf-4e95-8970-f89ff767fd83\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"3d3d2e3c-09dd-4fdc-afae-7c40c51ea828\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"e7d84778-b60c-4a19-a467-3315eae8d524\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"data_source\":{\"id\":\"ea22a067-5f39-4eda-a3c4-1855526ae25e\",\"type\":\"ColumnDataSource\"},\"glyph\":{\"id\":\"1ebc67e9-b46d-4738-ab4c-4af7e43f3df7\",\"type\":\"Circle\"},\"hover_glyph\":null,\"nonselection_glyph\":{\"id\":\"110cfce1-99b1-4a02-aa55-a2a6eb53beba\",\"type\":\"Circle\"},\"selection_glyph\":null},\"id\":\"a121c405-e51b-4d73-b231-64cf1bad2ec4\",\"type\":\"GlyphRenderer\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"radius\":{\"units\":\"data\",\"value\":100},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"110cfce1-99b1-4a02-aa55-a2a6eb53beba\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"524b7e0f-a9ff-475f-9c97-a3648594c87d\",\"type\":\"PanTool\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"6a83013e-2f0f-460d-b5c4-fa496af50b1b\",\"type\":\"ResetTool\"},{\"attributes\":{\"overlay\":{\"id\":\"0b6e6326-85bc-4e7b-85fc-e361e648d6a6\",\"type\":\"PolyAnnotation\"},\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"120be366-bf55-45d9-8cc4-d8102be3e0ac\",\"type\":\"PolySelectTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.2},\"line_color\":{\"value\":null},\"radius\":{\"units\":\"data\",\"value\":50},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"efcdbe5b-2fcf-4e95-8970-f89ff767fd83\",\"type\":\"Circle\"},{\"attributes\":{},\"id\":\"0b4ba36c-6140-4e72-80e2-7289617cab54\",\"type\":\"BasicTicker\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"y\",\"x\"],\"data\":{\"x\":[4742.0,4340.0,4813.0,5311.0,5674.0,4979.0,5098.0,5098.0,6300.0,4415.0,4200.0,5892.0,5892.0,5892.0,5793.0,5196.0,5196.0,5196.0,5196.0,5196.0,4978.0,5577.0,5577.0,5577.0,4792.0,5439.0,4846.0,4847.4,4785.0,4665.0,5008.0,4649.0,4796.0,4410.0,4137.0,4137.0,4296.0,4414.0,4943.0,4324.0,4324.0,4746.0,4746.0,5393.0,4475.0,\"NaN\",4714.0,5259.0,3567.0,3500.0,3500.0,3500.0,3370.0,5540.0,3510.0,3900.0,3466.0,3466.0,3526.0,3652.0,\"NaN\",3600.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",3700.0,3350.0,3350.0,3350.0,3350.0,3350.0,3600.0,\"NaN\",\"NaN\",\"NaN\",3413.0,3472.0,3472.0,\"NaN\",5151.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",5653.0,5246.0,5295.0,4861.0,5582.0,5911.0,5911.0,5911.0,5911.0,5911.0,5911.0,5079.0,5672.0,5291.0,4908.0,4830.0,5630.0,5054.0,5303.0,5017.0,6489.0,4969.0,5034.0,\"NaN\",5870.0,5638.0,6218.0,5362.0,5680.0,5797.0,6265.0,5122.0,4956.0,5551.0,5551.0,5844.0,5783.0,5783.0,5903.0,4445.0,5494.0,6576.6,4462.0,4462.0,4804.0,5729.0,5821.0,5673.0,5135.0,6055.0,6055.0,4951.0,5724.0,4312.5,5990.0,5600.0,\"NaN\",\"NaN\",4970.0,4892.0,6075.0,5920.0,\"NaN\",5900.0,5900.0,5900.0,4835.8,\"NaN\",\"NaN\",5585.0,\"NaN\",\"NaN\",\"NaN\",5387.0,4927.0,5886.0,\"NaN\",\"NaN\",\"NaN\",5585.0,5585.0,5071.0,5240.0,6255.0,6255.0,5829.0,4700.0,4815.0,5600.0,5600.0,5600.0,5600.0,5879.0,6245.0,6245.0,5499.0,4878.0,6045.0,6380.0,\"NaN\",6046.0,4757.0,\"NaN\",5765.0,5765.0,5441.0,5441.0,5883.0,6308.0,\"NaN\",6160.0,5884.0,5049.0,5961.0,\"NaN\",5155.0,6076.0,\"NaN\",\"NaN\",5605.0,5605.0,4960.0,\"NaN\",\"NaN\",5453.0,5900.0,\"NaN\",5969.0,4897.0,6123.0,6123.0,5558.0,5558.0,4757.0,4757.0,5807.0,5807.0,5807.0,5807.0,\"NaN\",6080.0,4830.0,5543.0,5543.0,\"NaN\",5922.0,5790.0,\"NaN\",5385.0,6317.0,5127.0,4943.0,5491.0,5491.0,5564.0,4393.0,6299.0,6299.0,5810.0,4650.0,5663.0,5467.0,6100.0,4683.0,\"NaN\",5060.0,5392.0,4949.0,4949.0,5668.0,5684.0,6168.0,4917.0,5030.0,5040.0,4962.0,4962.0,4962.0,5781.0,5936.0,5936.0,5980.0,6075.0,5830.0,5830.0,5048.0,5746.0,4875.0,5590.0,5590.0,5628.0,5988.0,4996.0,5166.0,5166.0,5220.0,5788.0,5892.0,6017.0,6254.0,\"NaN\",6190.0,5164.0,5164.0,5765.0,5765.0,5941.0,5776.0,5776.0,5056.0,6176.0,4874.0,5758.0,5710.0,5710.0,5401.0,5401.0,5401.0,6067.0,4035.0,4795.0,\"NaN\",5555.0,4967.0,6256.0,5121.0,\"NaN\",5113.0,5113.0,5999.0,\"NaN\",4639.0,\"NaN\",5646.0,5646.0,5966.0,4820.0,5362.0,4913.0,4913.0,4913.0,4913.0,4913.0,4913.0,4820.0,5891.0,3935.0,5921.0,\"NaN\",5960.0,6304.0,5765.0,5727.0,6037.0,5027.0,\"NaN\",\"NaN\",6208.0,4791.0,5904.0,4297.0,4361.0,5853.0,4052.5,6160.0,5192.0,\"NaN\",5737.0,4875.0,5546.0,5664.0,4503.0,3679.0,5076.0,5552.0,4844.0,5588.0,5994.0,5400.0,4982.0,5960.0,4580.0,5727.0,5017.0,5052.0,5995.0,6250.0,4861.0,4861.0,5836.0,6060.0,5221.0,\"NaN\",\"NaN\",\"NaN\",5448.0,5448.0,5998.0,5697.0,5697.0,5222.0,\"NaN\",4956.0,4956.0,4956.0,4956.0,4956.0,6089.0,5010.0,\"NaN\",5688.0,5702.0,5702.0,\"NaN\",5685.0,5035.0,5508.0,6200.0,5752.0,5616.0,\"NaN\",\"NaN\",5312.0,5285.0,5675.0,5675.0,4959.0,4959.0,4424.0,5789.0,\"NaN\",\"NaN\",5987.0,6060.0,4958.0,4958.0,4830.0,4854.0,5902.0,4907.0,6095.0,6095.0,4946.0,4840.0,\"NaN\",5690.0,5666.0,5666.0,4323.0,5752.0,6330.0,6330.0,5746.0,5960.0,5385.0,5385.0,5385.0,5737.0,5706.0,5386.0,5926.0,5570.0,5317.0,\"NaN\",\"NaN\",5041.0,6068.0,6068.0,6024.0,6095.0,4917.0,6021.0,\"NaN\",5370.0,5075.0,5075.0,5075.0,\"NaN\",5645.0,5700.0,4753.0,5112.0,6016.0,6016.0,5454.0,6136.0,5186.0,4715.0,6050.0,\"NaN\",5903.0,\"NaN\",\"NaN\",\"NaN\",5494.0,\"NaN\",6291.0,5599.0,5821.0,4995.0,5793.0,5793.0,5002.0,4218.0,5312.0,5148.0,4152.0,5770.0,5170.0,4992.0,5759.0,5272.0,4929.0,4932.0,4780.0,4945.0,5180.0,5530.0,\"NaN\",5485.0,5485.0,5485.0,4962.0,4962.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",4830.0,5460.0,5460.0,5000.0,4890.0,4890.0,\"NaN\",4850.0,4530.0,\"NaN\",4670.0,5519.0,5020.0,\"NaN\",6272.0,3550.0,6270.0,5476.0,5460.0,4995.0,5701.0,5194.0,5793.0,5669.0,4781.0,5779.0,4284.0,5780.0,5725.0,\"NaN\",6174.0,5300.0,5300.0,4806.0,4806.0,5545.0,5576.0,5600.0,6040.0,3393.0,3393.0,3393.0,5399.0,5399.0,4553.0,4055.0,4092.1,4126.0,4406.0,\"NaN\",4901.0,4330.0,\"NaN\",4788.0,4538.2,4928.0,4928.0,4770.0,4749.0,5242.0,6212.0,6400.0,4388.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",4780.0],\"y\":[110.62,119.47,76.39,18.15,21.41,73.1,74.79,74.79,39.43,77.4,97.28,14.08,14.08,14.08,15.36,12.53,12.53,12.53,12.53,12.53,56.95,8.52,8.52,8.52,19.84,18.11,81.5,159.1,97.18,45.52,50.03,774.0,175.44,25.4,\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",20.1,20.1,42.09,42.09,80.0,27.3,766.0,37.54,153.7,3.57,14.97,14.97,14.97,12.12,17.62,15.1,20.03,\"NaN\",\"NaN\",\"NaN\",25.2,19.8,9.04,10.23,6.27,6.27,6.27,10.32,6.8,6.8,6.8,6.8,6.8,4.54,16.13,16.13,16.13,4.53,4.94,4.94,8.77,10.91,4.7,4.7,4.7,4.7,214.0,90.0,363.0,140.85,52.8,39.02,39.02,39.02,39.02,39.02,39.02,30.5,42.0,28.98,164.2,138.5,9.24,121.07,49.33,41.6,53.08,20.82,\"NaN\",102.04,37.4,87.87,17.35,36.36,32.6,51.26,38.56,49.4,138.5,68.5,68.5,65.6,56.92,56.92,59.03,90.0,28.88,37.42,15.9,15.9,28.04,20.48,35.0,40.57,20.4,51.7,51.7,110.62,33.01,231.5,38.02,88.57,33.98,33.98,66.49,97.66,44.37,51.1,27.45,52.83,52.83,52.83,158.4,37.16,37.16,68.35,\"NaN\",\"NaN\",67.61,29.76,121.36,57.21,300.3,70.97,98.52,22.2,22.2,106.38,38.45,66.89,66.89,45.52,121.36,163.4,36.2,36.2,36.2,36.2,33.46,25.64,25.64,35.87,106.38,34.57,48.7,59.35,55.19,126.1,\"NaN\",23.44,23.44,42.96,42.96,12.87,53.05,59.28,78.86,63.49,167.5,27.23,85.18,182.82,51.87,18.06,65.79,68.54,68.54,75.13,43.4,43.4,35.37,55.1,24.05,49.0,114.15,68.59,68.59,52.72,52.72,84.6,84.6,15.28,15.28,15.28,15.28,35.91,59.84,31.26,69.44,69.44,25.54,51.81,28.93,37.98,21.92,110.62,42.99,50.0,37.88,37.88,43.12,7.01,36.32,36.32,64.98,\"NaN\",90.0,44.05,75.0,134.95,67.02,127.55,45.27,59.03,59.03,47.0,63.69,27.05,131.75,114.55,110.62,26.15,26.15,26.15,55.93,52.83,52.83,47.37,44.98,47.92,47.92,127.88,52.63,19.25,15.89,15.89,54.23,189.39,19.89,8.82,8.82,67.39,37.35,46.93,43.57,32.99,32.83,22.38,68.35,68.35,46.34,46.34,89.85,47.3,47.3,26.95,90.33,170.07,36.02,55.31,55.31,6.06,6.06,6.06,44.0,352.11,48.9,47.08,21.29,55.93,52.72,121.8,40.75,43.53,43.53,33.29,26.52,\"NaN\",37.89,19.72,19.72,54.8,29.94,29.2,6.55,6.55,6.55,6.55,6.55,6.55,169.78,81.1,289.02,45.23,48.43,62.5,52.88,50.45,41.95,94.07,31.79,34.6,89.13,108.46,\"NaN\",52.0,\"NaN\",307.69,46.51,264.4,56.05,53.71,18.24,44.54,42.37,39.6,54.7,42.43,9.42,168.92,56.7,115.21,54.71,26.5,57.1,121.07,53.82,117.37,35.24,50.2,136.8,86.88,20.98,100.9,100.9,45.01,72.5,11.1,33.24,33.24,33.24,42.88,42.88,37.78,42.4,42.4,99.4,18.21,12.83,12.83,12.83,12.83,12.83,33.3,43.03,43.03,44.05,77.82,77.82,32.7,21.85,131.41,56.3,93.2,50.4,48.95,32.58,32.58,36.14,33.41,37.84,37.84,56.5,56.5,121.36,87.41,40.73,47.26,31.03,28.07,114.0,114.0,221.0,58.17,53.6,150.6,25.7,25.7,10.34,35.8,32.62,40.32,35.59,35.59,80.06,55.04,88.81,88.81,54.9,58.82,12.58,12.58,12.58,45.7,28.76,35.88,51.4,36.52,54.91,94.61,94.61,81.0,64.6,64.6,38.52,28.94,68.7,80.58,59.7,41.27,16.82,16.82,16.82,48.64,29.04,32.56,88.26,112.23,27.46,27.46,43.53,52.5,33.96,11.15,44.2,91.16,42.48,72.57,38.26,18.06,74.46,30.88,39.0,22.09,32.32,28.9,52.85,52.85,149.03,332.0,7.56,132.8,221.24,84.03,21.3,150.38,42.77,60.46,55.7,130.89,84.6,\"NaN\",56.2,58.6,23.8,52.88,52.88,52.88,44.8,44.8,11.03,25.87,25.87,25.87,149.25,55.5,55.5,\"NaN\",\"NaN\",\"NaN\",23.98,91.49,31.33,14.9,168.63,44.46,106.5,17.24,222.0,3.92,\"NaN\",\"NaN\",\"NaN\",870.0,\"NaN\",\"NaN\",135.0,\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",\"NaN\",2200.0,\"NaN\",\"NaN\",\"NaN\",759.0,759.0,180.0,200.0,87.0,180.0,4.29,4.29,4.29,148.0,148.0,20.21,20.43,89.05,38.78,70.42,3.21,47.53,38.52,13.79,30.5,40.78,46.84,46.84,80.64,84.03,56.31,22.16,15.6,92.51,13.47,13.47,13.47,13.47,62.66]}},\"id\":\"ea22a067-5f39-4eda-a3c4-1855526ae25e\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"xs_units\":\"screen\",\"ys_units\":\"screen\"},\"id\":\"f8079a21-91c2-4032-97f0-d3ab9a55aa5f\",\"type\":\"PolyAnnotation\"},{\"attributes\":{\"active_drag\":\"auto\",\"active_scroll\":\"auto\",\"active_tap\":\"auto\",\"tools\":[{\"id\":\"b987db67-600c-4b14-b91d-ff918c4221f1\",\"type\":\"HoverTool\"},{\"id\":\"cdb42b6b-187f-44f7-af3d-3c1616bbe7e3\",\"type\":\"CrosshairTool\"},{\"id\":\"524b7e0f-a9ff-475f-9c97-a3648594c87d\",\"type\":\"PanTool\"},{\"id\":\"7c455c88-18da-47cf-b4ba-ecd13707eefb\",\"type\":\"WheelZoomTool\"},{\"id\":\"8aa61c27-7c90-400b-b254-69849561ab97\",\"type\":\"BoxZoomTool\"},{\"id\":\"f2425a64-ef9f-44ee-aa27-38033614956d\",\"type\":\"UndoTool\"},{\"id\":\"4ae65b83-5120-46d3-8ce9-f1631af556ab\",\"type\":\"RedoTool\"},{\"id\":\"6a83013e-2f0f-460d-b5c4-fa496af50b1b\",\"type\":\"ResetTool\"},{\"id\":\"af97497c-0079-43b8-ab47-c54d94089f6d\",\"type\":\"TapTool\"},{\"id\":\"b412253d-a160-44de-be0e-16b05da00de7\",\"type\":\"SaveTool\"},{\"id\":\"3dabbe24-35df-4d45-bb78-c325dede8b99\",\"type\":\"BoxSelectTool\"},{\"id\":\"120be366-bf55-45d9-8cc4-d8102be3e0ac\",\"type\":\"PolySelectTool\"},{\"id\":\"b0d0fe87-e8ae-4cf7-9303-1cbf69918d28\",\"type\":\"LassoSelectTool\"}]},\"id\":\"af9312e2-01f4-4e31-b314-4537bb3c6007\",\"type\":\"Toolbar\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"11a10ff1-9703-48b5-834a-28ffdf4b3cd7\",\"type\":\"BasicTicker\"}},\"id\":\"e5ecfb22-b812-4ef9-bfc2-f5cc485955ef\",\"type\":\"Grid\"},{\"attributes\":{\"overlay\":{\"id\":\"392e1d26-82e8-4be9-bbee-056608ad8b40\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"8aa61c27-7c90-400b-b254-69849561ab97\",\"type\":\"BoxZoomTool\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b412253d-a160-44de-be0e-16b05da00de7\",\"type\":\"SaveTool\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"af97497c-0079-43b8-ab47-c54d94089f6d\",\"type\":\"TapTool\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"cdb42b6b-187f-44f7-af3d-3c1616bbe7e3\",\"type\":\"CrosshairTool\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"392e1d26-82e8-4be9-bbee-056608ad8b40\",\"type\":\"BoxAnnotation\"},{\"attributes\":{\"below\":[{\"id\":\"58d92118-0bad-4963-a7b3-bf4261acc783\",\"type\":\"LinearAxis\"}],\"left\":[{\"id\":\"303abe19-9f9d-4b9b-bacc-5d548220051e\",\"type\":\"LinearAxis\"}],\"renderers\":[{\"id\":\"58d92118-0bad-4963-a7b3-bf4261acc783\",\"type\":\"LinearAxis\"},{\"id\":\"e5ecfb22-b812-4ef9-bfc2-f5cc485955ef\",\"type\":\"Grid\"},{\"id\":\"303abe19-9f9d-4b9b-bacc-5d548220051e\",\"type\":\"LinearAxis\"},{\"id\":\"987a2e03-8080-4dd1-8cb9-f0b778ba46b5\",\"type\":\"Grid\"},{\"id\":\"392e1d26-82e8-4be9-bbee-056608ad8b40\",\"type\":\"BoxAnnotation\"},{\"id\":\"1317e745-66b3-4e7b-bf5e-c6695320b1d7\",\"type\":\"BoxAnnotation\"},{\"id\":\"0b6e6326-85bc-4e7b-85fc-e361e648d6a6\",\"type\":\"PolyAnnotation\"},{\"id\":\"f8079a21-91c2-4032-97f0-d3ab9a55aa5f\",\"type\":\"PolyAnnotation\"},{\"id\":\"926df138-19e8-4520-b79d-568628750160\",\"type\":\"Legend\"},{\"id\":\"e7d84778-b60c-4a19-a467-3315eae8d524\",\"type\":\"GlyphRenderer\"},{\"id\":\"a121c405-e51b-4d73-b231-64cf1bad2ec4\",\"type\":\"GlyphRenderer\"}],\"title\":{\"id\":\"9af51a0c-bf52-45a8-954a-f36688f67ce5\",\"type\":\"Title\"},\"tool_events\":{\"id\":\"ed079670-22e9-4be9-a8d3-55fc9706378e\",\"type\":\"ToolEvents\"},\"toolbar\":{\"id\":\"af9312e2-01f4-4e31-b314-4537bb3c6007\",\"type\":\"Toolbar\"},\"x_range\":{\"id\":\"fe263922-ced7-4544-b7dd-cd116d90f8ea\",\"type\":\"Range1d\"},\"y_range\":{\"id\":\"42bc868d-25c1-40bd-80b6-d10cb8867942\",\"type\":\"Range1d\"}},\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"},{\"attributes\":{\"dimension\":1,\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"0b4ba36c-6140-4e72-80e2-7289617cab54\",\"type\":\"BasicTicker\"}},\"id\":\"987a2e03-8080-4dd1-8cb9-f0b778ba46b5\",\"type\":\"Grid\"},{\"attributes\":{\"axis_label\":\"T [K]\",\"formatter\":{\"id\":\"fe7f4a76-0157-4baa-a288-cc4e9b6014f1\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"11a10ff1-9703-48b5-834a-28ffdf4b3cd7\",\"type\":\"BasicTicker\"}},\"id\":\"58d92118-0bad-4963-a7b3-bf4261acc783\",\"type\":\"LinearAxis\"},{\"attributes\":{},\"id\":\"f71e402f-c0eb-4bc7-b1fc-896c53ee30b3\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.2},\"fill_color\":{\"value\":\"blue\"},\"line_color\":{\"value\":null},\"radius\":{\"units\":\"data\",\"value\":100},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"1ebc67e9-b46d-4738-ab4c-4af7e43f3df7\",\"type\":\"Circle\"},{\"attributes\":{\"plot\":null,\"text\":null},\"id\":\"9af51a0c-bf52-45a8-954a-f36688f67ce5\",\"type\":\"Title\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"f2425a64-ef9f-44ee-aa27-38033614956d\",\"type\":\"UndoTool\"},{\"attributes\":{\"callback\":null,\"overlay\":{\"id\":\"f8079a21-91c2-4032-97f0-d3ab9a55aa5f\",\"type\":\"PolyAnnotation\"},\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b0d0fe87-e8ae-4cf7-9303-1cbf69918d28\",\"type\":\"LassoSelectTool\"},{\"attributes\":{\"callback\":null,\"end\":10000},\"id\":\"fe263922-ced7-4544-b7dd-cd116d90f8ea\",\"type\":\"Range1d\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"xs_units\":\"screen\",\"ys_units\":\"screen\"},\"id\":\"0b6e6326-85bc-4e7b-85fc-e361e648d6a6\",\"type\":\"PolyAnnotation\"},{\"attributes\":{\"legends\":[[\"ExoCat\",[{\"id\":\"e7d84778-b60c-4a19-a467-3315eae8d524\",\"type\":\"GlyphRenderer\"}]],[\"Known RV\",[{\"id\":\"a121c405-e51b-4d73-b231-64cf1bad2ec4\",\"type\":\"GlyphRenderer\"}]]],\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"926df138-19e8-4520-b79d-568628750160\",\"type\":\"Legend\"},{\"attributes\":{},\"id\":\"fe7f4a76-0157-4baa-a288-cc4e9b6014f1\",\"type\":\"BasicTickFormatter\"},{\"attributes\":{\"callback\":null,\"overlay\":{\"id\":\"1317e745-66b3-4e7b-bf5e-c6695320b1d7\",\"type\":\"BoxAnnotation\"},\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"renderers\":[{\"id\":\"e7d84778-b60c-4a19-a467-3315eae8d524\",\"type\":\"GlyphRenderer\"},{\"id\":\"a121c405-e51b-4d73-b231-64cf1bad2ec4\",\"type\":\"GlyphRenderer\"}]},\"id\":\"3dabbe24-35df-4d45-bb78-c325dede8b99\",\"type\":\"BoxSelectTool\"},{\"attributes\":{\"axis_label\":\"distance [pc]\",\"formatter\":{\"id\":\"f71e402f-c0eb-4bc7-b1fc-896c53ee30b3\",\"type\":\"BasicTickFormatter\"},\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"},\"ticker\":{\"id\":\"0b4ba36c-6140-4e72-80e2-7289617cab54\",\"type\":\"BasicTicker\"}},\"id\":\"303abe19-9f9d-4b9b-bacc-5d548220051e\",\"type\":\"LinearAxis\"},{\"attributes\":{\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"4ae65b83-5120-46d3-8ce9-f1631af556ab\",\"type\":\"RedoTool\"},{\"attributes\":{\"fill_alpha\":{\"value\":0.1},\"fill_color\":{\"value\":\"#1f77b4\"},\"line_alpha\":{\"value\":0.1},\"line_color\":{\"value\":\"#1f77b4\"},\"radius\":{\"units\":\"data\",\"value\":50},\"x\":{\"field\":\"x\"},\"y\":{\"field\":\"y\"}},\"id\":\"3d3d2e3c-09dd-4fdc-afae-7c40c51ea828\",\"type\":\"Circle\"},{\"attributes\":{\"callback\":null,\"column_names\":[\"y\",\"x\"],\"data\":{\"x\":[4999.0,3880.0,5502.0,3681.0,\"NaN\",5265.0,3664.0,4514.0,3696.0,3867.0,5718.0,6249.0,3455.0,5577.0,5837.0,13098.0,3854.0,3783.0,6915.0,3859.0,6255.0,4325.0,6548.0,4827.0,3926.0,5273.0,3382.0,3820.0,3603.0,3243.0,3424.0,5336.0,3393.0,3606.0,5693.0,4060.0,3564.0,5736.0,5952.0,3654.0,3669.0,5765.0,4070.0,3759.0,5756.0,5948.0,3728.0,3788.0,3373.0,3528.0,4907.0,5837.0,4646.0,3474.0,3651.0,4865.0,5693.0,5873.0,7922.0,4436.0,3740.0,4064.0,4017.0,4154.0,6428.0,5731.0,5220.0,4928.0,6067.0,5539.0,5480.0,3965.0,5221.0,3706.0,6014.0,5369.0,5828.0,5032.0,3885.0,3650.0,3864.0,4502.0,4944.0,5695.0,6903.0,4930.0,5772.0,4225.0,5237.0,3653.0,4944.0,6254.0,3819.0,5941.0,6916.0,5335.0,5090.0,4490.0,6250.0,3266.0,5650.0,4347.0,3935.0,4192.0,3888.0,4968.0,6196.0,\"NaN\",3904.0,5744.0,3843.0,4607.0,4048.0,4191.0,3320.0,3988.0,4616.0,3459.0,3617.0,5497.0,3460.0,3921.0,4388.0,4300.0,4626.0,3568.0,4838.0,4126.0,3852.0,4618.0,5526.0,4144.0,3360.0,3401.0,5495.0,3082.0,4247.0,4410.0,6465.0,\"NaN\",3613.0,4982.0,6116.0,6505.0,5421.0,6031.0,4040.0,6022.0,3530.0,3772.0,3715.0,3597.0,5265.0,4108.0,5043.0,3948.0,4263.0,3962.0,3574.0,5177.0,4805.0,5761.0,4121.0,\"NaN\",3947.0,\"NaN\",6690.0,5481.0,6555.0,4793.0,6413.0,3683.0,5462.0,5939.0,5657.0,4733.0,6213.0,3843.0,5272.0,5805.0,5782.0,3575.0,5725.0,4309.0,5016.0,4523.0,5874.0,6105.0,5181.0,3832.0,5151.0,3824.0,3510.0,4315.0,5283.0,3601.0,3825.0,6740.0,4529.0,7919.0,5327.0,3431.0,5917.0,5819.0,7087.0,6175.0,5270.0,3627.0,8159.0,3876.0,6273.0,4666.0,8300.0,5182.0,4557.0,6273.0,7201.0,5495.0,3250.0,3825.0,5209.0,3460.0,3946.0,3433.0,4441.0,5626.0,4504.0,6086.0,3916.0,3463.0,5151.0,3814.0,3734.0,5034.0,6496.0,3849.0,5755.0,4152.0,5621.0,3726.0,3603.0,4711.0,5711.0,5994.0,5211.0,4734.0,3316.0,\"NaN\",5667.0,\"NaN\",5851.0,3808.0,3745.0,5958.0,5374.0,3447.0,4771.0,4249.0,4655.0,6806.0,3799.0,5854.0,3740.0,8358.0,3737.0,3940.0,3988.0,3508.0,4363.0,10663.0,4957.0,6502.0,5973.0,4632.0,3712.0,3539.0,4734.0,4866.0,5075.0,5817.0,3296.0,3827.0,6516.0,6253.0,4337.0,6326.0,5973.0,6097.0,7169.0,8673.0,4575.0,4699.0,3716.0,6344.0,3444.0,7225.0,6378.0,3710.0,5142.0,4300.0,3996.0,3950.0,3970.0,5188.0,5175.0,3600.0,4530.0,4324.0,4141.0,5036.0,3459.0,3836.0,5236.0,3740.0,4820.0,5511.0,3637.0,5148.0,6500.0,4894.0,5030.0,5135.0,5088.0,3697.0,5375.0,8045.0,5638.0,3502.0,5629.0,4053.0,4272.0,3756.0,9634.0,4367.0,3975.0,5644.0,6032.0,3999.0,\"NaN\",3582.0,4568.0,3626.0,9126.0,6258.0,6188.0,4275.0,4270.0,5110.0,5891.0,6592.0,3814.0,3651.0,6039.0,5699.0,3627.0,3772.0,3649.0,5845.0,3752.0,3496.0,5703.0,5742.0,5401.0,3554.0,4662.0,4670.0,3931.0,4602.0,4701.0,5045.0,3656.0,4546.0,3838.0,5452.0,4571.0,4119.0,4126.0,4003.0,6629.0,3538.0,3445.0,5146.0,4932.0,4172.0,6038.0,5688.0,4158.0,4032.0,5639.0,4528.0,4088.0,5095.0,3641.0,3858.0,4991.0,5155.0,4514.0,3981.0,4806.0,5066.0,4399.0,4607.0,3844.0,6631.0,5070.0,3406.0,3747.0,4299.0,3746.0,4386.0,4844.0,5517.0,3640.0,3621.0,5572.0,4055.0,4973.0,5584.0,4318.0,3769.0,4539.0,4525.0,5699.0,6308.0,5484.0,\"NaN\",4889.0,5874.0,4345.0,6979.0,5816.0,5068.0,5533.0,4343.0,6252.0,3714.0,3407.0,4936.0,4328.0,\"NaN\",4303.0,5183.0,5151.0,5579.0,5999.0,4881.0,4561.0,7060.0,4846.0,4991.0,3588.0,7384.0,3992.0,3688.0,4382.0,3955.0,5897.0,5819.0,4017.0,6012.0,3477.0,3242.0,4792.0,5321.0,5218.0,4583.0,5353.0,3889.0,5093.0,4447.0,3537.0,7257.0,3959.0,3588.0,3750.0,3715.0,6991.0,4359.0,5642.0,6666.0,3892.0,3543.0,5369.0,4952.0,4904.0,5042.0,5759.0,4397.0,5937.0,5727.0,3893.0,5232.0,6424.0,5061.0,4212.0,3277.0,4543.0,4766.0,3520.0,3562.0,5456.0,5265.0,4744.0,3753.0,3885.0,3831.0,3790.0,4827.0,5377.0,5652.0,3877.0,6624.0,6296.0,3359.0,4093.0,3921.0,6246.0,3981.0,7018.0,5276.0,5694.0,5804.0,8377.0,3289.0,6411.0,3605.0,3819.0,5904.0,5325.0,4777.0,3540.0,6141.0,5498.0,4314.0,3703.0,5356.0,4775.0,4144.0,5999.0,5911.0,4490.0,4627.0,6394.0,4800.0,4568.0,6202.0,4186.0,4948.0,6496.0,5424.0,3298.0,4509.0,5041.0,5843.0,3791.0,4039.0,3690.0,3280.0,9164.0,3398.0,3762.0,4906.0,3948.0,4371.0,5017.0,5950.0,6212.0,5358.0,4975.0,4606.0,5364.0,6483.0,5351.0,3703.0,5518.0,3879.0,3221.0,6372.0,6030.0,5326.0,6323.0,3989.0,5174.0,5995.0,\"NaN\",8337.0,8052.0,4039.0,3660.0,3885.0,5726.0,7662.0,4545.0,\"NaN\",4060.0,4827.0,4661.0,5882.0,4798.0,5510.0,3429.0,5718.0,7069.0,3823.0,5542.0,9024.0,3694.0,4382.0,5948.0,3638.0,6241.0,8463.0,6446.0,5440.0,5029.0,5858.0,6635.0,5300.0,4558.0,3388.0,4283.0,5110.0,5587.0,3508.0,3710.0,3527.0,3783.0,5747.0,5617.0,4306.0,5571.0,6418.0,5396.0,6602.0,4632.0,5892.0,5933.0,5844.0,4247.0,5014.0,3827.0,5897.0,5783.0,4391.0,5737.0,5810.0,4647.0,6168.0,5624.0,4989.0,3093.0,4570.0,5523.0,3759.0,5279.0,3927.0,6602.0,3493.0,3493.0,3433.0,3819.0,4799.0,3802.0,3843.0,5605.0,5821.0,3801.0,4214.0,4707.0,4369.0,2742.0,3693.0,5937.0,9580.0,6455.0,6322.0,4770.0,6197.0,6064.0,12427.0,7536.0,4160.0,6482.0,4360.0,6469.0,4286.0,4079.0,5575.0,4758.0,5683.0,3402.0,7064.0,6012.0,3423.0,5891.0,6790.0,4164.0,4524.0,6179.0,4068.0,3367.0,5637.0,4381.0,5326.0,6076.0,3958.0,5153.0,5109.0,4875.0,4636.0,5889.0,4369.0,5827.0,5272.0,3462.0,3396.0,4095.0,4221.0,3558.0,3643.0,4968.0,4888.0,5528.0,3049.0,4114.0,3851.0,5486.0,4017.0,3713.0,6907.0,4279.0,5131.0,5866.0,3411.0,5848.0,4852.0,\"NaN\",3752.0,3898.0,6906.0,5086.0,3663.0,4824.0,4195.0,4007.0,\"NaN\",4464.0,5761.0,3283.0,5585.0,3561.0,5604.0,5429.0,3362.0,3543.0,4855.0,7035.0,6365.0,6457.0,5768.0,4479.0,3432.0,3255.0,3725.0,5998.0,5177.0,6262.0,5091.0,5471.0,3806.0,8932.0,3689.0,3515.0,4704.0,3749.0,5349.0,5200.0,3422.0,6543.0,3832.0,4964.0,4382.0,5343.0,5732.0,3129.0,4054.0,4850.0,6002.0,5250.0,3841.0,5528.0,6404.0,3681.0,4657.0,5742.0,6367.0,5826.0,6554.0,5516.0,3954.0,5343.0,4936.0,5585.0,5949.0,4374.0,4741.0,4668.0,3230.0,5379.0,5183.0,5279.0,5135.0,4246.0,5761.0,4149.0,5838.0,6449.0,5862.0,4073.0,3996.0,6467.0,3551.0,3427.0,5858.0,6370.0,5552.0,5741.0,4210.0,3964.0,5919.0,4429.0,5949.0,3557.0,4534.0,5361.0,6625.0,7790.0,4346.0,4984.0,6294.0,4259.0,5706.0,4369.0,6294.0,\"NaN\",5818.0,3671.0,4002.0,3709.0,5441.0,6488.0,5243.0,\"NaN\",5375.0,4919.0,6269.0,5564.0,3883.0,3481.0,5959.0,5802.0,4928.0,5499.0,5920.0,5356.0,4990.0,6311.0,3952.0,4901.0,3829.0,3452.0,4925.0,3877.0,9021.0,5423.0,4836.0,6095.0,4093.0,6258.0,3633.0,3707.0,4158.0,5741.0,5235.0,6457.0,4508.0,5790.0,3920.0,6500.0,5465.0,3655.0,3887.0,4551.0,6003.0,7769.0,6690.0,6538.0,3545.0,4174.0,3503.0,4843.0,3858.0,6014.0,4084.0,7231.0,3883.0,6180.0,3779.0,5270.0,\"NaN\",5871.0,3867.0,4489.0,3993.0,4612.0,4249.0,5098.0,6350.0,4470.0,5521.0,3767.0,4627.0,3729.0,4386.0,4435.0,4354.0,3485.0,6488.0,4186.0,4868.0,4733.0,5160.0,4921.0,6837.0,3335.0,3451.0,6875.0,3775.0,5062.0,5295.0,6334.0,5997.0,5370.0,3501.0,4278.0,3597.0,3403.0,3586.0,6152.0,3496.0,3479.0,3380.0,4614.0,3316.0,3501.0,6314.0,6099.0,3460.0,3709.0,5960.0,5035.0,3583.0,\"NaN\",4379.0,3774.0,4415.0,4016.0,3517.0,3912.0,3660.0,4788.0,3313.0,3831.0,6393.0,3272.0,4542.0,3755.0,5700.0,3376.0,4797.0,3997.0,4642.0,5069.0,3531.0,4771.0,3759.0,3970.0,7839.0,11962.0,4958.0,6776.0,3677.0,3883.0,4109.0,3496.0,3261.0,3862.0,3590.0,5949.0,4415.0,3784.0,\"NaN\",4018.0,3456.0,6193.0,\"NaN\",5586.0,6476.0,6314.0,4016.0,5368.0,3841.0,5404.0,5626.0,4300.0,6885.0,3653.0,4300.0,5779.0,4900.0,4706.0,3545.0,4477.0,6126.0,4576.0,3753.0,6762.0,6287.0,4134.0,4032.0,6972.0,5333.0,3519.0,6119.0,7274.0,3489.0,3413.0,3727.0,3823.0,5775.0,5183.0,5389.0,5050.0,3598.0,3868.0,3837.0,4402.0,\"NaN\",4942.0,3191.0,3709.0,4833.0,5014.0,4436.0,5091.0,4709.0,3962.0,4039.0,5882.0,3457.0,9342.0,3779.0,4838.0,3611.0,3993.0,5360.0,7010.0,3688.0,3441.0,4109.0,3848.0,5865.0,4211.0,4878.0,4399.0,3774.0,3543.0,5415.0,4085.0,4421.0,\"NaN\",4212.0,5399.0,5898.0,3898.0,4459.0,8037.0,5148.0,4353.0,4703.0,4085.0,4090.0,5749.0,6692.0,3419.0,3961.0,3990.0,3952.0,5419.0,3839.0,4014.0,4211.0,3704.0,6600.0,4352.0,7805.0,3962.0,6361.0,5502.0,4955.0,3908.0,3765.0,4237.0,4767.0,3339.0,4103.0,3721.0,5989.0,3264.0,6221.0,3725.0,6076.0,6503.0,5189.0,3767.0,4309.0,3618.0,4089.0,11369.0,6246.0,5883.0,4637.0,3984.0,5488.0,4650.0,3264.0,3431.0,5609.0,5157.0,4576.0,3542.0,7904.0,5321.0,4481.0,5630.0,3425.0,4297.0,4461.0,5558.0,3332.0,3135.0,8378.0,6161.0,3635.0,5029.0,4950.0,3496.0,9272.0,3938.0,3648.0,3680.0,4724.0,5248.0,3594.0,4525.0,4848.0,4956.0,5565.0,3861.0,6638.0,3696.0,4863.0,4085.0,6950.0,3908.0,7081.0,5670.0,5462.0,4578.0,3876.0,3418.0,4190.0,3883.0,3722.0,3762.0,5669.0,5362.0,3838.0,6288.0,8613.0,3943.0,4362.0,5882.0,3811.0,3964.0,4844.0,4046.0,4755.0,3854.0,6130.0,5867.0,3469.0,3376.0,3850.0,3549.0,4939.0,5778.0,4221.0,3828.0,6108.0,4696.0,4380.0,3265.0,10207.0,3674.0,5991.0,4847.0,6052.0,3385.0,3798.0,5218.0,4791.0,6784.0,5098.0,5930.0,4607.0,5752.0,3589.0,4676.0,4864.0,3589.0,3417.0,3350.0,3625.0,4226.0,3339.0,4456.0,5674.0,4954.0,5635.0,4988.0,5907.0,5005.0,3370.0,4200.0,3267.0,4132.0,4442.0,4881.0,6172.0,5654.0,5502.0,3323.0,3938.0,5242.0,6482.0,9020.0,4435.0,7129.0,\"NaN\",3705.0,4593.0,5174.0,4861.0,4336.0,3763.0,6829.0,3621.0,3722.0,\"NaN\",4390.0,4262.0,6490.0,6132.0,5037.0,4618.0,4060.0,3583.0,4419.0,4069.0,4437.0,3633.0,5781.0,4107.0,5509.0,6399.0,4684.0,4820.0,6075.0,5782.0,5135.0,4989.0,5864.0,5691.0,6390.0,5679.0,6234.0,4899.0,3750.0,4081.0,5571.0,3774.0,3570.0,3599.0,3638.0,3676.0,10207.0,\"NaN\",6069.0,4136.0,4050.0,5182.0,5038.0,9330.0,6563.0,7955.0,5317.0,3630.0,5564.0,4951.0,4770.0,3603.0,3422.0,5545.0,\"NaN\",3707.0,8696.0,3450.0,4898.0,4834.0,4521.0,5001.0,3935.0,8633.0,4248.0,3959.0,3923.0,13087.0,3902.0,3738.0,3959.0,6156.0,5191.0,5223.0,4152.0,4412.0,3260.0,4568.0,3870.0,3961.0,4104.0,4731.0,6781.0,3691.0,3309.0,6387.0,\"NaN\",4143.0,3593.0,6127.0,4729.0,4344.0,4928.0,4505.0,5751.0,5621.0,4120.0,5008.0,3826.0,3622.0,5199.0,3925.0,3813.0,6116.0,3776.0,4953.0,6027.0,4757.0,4502.0,4240.0,3700.0,3867.0,3748.0,5593.0,5508.0,\"NaN\",4823.0,3710.0,5957.0,3646.0,5117.0,5501.0,3681.0,3956.0,4694.0,5913.0,4336.0,6234.0,7700.0,\"NaN\",3955.0,4172.0,6129.0,4903.0,6686.0,5109.0,4693.0,3312.0,4247.0,3859.0,5640.0,3413.0,6192.0,3827.0,3775.0,3961.0,5254.0,3574.0,5744.0,\"NaN\",4637.0,4626.0,3924.0,3291.0,8047.0,4809.0,6061.0,6146.0,3158.0,6566.0,4183.0,4965.0,4951.0,6287.0,5178.0,5801.0,5534.0,5503.0,3671.0,5558.0,3547.0,4057.0,7631.0,4150.0,6751.0,4378.0,4800.0,4971.0,5239.0,4223.0,5024.0,4177.0,5101.0,3624.0,3661.0,6059.0,6745.0,8128.0,5726.0,5380.0,4833.0,5335.0,4771.0,3756.0,3246.0,3487.0,3773.0,5122.0,4724.0,6200.0,7079.0,4609.0,3345.0,4744.0,3946.0,5702.0,4072.0,4120.0,4003.0,3844.0,4515.0,5429.0,4365.0,4488.0,5533.0,3693.0,4093.0,4088.0,6148.0,6435.0,4713.0,3428.0,4796.0,4896.0,4016.0,5914.0,\"NaN\",5705.0,5750.0,5391.0,4393.0,6152.0,5648.0,5221.0,3904.0,\"NaN\",4258.0,6119.0,4239.0,3375.0,5672.0,3554.0,4176.0,4981.0,4994.0,5379.0,6099.0,5408.0,4530.0,4606.0,4192.0,4136.0,\"NaN\",3836.0,5390.0,5185.0,3866.0,5909.0,5703.0,5491.0,3452.0,4724.0,6076.0,9584.0,4714.0,5095.0,4570.0,5099.0,5136.0,6298.0,6329.0,4181.0,6649.0,3358.0,3404.0,5653.0,4548.0,5936.0,3978.0,3460.0,5627.0,5299.0,4382.0,3248.0,3910.0,8257.0,3954.0,5861.0,5193.0,5756.0,4354.0,7109.0,6262.0,4534.0,5628.0,5221.0,3638.0,5823.0,4642.0,5250.0,3990.0,5458.0,5055.0,5214.0,4579.0,4782.0,5854.0,4893.0,3758.0,4954.0,5595.0,5021.0,\"NaN\",5388.0,3368.0,5436.0,4550.0,4954.0,3439.0,5803.0,5958.0,5791.0,4551.0,3908.0,3419.0,5417.0,4225.0,6868.0,5854.0,\"NaN\",4607.0,6672.0,3425.0,4742.0,4172.0,6981.0,5519.0,3620.0,3804.0,15675.0,4941.0,5930.0,3537.0,4880.0,4304.0,4766.0,3898.0,3565.0,4087.0,\"NaN\",3722.0,4319.0,4856.0,6107.0,4583.0,3400.0,3268.0,5903.0,4980.0,3492.0,4479.0,5277.0,4404.0,5359.0,4278.0,5726.0,3703.0,3570.0,5649.0,5820.0,5694.0,6096.0,5332.0,3847.0,\"NaN\",4234.0,4694.0,4075.0,6805.0,3462.0,4031.0,4039.0,3644.0,8205.0,3654.0,4222.0,4104.0,4832.0,4703.0,7136.0,5479.0,5624.0,3916.0,3916.0,4213.0,3275.0,3420.0,3986.0,6146.0,3441.0,4564.0,4692.0,4649.0,3675.0,4418.0,4029.0,4348.0,5873.0,4815.0,4694.0,5468.0,3735.0,6501.0,4766.0,3999.0,5409.0,4363.0,3660.0,5989.0,6388.0,5881.0,3443.0,4515.0,4572.0,3186.0,4549.0,4881.0,4303.0,8788.0,3702.0,5499.0,3384.0,3352.0,3428.0,6519.0,4945.0,3899.0,4129.0,3370.0,8879.0,5119.0,3611.0,4467.0,4113.0,3524.0,5224.0,4813.0,4836.0,3783.0,4810.0,5052.0,3492.0,\"NaN\",5697.0,6704.0,5752.0,5962.0,4033.0,5714.0,3611.0,5302.0,5834.0,3962.0,7440.0,3461.0,4188.0,4492.0,4610.0,3851.0,5364.0,3764.0,5538.0,5743.0,8225.0,5898.0,3563.0,3761.0,4603.0,3428.0,6560.0,3172.0,4382.0,3994.0,3689.0,4568.0,4801.0,3700.0,4971.0,6678.0,4100.0,6435.0,6159.0,3705.0,5266.0,6465.0,4571.0,3461.0,5784.0,3679.0,5217.0,3358.0,5641.0,3375.0,\"NaN\",5600.0,3925.0,4702.0,4368.0,4926.0,\"NaN\",4056.0,4074.0,4403.0,4400.0,4604.0,5725.0,3271.0,3353.0,6771.0,5745.0,5385.0,3735.0,3681.0,5019.0,5798.0,4914.0,5906.0,5925.0,8400.0,5843.0,4801.0,4011.0,5000.0,3714.0,5976.0,4214.0,4244.0,6404.0,4177.0,5767.0,3782.0,3929.0,3794.0,6046.0,4081.0,5640.0,6122.0,4975.0,4181.0,\"NaN\",3888.0,5964.0,3650.0,3832.0,5592.0,6523.0,4415.0,4332.0,6299.0,4809.0,4342.0,4901.0,4770.0,5103.0,5643.0,4554.0,4533.0,4228.0,4096.0,3849.0,4400.0,9519.0,4072.0,5169.0,3503.0,5564.0,3907.0,4852.0,3671.0,3451.0,3605.0,\"NaN\",5399.0,7846.0,6423.0,5837.0,8334.0,4182.0,4871.0,6317.0,4750.0,4146.0,3199.0,3784.0,4018.0,3696.0,5198.0,5628.0,3802.0,3463.0,5017.0,3402.0,4700.0,5998.0,6064.0,3805.0,3899.0,3789.0,5788.0,3503.0,3879.0,5482.0,8799.0,5733.0,5019.0,9190.0,6202.0,5648.0,4482.0,3588.0,3591.0,5185.0,5558.0,5408.0,4237.0,7129.0,5697.0,4134.0,5676.0,5404.0,3351.0,3751.0,4966.0,3358.0,3831.0,4130.0,6168.0,5112.0,\"NaN\",3820.0,6002.0,3496.0,5701.0,8721.0,5810.0,3730.0,4264.0,4402.0,5453.0,5087.0,4019.0,5656.0,4900.0,6079.0,7074.0,4736.0,4480.0,5019.0,5067.0,5246.0,4548.0,3935.0,5618.0,5586.0,6266.0,4048.0,3732.0,5817.0,6594.0,5162.0,5052.0,3852.0,3802.0,5781.0,5674.0,3970.0,4230.0,5129.0,4799.0,4330.0,3568.0,3624.0,6401.0,5830.0,5831.0,6003.0,5075.0,7800.0,6812.0,6139.0,5726.0,4473.0,4774.0,5163.0,5425.0,3502.0,4803.0,4698.0,5270.0,4151.0,4776.0,5947.0,6333.0,\"NaN\",4939.0,5356.0,4534.0,\"NaN\",4604.0,5552.0,4973.0,5867.0,5932.0,4968.0,\"NaN\",5834.0,5713.0,4966.0,6179.0,3352.0,4434.0,5590.0,5149.0,5013.0,4197.0,4193.0,8823.0,5140.0,4922.0,3898.0,6397.0,3845.0,3811.0,4975.0,5394.0,4030.0,5080.0,4087.0,3934.0,5886.0,4385.0,3802.0,3924.0,6250.0,3452.0,5530.0,5822.0,4106.0,3426.0,4556.0,5699.0,5104.0,11481.0,3549.0,4847.0,7201.0,5025.0,5790.0,5112.0,4063.0,6040.0,5419.0,5842.0,4060.0,4230.0,6017.0,3174.0,4097.0,11712.0,4963.0,3682.0,5593.0,3843.0,3828.0,4233.0,7448.0,3861.0,3584.0,3753.0,4940.0,6138.0,6633.0,4799.0,4044.0,4960.0,4547.0,4161.0,3208.0,3751.0,4625.0,3783.0,3474.0,6241.0,3347.0,3544.0,5796.0,3800.0,4520.0,3592.0,6342.0,5962.0,4237.0,3456.0,4682.0,4801.0,3284.0,3766.0,4371.0,3507.0,4655.0,4145.0,5221.0,5079.0,4328.0,3735.0,5770.0,6001.0,3557.0,5684.0,5749.0,6238.0,6621.0,4780.0,3901.0,4797.0,5816.0,7773.0,5354.0,3680.0,4089.0,6051.0,3989.0,4783.0,3556.0,5445.0,5765.0,5110.0,6205.0,4003.0,4746.0,5162.0,3756.0,3790.0,3321.0,5408.0,4182.0,4447.0,3106.0,5126.0,4436.0,5410.0,3601.0,3549.0,6633.0,3787.0,5053.0,3721.0,3764.0,5795.0,3590.0,5444.0,5132.0,5587.0,4769.0,4602.0,6309.0,3422.0,4094.0,5974.0,3626.0,6191.0,4104.0,7301.0,4868.0,5889.0,3562.0,3413.0,4108.0,5347.0,9646.0,6326.0,4345.0,4985.0,6799.0,4029.0,5033.0,3510.0,4958.0,3624.0,3480.0,6070.0,5496.0,3853.0,6010.0,3831.0,4269.0,3724.0,3208.0,3485.0,3798.0,4683.0,3574.0,6964.0,3870.0,3959.0,6442.0,6132.0,\"NaN\",6738.0,5555.0,3343.0,6339.0,8569.0,5462.0,3898.0,3505.0,3464.0,3555.0,4226.0,3940.0,4593.0,5735.0,7283.0,5304.0,4500.0,4977.0,5837.0,3487.0,4106.0,4937.0,3162.0,3667.0,5486.0,4293.0,5739.0,5897.0,4408.0,4525.0,4455.0,5908.0,3344.0,\"NaN\",3852.0,6619.0,3847.0,4580.0,\"NaN\",6001.0,3993.0,3712.0,3531.0,6597.0,4534.0,3815.0,3981.0,4205.0,5596.0,3252.0,3583.0,4890.0,3821.0,4502.0,5682.0,5434.0,4531.0,6049.0,3430.0,4823.0,5310.0,3362.0,5696.0,3768.0,5405.0,6204.0,3604.0,3267.0,5476.0,4665.0,5144.0,3995.0,\"NaN\",\"NaN\",5398.0,3850.0,3607.0,4969.0,3355.0,4581.0,4367.0,6250.0,3591.0,3227.0,5849.0,3732.0,3425.0,3720.0,4616.0,3633.0,4471.0,5787.0,8399.0,4266.0,5704.0,4025.0,4067.0,3635.0,3620.0,\"NaN\",4651.0,4942.0,4904.0,5885.0,3770.0,7143.0,5732.0,5996.0,3962.0,5585.0,3667.0,3773.0,6226.0,4243.0,\"NaN\",3806.0,3850.0,4927.0,4355.0,5905.0,4932.0,5788.0,3661.0,4693.0,6249.0,4898.0,5540.0,7176.0,4835.0,5364.0,5735.0,3725.0,3721.0,3835.0,4670.0,5078.0,6137.0,3984.0,6290.0,3938.0,4630.0,4564.0,6618.0,3769.0,6746.0,4429.0,5461.0,5085.0,3743.0,3748.0,5337.0,3214.0,4811.0,4975.0,3632.0,3920.0,\"NaN\",4253.0,3364.0,4941.0,5133.0,5976.0,\"NaN\",4260.0,3548.0,3976.0,5148.0,3761.0,4046.0,3643.0,4636.0,5869.0,5765.0,3491.0,4761.0,4723.0,5231.0,6204.0,5486.0,4561.0,3678.0,3921.0,9882.0,3722.0,5761.0,4845.0,5054.0,4106.0,2685.0,3648.0,4137.0,4956.0,3748.0,4536.0,5093.0,4375.0,3880.0,4715.0,4096.0,4418.0,5949.0,3498.0,6017.0,3893.0,4679.0,3505.0,4892.0,5664.0,3382.0,3813.0,4665.0,\"NaN\",5442.0,5335.0,4467.0,3841.0,4136.0,3510.0],\"y\":[29.87,15.33,12.17,29.21,28.97,26.39,11.25,15.89,4.34,11.31,21.48,25.71,16.71,13.67,27.44,29.74,21.75,23.45,16.78,25.54,18.75,28.08,21.28,26.36,27.94,20.19,20.04,28.18,19.59,5.94,22.78,17.5,16.31,22.2,22.6,15.0,23.2,15.19,27.22,16.34,3.57,23.25,21.08,29.01,24.8,8.59,23.2,17.13,19.31,17.98,28.88,20.86,22.17,19.68,19.23,18.22,27.23,7.46,23.81,25.97,16.48,27.09,24.97,10.07,25.48,22.94,28.9,29.24,21.25,28.79,15.4,23.7,11.06,23.99,24.96,28.89,26.5,17.33,19.53,23.3,28.93,20.57,29.53,22.06,26.75,21.57,15.16,15.82,28.76,23.77,7.45,23.45,21.59,5.94,4.3,18.69,21.63,28.71,15.75,11.85,21.52,21.37,18.51,15.63,27.51,14.17,18.74,23.98,26.81,29.06,24.77,24.45,29.14,19.66,12.35,20.38,21.14,8.24,9.96,25.5,16.23,29.9,24.0,29.28,26.43,22.11,29.27,14.93,27.91,21.05,7.55,28.06,22.58,8.19,27.08,3.72,22.66,29.27,23.39,38.52,16.56,21.65,15.11,20.96,25.91,23.2,23.64,29.88,16.21,23.38,20.48,22.12,26.49,20.09,28.42,25.95,23.87,16.71,22.37,16.81,29.56,25.79,24.59,35.11,25.14,30.48,25.21,29.35,28.62,23.74,28.98,17.86,19.05,29.52,20.66,21.63,13.49,22.49,23.95,25.63,27.38,20.23,21.37,26.34,7.82,12.2,12.74,17.43,7.53,23.35,29.05,21.17,11.41,13.58,3.65,25.53,29.55,28.11,24.02,29.42,10.07,20.38,27.86,22.56,23.19,27.35,25.61,16.57,15.5,11.01,19.42,22.53,17.99,17.85,19.94,26.87,22.01,24.98,12.25,28.79,25.6,9.14,23.24,9.28,28.03,22.77,20.18,27.15,29.9,19.73,10.78,20.74,10.41,28.65,28.87,26.85,26.85,22.29,26.18,28.99,12.55,22.72,26.98,20.92,18.58,23.15,14.32,45.52,10.78,36.06,27.34,22.93,28.62,24.35,12.67,14.07,25.35,27.27,26.32,29.66,11.94,21.96,28.69,24.8,20.62,17.14,26.17,26.01,19.55,26.65,27.89,26.7,29.94,22.73,11.6,13.59,21.27,7.18,24.13,25.78,15.01,16.84,21.48,21.76,23.3,22.59,24.19,17.17,9.97,24.41,18.88,28.36,27.46,11.13,7.51,25.77,14.22,23.08,25.91,16.01,23.01,27.43,29.62,24.64,29.39,12.96,22.73,27.71,14.6,24.49,11.65,27.65,10.35,29.12,28.92,26.8,28.99,23.49,26.71,26.08,22.47,29.33,24.39,6.95,25.08,27.17,20.64,19.58,24.23,14.51,27.3,19.2,27.57,21.71,20.71,29.66,10.54,21.29,34.42,15.76,26.06,16.91,10.24,14.24,22.58,28.65,19.17,22.65,24.19,29.71,14.39,29.46,26.68,12.01,21.6,22.99,16.53,12.03,26.35,20.17,25.22,9.14,6.04,14.04,23.36,29.15,19.48,19.25,25.77,17.42,19.49,15.39,23.3,29.17,16.81,12.49,25.43,22.08,21.68,22.88,10.74,3.21,21.37,13.61,13.96,25.56,24.47,24.04,24.66,26.34,29.9,9.04,16.69,17.71,13.95,16.03,29.86,25.32,24.15,25.89,22.56,21.57,14.75,17.63,21.91,16.13,16.85,17.34,23.56,29.54,27.52,26.98,24.35,25.65,20.43,15.57,21.01,21.98,17.76,26.98,15.53,16.25,25.91,18.83,8.55,39.62,18.29,16.94,23.12,27.6,23.63,20.38,29.54,25.95,21.0,13.45,14.99,18.75,26.14,35.91,20.79,26.25,4.98,21.06,21.33,27.86,13.04,20.46,18.24,26.62,21.36,28.94,28.25,22.27,28.92,29.03,27.7,28.18,11.39,10.68,19.11,5.54,24.78,27.09,25.4,22.42,28.1,20.43,29.64,17.97,27.31,29.43,10.11,11.1,29.89,19.69,20.17,13.19,27.57,28.67,29.85,9.27,27.34,21.93,29.29,20.86,13.28,25.89,26.42,29.78,24.8,29.87,8.07,17.75,28.95,12.29,29.93,26.54,11.11,12.12,28.22,25.16,17.89,19.31,16.31,25.88,26.78,8.71,30.0,22.48,8.58,26.08,27.76,9.21,24.86,13.62,11.65,11.66,26.29,23.67,15.43,27.67,27.4,9.27,25.46,27.13,3.91,28.37,28.26,28.26,12.29,26.12,29.06,26.69,22.45,13.12,29.82,19.89,25.03,12.63,15.45,24.3,20.89,20.23,14.08,14.39,18.0,17.77,27.04,19.2,8.81,13.02,15.17,28.17,17.26,18.78,5.68,12.79,23.85,15.94,25.53,26.62,11.24,25.63,25.11,18.32,27.11,25.5,20.16,28.36,27.95,23.25,12.28,12.44,29.04,21.35,5.83,8.93,25.54,25.9,16.34,13.73,21.85,28.18,42.43,21.61,19.44,20.76,15.03,26.75,15.18,9.4,26.73,34.42,20.31,13.0,26.25,8.66,26.57,23.57,14.58,26.6,14.88,23.57,23.55,24.87,13.53,16.39,28.61,28.37,26.57,25.52,26.9,30.0,27.4,25.62,14.61,15.27,26.77,11.35,24.47,28.79,10.2,9.37,5.75,10.91,28.18,23.5,17.95,25.14,16.72,20.82,25.73,19.25,22.32,19.25,27.54,25.13,28.46,28.07,25.0,23.78,29.33,17.63,27.93,21.88,14.73,29.87,24.58,29.71,4.09,28.33,27.78,23.4,27.8,26.62,17.91,8.68,9.02,16.46,19.55,19.75,15.36,9.75,26.92,21.29,13.3,22.35,17.45,29.46,25.81,21.86,27.14,2.63,18.0,24.38,26.24,17.87,16.72,15.74,29.6,27.53,25.26,16.63,29.68,18.56,25.4,29.76,8.71,25.89,10.48,25.63,29.91,5.61,17.24,29.59,26.56,24.6,29.87,18.36,8.01,24.63,21.7,18.33,28.96,23.32,14.65,28.32,20.08,18.44,19.13,17.42,16.52,20.84,16.02,14.93,23.87,26.25,17.3,17.61,22.26,28.43,25.17,6.12,24.64,26.26,27.65,26.69,26.87,21.43,19.48,24.65,16.89,12.04,27.09,14.59,28.91,14.49,19.39,18.54,25.03,16.41,23.97,29.82,24.41,38.61,24.83,29.91,3.76,22.68,19.35,28.27,28.35,12.29,15.69,17.66,18.05,27.24,20.24,21.82,20.81,11.87,11.98,25.16,27.92,19.76,25.3,24.55,28.93,11.47,15.6,26.75,12.8,25.27,14.17,28.07,29.74,10.6,3.51,14.58,14.21,26.96,24.67,29.95,5.98,27.66,10.36,15.21,29.85,28.93,26.7,28.6,14.77,26.67,22.0,29.6,16.5,17.94,29.15,19.41,20.09,20.69,17.19,16.2,18.5,17.81,18.51,8.62,30.0,23.72,16.77,17.31,25.71,29.4,29.27,25.01,19.48,23.29,16.64,21.27,19.98,22.29,16.48,28.34,22.38,21.79,25.08,25.52,20.64,27.5,18.84,26.67,9.12,22.69,12.49,19.56,28.63,28.02,22.93,18.27,24.26,28.07,26.25,26.62,33.1,22.25,19.68,19.74,26.35,28.22,11.07,12.21,51.36,21.14,28.48,25.13,26.24,13.78,18.96,27.4,23.98,24.83,19.4,14.36,28.05,18.14,14.59,27.25,22.87,15.43,14.93,11.14,18.56,24.7,25.27,26.6,29.15,25.28,28.35,23.09,18.34,16.54,24.02,12.34,27.47,25.5,17.39,19.79,24.15,26.02,17.01,28.29,20.9,21.03,14.51,26.42,16.07,20.94,15.97,19.51,28.3,14.56,19.19,22.55,28.82,20.43,20.38,24.73,20.36,34.08,19.57,6.11,17.96,25.71,17.27,23.19,28.15,27.45,23.36,28.31,10.46,24.94,27.17,25.71,20.55,23.04,16.24,17.33,24.25,12.91,19.31,29.64,18.87,18.81,9.67,10.01,23.82,13.91,18.62,17.79,13.48,27.47,11.37,9.02,21.94,24.01,9.47,11.26,15.01,15.76,12.29,11.35,18.22,14.03,9.87,29.5,24.9,20.21,16.21,18.37,26.01,20.96,35.27,11.16,13.71,20.47,22.75,16.04,24.13,26.3,29.21,11.32,10.56,28.15,15.46,29.76,26.77,15.05,16.29,26.93,15.1,27.58,24.03,22.99,29.3,20.67,22.56,28.24,24.31,18.2,27.74,21.53,27.96,4.87,12.33,18.79,17.18,7.87,22.85,23.09,23.08,31.53,28.47,13.64,22.81,30.88,20.24,21.37,12.0,29.8,26.34,19.9,28.77,22.35,27.37,16.22,12.35,26.38,22.91,25.21,23.96,7.07,29.3,12.78,23.45,24.62,21.5,21.81,15.74,17.91,26.53,20.73,25.24,25.08,26.84,16.45,13.98,16.34,16.18,23.83,21.4,26.63,27.86,14.0,13.92,20.02,21.51,35.49,25.92,6.8,28.64,29.09,29.13,22.69,17.3,27.59,22.82,27.65,14.06,6.7,24.45,11.77,29.16,2.54,28.92,26.27,28.99,4.86,19.65,27.57,18.69,25.65,28.2,22.58,26.64,28.52,10.75,30.0,11.87,20.25,16.9,21.57,22.14,21.93,25.37,18.28,17.91,21.11,23.05,14.65,15.99,14.26,27.5,27.5,12.67,23.21,17.91,17.69,21.57,8.92,13.16,25.42,21.36,23.67,13.71,25.24,23.04,27.22,17.75,17.96,28.87,25.51,27.4,22.86,13.2,22.53,15.89,23.33,10.36,26.3,22.81,27.99,27.23,9.56,17.74,25.97,8.88,24.14,15.81,26.73,23.25,19.92,23.37,9.61,12.4,11.1,10.14,5.34,29.21,25.92,19.26,4.63,29.64,27.02,9.22,19.99,24.52,25.36,17.47,5.34,3.35,11.0,10.93,8.59,26.35,9.09,19.57,25.5,29.12,26.28,24.34,26.93,27.89,24.18,10.16,25.63,21.07,12.76,22.92,25.32,27.52,5.52,22.0,19.76,26.12,14.94,22.22,24.53,19.77,21.58,12.59,28.01,15.52,28.04,23.41,29.32,36.36,24.88,22.35,24.69,21.4,28.99,27.46,25.38,27.96,29.04,15.85,24.69,29.91,29.92,25.49,18.34,12.9,21.0,8.85,28.67,26.61,27.21,25.37,29.83,27.19,24.59,13.18,26.63,26.35,24.65,29.98,21.78,27.15,13.65,25.82,25.1,18.28,16.18,8.44,26.17,28.32,18.28,21.43,26.97,18.99,9.69,14.37,21.79,26.36,7.78,14.18,11.68,23.38,27.31,14.88,17.38,20.5,20.93,28.35,8.37,16.76,20.38,23.83,24.04,16.93,29.34,10.21,10.57,26.73,7.53,25.31,24.2,29.29,33.78,19.26,24.03,20.89,25.18,26.39,19.74,25.45,11.69,16.97,31.35,27.87,17.81,4.62,28.21,21.69,24.74,15.87,24.69,22.37,18.8,24.11,25.3,26.13,28.1,27.34,17.83,26.82,28.89,9.13,20.67,20.5,26.82,25.3,24.42,18.2,24.57,17.56,11.07,21.56,27.63,8.56,13.27,15.61,16.99,10.71,21.54,18.02,16.04,17.28,24.78,18.82,15.45,16.14,26.31,29.97,25.06,21.59,16.74,21.17,29.43,27.14,21.08,13.89,17.99,33.01,7.66,17.38,12.76,17.93,19.07,22.36,26.56,21.32,22.71,20.21,10.94,22.14,26.12,23.57,13.01,14.8,25.33,15.65,24.64,23.64,24.13,9.28,27.51,26.91,13.24,25.1,20.99,19.4,5.41,10.24,15.62,30.87,14.49,28.03,29.47,13.41,14.3,5.33,26.34,19.47,25.37,14.2,17.08,26.77,23.29,29.05,20.95,24.15,11.4,17.26,26.88,24.86,10.06,24.8,28.45,10.03,27.72,19.86,26.83,16.98,31.08,18.03,16.92,28.5,16.78,23.39,22.05,11.68,19.36,17.43,21.22,11.26,22.24,29.07,29.78,19.01,21.75,18.03,11.8,26.1,20.88,27.96,9.74,14.35,23.47,17.19,14.28,14.53,16.36,16.05,23.57,19.89,14.01,23.74,1.3,27.29,22.72,16.99,10.82,26.61,13.22,29.53,29.3,6.22,15.83,20.23,16.5,26.03,27.89,1.34,1.34,26.52,23.68,27.79,20.0,10.73,25.21,16.57,21.58,18.27,25.95,28.81,18.9,25.17,17.24,19.37,24.2,24.93,4.66,4.03,18.17,22.98,23.24,29.44,6.78,17.03,11.51,23.55,27.48,10.16,9.65,24.52,23.39,27.5,25.11,26.9,27.31,5.86,5.86,24.5,23.85,24.76,24.52,19.34,11.79,29.22,26.88,25.3,24.57,12.51,17.85,18.59,28.75,29.83,19.55,28.79,14.45,28.46,28.86,24.24,24.2,35.64,27.24,26.21,17.67,27.0,25.34,26.5,15.85,29.43,29.63,25.09,25.38,26.3,6.34,14.81,11.41,18.9,22.11,25.81,19.6,17.86,28.56,31.33,24.1,25.63,26.34,34.97,24.55,20.58,20.49,24.89,14.56,21.85,21.51,5.93,28.93,25.56,23.01,19.11,29.86,13.09,22.38,22.31,24.4,26.62,15.56,17.44,13.31,10.43,14.66,22.68,12.12,21.56,15.1,15.35,21.29,26.69,19.07,27.14,21.6,22.47,15.89,29.43,17.35,24.39,12.38,11.25,14.73,29.59,26.23,13.9,17.24,21.03,22.22,22.9,25.26,22.6,14.52,18.71,23.5,27.11,28.22,16.93,28.31,25.77,14.67,35.87,17.57,14.4,23.58,28.6,13.89,22.03,21.55,21.08,13.9,26.04,10.69,10.74,28.65,20.53,29.74,28.52,32.96,27.17,26.38,8.34,25.95,15.72,27.27,27.57,23.94,16.44,13.16,28.23,12.78,8.06,21.52,19.61,17.06,18.27,6.53,26.96,26.8,22.87,17.52,29.44,12.12,19.66,22.43,4.27,28.22,24.53,16.77,22.9,9.75,25.69,20.33,26.75,22.45,21.07,19.22,29.57,10.72,26.64,29.33,25.02,28.32,34.35,27.03,14.26,9.81,26.11,16.08,27.4,28.1,15.88,10.63,18.23,23.23,27.46,27.26,19.54,29.19,17.25,26.94,19.47,3.7,4.15,6.45,6.45,18.25,15.26,15.78,28.04,17.8,18.3,10.34,19.11,26.62,28.89,27.38,29.23,27.62,18.59,18.93,27.23,24.04,23.52,17.84,10.71,10.57,20.67,27.43,5.62,13.36,27.83,25.93,7.45,19.86,13.62,20.22,27.09,12.47,28.51,12.0,10.18,6.4,22.53,20.96,19.96,25.23,18.72,23.04,5.95,17.79,5.95,27.23,14.91,9.68,24.47,18.33,19.28,6.84,8.8,12.38,11.59,14.33,17.36,28.03,29.31,26.9,19.52,23.93,12.8,27.46,7.7,25.5,4.54,18.86,23.76,6.81,16.45,22.27,9.98,16.34,23.92,14.9,14.19,9.72,14.1,19.39,4.54,23.16,5.05,29.49,22.16,8.09,24.98,11.0,24.97,26.34,21.45,24.8,22.84,23.06,19.96,22.65,17.65,25.09,9.48,15.51,21.49,14.64,13.13,8.31,5.84,29.05,26.16,21.79,29.43,29.99,24.35,34.18,29.56,26.23,25.04,25.39,24.21,28.25,1.83,14.09,23.55,28.36,22.12,21.16,7.76,5.1,23.91,29.7,17.55,15.64,26.63,24.82,29.94,27.56,11.02,21.46,17.61,26.8,13.1,22.92,29.37,22.82,22.72,18.18,16.95,23.05,19.56,28.55,8.06,18.54,26.82,39.37,25.78,28.28,21.85,24.78,28.89,19.61,25.04,27.65,36.32,23.97,29.5,27.62,18.62,13.25,25.98,18.44,22.97,27.29,16.35,15.55,21.41,7.68,28.89,28.08,12.89,13.08,26.35,23.54,16.35,11.45,3.52,3.52,26.69,28.55,19.21,18.02,28.89,14.28,27.79,28.75,16.86,17.0,2.97,21.24,16.93,16.19,25.67,28.42,15.48,25.91,24.21,11.77,21.39,26.5,14.87,12.29,23.82,10.91,23.84,14.09,25.97,24.43,27.04,27.17,26.41,25.46,17.3,16.95,24.78,8.51,8.75,27.96,21.43,28.77,29.99,27.3,8.92,20.58,24.45,20.02,10.22,21.74,29.87,19.08,29.13,27.6,27.55,26.27,27.42,16.1,29.58,5.85,25.39,10.95,18.83,22.42,29.65,28.8,15.76,29.1,29.32,15.18,26.76,27.39,15.53,25.01,28.02,16.96,17.63,5.75,21.01,22.46,27.23,20.56,25.11,14.43,27.46,24.11,18.34,27.89,29.7,22.25,23.22,21.08,21.21,27.23,23.11,17.4,21.12,20.32,11.5,13.61,21.23,47.92,26.24,27.71,28.41,5.12,27.87,19.19,26.62,27.2,14.05,13.7,25.99,24.74,23.56,19.04,26.72,18.68,22.28,22.2,21.25,32.54,19.45,18.97,25.38,15.56,12.86,15.86,15.77,27.64,17.77,21.95,15.83,18.79,17.73,23.95,23.43,14.91,25.49,6.11,23.66,28.04,15.62,16.93,16.37,20.39,6.01,23.61,27.7,26.15,6.2,19.32,28.24,20.27,8.91,24.64,26.6,17.57,17.91,24.01,19.39,26.25,14.84,19.52,28.23,23.82,8.0,26.85,24.4,22.05,15.55,26.88,28.64,27.79,27.59,27.16,28.65,16.72,24.66,14.38,20.95,24.24,23.83,43.57,10.7,12.15,20.74,25.04,17.95,22.31,21.13,27.5,24.97,24.17,21.08,12.32,9.91,14.27,27.29,14.68,22.29,27.33,24.05,20.99,22.42,5.71,7.05,22.42,27.75,15.32,21.97,17.69,13.78,22.14,24.1,25.85,15.29,28.01,27.23,20.31,14.38,29.54,19.47,12.72,19.17,15.06,24.98,3.5,3.5,17.57,27.38,27.09,12.17,23.84,19.77,14.8,26.93,29.73,18.49,20.34,16.39,3.95,19.82,24.42,15.04,17.97,20.48,16.22,27.01,20.47,25.11,25.24,20.42,26.41,29.42,9.26,27.08,23.0,23.51,16.35,27.87,6.71,29.1,18.41,24.8,8.3,26.9,23.24,28.82,4.95,17.9,27.1,20.93,14.62,21.25,13.32,25.65,24.43,22.02,28.17,26.94,21.2,26.79,22.24,20.82,19.74,17.89,26.46,13.78,18.63,11.87,23.7,15.99,16.32,20.45,23.2,29.33,26.66,27.45,28.43,23.04,26.62,23.22,19.96,14.63,27.35,20.49,15.97,29.9,29.82,20.77,28.75,28.88,23.45,11.99,8.9,16.18,10.24,3.62,20.65,29.59,22.22,27.83,11.73,29.8,31.09,29.36,21.56,9.1,18.28,28.3,22.9,22.74,11.62,14.96,26.55,29.31,20.1,28.95,22.05,26.2,21.54,24.0,25.2,13.79,18.64,13.53,29.65,15.51,19.15,28.7,21.58,20.56,23.05,18.28,27.24,24.78,20.2,4.03,20.41,22.02,28.17,21.32,16.06,31.39,25.41,28.57,12.71,16.08,22.68,29.47,17.12,19.54,29.99,21.74,13.18,8.69,24.1,25.62,13.55,29.33,27.56,22.49,23.64,21.04,21.52,25.14,23.34,12.53,26.62,29.67,16.3,25.06,5.05,28.07,27.09,19.67,29.31,35.37,35.78,28.07,14.13,17.52,21.28,14.54,23.88,26.2,27.28,19.61,4.66,26.75,24.79,8.62,24.46,7.61,6.83,27.75,15.61,7.7,27.58,19.86,25.67,8.22,20.64,20.15,34.49,28.68,17.04,29.09,24.72,20.32,29.42,26.06,29.39,20.19,29.54,3.28,24.5,27.95,20.94,9.03,15.86,22.28,28.56,14.98,24.83,23.68,24.98,16.08,20.94,27.65,27.47,24.3,24.59,6.54,29.35,25.43,27.97,19.83,22.46,29.26,24.02,20.5,25.26,20.54,21.34,28.18,28.79,23.06,24.76,12.02,19.4,21.12,19.2,26.37,28.05,21.52,10.99,20.48,19.12,12.96,23.27,48.43,27.0,16.2,25.89,16.93,26.12,6.25,15.16,13.98,19.03,23.81,27.01,23.03,24.89,26.41,23.33,50.45,18.68,14.1,11.42,18.57,13.71,27.1,26.02,27.56,22.1,17.13,28.44,15.73,28.81,28.59,19.18,18.16,16.61,28.2,25.68,5.95,28.5,25.43,23.92,26.64,10.89,22.52,25.59,25.6,9.99,27.7,24.26,25.58,18.6,21.97,24.53,16.82,17.54,22.99,32.49,25.09,28.93,25.09,6.11,26.14,15.1]}},\"id\":\"3685fa6a-b30a-4d8c-afb4-2995816c05b5\",\"type\":\"ColumnDataSource\"},{\"attributes\":{\"callback\":null,\"plot\":{\"id\":\"4822541d-b0ca-426e-958b-e9f9f1927159\",\"subtype\":\"Figure\",\"type\":\"Plot\"}},\"id\":\"b987db67-600c-4b14-b91d-ff918c4221f1\",\"type\":\"HoverTool\"},{\"attributes\":{\"bottom_units\":\"screen\",\"fill_alpha\":{\"value\":0.5},\"fill_color\":{\"value\":\"lightgrey\"},\"left_units\":\"screen\",\"level\":\"overlay\",\"line_alpha\":{\"value\":1.0},\"line_color\":{\"value\":\"black\"},\"line_dash\":[4,4],\"line_width\":{\"value\":2},\"plot\":null,\"render_mode\":\"css\",\"right_units\":\"screen\",\"top_units\":\"screen\"},\"id\":\"1317e745-66b3-4e7b-bf5e-c6695320b1d7\",\"type\":\"BoxAnnotation\"}],\"root_ids\":[\"4822541d-b0ca-426e-958b-e9f9f1927159\"]},\"title\":\"Bokeh Application\",\"version\":\"0.12.2\"}};\n",
" var render_items = [{\"docid\":\"3b73481f-a364-413b-b8a9-62ca0d1f06ec\",\"elementid\":\"3b332e21-48fc-4f44-8fee-2f1966c67bb5\",\"modelid\":\"4822541d-b0ca-426e-958b-e9f9f1927159\"}];\n",
" \n",
" Bokeh.embed.embed_items(docs_json, render_items);\n",
" });\n",
" },\n",
" function(Bokeh) {\n",
" }\n",
" ];\n",
" \n",
" function run_inline_js() {\n",
" \n",
" if ((window.Bokeh !== undefined) || (force === \"1\")) {\n",
" for (var i = 0; i < inline_js.length; i++) {\n",
" inline_js[i](window.Bokeh);\n",
" }if (force === \"1\") {\n",
" display_loaded();\n",
" }} else if (Date.now() < window._bokeh_timeout) {\n",
" setTimeout(run_inline_js, 100);\n",
" } else if (!window._bokeh_failed_load) {\n",
" console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n",
" window._bokeh_failed_load = true;\n",
" } else if (!force) {\n",
" var cell = $(\"#3b332e21-48fc-4f44-8fee-2f1966c67bb5\").parents('.cell').data().cell;\n",
" cell.output_area.append_execute_result(NB_LOAD_WARNING)\n",
" }\n",
" \n",
" }\n",
" \n",
" if (window._bokeh_is_loading === 0) {\n",
" console.log(\"Bokeh: BokehJS loaded, going straight to plotting\");\n",
" run_inline_js();\n",
" } else {\n",
" load_libs(js_urls, function() {\n",
" console.log(\"Bokeh: BokehJS plotting callback run at\", now());\n",
" run_inline_js();\n",
" });\n",
" }\n",
" }(this));\n",
"</script>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"p = bokeh.plotting.figure(tools=TOOLS, x_range=(0, 10000), y_range=(-5, 35) )\n",
"\n",
"\n",
"p.scatter(exocat['st_teff'], (exocat['st_dist']), radius=50,\n",
" fill_color='gray', fill_alpha=0.2,legend=\"ExoCat\",\n",
" line_color=None)\n",
"\n",
"p.scatter(knownRV['st_teff'], (knownRV[\"st_dist\"]), radius=100,\n",
"fill_color=\"blue\", fill_alpha=0.2,legend=\"Known RV\",\n",
" line_color=None)\n",
"p.xaxis.axis_label = \"T [K]\"\n",
"p.yaxis.axis_label = \"distance [pc]\"\n",
"bokeh.plotting.show(p)\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [conda env:wfirst]",
"language": "python",
"name": "conda-env-wfirst-py"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment